Trace number 3308557
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | APPLICATIONS/satComp09_BioInstances/ rbcl_xits_08_UNSAT.cnf |
MD5SUM | 66aa2e18c32a02f55a810347a9702c7f |
Bench Category | APPLICATION (applications instances) |
Best result obtained on this benchmark | UNSAT |
Best CPU time to get the best result obtained on this benchmark | 1067.51 |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 1278 |
Number of clauses | 68055 |
Sum of the clauses size | 202155 |
Maximum clause length | 9 |
Minimum clause length | 2 |
Number of clauses of size 1 | 0 |
Number of clauses of size 2 | 2148 |
Number of clauses of size 3 | 65884 |
Number of clauses of size 4 | 0 |
Number of clauses of size 5 | 0 |
Number of clauses of size over 5 | 23 |
Solver Data
0.00/0.00 c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00 c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria. All rights reserved.
0.00/0.00 c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00 c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00 c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00 c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00 c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00 c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00 c
0.00/0.00 c reading HOME/instance-3308557-1303983322.cnf
0.00/0.00 c found header 'p cnf 1278 68055'
0.01/0.02 c finished parsing
0.01/0.02 c
0.01/0.02 c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.01/0.02 c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.01/0.02 c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.01/0.02 c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.01/0.02 c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.01/0.02 c --random=1 --spread=2000 --seed=0 --skip=25
0.01/0.02 c
0.01/0.02 c sizeof vars[0] = 16 alignment = 0 0 MB
0.01/0.02 c sizeof orgs[0] = 8 alignment = 0 0 MB
0.01/0.02 c sizeof occs[0] = 8 alignment = 0 0 MB
0.01/0.02 c sizeof iirfs[0..1] = 8 alignment = 0 0 MB
0.01/0.02 c
0.01/0.02 c starting search after 0.0 seconds
0.01/0.02 c no decision limit
0.01/0.02 c
0.01/0.02 c original/binary fixed eliminated learned agility
0.01/0.02 c seconds variables equivalent conflicts height MB
0.01/0.02 c
0.01/0.02 c * 0.0 68055 1211 0 67 0 0 0 0.0 0 4
0.69/0.75 c s 0.8 67086 740 0 157 381 0 0 0.0 0 4
0.69/0.75 c l 0.8 67086 740 0 157 381 0 65436 0.0 0 4
0.69/0.76 c R 0.8 67086 740 0 157 381 101 101 94.6 13 5
0.69/0.77 c R 0.8 67086 740 0 157 381 201 201 70.5 18 5
0.79/0.83 c R 0.8 67086 740 0 157 381 803 803 37.5 14 5
0.79/0.86 c B 0.9 67086 740 0 157 381 1000 1000 34.8 13 5
0.89/0.98 c B 1.0 67086 740 0 157 381 2000 2000 29.7 15 6
0.99/1.03 c R 1.0 67086 740 0 157 381 2408 2408 28.3 12 6
1.39/1.47 c R 1.5 67086 740 0 157 381 6420 6420 21.1 11 6
1.59/1.63 c B 1.6 67086 740 0 157 381 8003 8003 22.6 15 7
2.29/2.37 c R 2.4 67086 740 0 157 381 16040 16040 22.3 11 8
3.20/3.23 c B 3.2 67086 740 0 157 381 24013 24013 21.6 12 9
4.99/5.04 c R 5.0 67086 740 0 157 381 38508 38508 20.9 9 11
5.40/5.47 c s 5.5 67087 740 0 157 381 44441 44440 19.7 10 10
8.89/8.90 c B 8.9 67087 740 0 157 381 64027 64026 20.2 12 16
9.19/9.23 c + 9.2 67087 740 0 157 381 65437 71979 20.4 11 16
12.29/12.30 c + 12.3 67087 740 0 157 381 81796 79176 20.8 7 18
13.49/13.54 c R 13.5 67087 740 0 157 381 89808 79185 20.2 13 19
14.79/14.88 c
14.79/14.88 c original/binary fixed eliminated learned agility
14.79/14.88 c seconds variables equivalent conflicts height MB
14.79/14.88 c
14.79/14.88 c + 14.9 67087 740 0 157 381 102245 87093 19.6 11 19
19.89/19.96 c + 20.0 67087 740 0 157 381 127806 95802 19.8 11 20
26.18/26.29 c + 26.3 67087 740 0 157 381 159756 105382 19.8 8 22
26.29/26.37 c B 26.4 67087 740 0 157 381 160059 96109 19.8 11 22
35.19/35.25 c + 35.3 67087 740 0 157 381 199697 115920 20.0 12 24
36.29/36.34 c R 36.3 67087 740 0 157 381 205204 110907 20.1 11 25
45.79/45.83 c + 45.8 67087 740 0 157 381 249620 127512 19.9 13 26
61.99/62.02 c + 62.0 67087 740 0 157 381 312025 140263 20.2 12 29
80.58/80.60 c B 80.6 67087 740 0 157 381 384131 140266 20.3 7 32
82.28/82.30 c + 82.3 67087 740 0 157 381 390030 154289 20.3 9 32
100.68/100.75 c R 100.8 67087 740 0 157 381 461571 154301 20.3 10 34
107.08/107.13 c + 107.1 67087 740 0 157 381 487538 169717 20.3 12 34
140.79/140.88 c + 140.9 67087 740 0 157 381 609420 186688 19.9 10 38
174.58/174.61 c s 174.6 67088 740 0 157 381 709915 186690 19.8 10 26
189.88/189.95 c + 189.9 67088 740 0 157 381 761776 205356 19.7 14 35
236.78/236.84 c B 236.8 67088 740 0 157 381 896237 205373 19.7 11 41
255.58/255.64 c + 255.6 67088 740 0 157 381 952222 225891 19.6 10 41
279.98/280.04 c R 280.0 67088 740 0 157 381 1025596 225899 19.5 8 44
307.38/307.40 c s 307.4 67089 740 0 157 381 1124604 225902 18.9 8 30
331.09/331.12 c
331.09/331.12 c original/binary fixed eliminated learned agility
331.09/331.12 c seconds variables equivalent conflicts height MB
331.09/331.12 c
331.09/331.12 c + 331.1 67089 740 0 157 381 1190275 248480 18.9 11 42
448.98/449.04 c + 449.0 67089 740 0 157 381 1487840 273328 18.8 11 51
607.38/607.47 c + 607.5 67089 740 0 157 381 1859800 300660 18.5 11 56
701.28/701.31 c B 701.3 67089 740 0 157 381 2048445 300666 18.5 13 62
748.68/748.76 c s 748.8 67090 740 0 157 381 2153703 300672 18.3 12 38
792.28/792.31 c R 792.3 67090 740 0 157 381 2256103 300680 18.1 10 49
802.38/802.49 c s 802.5 67091 740 0 157 381 2279164 300666 18.1 11 38
820.59/820.69 c + 820.7 67091 740 0 157 381 2324750 330726 18.1 12 45
995.76/995.88 c s 995.9 67092 740 0 157 381 2680611 330734 17.9 11 42
1120.56/1120.63 c s 1120.6 67093 740 0 157 381 2902787 330731 17.8 15 42
1122.06/1122.13 c + 1122.1 67093 740 0 157 381 2905936 363798 17.8 13 47
1299.97/1300.00 c
1299.97/1300.00 c *** CAUGHT SIGNAL 15 ***
1299.97/1300.00 c
1299.97/1300.00 c 3220994 conflicts, 3946251 decisions, 635 random
1299.97/1300.00 c 0 iterations, 5691 restarts, 0 skipped
1299.97/1300.00 c 18 enlarged, 7 shrunken, 31476 rescored, 765 rebiased
1299.97/1300.00 c 8 simplifications, 0 reductions
1299.97/1300.00 c
1299.97/1300.00 c vars: 0 fixed, 157 equiv, 381 elim, 157 merged
1299.97/1300.00 c elim: 412828 resolutions, 1 phases, 1 rounds
1299.97/1300.00 c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
1299.97/1300.00 c arty: 2.24 and 0.00 xor average arity
1299.97/1300.00 c prbe: 358968 probed, 242 phases, 242 rounds
1299.97/1300.00 c prbe: 0 failed, 0 lifted, 0 merged
1299.97/1300.00 c sccs: 0 non trivial, 0 fixed, 0 merged
1299.97/1300.00 c hash: 0 units, 157 merged
1299.97/1300.00 c mins: 64787956 learned, 25% deleted, 195 strong, 19 depth
1299.97/1300.00 c subs: 117 forward, 0 backward, 84 doms
1299.97/1300.00 c strs: 0 forward, 0 backward
1299.97/1300.00 c doms: 84 dominators, 0 high, 0 low
1299.97/1300.00 c prps: 375645601 propagations, 0.29 megaprops
1299.97/1300.00 c
1299.97/1300.00 c 1300.0 seconds, 68 MB max, 291 MB recycled
1299.97/1300.00 c
1299.97/1300.00 c *** CAUGHT SIGNAL 15 ***
1299.97/1300.00 c
Verifier Data
ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>
Watcher Data
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.0 (svn: 935)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308557-1303983322/watcher-3308557-1303983322 -o /tmp/evaluation-result-3308557-1303983322/solver-3308557-1303983322 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308557-1303983322.cnf
running on 2 cores: 5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 3.24 1.14 0.40 5/189 21783
/proc/meminfo: memFree=14233352/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=1924 CPUtime=0 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 395 0 0 0 0 0 0 0 25 0 1 0 588562860 1970176 351 33554432000 134512640 135151029 4289818080 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 481 352 65 156 0 324 0
[startup+0.023994 s]
/proc/loadavg: 3.24 1.14 0.40 5/189 21783
/proc/meminfo: memFree=14233352/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=4836 CPUtime=0.01 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 1133 0 0 0 1 0 0 0 25 0 1 0 588562860 4952064 1089 33554432000 134512640 135151029 4289818080 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 1209 1090 65 156 0 1052 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4836
[startup+0.100978 s]
/proc/loadavg: 3.24 1.14 0.40 5/189 21783
/proc/meminfo: memFree=14233352/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=7452 CPUtime=0.09 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 1917 0 0 0 9 0 0 0 25 0 1 0 588562860 7630848 1739 33554432000 134512640 135151029 4289818080 18446744073709551615 134575918 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 1863 1739 80 156 0 1706 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7452
[startup+0.300945 s]
/proc/loadavg: 3.24 1.14 0.40 5/189 21783
/proc/meminfo: memFree=14233352/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=9440 CPUtime=0.29 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 2420 0 0 0 29 0 0 0 25 0 1 0 588562860 9666560 2242 33554432000 134512640 135151029 4289818080 18446744073709551615 134548393 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 2360 2242 80 156 0 2203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9440
[startup+0.700869 s]
/proc/loadavg: 3.24 1.14 0.40 5/189 21783
/proc/meminfo: memFree=14233352/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=9440 CPUtime=0.69 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 2420 0 0 0 69 0 0 0 25 0 1 0 588562860 9666560 2242 33554432000 134512640 135151029 4289818080 18446744073709551615 134526280 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 2360 2242 80 156 0 2203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9440
[startup+1.50072 s]
/proc/loadavg: 3.24 1.14 0.40 6/190 21784
/proc/meminfo: memFree=14224052/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=9440 CPUtime=1.49 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 2420 0 0 0 149 0 0 0 25 0 1 0 588562860 9666560 2242 33554432000 134512640 135151029 4289818080 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 2360 2242 80 156 0 2203 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9440
[startup+3.10044 s]
/proc/loadavg: 3.24 1.14 0.40 6/190 21784
/proc/meminfo: memFree=14221856/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=10904 CPUtime=3.09 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 2785 0 0 0 309 0 0 0 25 0 1 0 588562860 11165696 2607 33554432000 134512640 135151029 4289818080 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 2726 2607 80 156 0 2569 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10904
[startup+6.30086 s]
/proc/loadavg: 3.30 1.18 0.42 5/190 21784
/proc/meminfo: memFree=14214664/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=15144 CPUtime=6.29 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 3820 0 0 0 628 1 0 0 25 0 1 0 588562860 15507456 3642 33554432000 134512640 135151029 4289818080 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 3786 3642 80 156 0 3629 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15144
[startup+12.7007 s]
/proc/loadavg: 3.36 1.23 0.44 6/190 21784
/proc/meminfo: memFree=14200264/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=20540 CPUtime=12.69 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 5037 0 0 0 1268 1 0 0 25 0 1 0 588562860 21032960 4859 33554432000 134512640 135151029 4289818080 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 5135 4859 80 156 0 4978 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20540
[startup+25.5004 s]
/proc/loadavg: 3.50 1.36 0.50 6/190 21784
/proc/meminfo: memFree=14180896/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=25132 CPUtime=25.48 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 6064 0 0 0 2547 1 0 0 25 0 1 0 588562860 25735168 5886 33554432000 134512640 135151029 4289818080 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 6283 5886 80 156 0 6126 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25132
[startup+51.1008 s]
/proc/loadavg: 3.67 1.57 0.59 6/190 21785
/proc/meminfo: memFree=14158776/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=31992 CPUtime=51.09 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 7616 0 0 0 5107 2 0 0 25 0 1 0 588562860 32759808 7438 33554432000 134512640 135151029 4289818080 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 7998 7438 80 156 0 7841 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31992
[startup+102.307 s]
/proc/loadavg: 3.91 1.96 0.77 6/190 21786
/proc/meminfo: memFree=14108168/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=38492 CPUtime=102.29 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 9007 0 0 0 10227 2 0 0 25 0 1 0 588562860 39415808 8829 33554432000 134512640 135151029 4289818080 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 9623 8829 80 156 0 9466 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 38492
[startup+162.301 s]
/proc/loadavg: 3.97 2.33 0.97 6/190 21788
/proc/meminfo: memFree=14043676/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=45860 CPUtime=162.28 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 10578 0 0 0 16225 3 0 0 25 0 1 0 588562860 46960640 10400 33554432000 134512640 135151029 4289818080 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 11465 10400 80 156 0 11308 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 45860
[startup+222.301 s]
/proc/loadavg: 3.99 2.63 1.16 6/190 21793
/proc/meminfo: memFree=13986608/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=45320 CPUtime=222.29 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 12256 0 0 0 22225 4 0 0 25 0 1 0 588562860 46407680 10702 33554432000 134512640 135151029 4289818080 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 11330 10702 80 156 0 11173 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 45320
[startup+282.301 s]
/proc/loadavg: 3.99 2.88 1.33 6/190 21794
/proc/meminfo: memFree=13951388/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=49940 CPUtime=282.28 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 13170 0 0 0 28224 4 0 0 25 0 1 0 588562860 51138560 11616 33554432000 134512640 135151029 4289818080 18446744073709551615 134554900 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 12485 11616 80 156 0 12328 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 49940
[startup+342.3 s]
/proc/loadavg: 3.99 3.08 1.50 6/190 21796
/proc/meminfo: memFree=13934372/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=51060 CPUtime=342.29 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 14127 0 0 0 34224 5 0 0 25 0 1 0 588562860 52285440 12285 33554432000 134512640 135151029 4289818080 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 12765 12285 80 156 0 12608 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 51060
[startup+402.3 s]
/proc/loadavg: 3.99 3.24 1.65 6/190 21797
/proc/meminfo: memFree=13898396/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=55696 CPUtime=402.28 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 14952 0 0 0 40223 5 0 0 25 0 1 0 588562860 57032704 13110 33554432000 134512640 135151029 4289818080 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 13924 13110 80 156 0 13767 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 55696
[startup+462.301 s]
/proc/loadavg: 3.99 3.38 1.79 6/190 21799
/proc/meminfo: memFree=13873200/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=59380 CPUtime=462.28 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 15706 0 0 0 46223 5 0 0 25 0 1 0 588562860 60805120 13864 33554432000 134512640 135151029 4289818080 18446744073709551615 134574657 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 14845 13864 80 156 0 14688 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 59380
[startup+522.301 s]
/proc/loadavg: 3.99 3.49 1.93 6/190 21801
/proc/meminfo: memFree=13844788/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=61492 CPUtime=522.28 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 16133 0 0 0 52223 5 0 0 25 0 1 0 588562860 62967808 14291 33554432000 134512640 135151029 4289818080 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 15373 14291 80 156 0 15216 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 61492
[startup+582.301 s]
/proc/loadavg: 4.04 3.59 2.06 5/190 21802
/proc/meminfo: memFree=13840056/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=63040 CPUtime=582.29 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 16435 0 0 0 58223 6 0 0 25 0 1 0 588562860 64552960 14593 33554432000 134512640 135151029 4289818080 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 15760 14593 80 156 0 15603 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 63040
[startup+642.301 s]
/proc/loadavg: 4.09 3.68 2.19 5/190 21804
/proc/meminfo: memFree=13797492/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=67304 CPUtime=642.29 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 17224 0 0 0 64223 6 0 0 25 0 1 0 588562860 68919296 15382 33554432000 134512640 135151029 4289818080 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 16826 15382 80 156 0 16669 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 67304
[startup+702.3 s]
/proc/loadavg: 4.03 3.74 2.30 6/190 21805
/proc/meminfo: memFree=13737072/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=68848 CPUtime=702.28 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 17548 0 0 0 70222 6 0 0 25 0 1 0 588562860 70500352 15706 33554432000 134512640 135151029 4289818080 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 17212 15706 80 156 0 17055 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 68848
[startup+762.307 s]
/proc/loadavg: 4.01 3.78 2.40 6/190 21807
/proc/meminfo: memFree=13716720/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=61372 CPUtime=762.29 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 17705 0 0 0 76223 6 0 0 25 0 1 0 588562860 62844928 14748 33554432000 134512640 135151029 4289818080 18446744073709551615 134554722 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 15343 14748 80 156 0 15186 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 61372
[startup+822.301 s]
/proc/loadavg: 4.00 3.82 2.50 5/190 21809
/proc/meminfo: memFree=13697712/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=61372 CPUtime=822.28 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 17946 0 0 0 82222 6 0 0 25 0 1 0 588562860 62844928 14989 33554432000 134512640 135151029 4289818080 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 15343 14989 80 156 0 15186 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 61372
[startup+882.3 s]
/proc/loadavg: 4.00 3.85 2.59 6/190 21810
/proc/meminfo: memFree=13678840/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=64520 CPUtime=882.27 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 18600 0 0 0 88220 7 0 0 25 0 1 0 588562860 66068480 15643 33554432000 134512640 135151029 4289818080 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 16130 15643 80 156 0 15973 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 64520
[startup+942.301 s]
/proc/loadavg: 4.00 3.87 2.67 5/190 21812
/proc/meminfo: memFree=13671636/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=71044 CPUtime=942.27 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 19759 0 0 0 94220 7 0 0 25 0 1 0 588562860 72749056 16802 33554432000 134512640 135151029 4289818080 18446744073709551615 134520405 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 17761 16802 80 156 0 17604 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 71044
[startup+1002.3 s]
/proc/loadavg: 4.00 3.89 2.75 6/190 21813
/proc/meminfo: memFree=13671364/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=65948 CPUtime=1002.26 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 20130 0 0 0 100219 7 0 0 25 0 1 0 588562860 67530752 16106 33554432000 134512640 135151029 4289818080 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 16487 16106 80 156 0 16330 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 65948
[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 2.83 6/190 21815
/proc/meminfo: memFree=13650388/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=68392 CPUtime=1062.26 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 20657 0 0 0 106219 7 0 0 25 0 1 0 588562860 70033408 16633 33554432000 134512640 135151029 4289818080 18446744073709551615 134554799 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 17098 16633 80 156 0 16941 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 68392
[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 2.90 5/190 21817
/proc/meminfo: memFree=13637332/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=65948 CPUtime=1122.26 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 21293 0 0 0 112219 7 0 0 25 0 1 0 588562860 67530752 16311 33554432000 134512640 135151029 4289818080 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 16487 16311 80 156 0 16330 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 65948
[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 2.96 6/190 21818
/proc/meminfo: memFree=13620080/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=72904 CPUtime=1182.26 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 22418 0 0 0 118219 7 0 0 25 0 1 0 588562860 74653696 17436 33554432000 134512640 135151029 4289818080 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 18226 17436 80 156 0 18069 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 72904
[startup+1242.3 s]
/proc/loadavg: 3.98 3.93 3.02 5/190 22012
/proc/meminfo: memFree=14274880/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=75472 CPUtime=1242.26 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 22905 0 0 0 124218 8 0 0 25 0 1 0 588562860 77283328 17923 33554432000 134512640 135151029 4289818080 18446744073709551615 134554770 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 18868 17923 80 156 0 18711 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 75472
Maximum wall clock time exceeded: sending SIGTERM then SIGKILL
[startup+1300 s]
/proc/loadavg: 3.99 3.94 3.08 5/190 22013
/proc/meminfo: memFree=14214488/32950928 swapFree=67111528/67111528
[pid=21783] ppid=21781 vsize=77276 CPUtime=1299.97 cores=5,7
/proc/21783/stat : 21783 (precosat) R 21781 21783 21693 0 -1 4202496 23211 0 0 0 129989 8 0 0 25 0 1 0 588562860 79130624 18229 33554432000 134512640 135151029 4289818080 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21783/statm: 19319 18229 80 156 0 19162 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 77276
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Solver just ended. Dumping a history of the last processes samples
Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.98
CPU user time (s): 1299.89
CPU system time (s): 0.087986
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 77276
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23212
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1895
runsolver used 2.08868 second user time and 5.02224 second system time
The end
Launcher Data
Begin job on node112 at 2011-04-28 11:35:22
IDJOB=3308557
IDBENCH=71078
IDSOLVER=1690
FILE ID=node112/3308557-1303983322
RUNJOBID= node112-1303983222-21714
PBS_JOBID= 13168714
Free space on /tmp= 72544 MiB
SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308557-1303983322/watcher-3308557-1303983322 -o /tmp/evaluation-result-3308557-1303983322/solver-3308557-1303983322 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308557-1303983322.cnf
TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2
MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1510113225
node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5333.65
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.83
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.67
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5261.27
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.93
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32950928 kB
MemFree: 14233508 kB
Buffers: 1991548 kB
Cached: 15739644 kB
SwapCached: 0 kB
Active: 7150504 kB
Inactive: 11010416 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32950928 kB
LowFree: 14233508 kB
SwapTotal: 67111528 kB
SwapFree: 67111528 kB
Dirty: 1592 kB
Writeback: 0 kB
AnonPages: 429424 kB
Mapped: 15972 kB
Slab: 491572 kB
PageTables: 6008 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83586992 kB
Committed_AS: 620732 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
Hugepagesize: 2048 kB
Free space on /tmp at the end= 72524 MiB
End job on node112 at 2011-04-28 11:57:04