Trace number 297727

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.05 1200.4

General information on the benchmark

Namerandom/OnTreshold/3SAT/v450/
unif-k3-r4.25-v450-c1912-S216896591-15.SAT.shuffled.cnf
MD5SUMf498f91d09d29fe9da9aa03580b39379
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.040992
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1912
Sum of the clauses size5736
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31912
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/297727-1171844076/instance-297727-1171844076.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/node10/watcher-297727-1171844076 -o ROOT/results/node10/solver-297727-1171844076 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/297727-1171844076/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/297727-1171844076/instance-297727-1171844076.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: 2.19 2.04 1.43 3/77 25794
/proc/meminfo: memFree=1517672/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=1528 CPUtime=0
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 204362623 1564672 178 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 382 179 128 302 0 77 0

[startup+0.107373 s]
/proc/loadavg: 2.19 2.04 1.43 3/77 25794
/proc/meminfo: memFree=1517672/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=1788 CPUtime=0.1
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 289 0 0 0 10 0 0 0 18 0 1 0 204362623 1830912 273 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 447 273 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515427 s]
/proc/loadavg: 2.19 2.04 1.43 3/77 25794
/proc/meminfo: memFree=1517672/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=2560 CPUtime=0.51
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 468 0 0 0 50 1 0 0 22 0 1 0 204362623 2621440 452 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 640 452 140 302 0 335 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2560

[startup+1.33754 s]
/proc/loadavg: 2.19 2.04 1.43 2/78 25795
/proc/meminfo: memFree=1515680/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=3464 CPUtime=1.33
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 700 0 0 0 131 2 0 0 25 0 1 0 204362623 3547136 684 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 866 684 140 302 0 561 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3464

[startup+2.98076 s]
/proc/loadavg: 2.19 2.04 1.43 2/78 25795
/proc/meminfo: memFree=1514592/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=4764 CPUtime=2.97
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 1014 0 0 0 294 3 0 0 25 0 1 0 204362623 4878336 998 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 1191 998 140 302 0 886 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4764

[startup+6.2572 s]
/proc/loadavg: 2.09 2.02 1.43 2/78 25795
/proc/meminfo: memFree=1512544/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=6604 CPUtime=6.25
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 1486 0 0 0 620 5 0 0 25 0 1 0 204362623 6762496 1437 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 1651 1437 140 302 0 1346 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 6604

[startup+12.7121 s]
/proc/loadavg: 2.00 2.01 1.42 2/78 25795
/proc/meminfo: memFree=1509728/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=9084 CPUtime=12.7
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 2121 0 0 0 1263 7 0 0 25 0 1 0 204362623 9302016 2072 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 2271 2072 140 302 0 1966 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9084

[startup+25.5128 s]
/proc/loadavg: 1.78 1.96 1.42 2/78 25795
/proc/meminfo: memFree=1506464/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=12596 CPUtime=25.5
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 3017 0 0 0 2540 10 0 0 25 0 1 0 204362623 12898304 2903 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 3149 2903 140 302 0 2844 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12596

[startup+51.1283 s]
/proc/loadavg: 1.51 1.88 1.40 2/78 25795
/proc/meminfo: memFree=1501728/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=17336 CPUtime=51.1
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 4181 0 0 0 5095 15 0 0 25 0 1 0 204362623 17752064 4067 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 4334 4067 140 302 0 4029 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17336

[startup+102.355 s]
/proc/loadavg: 1.22 1.74 1.38 2/78 25795
/proc/meminfo: memFree=1494368/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=25204 CPUtime=102.32
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 6148 0 0 0 10207 25 0 0 25 0 1 0 204362623 25808896 5905 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 6301 5905 140 302 0 5996 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 25204

[startup+162.395 s]
/proc/loadavg: 1.08 1.60 1.35 2/78 25795
/proc/meminfo: memFree=1488096/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=31420 CPUtime=162.34
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 7690 0 0 0 16199 35 0 0 25 0 1 0 204362623 32174080 7447 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 7855 7447 140 302 0 7550 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 31420

[startup+222.431 s]
/proc/loadavg: 1.03 1.49 1.33 2/78 25795
/proc/meminfo: memFree=1482720/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=36688 CPUtime=222.36
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 9025 0 0 0 22192 44 0 0 25 0 1 0 204362623 37568512 8782 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 9172 8782 140 302 0 8867 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 36688

[startup+282.469 s]
/proc/loadavg: 1.01 1.40 1.31 2/78 25795
/proc/meminfo: memFree=1478112/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=42400 CPUtime=282.38
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 10416 0 0 0 28187 51 0 0 25 0 1 0 204362623 43417600 9916 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 10600 9916 140 302 0 10295 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 42400

[startup+342.507 s]
/proc/loadavg: 1.00 1.32 1.28 2/78 25795
/proc/meminfo: memFree=1473888/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47096 CPUtime=342.4
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 11473 0 0 0 34183 57 0 0 25 0 1 0 204362623 48226304 10973 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 11774 10973 140 302 0 11469 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 47096

[startup+402.548 s]
/proc/loadavg: 1.00 1.26 1.26 2/78 25795
/proc/meminfo: memFree=1470368/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=50668 CPUtime=402.42
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 12333 0 0 0 40179 63 0 0 25 0 1 0 204362623 51884032 11833 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 12667 11833 140 302 0 12362 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 50668

[startup+462.588 s]
/proc/loadavg: 1.00 1.21 1.24 2/78 25795
/proc/meminfo: memFree=1467104/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=54104 CPUtime=462.44
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 13162 0 0 0 46175 69 0 0 25 0 1 0 204362623 55402496 12662 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 13526 12662 140 302 0 13221 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 54104

[startup+522.631 s]
/proc/loadavg: 1.00 1.17 1.23 2/78 25795
/proc/meminfo: memFree=1464032/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=57088 CPUtime=522.48
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 13928 0 0 0 52172 76 0 0 25 0 1 0 204362623 58458112 13428 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 14272 13428 140 302 0 13967 0
Current children cumulated CPU time (s) 522.48
Current children cumulated vsize (KiB) 57088

[startup+582.67 s]
/proc/loadavg: 1.00 1.14 1.21 2/78 25795
/proc/meminfo: memFree=1461088/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=59912 CPUtime=582.5
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 14654 0 0 0 58169 81 0 0 25 0 1 0 204362623 61349888 14154 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 14978 14154 140 302 0 14673 0
Current children cumulated CPU time (s) 582.5
Current children cumulated vsize (KiB) 59912

[startup+642.713 s]
/proc/loadavg: 1.00 1.11 1.19 2/78 25795
/proc/meminfo: memFree=1458016/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=63564 CPUtime=642.52
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 15442 0 0 0 64166 86 0 0 25 0 1 0 204362623 65089536 14942 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 15891 14942 140 302 0 15586 0
Current children cumulated CPU time (s) 642.52
Current children cumulated vsize (KiB) 63564

[startup+702.75 s]
/proc/loadavg: 1.00 1.09 1.18 2/78 25795
/proc/meminfo: memFree=1455264/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=66116 CPUtime=702.54
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 16128 0 0 0 70164 90 0 0 25 0 1 0 204362623 67702784 15628 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 16529 15628 140 302 0 16224 0
Current children cumulated CPU time (s) 702.54
Current children cumulated vsize (KiB) 66116

[startup+762.788 s]
/proc/loadavg: 1.00 1.07 1.16 2/78 25795
/proc/meminfo: memFree=1452832/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=68508 CPUtime=762.56
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 16735 0 0 0 76162 94 0 0 25 0 1 0 204362623 70152192 16235 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 17127 16235 140 302 0 16822 0
Current children cumulated CPU time (s) 762.56
Current children cumulated vsize (KiB) 68508

[startup+822.833 s]
/proc/loadavg: 1.03 1.07 1.16 2/78 25795
/proc/meminfo: memFree=1450592/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=70852 CPUtime=822.59
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 17300 0 0 0 82161 98 0 0 25 0 1 0 204362623 72552448 16800 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 17713 16800 140 302 0 17408 0
Current children cumulated CPU time (s) 822.59
Current children cumulated vsize (KiB) 70852

[startup+882.873 s]
/proc/loadavg: 1.01 1.05 1.15 2/78 25795
/proc/meminfo: memFree=1448352/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=73156 CPUtime=882.6
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 17854 0 0 0 88158 102 0 0 25 0 1 0 204362623 74911744 17354 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 18289 17354 140 302 0 17984 0
Current children cumulated CPU time (s) 882.6
Current children cumulated vsize (KiB) 73156

[startup+942.913 s]
/proc/loadavg: 1.00 1.04 1.14 2/78 25795
/proc/meminfo: memFree=1445856/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=78112 CPUtime=942.63
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 19009 0 0 0 94155 108 0 0 25 0 1 0 204362623 79986688 17996 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 19528 17996 140 302 0 19223 0
Current children cumulated CPU time (s) 942.63
Current children cumulated vsize (KiB) 78112

[startup+1002.95 s]
/proc/loadavg: 1.00 1.03 1.12 2/78 25795
/proc/meminfo: memFree=1443552/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=80176 CPUtime=1002.66
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 19580 0 0 0 100154 112 0 0 25 0 1 0 204362623 82100224 18567 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 20044 18567 140 302 0 19739 0
Current children cumulated CPU time (s) 1002.66
Current children cumulated vsize (KiB) 80176

[startup+1062.99 s]
/proc/loadavg: 1.00 1.02 1.11 2/78 25795
/proc/meminfo: memFree=1441248/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=82180 CPUtime=1062.68
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 20134 0 0 0 106153 115 0 0 25 0 1 0 204362623 84152320 19121 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 20545 19121 140 302 0 20240 0
Current children cumulated CPU time (s) 1062.68
Current children cumulated vsize (KiB) 82180

[startup+1123.03 s]
/proc/loadavg: 1.00 1.02 1.10 2/78 25795
/proc/meminfo: memFree=1439072/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=84380 CPUtime=1122.7
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 20670 0 0 0 112150 120 0 0 25 0 1 0 204362623 86405120 19657 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 21095 19657 140 302 0 20790 0
Current children cumulated CPU time (s) 1122.7
Current children cumulated vsize (KiB) 84380

[startup+1183.06 s]
/proc/loadavg: 1.00 1.01 1.09 2/78 25795
/proc/meminfo: memFree=1437024/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=86428 CPUtime=1182.71
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 21194 0 0 0 118147 124 0 0 25 0 1 0 204362623 88502272 20181 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 21607 20181 140 302 0 21302 0
Current children cumulated CPU time (s) 1182.71
Current children cumulated vsize (KiB) 86428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.00 1.01 1.09 2/78 25795
/proc/meminfo: memFree=1436384/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=86940 CPUtime=1200.02
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 21347 0 0 0 119877 125 0 0 25 0 1 0 204362623 89026560 20334 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 21735 20334 140 302 0 21430 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 86940

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

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

[startup+1200.38 s]
/proc/loadavg: 1.00 1.01 1.09 2/78 25795
/proc/meminfo: memFree=1436384/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=86940 CPUtime=1200.02
/proc/25794/stat : 25794 (Spear-32) R 25792 25794 24999 0 -1 4194304 21347 0 0 0 119877 125 0 0 25 0 1 0 204362623 89026560 20334 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25794/statm: 21735 20334 140 302 0 21430 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 86940

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.4
CPU time (s): 1200.05
CPU user time (s): 1198.78
CPU system time (s): 1.27281
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 86940

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

runsolver used 1.25181 second user time and 3.02154 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Feb 19 00:14:36 UTC 2007

IDJOB= 297727
IDBENCH= 19968
IDSOLVER= 131
FILE ID= node10/297727-1171844076

PBS_JOBID= 3839376

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v450/unif-k3-r4.25-v450-c1912-S216896591-15.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/297727-1171844076/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/297727-1171844076/instance-297727-1171844076.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-297727-1171844076 -o ROOT/results/node10/solver-297727-1171844076 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/297727-1171844076/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/297727-1171844076/instance-297727-1171844076.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f498f91d09d29fe9da9aa03580b39379

RANDOM SEED= 567823378

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1518144 kB
Buffers:         49576 kB
Cached:         372840 kB
SwapCached:          0 kB
Active:         256284 kB
Inactive:       210960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          63764 kB
Slab:            56044 kB
Committed_AS:  1177692 kB
PageTables:       1836 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= 66543 MiB

End job on node10 on Mon Feb 19 00:34:39 UTC 2007