Trace number 307321

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:
  1. 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, and are wall clock time (not CPU 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.16 1200.45

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S1106616038-10.cnf
MD5SUM1bd200ca6b73c0fa613e535a4939c609
Bench CategoryRANDOM (random 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 variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/307321-1172117831/instance-307321-1172117831.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node3/watcher-307321-1172117831 -o ROOT/results/node3/solver-307321-1172117831 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307321-1172117831/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307321-1172117831/instance-307321-1172117831.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 26325
/proc/meminfo: memFree=792232/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=1932 CPUtime=0
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 231737981 1978368 248 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134513442 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 483 249 126 302 0 178 0

[startup+0.107466 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 26325
/proc/meminfo: memFree=792232/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=5796 CPUtime=0.09
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 1437 0 0 0 9 0 0 0 18 0 1 0 231737981 5935104 1079 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 1449 1079 129 302 0 1144 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5796

[startup+0.518499 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 26325
/proc/meminfo: memFree=792232/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=9196 CPUtime=0.5
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 2354 0 0 0 49 1 0 0 22 0 1 0 231737981 9416704 1898 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 2299 1898 140 302 0 1994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9196

[startup+1.34257 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=784224/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=10600 CPUtime=1.33
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 2688 0 0 0 131 2 0 0 25 0 1 0 231737981 10854400 2232 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 2650 2232 140 302 0 2345 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10600

[startup+2.9787 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=781856/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=13752 CPUtime=2.97
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 3476 0 0 0 294 3 0 0 25 0 1 0 231737981 14082048 3020 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 3438 3020 140 302 0 3133 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 13752

[startup+6.25497 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=775584/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=19904 CPUtime=6.24
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 5010 0 0 0 619 5 0 0 25 0 1 0 231737981 20381696 4554 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 4976 4554 140 302 0 4671 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19904

[startup+12.7105 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=763488/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=31272 CPUtime=12.69
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 7839 0 0 0 1261 8 0 0 25 0 1 0 231737981 32022528 7383 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 7818 7383 140 302 0 7513 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31272

[startup+25.6116 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=743328/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=52048 CPUtime=25.59
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 13063 0 0 0 2545 14 0 0 25 0 1 0 231737981 53297152 12607 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 13012 12607 140 302 0 12707 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 52048

[startup+51.2247 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=708064/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=86544 CPUtime=51.2
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 21668 0 0 0 5095 25 0 0 25 0 1 0 231737981 88621056 21212 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 21636 21212 140 302 0 21331 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 86544

[startup+102.444 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=652000/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=143508 CPUtime=102.41
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 35947 0 0 0 10198 43 0 0 25 0 1 0 231737981 146952192 35426 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 35877 35426 140 302 0 35572 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 143508

[startup+162.478 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=594912/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=199004 CPUtime=162.43
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 49859 0 0 0 16183 60 0 0 25 0 1 0 231737981 203780096 49338 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 49751 49338 140 302 0 49446 0
Current children cumulated CPU time (s) 162.43
Current children cumulated vsize (KiB) 199004

[startup+222.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=537632/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=256932 CPUtime=222.45
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 64370 0 0 0 22169 76 0 0 25 0 1 0 231737981 263098368 63720 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 64233 63720 140 302 0 63928 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 256932

[startup+282.54 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=490464/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=303832 CPUtime=282.46
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 76118 0 0 0 28158 88 0 0 25 0 1 0 231737981 311123968 75468 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526914 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 75958 75468 140 302 0 75653 0
Current children cumulated CPU time (s) 282.46
Current children cumulated vsize (KiB) 303832

[startup+342.569 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=441312/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=352336 CPUtime=342.48
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 88282 0 0 0 34146 102 0 0 25 0 1 0 231737981 360792064 87632 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 88084 87632 140 302 0 87779 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 352336

[startup+402.603 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=398944/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=394784 CPUtime=402.49
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 98899 0 0 0 40132 117 0 0 25 0 1 0 231737981 404258816 98249 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 98696 98249 140 302 0 98391 0
Current children cumulated CPU time (s) 402.49
Current children cumulated vsize (KiB) 394784

[startup+462.632 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26326
/proc/meminfo: memFree=359648/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=434048 CPUtime=462.51
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 108756 0 0 0 46119 132 0 0 25 0 1 0 231737981 444465152 108106 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 108512 108106 140 302 0 108207 0
Current children cumulated CPU time (s) 462.51
Current children cumulated vsize (KiB) 434048

[startup+522.663 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 26326
/proc/meminfo: memFree=325088/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=469668 CPUtime=522.53
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 117667 0 0 0 52111 142 0 0 25 0 1 0 231737981 480940032 116760 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 117417 116760 140 302 0 117112 0
Current children cumulated CPU time (s) 522.53
Current children cumulated vsize (KiB) 469668

[startup+582.702 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 26326
/proc/meminfo: memFree=287520/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=506604 CPUtime=582.56
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 126928 0 0 0 58102 154 0 0 25 0 1 0 231737981 518762496 126021 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 126651 126021 140 302 0 126346 0
Current children cumulated CPU time (s) 582.56
Current children cumulated vsize (KiB) 506604

[startup+642.731 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26326
/proc/meminfo: memFree=245664/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=548520 CPUtime=642.57
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 137420 0 0 0 64090 167 0 0 25 0 1 0 231737981 561684480 136513 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134561592 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 137130 136513 140 302 0 136825 0
Current children cumulated CPU time (s) 642.57
Current children cumulated vsize (KiB) 548520

[startup+702.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26326
/proc/meminfo: memFree=210080/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=584016 CPUtime=702.58
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 146318 0 0 0 70079 179 0 0 25 0 1 0 231737981 598032384 145411 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 146004 145411 140 302 0 145699 0
Current children cumulated CPU time (s) 702.58
Current children cumulated vsize (KiB) 584016

[startup+762.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26326
/proc/meminfo: memFree=176096/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=618056 CPUtime=762.6
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 154851 0 0 0 76070 190 0 0 25 0 1 0 231737981 632889344 153944 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 154514 153944 140 302 0 154209 0
Current children cumulated CPU time (s) 762.6
Current children cumulated vsize (KiB) 618056

[startup+822.827 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 26326
/proc/meminfo: memFree=146464/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=647156 CPUtime=822.63
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 162130 0 0 0 82063 200 0 0 25 0 1 0 231737981 662687744 161223 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 161789 161223 140 302 0 161484 0
Current children cumulated CPU time (s) 822.63
Current children cumulated vsize (KiB) 647156

[startup+882.851 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 26326
/proc/meminfo: memFree=121376/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=672284 CPUtime=882.63
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 168435 0 0 0 88052 211 0 0 25 0 1 0 231737981 688418816 167528 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 168071 167528 140 302 0 167766 0
Current children cumulated CPU time (s) 882.63
Current children cumulated vsize (KiB) 672284

[startup+942.881 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 26326
/proc/meminfo: memFree=98528/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=695248 CPUtime=942.65
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 174167 0 0 0 94045 220 0 0 25 0 1 0 231737981 711933952 173260 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 173812 173260 140 302 0 173507 0
Current children cumulated CPU time (s) 942.65
Current children cumulated vsize (KiB) 695248

[startup+1002.91 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 26326
/proc/meminfo: memFree=72928/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=720412 CPUtime=1002.67
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 180459 0 0 0 100039 228 0 0 25 0 1 0 231737981 737701888 179552 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 180103 179552 140 302 0 179798 0
Current children cumulated CPU time (s) 1002.67
Current children cumulated vsize (KiB) 720412

[startup+1062.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26326
/proc/meminfo: memFree=54176/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=739304 CPUtime=1062.68
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 185184 0 0 0 106033 235 0 0 25 0 1 0 231737981 757047296 184277 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 184826 184277 140 302 0 184521 0
Current children cumulated CPU time (s) 1062.68
Current children cumulated vsize (KiB) 739304

[startup+1122.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26326
/proc/meminfo: memFree=27744/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=765808 CPUtime=1122.7
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 191809 0 0 0 112025 245 0 0 25 0 1 0 231737981 784187392 190902 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 191452 190902 140 302 0 191147 0
Current children cumulated CPU time (s) 1122.7
Current children cumulated vsize (KiB) 765808

[startup+1183 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26326
/proc/meminfo: memFree=15136/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=800108 CPUtime=1182.71
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 200406 0 0 0 118013 258 0 0 25 0 1 0 231737981 819310592 199499 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 200027 199499 140 302 0 199722 0
Current children cumulated CPU time (s) 1182.71
Current children cumulated vsize (KiB) 800108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26326
/proc/meminfo: memFree=14880/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=809040 CPUtime=1200.02
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4194304 202644 0 0 0 119741 261 0 0 25 0 1 0 231737981 828456960 201737 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 202260 201737 140 302 0 201955 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 809040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26326
/proc/meminfo: memFree=14880/2055920 swapFree=4192812/4192956
[pid=26325] ppid=26323 vsize=0 CPUtime=1200.12
/proc/26325/stat : 26325 (Spear-32) R 26323 26325 24781 0 -1 4195332 202644 0 0 0 119741 271 0 0 25 0 1 0 231737981 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/26325/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.16
CPU user time (s): 1197.42
CPU system time (s): 2.73858
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 809040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.42
system time used= 2.73858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202644
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= 6
involuntary context switches= 24422

runsolver used 1.40779 second user time and 2.82857 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Thu Feb 22 04:17:11 UTC 2007

IDJOB= 307321
IDBENCH= 20202
IDSOLVER= 131
FILE ID= node3/307321-1172117831

PBS_JOBID= 3865366

Free space on /tmp= 66545 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S1106616038-10.cnf
COMMAND LINE= /tmp/evaluation/307321-1172117831/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307321-1172117831/instance-307321-1172117831.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-307321-1172117831 -o ROOT/results/node3/solver-307321-1172117831 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307321-1172117831/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307321-1172117831/instance-307321-1172117831.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  1bd200ca6b73c0fa613e535a4939c609

RANDOM SEED= 16653924

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        792704 kB
Buffers:         65228 kB
Cached:        1062280 kB
SwapCached:          0 kB
Active:         490844 kB
Inactive:       691240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        792704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3156 kB
Writeback:           0 kB
Mapped:          73472 kB
Slab:            66812 kB
Committed_AS:  1121980 kB
PageTables:       1656 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66545 MiB

End job on node3 on Thu Feb 22 04:37:14 UTC 2007