Trace number 293176

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.09 1200.47

General information on the benchmark

Namerandom/OnTreshold/5SAT/v120/
unif-k5-r21.3-v120-c2556-S340864765-13.SAT.shuffled.cnf
MD5SUM1a2d4f656ef1a93a804e74aaef307a73
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.527919
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52556
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/293176-1171766077/instance-293176-1171766077.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/node43/watcher-293176-1171766077 -o ROOT/results/node43/solver-293176-1171766077 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293176-1171766077/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293176-1171766077/instance-293176-1171766077.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/64 6301
/proc/meminfo: memFree=599136/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=1396 CPUtime=0
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 196563736 1429504 168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 349 168 129 302 0 44 0

[startup+0.10666 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6301
/proc/meminfo: memFree=599136/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=1920 CPUtime=0.1
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 304 0 0 0 10 0 0 0 18 0 1 0 196563736 1966080 288 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 480 288 140 302 0 175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.514726 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6301
/proc/meminfo: memFree=599136/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=2824 CPUtime=0.51
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 538 0 0 0 50 1 0 0 21 0 1 0 196563736 2891776 522 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 706 522 140 302 0 401 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2824

[startup+1.33486 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 6302
/proc/meminfo: memFree=596760/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=3868 CPUtime=1.32
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 804 0 0 0 131 1 0 0 25 0 1 0 196563736 3960832 788 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 967 788 140 302 0 662 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3868

[startup+2.97413 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 6302
/proc/meminfo: memFree=595480/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=5448 CPUtime=2.96
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 1178 0 0 0 295 1 0 0 25 0 1 0 196563736 5578752 1162 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 1362 1162 140 302 0 1057 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5448

[startup+6.24968 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 6302
/proc/meminfo: memFree=593112/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=7540 CPUtime=6.23
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 1715 0 0 0 620 3 0 0 25 0 1 0 196563736 7720960 1666 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 1885 1666 140 302 0 1580 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7540

[startup+12.7038 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 6302
/proc/meminfo: memFree=590176/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=10132 CPUtime=12.69
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 2372 0 0 0 1262 7 0 0 25 0 1 0 196563736 10375168 2323 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 2533 2323 140 302 0 2228 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10132

[startup+25.5079 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 6302
/proc/meminfo: memFree=586656/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=14136 CPUtime=25.49
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 3363 0 0 0 2539 10 0 0 25 0 1 0 196563736 14475264 3249 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 3534 3249 140 302 0 3229 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14136

[startup+51.1141 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 6302
/proc/meminfo: memFree=581472/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=19256 CPUtime=51.08
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 4643 0 0 0 5093 15 0 0 25 0 1 0 196563736 19718144 4529 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 4814 4529 140 302 0 4509 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19256

[startup+102.326 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 6302
/proc/meminfo: memFree=573600/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=27792 CPUtime=102.28
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 6734 0 0 0 10205 23 0 0 25 0 1 0 196563736 28459008 6491 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 6948 6491 140 302 0 6643 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 27792

[startup+162.348 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6302
/proc/meminfo: memFree=566624/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=34700 CPUtime=162.28
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 8438 0 0 0 16198 30 0 0 25 0 1 0 196563736 35532800 8195 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 8675 8195 140 302 0 8370 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 34700

[startup+222.372 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6302
/proc/meminfo: memFree=561184/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=40264 CPUtime=222.29
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 9794 0 0 0 22191 38 0 0 25 0 1 0 196563736 41230336 9551 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 10066 9551 140 302 0 9761 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 40264

[startup+282.398 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=556384/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=46136 CPUtime=282.29
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 11213 0 0 0 28184 45 0 0 25 0 1 0 196563736 47243264 10713 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 11534 10713 140 302 0 11229 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 46136

[startup+342.419 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=551968/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=50516 CPUtime=342.29
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 12315 0 0 0 34179 50 0 0 25 0 1 0 196563736 51728384 11815 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 12629 11815 140 302 0 12324 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 50516

[startup+402.441 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=547872/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=54804 CPUtime=402.3
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 13329 0 0 0 40175 55 0 0 25 0 1 0 196563736 56119296 12829 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 13701 12829 140 302 0 13396 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 54804

[startup+462.464 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=544288/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=58548 CPUtime=462.3
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 14238 0 0 0 46170 60 0 0 25 0 1 0 196563736 59953152 13738 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 14637 13738 140 302 0 14332 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 58548

[startup+522.486 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=540896/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=61784 CPUtime=522.3
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 15077 0 0 0 52165 65 0 0 25 0 1 0 196563736 63266816 14577 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 15446 14577 140 302 0 15141 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 61784

[startup+582.512 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=537504/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=65204 CPUtime=582.32
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 15919 0 0 0 58162 70 0 0 25 0 1 0 196563736 66768896 15419 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 16301 15419 140 302 0 15996 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 65204

[startup+642.534 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=534304/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=68608 CPUtime=642.32
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 16717 0 0 0 64158 74 0 0 25 0 1 0 196563736 70254592 16217 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 17152 16217 140 302 0 16847 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 68608

[startup+702.554 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=530976/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=72080 CPUtime=702.32
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 17561 0 0 0 70153 79 0 0 25 0 1 0 196563736 73809920 17061 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 18020 17061 140 302 0 17715 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 72080

[startup+762.575 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=527968/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=75444 CPUtime=762.31
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 18312 0 0 0 76150 81 0 0 25 0 1 0 196563736 77254656 17812 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527004 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 18861 17812 140 302 0 18556 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 75444

[startup+822.601 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=524960/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=78284 CPUtime=822.32
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 19039 0 0 0 82147 85 0 0 25 0 1 0 196563736 80162816 18539 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 19571 18539 140 302 0 19266 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 78284

[startup+882.625 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=522528/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=80892 CPUtime=882.33
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 19656 0 0 0 88144 89 0 0 25 0 1 0 196563736 82833408 19156 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 20223 19156 140 302 0 19918 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 80892

[startup+942.647 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=520160/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=83220 CPUtime=942.33
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 20256 0 0 0 94142 91 0 0 25 0 1 0 196563736 85217280 19756 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 20805 19756 140 302 0 20500 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 83220

[startup+1002.66 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=517728/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=87644 CPUtime=1002.33
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 21375 0 0 0 100138 95 0 0 25 0 1 0 196563736 89747456 20362 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 21911 20362 140 302 0 21606 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 87644

[startup+1062.69 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=515232/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=90196 CPUtime=1062.33
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 21981 0 0 0 106134 99 0 0 25 0 1 0 196563736 92360704 20968 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 22549 20968 140 302 0 22244 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 90196

[startup+1122.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=513056/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=92524 CPUtime=1122.33
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 22540 0 0 0 112130 103 0 0 25 0 1 0 196563736 94744576 21527 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526846 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 23131 21527 140 302 0 22826 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 92524

[startup+1182.73 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=510816/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=94896 CPUtime=1182.34
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 23102 0 0 0 118127 107 0 0 25 0 1 0 196563736 97173504 22089 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 23724 22089 140 302 0 23419 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 94896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.46 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=510176/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=95412 CPUtime=1200.06
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 23251 0 0 0 119898 108 0 0 25 0 1 0 196563736 97701888 22238 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 23853 22238 140 302 0 23548 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 95412

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

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

[startup+1200.46 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6304
/proc/meminfo: memFree=510176/2055920 swapFree=4183376/4192956
[pid=6301] ppid=6299 vsize=95412 CPUtime=1200.06
/proc/6301/stat : 6301 (Spear-32) R 6299 6301 5494 0 -1 4194304 23251 0 0 0 119898 108 0 0 25 0 1 0 196563736 97701888 22238 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6301/statm: 23853 22238 140 302 0 23548 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 95412

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.47
CPU time (s): 1200.09
CPU user time (s): 1198.99
CPU system time (s): 1.10183
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 95412

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

runsolver used 0.872867 second user time and 2.38364 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Feb 18 02:34:37 UTC 2007

IDJOB= 293176
IDBENCH= 19857
IDSOLVER= 131
FILE ID= node43/293176-1171766077

PBS_JOBID= 3839488

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v120/unif-k5-r21.3-v120-c2556-S340864765-13.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293176-1171766077/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293176-1171766077/instance-293176-1171766077.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-293176-1171766077 -o ROOT/results/node43/solver-293176-1171766077 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293176-1171766077/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293176-1171766077/instance-293176-1171766077.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  1a2d4f656ef1a93a804e74aaef307a73

RANDOM SEED= 158245851

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:        599552 kB
Buffers:         50848 kB
Cached:        1284256 kB
SwapCached:       4020 kB
Active:         821112 kB
Inactive:       524016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        599552 kB
SwapTotal:     4192956 kB
SwapFree:      4183376 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          15348 kB
Slab:            97224 kB
Committed_AS:   499508 kB
PageTables:       1392 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= 66563 MiB

End job on node43 on Sun Feb 18 02:54:40 UTC 2007