Trace number 311709

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 FH 1.0? (TO) 1200.08 1200.4

General information on the benchmark

Namerandom/2+p/p0.8/v2405/
unif2p-p0.8-v2405-c7479-S1117386741-13-UNSAT.cnf
MD5SUMf92c9470ce530d69e9c5c87f2f1f8a3e
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 variables2404
Number of clauses7478
Sum of the clauses size20939
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21495
Number of clauses of size 35983
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/311709-1172574673/instance-311709-1172574673.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/node19/watcher-311709-1172574673 -o ROOT/results/node19/solver-311709-1172574673 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/311709-1172574673/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/311709-1172574673/instance-311709-1172574673.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.92 0.98 0.99 3/77 31283
/proc/meminfo: memFree=1280696/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=1932 CPUtime=0
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 277421360 1978368 249 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134515399 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 483 249 126 302 0 178 0

[startup+0.106895 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31283
/proc/meminfo: memFree=1280696/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=2320 CPUtime=0.1
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 387 0 0 0 10 0 0 0 18 0 1 0 277421360 2375680 371 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 580 371 140 302 0 275 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2320

[startup+0.514937 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31283
/proc/meminfo: memFree=1280696/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=2964 CPUtime=0.5
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 546 0 0 0 50 0 0 0 22 0 1 0 277421360 3035136 530 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 741 530 140 302 0 436 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2964

[startup+1.33503 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1278384/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=3864 CPUtime=1.33
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 786 0 0 0 132 1 0 0 25 0 1 0 277421360 3956736 770 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 966 770 140 302 0 661 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3864

[startup+2.9712 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1277168/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=5408 CPUtime=2.96
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 1137 0 0 0 294 2 0 0 25 0 1 0 277421360 5537792 1121 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 1352 1121 140 302 0 1047 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5408

[startup+6.25356 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1274736/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=7460 CPUtime=6.24
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 1673 0 0 0 621 3 0 0 25 0 1 0 277421360 7639040 1657 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 1865 1657 140 302 0 1560 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7460

[startup+12.7103 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1271472/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=10420 CPUtime=12.7
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 2437 0 0 0 1265 5 0 0 25 0 1 0 277421360 10670080 2388 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 2605 2388 140 302 0 2300 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 10420

[startup+25.5107 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1267056/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=15188 CPUtime=25.49
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 3630 0 0 0 2540 9 0 0 25 0 1 0 277421360 15552512 3516 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 3797 3516 140 302 0 3492 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15188

[startup+51.1234 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1260144/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=21796 CPUtime=51.1
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 5319 0 0 0 5095 15 0 0 25 0 1 0 277421360 22319104 5205 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 5449 5205 140 302 0 5144 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 21796

[startup+102.345 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1251184/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=31308 CPUtime=102.31
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 7706 0 0 0 10204 27 0 0 25 0 1 0 277421360 32059392 7463 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 7827 7463 140 302 0 7522 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 31308

[startup+162.382 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1242608/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=39524 CPUtime=162.32
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 9798 0 0 0 16195 37 0 0 25 0 1 0 277421360 40472576 9555 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 9881 9555 140 302 0 9576 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 39524

[startup+222.415 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1235824/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=46452 CPUtime=222.34
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 11486 0 0 0 22188 46 0 0 25 0 1 0 277421360 47566848 11243 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 11613 11243 140 302 0 11308 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 46452

[startup+282.45 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1230064/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=53248 CPUtime=282.36
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 13174 0 0 0 28183 53 0 0 25 0 1 0 277421360 54525952 12674 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 13312 12674 140 302 0 13007 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 53248

[startup+342.481 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31284
/proc/meminfo: memFree=1224816/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=58592 CPUtime=342.38
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 14488 0 0 0 34178 60 0 0 25 0 1 0 277421360 59998208 13988 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 14648 13988 140 302 0 14343 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 58592

[startup+402.519 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1219376/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=64048 CPUtime=402.4
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 15832 0 0 0 40172 68 0 0 25 0 1 0 277421360 65585152 15332 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 16012 15332 140 302 0 15707 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 64048

[startup+462.555 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1214576/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=68832 CPUtime=462.42
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 17035 0 0 0 46167 75 0 0 25 0 1 0 277421360 70483968 16535 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 17208 16535 140 302 0 16903 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 68832

[startup+522.588 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1210032/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=73280 CPUtime=522.44
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 18175 0 0 0 52162 82 0 0 25 0 1 0 277421360 75038720 17675 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 18320 17675 140 302 0 18015 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 73280

[startup+582.622 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1205552/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=78100 CPUtime=582.47
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 19286 0 0 0 58158 89 0 0 25 0 1 0 277421360 79974400 18786 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 19525 18786 140 302 0 19220 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 78100

[startup+642.658 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 31284
/proc/meminfo: memFree=1201008/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=82724 CPUtime=642.48
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 20435 0 0 0 64152 96 0 0 25 0 1 0 277421360 84709376 19935 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 20681 19935 140 302 0 20376 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 82724

[startup+702.686 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 31284
/proc/meminfo: memFree=1196272/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=87496 CPUtime=702.49
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 21610 0 0 0 70147 102 0 0 25 0 1 0 277421360 89595904 21110 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 21874 21110 140 302 0 21569 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 87496

[startup+762.715 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1192304/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=91664 CPUtime=762.51
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 22601 0 0 0 76143 108 0 0 25 0 1 0 277421360 93863936 22101 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 22916 22101 140 302 0 22611 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 91664

[startup+822.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1187568/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=96180 CPUtime=822.53
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 23759 0 0 0 82138 115 0 0 25 0 1 0 277421360 98488320 23259 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 24045 23259 140 302 0 23740 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 96180

[startup+882.784 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1183088/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=102604 CPUtime=882.54
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 25400 0 0 0 88132 122 0 0 25 0 1 0 277421360 105066496 24387 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 25651 24387 140 302 0 25346 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 102604

[startup+942.815 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 31284
/proc/meminfo: memFree=1178480/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=107408 CPUtime=942.56
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 26558 0 0 0 94128 128 0 0 25 0 1 0 277421360 109985792 25545 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 26852 25545 140 302 0 26547 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 107408

[startup+1002.85 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 31284
/proc/meminfo: memFree=1174768/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=111200 CPUtime=1002.57
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 27472 0 0 0 100125 132 0 0 25 0 1 0 277421360 113868800 26459 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 27800 26459 140 302 0 27495 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 111200

[startup+1062.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1171440/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=114540 CPUtime=1062.6
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 28306 0 0 0 106122 138 0 0 25 0 1 0 277421360 117288960 27293 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 28635 27293 140 302 0 28330 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 114540

[startup+1122.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1168304/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=117900 CPUtime=1122.62
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 29107 0 0 0 112121 141 0 0 25 0 1 0 277421360 120729600 28094 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 29475 28094 140 302 0 29170 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 117900

[startup+1182.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1164912/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=121248 CPUtime=1182.63
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 29935 0 0 0 118117 146 0 0 25 0 1 0 277421360 124157952 28922 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 30312 28922 140 302 0 30007 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 121248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31284
/proc/meminfo: memFree=1163952/2055920 swapFree=4192812/4192956
[pid=31283] ppid=31281 vsize=122012 CPUtime=1200.05
/proc/31283/stat : 31283 (Spear-32) R 31281 31283 30606 0 -1 4194304 30159 0 0 0 119857 148 0 0 25 0 1 0 277421360 124940288 29146 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31283/statm: 30503 29146 140 302 0 30198 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 122012

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): 1200.4
CPU time (s): 1200.08
CPU user time (s): 1198.58
CPU system time (s): 1.50277
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 122012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.58
system time used= 1.50277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30159
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= 25198

runsolver used 1.34879 second user time and 2.91956 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Feb 27 11:11:13 UTC 2007

IDJOB= 311709
IDBENCH= 20321
IDSOLVER= 132
FILE ID= node19/311709-1172574673

PBS_JOBID= 3971684

Free space on /tmp= 66558 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v2405/unif2p-p0.8-v2405-c7479-S1117386741-13-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/311709-1172574673/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/311709-1172574673/instance-311709-1172574673.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-311709-1172574673 -o ROOT/results/node19/solver-311709-1172574673 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/311709-1172574673/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/311709-1172574673/instance-311709-1172574673.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f92c9470ce530d69e9c5c87f2f1f8a3e

RANDOM SEED= 145587895

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1281168 kB
Buffers:         67172 kB
Cached:         586104 kB
SwapCached:          0 kB
Active:         309000 kB
Inactive:       388220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1281168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          62852 kB
Slab:            63104 kB
Committed_AS:  1038140 kB
PageTables:       1756 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= 66558 MiB

End job on node19 on Tue Feb 27 11:31:16 UTC 2007