Trace number 309207

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/2+p/p0.9/v990/
unif2p-p0.9-v990-c3583-S966455977-02-UNSAT.cnf
MD5SUM34e015d71ca89279387818ff6cfa3db2
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 variables989
Number of clauses3582
Sum of the clauses size10388
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2358
Number of clauses of size 33224
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/309207-1172536474/instance-309207-1172536474.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/node24/watcher-309207-1172536474 -o ROOT/results/node24/solver-309207-1172536474 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309207-1172536474/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/309207-1172536474/instance-309207-1172536474.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/77 22389
/proc/meminfo: memFree=1894216/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=1548 CPUtime=0
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 206 0 0 0 0 0 0 0 18 0 1 0 273601723 1585152 190 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 387 191 128 302 0 82 0

[startup+0.10694 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22389
/proc/meminfo: memFree=1894216/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=1936 CPUtime=0.1
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 312 0 0 0 10 0 0 0 18 0 1 0 273601723 1982464 296 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 484 296 140 302 0 179 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1936

[startup+0.514984 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22389
/proc/meminfo: memFree=1894216/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=2584 CPUtime=0.5
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 483 0 0 0 50 0 0 0 21 0 1 0 273601723 2646016 467 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 646 467 140 302 0 341 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2584

[startup+1.33507 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1892032/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=3608 CPUtime=1.33
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 736 0 0 0 131 2 0 0 25 0 1 0 273601723 3694592 720 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 902 720 140 302 0 597 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3608

[startup+2.97725 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1890880/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=4892 CPUtime=2.97
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 1061 0 0 0 294 3 0 0 25 0 1 0 273601723 5009408 1045 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 1223 1045 140 302 0 918 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4892

[startup+6.25361 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1888768/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=6972 CPUtime=6.24
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 1562 0 0 0 620 4 0 0 25 0 1 0 273601723 7139328 1513 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 1743 1513 140 302 0 1438 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6972

[startup+12.7123 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1885568/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=9812 CPUtime=12.7
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 2287 0 0 0 1264 6 0 0 25 0 1 0 273601723 10047488 2238 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 2453 2238 140 302 0 2148 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9812

[startup+25.6137 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1881728/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=13980 CPUtime=25.59
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 3339 0 0 0 2550 9 0 0 25 0 1 0 273601723 14315520 3225 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 3495 3225 140 302 0 3190 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 13980

[startup+51.2245 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1876160/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=19344 CPUtime=51.2
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 4700 0 0 0 5104 16 0 0 25 0 1 0 273601723 19808256 4586 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 4836 4586 140 302 0 4531 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 19344

[startup+102.445 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1867584/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=28388 CPUtime=102.41
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 6988 0 0 0 10213 28 0 0 25 0 1 0 273601723 29069312 6745 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 7097 6745 140 302 0 6792 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 28388

[startup+162.475 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1859584/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=36280 CPUtime=162.42
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 8942 0 0 0 16206 36 0 0 25 0 1 0 273601723 37150720 8699 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 9070 8699 140 302 0 8765 0
Current children cumulated CPU time (s) 162.42
Current children cumulated vsize (KiB) 36280

[startup+222.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1853696/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=42116 CPUtime=222.43
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 10405 0 0 0 22198 45 0 0 25 0 1 0 273601723 43126784 10162 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 10529 10162 140 302 0 10224 0
Current children cumulated CPU time (s) 222.43
Current children cumulated vsize (KiB) 42116

[startup+282.524 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1848512/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=48420 CPUtime=282.43
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 11948 0 0 0 28191 52 0 0 25 0 1 0 273601723 49582080 11448 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 12105 11448 140 302 0 11800 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 48420

[startup+342.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1843328/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=53612 CPUtime=342.45
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 13214 0 0 0 34186 59 0 0 25 0 1 0 273601723 54898688 12714 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 13403 12714 140 302 0 13098 0
Current children cumulated CPU time (s) 342.45
Current children cumulated vsize (KiB) 53612

[startup+402.582 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22390
/proc/meminfo: memFree=1838720/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=58296 CPUtime=402.45
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 14368 0 0 0 40180 65 0 0 25 0 1 0 273601723 59695104 13868 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 14574 13868 140 302 0 14269 0
Current children cumulated CPU time (s) 402.45
Current children cumulated vsize (KiB) 58296

[startup+462.608 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1834432/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=62472 CPUtime=462.46
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 15424 0 0 0 46175 71 0 0 25 0 1 0 273601723 63971328 14924 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 15618 14924 140 302 0 15313 0
Current children cumulated CPU time (s) 462.46
Current children cumulated vsize (KiB) 62472

[startup+522.639 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1830336/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=66460 CPUtime=522.48
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 16440 0 0 0 52171 77 0 0 25 0 1 0 273601723 68055040 15940 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 16615 15940 140 302 0 16310 0
Current children cumulated CPU time (s) 522.48
Current children cumulated vsize (KiB) 66460

[startup+582.673 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 22392
/proc/meminfo: memFree=1826688/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=70180 CPUtime=582.49
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 17356 0 0 0 58165 84 0 0 25 0 1 0 273601723 71864320 16856 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 17545 16856 140 302 0 17240 0
Current children cumulated CPU time (s) 582.49
Current children cumulated vsize (KiB) 70180

[startup+642.698 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 22392
/proc/meminfo: memFree=1822784/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=74272 CPUtime=642.5
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 18314 0 0 0 64161 89 0 0 25 0 1 0 273601723 76054528 17814 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 18568 17814 140 302 0 18263 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 74272

[startup+702.728 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1819392/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=77748 CPUtime=702.51
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 19174 0 0 0 70158 93 0 0 25 0 1 0 273601723 79613952 18674 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 19437 18674 140 302 0 19132 0
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (KiB) 77748

[startup+762.756 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1816000/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=81260 CPUtime=762.52
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 20007 0 0 0 76153 99 0 0 25 0 1 0 273601723 83210240 19507 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 20315 19507 140 302 0 20010 0
Current children cumulated CPU time (s) 762.52
Current children cumulated vsize (KiB) 81260

[startup+822.787 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1812864/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=84384 CPUtime=822.54
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 20793 0 0 0 82150 104 0 0 25 0 1 0 273601723 86409216 20293 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 21096 20293 140 302 0 20791 0
Current children cumulated CPU time (s) 822.54
Current children cumulated vsize (KiB) 84384

[startup+882.817 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1809536/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=89652 CPUtime=882.55
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 22112 0 0 0 88145 110 0 0 25 0 1 0 273601723 91803648 21099 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 22413 21099 140 302 0 22108 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 89652

[startup+942.847 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1806528/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=93200 CPUtime=942.56
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 22890 0 0 0 94142 114 0 0 25 0 1 0 273601723 95436800 21877 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 23300 21877 140 302 0 22995 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 93200

[startup+1002.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1803584/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=96016 CPUtime=1002.58
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 23598 0 0 0 100139 119 0 0 25 0 1 0 273601723 98320384 22585 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 24004 22585 140 302 0 23699 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 96016

[startup+1062.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1801152/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=98540 CPUtime=1062.59
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 24227 0 0 0 106135 124 0 0 25 0 1 0 273601723 100904960 23214 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 24635 23214 140 302 0 24330 0
Current children cumulated CPU time (s) 1062.59
Current children cumulated vsize (KiB) 98540

[startup+1122.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1798656/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=101156 CPUtime=1122.6
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 24850 0 0 0 112132 128 0 0 25 0 1 0 273601723 103583744 23837 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 25289 23837 140 302 0 24984 0
Current children cumulated CPU time (s) 1122.6
Current children cumulated vsize (KiB) 101156

[startup+1182.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1796288/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=103596 CPUtime=1182.61
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 25432 0 0 0 118130 131 0 0 25 0 1 0 273601723 106082304 24419 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 25899 24419 140 302 0 25594 0
Current children cumulated CPU time (s) 1182.61
Current children cumulated vsize (KiB) 103596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22392
/proc/meminfo: memFree=1795584/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=104252 CPUtime=1200.03
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 25594 0 0 0 119870 133 0 0 25 0 1 0 273601723 106754048 24581 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526981 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 26063 24581 140 302 0 25758 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 104252

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.00 1.00 2/78 22392
/proc/meminfo: memFree=1795584/2055920 swapFree=4139416/4192956
[pid=22389] ppid=22387 vsize=104252 CPUtime=1200.03
/proc/22389/stat : 22389 (Spear-32) R 22387 22389 21559 0 -1 4194304 25594 0 0 0 119870 133 0 0 25 0 1 0 273601723 106754048 24581 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526981 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 26063 24581 140 302 0 25758 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 104252

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.4
CPU time (s): 1200.05
CPU user time (s): 1198.7
CPU system time (s): 1.3468
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 104252

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

runsolver used 1.3188 second user time and 2.6006 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Feb 27 00:34:34 UTC 2007

IDJOB= 309207
IDBENCH= 20252
IDSOLVER= 131
FILE ID= node24/309207-1172536474

PBS_JOBID= 3971818

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.9/v990/unif2p-p0.9-v990-c3583-S966455977-02-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/309207-1172536474/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/309207-1172536474/instance-309207-1172536474.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-309207-1172536474 -o ROOT/results/node24/solver-309207-1172536474 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/309207-1172536474/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/309207-1172536474/instance-309207-1172536474.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  34e015d71ca89279387818ff6cfa3db2

RANDOM SEED= 953732467

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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:       1894624 kB
Buffers:         21492 kB
Cached:          97004 kB
SwapCached:       8664 kB
Active:          46488 kB
Inactive:        86524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894624 kB
SwapTotal:     4192956 kB
SwapFree:      4139416 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          15364 kB
Slab:            13812 kB
Committed_AS:   765588 kB
PageTables:       1732 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= 66560 MiB

End job on node24 on Tue Feb 27 00:54:37 UTC 2007