Trace number 3308479
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/crypto/ md5gen/gus-md5-11.cnf |
MD5SUM | 49867705b76fc90285dd6fc48de2613c |
Bench Category | APPLICATION (applications instances) |
Best result obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 69561 |
Number of clauses | 226787 |
Sum of the clauses size | 587727 |
Maximum clause length | 3 |
Minimum clause length | 1 |
Number of clauses of size 1 | 129 |
Number of clauses of size 2 | 92376 |
Number of clauses of size 3 | 134282 |
Number of clauses of size 4 | 0 |
Number of clauses of size 5 | 0 |
Number of clauses of size over 5 | 0 |
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-3308479-1303983225.cnf
0.00/0.00 c found header 'p cnf 69561 226787'
0.09/0.15 c finished parsing
0.09/0.15 c
0.09/0.15 c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.09/0.15 c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.09/0.15 c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.09/0.15 c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.09/0.15 c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.09/0.15 c --random=1 --spread=2000 --seed=0 --skip=25
0.09/0.15 c
0.09/0.15 c sizeof vars[0] = 16 alignment = 0 1 MB
0.09/0.15 c sizeof orgs[0] = 8 alignment = 0 1 MB
0.09/0.15 c sizeof occs[0] = 8 alignment = 0 1 MB
0.09/0.15 c sizeof iirfs[0..1] = 8 alignment = 0 1 MB
0.09/0.15 c
0.09/0.15 c starting search after 0.2 seconds
0.09/0.15 c no decision limit
0.09/0.15 c
0.09/0.15 c original/binary fixed eliminated learned agility
0.09/0.15 c seconds variables equivalent conflicts height MB
0.09/0.15 c
0.09/0.15 c * 0.2 226144 63994 257 5310 0 0 0 0.0 0 19
1.19/1.24 c s 1.2 164468 26149 418 5575 37419 0 0 0.0 0 17
1.19/1.24 c l 1.2 164468 26149 418 5575 37419 0 155223 0.0 0 17
1.59/1.70 c N 1.7 164470 26149 418 5575 37419 101 101 17.2 43 18
2.39/2.42 c N 2.4 166683 26074 432 5636 37419 201 201 16.9 41 20
5.29/5.33 c s 5.3 165010 25996 432 5636 37497 759 759 16.5 42 18
5.59/5.60 c N 5.6 165299 25957 434 5673 37497 801 801 16.4 44 20
6.49/6.55 c B 6.6 165665 25950 434 5680 37497 1001 1001 16.5 42 21
9.29/9.36 c s 9.4 165626 25947 434 5680 37500 1559 1559 16.4 43 19
11.30/11.32 c B 11.3 165656 25938 434 5689 37500 2001 2001 16.4 43 21
13.20/13.27 c s 13.3 165361 25937 434 5689 37501 2382 2382 16.3 41 19
13.39/13.45 c N 13.4 165396 25927 434 5699 37501 2402 2402 16.3 42 21
17.40/17.40 c s 17.4 164569 25886 434 5699 37542 3205 3205 16.3 44 20
21.39/21.42 c s 21.4 164520 25860 434 5725 37542 4029 4029 16.3 42 20
25.39/25.44 c s 25.4 164486 25847 434 5738 37542 4859 4859 16.2 44 21
29.60/29.62 c s 29.6 164137 25795 434 5747 37585 5691 5691 16.2 44 22
32.69/32.78 c N 32.8 164161 25767 434 5775 37585 6404 6404 16.2 44 25
33.69/33.77 c s 33.8 164068 25767 434 5775 37585 6528 6528 16.2 42 22
39.89/39.99 c B 40.0 164068 25767 434 5775 37585 8001 8001 16.1 43 26
102.09/102.16 c
102.09/102.16 c original/binary fixed eliminated learned agility
102.09/102.16 c seconds variables equivalent conflicts height MB
102.09/102.16 c
102.09/102.16 c N 102.2 164068 25767 434 5775 37585 16006 16006 15.3 40 32
149.00/149.03 c s 149.0 164069 25767 434 5775 37585 20491 20490 15.8 47 29
153.50/153.58 c s 153.6 164071 25767 434 5775 37585 21406 21404 15.8 43 30
165.79/165.89 c B 165.9 164071 25767 434 5775 37585 24004 24002 15.7 41 35
240.59/240.69 c N 240.7 164071 25767 434 5775 37585 38432 38430 15.6 47 45
244.59/244.68 c s 244.7 164072 25767 434 5775 37585 39281 39278 26.6 44 41
407.79/407.89 c B 407.9 164072 25767 434 5775 37585 64019 64016 24.7 44 56
456.29/456.38 c s 456.4 164076 25767 434 5775 37585 72300 72297 26.3 24 52
462.99/463.03 c s 463.0 163963 25755 434 5776 37596 74489 74458 53.4 48 53
469.69/469.76 c s 469.8 164726 25735 436 5794 37596 75931 75900 52.8 45 54
476.49/476.57 c s 476.6 164195 25730 437 5794 37600 77202 77154 52.3 46 54
556.08/556.14 c N 556.1 164195 25730 437 5794 37600 89715 89667 48.0 43 66
647.69/647.73 c s 647.7 164211 25730 437 5794 37600 103118 103070 47.9 17 65
1063.89/1063.99 c + 1064.0 164211 25730 437 5794 37600 155223 170745 39.5 46 84
1068.79/1068.82 c s 1068.8 164212 25730 437 5794 37600 156251 156202 41.8 15 75
1097.59/1097.60 c B 1097.6 164212 25730 437 5794 37600 160042 159993 43.7 48 81
1224.08/1224.19 c s 1224.2 164213 25730 437 5794 37600 176284 170756 45.8 48 73
1297.89/1297.96 c s 1298.0 164214 25730 437 5794 37600 185556 170767 47.1 38 68
1299.99/1300.00 c
1299.99/1300.00 c *** CAUGHT SIGNAL 15 ***
1299.99/1300.00 c
1299.99/1300.00 c 186180 conflicts, 228143 decisions, 2 random
1299.99/1300.00 c 0 iterations, 12 restarts, 496 skipped
1299.99/1300.00 c 1 enlarged, 808 shrunken, 1818 rescored, 62 rebiased
1299.99/1300.00 c 20 simplifications, 0 reductions
1299.99/1300.00 c
1299.99/1300.00 c vars: 437 fixed, 5794 equiv, 37600 elim, 5827 merged
1299.99/1300.00 c elim: 3716570 resolutions, 13 phases, 5 rounds
1299.99/1300.00 c sbst: 99% substituted, 0.1% nots, 76.3% ands, 23.5% xors, 0.0% ites
1299.99/1300.00 c arty: 2.00 and 2.00 xor average arity
1299.99/1300.00 c prbe: 1719379 probed, 29 phases, 32 rounds
1299.99/1300.00 c prbe: 56 failed, 73 lifted, 192 merged
1299.99/1300.00 c sccs: 7 non trivial, 0 fixed, 7 merged
1299.99/1300.00 c hash: 1 units, 5628 merged
1299.99/1300.00 c mins: 13819766 learned, 47% deleted, 0 strong, 775 depth
1299.99/1300.00 c subs: 853 forward, 2827 backward, 4752 doms
1299.99/1300.00 c strs: 7474 forward, 235 backward
1299.99/1300.00 c doms: 7051 dominators, 4184 high, 0 low
1299.99/1300.00 c prps: 1914816632 propagations, 1.47 megaprops
1299.99/1300.00 c
1299.99/1300.00 c 1300.0 seconds, 86 MB max, 20 MB recycled
1299.99/1300.00 c
1299.99/1300.00 c *** CAUGHT SIGNAL 15 ***
1299.99/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-3308479-1303983225/watcher-3308479-1303983225 -o /tmp/evaluation-result-3308479-1303983225/solver-3308479-1303983225 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308479-1303983225.cnf
running on 2 cores: 1,3
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: 0.08 0.02 0.01 3/179 23101
/proc/meminfo: memFree=16604208/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=3848 CPUtime=0 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 876 0 0 0 0 0 0 0 21 0 1 0 588553262 3940352 833 33554432000 134512640 135151029 4290307632 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23101/statm: 962 833 60 156 0 805 0
[startup+0.0650951 s]
/proc/loadavg: 0.08 0.02 0.01 3/179 23101
/proc/meminfo: memFree=16604208/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=13548 CPUtime=0.05 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 3335 0 0 0 5 0 0 0 21 0 1 0 588553262 13873152 3194 33554432000 134512640 135151029 4290307632 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 3387 3195 65 156 0 3230 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13548
[startup+0.101089 s]
/proc/loadavg: 0.08 0.02 0.01 3/179 23101
/proc/meminfo: memFree=16604208/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=17360 CPUtime=0.09 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 4408 0 0 0 9 0 0 0 21 0 1 0 588553262 17776640 4138 33554432000 134512640 135151029 4290307632 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 4340 4139 65 156 0 4183 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17360
[startup+0.301044 s]
/proc/loadavg: 0.08 0.02 0.01 3/179 23101
/proc/meminfo: memFree=16604208/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=26552 CPUtime=0.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 6960 0 0 0 28 1 0 0 22 0 1 0 588553262 27189248 6417 33554432000 134512640 135151029 4290307632 18446744073709551615 134678810 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 6638 6417 80 156 0 6481 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26552
[startup+0.700965 s]
/proc/loadavg: 0.08 0.02 0.01 3/179 23101
/proc/meminfo: memFree=16604208/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=33992 CPUtime=0.69 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 9943 0 0 0 68 1 0 0 24 0 1 0 588553262 34807808 8229 33554432000 134512640 135151029 4290307632 18446744073709551615 134548203 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 8498 8229 80 156 0 8341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33992
[startup+1.50082 s]
/proc/loadavg: 0.08 0.02 0.01 4/185 23112
/proc/meminfo: memFree=16550204/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=33380 CPUtime=1.49 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 10854 0 0 0 148 1 0 0 25 0 1 0 588553262 34181120 8067 33554432000 134512640 135151029 4290307632 18446744073709551615 134580711 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 8345 8067 80 156 0 8188 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33380
[startup+3.10051 s]
/proc/loadavg: 0.08 0.02 0.01 5/190 23122
/proc/meminfo: memFree=16530440/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=33380 CPUtime=3.09 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 10854 0 0 0 308 1 0 0 25 0 1 0 588553262 34181120 8067 33554432000 134512640 135151029 4290307632 18446744073709551615 134578118 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 8345 8067 80 156 0 8188 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33380
[startup+6.30091 s]
/proc/loadavg: 0.39 0.08 0.03 5/190 23123
/proc/meminfo: memFree=16527092/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=33380 CPUtime=6.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 11807 0 0 0 628 1 0 0 25 0 1 0 588553262 34181120 8068 33554432000 134512640 135151029 4290307632 18446744073709551615 134551406 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 8345 8068 80 156 0 8188 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33380
[startup+12.7007 s]
/proc/loadavg: 0.68 0.15 0.05 5/190 23123
/proc/meminfo: memFree=16526712/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=33380 CPUtime=12.7 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 12759 0 0 0 1268 2 0 0 25 0 1 0 588553262 34181120 8068 33554432000 134512640 135151029 4290307632 18446744073709551615 134552538 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 8345 8068 80 156 0 8188 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 33380
[startup+25.5002 s]
/proc/loadavg: 1.42 0.33 0.11 5/190 23123
/proc/meminfo: memFree=16522880/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=33380 CPUtime=25.49 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 16567 0 0 0 2547 2 0 0 25 0 1 0 588553262 34181120 8068 33554432000 134512640 135151029 4290307632 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 8345 8068 80 156 0 8188 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33380
[startup+51.1004 s]
/proc/loadavg: 2.30 0.63 0.21 5/190 23151
/proc/meminfo: memFree=16364980/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=36692 CPUtime=51.1 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 19428 0 0 0 5107 3 0 0 25 0 1 0 588553262 37572608 8889 33554432000 134512640 135151029 4290307632 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 9173 8889 80 156 0 9016 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 36692
[startup+102.307 s]
/proc/loadavg: 3.26 1.15 0.41 5/190 23152
/proc/meminfo: memFree=16212200/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=39752 CPUtime=102.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 20202 0 0 0 10226 3 0 0 25 0 1 0 588553262 40706048 9663 33554432000 134512640 135151029 4290307632 18446744073709551615 134552538 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 9938 9663 80 156 0 9781 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 39752
[startup+162.3 s]
/proc/loadavg: 3.73 1.66 0.63 5/190 23154
/proc/meminfo: memFree=16113520/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=42292 CPUtime=162.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 22189 0 0 0 16225 4 0 0 25 0 1 0 588553262 43307008 10290 33554432000 134512640 135151029 4290307632 18446744073709551615 134555008 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 10573 10290 80 156 0 10416 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 42292
[startup+222.301 s]
/proc/loadavg: 3.90 2.08 0.84 5/190 23182
/proc/meminfo: memFree=15929980/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=52904 CPUtime=222.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 24764 0 0 0 22224 5 0 0 25 0 1 0 588553262 54173696 12865 33554432000 134512640 135151029 4290307632 18446744073709551615 134552239 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 13226 12865 80 156 0 13069 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 52904
[startup+282.3 s]
/proc/loadavg: 4.01 2.45 1.04 5/190 23211
/proc/meminfo: memFree=15826392/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=56148 CPUtime=282.3 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 25838 0 0 0 28224 6 0 0 25 0 1 0 588553262 57495552 13667 33554432000 134512640 135151029 4290307632 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 14037 13667 80 156 0 13880 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 56148
[startup+342.301 s]
/proc/loadavg: 4.00 2.73 1.22 5/190 23216
/proc/meminfo: memFree=15692096/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=59592 CPUtime=342.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 26695 0 0 0 34223 6 0 0 25 0 1 0 588553262 61022208 14524 33554432000 134512640 135151029 4290307632 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 14898 14524 80 156 0 14741 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 59592
[startup+402.301 s]
/proc/loadavg: 4.00 2.95 1.39 5/190 23217
/proc/meminfo: memFree=15633924/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=62604 CPUtime=402.28 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 27384 0 0 0 40222 6 0 0 25 0 1 0 588553262 64106496 15213 33554432000 134512640 135151029 4290307632 18446744073709551615 134580711 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 15651 15213 80 156 0 15494 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 62604
[startup+462.301 s]
/proc/loadavg: 4.00 3.14 1.55 5/190 23219
/proc/meminfo: memFree=15543772/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=65380 CPUtime=462.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 28654 0 0 0 46222 7 0 0 25 0 1 0 588553262 66949120 15939 33554432000 134512640 135151029 4290307632 18446744073709551615 134522055 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 16345 15939 80 156 0 16188 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 65380
[startup+522.301 s]
/proc/loadavg: 4.00 3.30 1.70 5/190 23220
/proc/meminfo: memFree=15474572/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=71260 CPUtime=522.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 33155 0 0 0 52221 8 0 0 25 0 1 0 588553262 72970240 17392 33554432000 134512640 135151029 4290307632 18446744073709551615 134551374 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 17815 17392 80 156 0 17658 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 71260
[startup+582.3 s]
/proc/loadavg: 4.00 3.42 1.84 5/190 23222
/proc/meminfo: memFree=15426700/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=75296 CPUtime=582.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 34138 0 0 0 58220 9 0 0 25 0 1 0 588553262 77103104 18375 33554432000 134512640 135151029 4290307632 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 18824 18375 80 156 0 18667 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 75296
[startup+642.301 s]
/proc/loadavg: 4.00 3.52 1.98 5/190 23224
/proc/meminfo: memFree=15400280/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=77640 CPUtime=642.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 34715 0 0 0 64220 9 0 0 25 0 1 0 588553262 79503360 18952 33554432000 134512640 135151029 4290307632 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 19410 18952 80 156 0 19253 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 77640
[startup+702.301 s]
/proc/loadavg: 4.07 3.62 2.10 5/190 23225
/proc/meminfo: memFree=15319416/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=80584 CPUtime=702.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 35744 0 0 0 70219 10 0 0 25 0 1 0 588553262 82518016 19656 33554432000 134512640 135151029 4290307632 18446744073709551615 134552538 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 20146 19656 80 156 0 19989 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 80584
[startup+762.307 s]
/proc/loadavg: 4.09 3.71 2.23 5/190 23227
/proc/meminfo: memFree=15254792/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=81944 CPUtime=762.3 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 36046 0 0 0 76220 10 0 0 25 0 1 0 588553262 83910656 19958 33554432000 134512640 135151029 4290307632 18446744073709551615 134574081 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 20486 19958 80 156 0 20329 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 81944
[startup+822.301 s]
/proc/loadavg: 4.11 3.77 2.34 5/190 23228
/proc/meminfo: memFree=15250072/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=84084 CPUtime=822.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 36499 0 0 0 82219 10 0 0 25 0 1 0 588553262 86102016 20411 33554432000 134512640 135151029 4290307632 18446744073709551615 134555021 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 21021 20411 80 156 0 20864 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 84084
[startup+882.3 s]
/proc/loadavg: 4.08 3.83 2.45 5/190 23230
/proc/meminfo: memFree=15180620/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=86148 CPUtime=882.28 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 36983 0 0 0 88218 10 0 0 25 0 1 0 588553262 88215552 20895 33554432000 134512640 135151029 4290307632 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 21537 20895 80 156 0 21380 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 86148
[startup+942.301 s]
/proc/loadavg: 4.03 3.86 2.54 5/190 23231
/proc/meminfo: memFree=15159276/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=87968 CPUtime=942.28 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 37396 0 0 0 94218 10 0 0 25 0 1 0 588553262 90079232 21308 33554432000 134512640 135151029 4290307632 18446744073709551615 134554900 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 21992 21308 80 156 0 21835 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 87968
[startup+1002.3 s]
/proc/loadavg: 4.01 3.88 2.63 5/190 23233
/proc/meminfo: memFree=15095140/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=89864 CPUtime=1002.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 37807 0 0 0 100218 11 0 0 25 0 1 0 588553262 92020736 21719 33554432000 134512640 135151029 4290307632 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 22466 21719 80 156 0 22309 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 89864
[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.71 5/190 23235
/proc/meminfo: memFree=15094372/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=91800 CPUtime=1062.29 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 38227 0 0 0 106218 11 0 0 25 0 1 0 588553262 94003200 22139 33554432000 134512640 135151029 4290307632 18446744073709551615 134554851 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 22950 22139 80 156 0 22793 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 91800
[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.79 5/190 23236
/proc/meminfo: memFree=15093492/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=92216 CPUtime=1122.28 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 38727 0 0 0 112217 11 0 0 25 0 1 0 588553262 94429184 22367 33554432000 134512640 135151029 4290307632 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 23054 22367 80 156 0 22897 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 92216
[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.86 5/190 23238
/proc/meminfo: memFree=15049316/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=92216 CPUtime=1182.28 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 38788 0 0 0 118217 11 0 0 25 0 1 0 588553262 94429184 22428 33554432000 134512640 135151029 4290307632 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 23054 22428 80 156 0 22897 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 92216
[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.93 5/190 23240
/proc/meminfo: memFree=14997084/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=92772 CPUtime=1242.28 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 39336 0 0 0 124217 11 0 0 25 0 1 0 588553262 94998528 22704 33554432000 134512640 135151029 4290307632 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 23193 22704 80 156 0 23036 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 92772
Maximum wall clock time exceeded: sending SIGTERM then SIGKILL
[startup+1300 s]
/proc/loadavg: 3.92 3.93 2.99 5/190 23269
/proc/meminfo: memFree=14935908/32950928 swapFree=67111528/67111528
[pid=23101] ppid=23099 vsize=92260 CPUtime=1299.99 cores=1,3
/proc/23101/stat : 23101 (precosat) R 23099 23101 23061 0 -1 4202496 39842 0 0 0 129988 11 0 0 25 0 1 0 588553262 94474240 22655 33554432000 134512640 135151029 4290307632 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23101/statm: 23065 22655 80 156 0 22908 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 92260
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): 1300
CPU user time (s): 1299.88
CPU system time (s): 0.118981
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 94052
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39843
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= 3
involuntary context switches= 1655
runsolver used 2.01569 second user time and 5.09123 second system time
The end
Launcher Data
Begin job on node114 at 2011-04-28 11:33:46
IDJOB=3308479
IDBENCH=70830
IDSOLVER=1690
FILE ID=node114/3308479-1303983225
RUNJOBID= node114-1303983220-23081
PBS_JOBID= 13168712
Free space on /tmp= 71800 MiB
SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308479-1303983225/watcher-3308479-1303983225 -o /tmp/evaluation-result-3308479-1303983225/solver-3308479-1303983225 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308479-1303983225.cnf
TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2
MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=692053944
node114.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.848
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.69
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.848
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 : 5226.15
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.848
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.74
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.848
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.73
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.848
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 : 5332.75
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.848
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.75
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.848
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.74
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.848
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.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32950928 kB
MemFree: 16604364 kB
Buffers: 2319708 kB
Cached: 13367188 kB
SwapCached: 0 kB
Active: 7084936 kB
Inactive: 8673076 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32950928 kB
LowFree: 16604364 kB
SwapTotal: 67111528 kB
SwapFree: 67111528 kB
Dirty: 5896 kB
Writeback: 0 kB
AnonPages: 70708 kB
Mapped: 15396 kB
Slab: 524408 kB
PageTables: 4904 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83586992 kB
Committed_AS: 211244 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= 71744 MiB
End job on node114 at 2011-04-28 11:55:28