Trace number 298096

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.08 1200.6

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1212545732-02.UNSAT.shuffled.cnf
MD5SUMc19b938c6cf4650d8039fc9c59375167
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 variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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/298096-1171850225/instance-298096-1171850225.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/node42/watcher-298096-1171850225 -o ROOT/results/node42/solver-298096-1171850225 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298096-1171850225/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298096-1171850225/instance-298096-1171850225.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: 1.00 1.00 1.00 3/64 14531
/proc/meminfo: memFree=384080/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=1528 CPUtime=0
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 204978496 1564672 177 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 382 177 128 302 0 77 0

[startup+0.106924 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14531
/proc/meminfo: memFree=384080/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=1784 CPUtime=0.1
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 291 0 0 0 10 0 0 0 18 0 1 0 204978496 1826816 275 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 446 275 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.515001 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14531
/proc/meminfo: memFree=384080/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=2556 CPUtime=0.5
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 483 0 0 0 49 1 0 0 21 0 1 0 204978496 2617344 467 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 639 467 140 302 0 334 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2556

[startup+1.33516 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14532
/proc/meminfo: memFree=381896/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=3592 CPUtime=1.33
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 743 0 0 0 131 2 0 0 25 0 1 0 204978496 3678208 727 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 898 727 140 302 0 593 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3592

[startup+2.97347 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14532
/proc/meminfo: memFree=380680/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=5024 CPUtime=2.96
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 1091 0 0 0 293 3 0 0 25 0 1 0 204978496 5144576 1075 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 1256 1076 140 302 0 951 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5024

[startup+6.25009 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14532
/proc/meminfo: memFree=378632/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=6860 CPUtime=6.23
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 1559 0 0 0 618 5 0 0 25 0 1 0 204978496 7024640 1510 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 1715 1510 140 302 0 1410 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6860

[startup+12.7033 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14532
/proc/meminfo: memFree=376008/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=9344 CPUtime=12.69
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 2180 0 0 0 1261 8 0 0 25 0 1 0 204978496 9568256 2131 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 2336 2131 140 302 0 2031 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9344

[startup+25.5068 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14532
/proc/meminfo: memFree=372296/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=13276 CPUtime=25.48
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 3183 0 0 0 2537 11 0 0 25 0 1 0 204978496 13594624 3069 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 3319 3069 140 302 0 3014 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13276

[startup+51.1156 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14532
/proc/meminfo: memFree=366856/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=18572 CPUtime=51.09
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 4503 0 0 0 5092 17 0 0 25 0 1 0 204978496 19017728 4389 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 4643 4389 140 302 0 4338 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18572

[startup+102.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14532
/proc/meminfo: memFree=359112/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=26904 CPUtime=102.28
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 6575 0 0 0 10203 25 0 0 25 0 1 0 204978496 27549696 6332 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 6726 6332 140 302 0 6421 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 26904

[startup+162.355 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14532
/proc/meminfo: memFree=352072/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=33976 CPUtime=162.29
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 8292 0 0 0 16195 34 0 0 25 0 1 0 204978496 34791424 8049 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 8494 8049 140 302 0 8189 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33976

[startup+222.374 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14532
/proc/meminfo: memFree=346824/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=39220 CPUtime=222.29
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 9604 0 0 0 22188 41 0 0 25 0 1 0 204978496 40161280 9361 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 9805 9361 140 302 0 9500 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 39220

[startup+282.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 14646
/proc/meminfo: memFree=340952/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=44792 CPUtime=282.25
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 11008 0 0 0 28178 47 0 0 25 0 1 0 204978496 45867008 10508 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 11198 10508 140 302 0 10893 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 44792

[startup+342.458 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=337352/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=49752 CPUtime=342.22
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 12174 0 0 0 34169 53 0 0 25 0 1 0 204978496 50946048 11674 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 12438 11674 140 302 0 12133 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 49752

[startup+402.487 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=333832/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=53388 CPUtime=402.22
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 13053 0 0 0 40163 59 0 0 25 0 1 0 204978496 54669312 12553 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 13347 12553 140 302 0 13042 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 53388

[startup+462.509 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=330696/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=56368 CPUtime=462.22
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 13824 0 0 0 46158 64 0 0 25 0 1 0 204978496 57720832 13324 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 14092 13324 140 302 0 13787 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 56368

[startup+522.527 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=327688/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=59404 CPUtime=522.22
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 14607 0 0 0 52154 68 0 0 25 0 1 0 204978496 60829696 14107 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 14851 14107 140 302 0 14546 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 59404

[startup+582.548 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=324552/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=62736 CPUtime=582.22
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 15405 0 0 0 58150 72 0 0 25 0 1 0 204978496 64241664 14905 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 15684 14905 140 302 0 15379 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 62736

[startup+642.568 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=321672/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=65628 CPUtime=642.22
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 16131 0 0 0 64146 76 0 0 25 0 1 0 204978496 67203072 15631 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 16407 15631 140 302 0 16102 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 65628

[startup+702.597 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=318728/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=68608 CPUtime=702.22
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 16863 0 0 0 70143 79 0 0 25 0 1 0 204978496 70254592 16363 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 17152 16363 140 302 0 16847 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 68608

[startup+762.619 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=315912/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=71436 CPUtime=762.23
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 17575 0 0 0 76139 84 0 0 25 0 1 0 204978496 73150464 17075 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 17859 17075 140 302 0 17554 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 71436

[startup+822.642 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=313160/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=74156 CPUtime=822.24
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 18254 0 0 0 82135 89 0 0 25 0 1 0 204978496 75935744 17754 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 18539 17754 140 302 0 18234 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 74156

[startup+882.659 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=310408/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=76900 CPUtime=882.23
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 18951 0 0 0 88129 94 0 0 25 0 1 0 204978496 78745600 18451 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527043 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 19225 18451 140 302 0 18920 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 76900

[startup+942.677 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=307912/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=81704 CPUtime=942.23
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 20070 0 0 0 94125 98 0 0 25 0 1 0 204978496 83664896 19057 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 20426 19057 140 302 0 20121 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 81704

[startup+1002.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=305672/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=84044 CPUtime=1002.23
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 20637 0 0 0 100122 101 0 0 25 0 1 0 204978496 86061056 19624 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 21011 19624 140 302 0 20706 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 84044

[startup+1062.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=303304/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=86468 CPUtime=1062.24
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 21214 0 0 0 106119 105 0 0 25 0 1 0 204978496 88543232 20201 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 21617 20201 140 302 0 21312 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 86468

[startup+1122.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=301128/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=88936 CPUtime=1122.24
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 21767 0 0 0 112115 109 0 0 25 0 1 0 204978496 91070464 20754 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 22234 20754 140 302 0 21929 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 88936

[startup+1182.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=298824/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=91188 CPUtime=1182.23
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 22330 0 0 0 118111 112 0 0 25 0 1 0 204978496 93376512 21317 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 22797 21317 140 302 0 22492 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 91188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14730
/proc/meminfo: memFree=298120/2055920 swapFree=4183424/4192956
[pid=14531] ppid=14529 vsize=91828 CPUtime=1200.05
/proc/14531/stat : 14531 (Spear-32) R 14529 14531 13615 0 -1 4194304 22501 0 0 0 119892 113 0 0 25 0 1 0 204978496 94031872 21488 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14531/statm: 22957 21488 140 302 0 22652 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 91828

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.6
CPU time (s): 1200.08
CPU user time (s): 1198.92
CPU system time (s): 1.15382
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 91828

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

runsolver used 0.907861 second user time and 2.39963 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Feb 19 01:57:05 UTC 2007

IDJOB= 298096
IDBENCH= 19977
IDSOLVER= 131
FILE ID= node42/298096-1171850225

PBS_JOBID= 3839730

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1212545732-02.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298096-1171850225/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298096-1171850225/instance-298096-1171850225.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-298096-1171850225 -o ROOT/results/node42/solver-298096-1171850225 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298096-1171850225/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298096-1171850225/instance-298096-1171850225.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c19b938c6cf4650d8039fc9c59375167

RANDOM SEED= 224734351

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.261
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.261
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:        384488 kB
Buffers:         52728 kB
Cached:        1490980 kB
SwapCached:       3904 kB
Active:         827240 kB
Inactive:       726912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        384488 kB
SwapTotal:     4192956 kB
SwapFree:      4183424 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          15832 kB
Slab:           103300 kB
Committed_AS:   787496 kB
PageTables:       1408 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= 66562 MiB

End job on node42 on Mon Feb 19 02:17:07 UTC 2007