Trace number 293587

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FH 1.0? (TO) 1200.11 1200.53

General information on the benchmark

Namerandom/OnTreshold/5SAT/v110/
unif-k5-r21.3-v110-c2343-S1869272420-19.SAT.shuffled.cnf
MD5SUM4c82e15dddaac18e48f58e3db4a1e7b5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
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 52343
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/293587-1171773781/instance-293587-1171773781.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/node67/watcher-293587-1171773781 -o ROOT/results/node67/solver-293587-1171773781 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293587-1171773781/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293587-1171773781/instance-293587-1171773781.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.99 0.99 3/64 23896
/proc/meminfo: memFree=589576/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=1396 CPUtime=0
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 197335719 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 349 167 128 302 0 44 0

[startup+0.107697 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 23896
/proc/meminfo: memFree=589576/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=1916 CPUtime=0.1
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 299 0 0 0 10 0 0 0 18 0 1 0 197335719 1961984 283 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 479 283 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.519739 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 23896
/proc/meminfo: memFree=589576/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=2712 CPUtime=0.51
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 509 0 0 0 50 1 0 0 21 0 1 0 197335719 2777088 493 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 678 493 140 302 0 373 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2712

[startup+1.33982 s]
/proc/loadavg: 0.92 0.99 0.99 2/65 23897
/proc/meminfo: memFree=587392/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=3616 CPUtime=1.33
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 744 0 0 0 132 1 0 0 25 0 1 0 197335719 3702784 728 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 904 728 140 302 0 599 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3616

[startup+2.976 s]
/proc/loadavg: 0.92 0.99 0.99 2/65 23897
/proc/meminfo: memFree=586304/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=4912 CPUtime=2.96
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 1060 0 0 0 294 2 0 0 25 0 1 0 197335719 5029888 1044 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 1228 1044 140 302 0 923 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4912

[startup+6.25234 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 23897
/proc/meminfo: memFree=584128/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=6988 CPUtime=6.24
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 1578 0 0 0 620 4 0 0 25 0 1 0 197335719 7155712 1529 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 1747 1529 140 302 0 1442 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6988

[startup+12.708 s]
/proc/loadavg: 0.94 0.99 0.99 2/65 23897
/proc/meminfo: memFree=581184/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=9604 CPUtime=12.7
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 2245 0 0 0 1263 7 0 0 25 0 1 0 197335719 9834496 2196 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 2401 2196 140 302 0 2096 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9604

[startup+25.5084 s]
/proc/loadavg: 0.95 0.99 0.99 2/65 23897
/proc/meminfo: memFree=577664/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=13428 CPUtime=25.49
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 3192 0 0 0 2539 10 0 0 25 0 1 0 197335719 13750272 3078 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 3357 3078 140 302 0 3052 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13428

[startup+51.1191 s]
/proc/loadavg: 0.97 0.99 0.99 2/65 23897
/proc/meminfo: memFree=572544/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=18488 CPUtime=51.09
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 4459 0 0 0 5093 16 0 0 25 0 1 0 197335719 18931712 4345 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 4622 4345 140 302 0 4317 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18488

[startup+102.331 s]
/proc/loadavg: 0.98 0.99 0.99 2/65 23897
/proc/meminfo: memFree=565120/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=26576 CPUtime=102.3
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 6443 0 0 0 10206 24 0 0 25 0 1 0 197335719 27213824 6200 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 6644 6200 140 302 0 6339 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 26576

[startup+162.358 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=558016/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=33984 CPUtime=162.3
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 8192 0 0 0 16198 32 0 0 25 0 1 0 197335719 34799616 7949 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 8496 7950 140 302 0 8191 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 33984

[startup+222.378 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=552704/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=39100 CPUtime=222.31
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 9511 0 0 0 22192 39 0 0 25 0 1 0 197335719 40038400 9268 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 9775 9268 140 302 0 9470 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 39100

[startup+282.401 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=547712/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=45332 CPUtime=282.32
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 11026 0 0 0 28186 46 0 0 25 0 1 0 197335719 46419968 10526 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 11333 10526 140 302 0 11028 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 45332

[startup+342.425 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=543296/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=49932 CPUtime=342.33
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 12120 0 0 0 34182 51 0 0 25 0 1 0 197335719 51130368 11620 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 12483 11620 140 302 0 12178 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 49932

[startup+402.449 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=539456/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=53820 CPUtime=402.34
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 13054 0 0 0 40177 57 0 0 25 0 1 0 197335719 55111680 12554 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 13455 12554 140 302 0 13150 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 53820

[startup+462.471 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=536128/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=57084 CPUtime=462.35
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 13891 0 0 0 46174 61 0 0 25 0 1 0 197335719 58454016 13391 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 14271 13391 140 302 0 13966 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 57084

[startup+522.494 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=532736/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=60404 CPUtime=522.34
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 14739 0 0 0 52170 64 0 0 25 0 1 0 197335719 61853696 14239 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 15101 14239 140 302 0 14796 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 60404

[startup+582.514 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=529920/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=63296 CPUtime=582.36
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 15461 0 0 0 58167 69 0 0 25 0 1 0 197335719 64815104 14961 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 15824 14961 140 302 0 15519 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 63296

[startup+642.539 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=527104/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=66152 CPUtime=642.36
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 16168 0 0 0 64163 73 0 0 25 0 1 0 197335719 67739648 15668 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 16538 15668 140 302 0 16233 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 66152

[startup+702.562 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=523712/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=69984 CPUtime=702.37
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 17010 0 0 0 70161 76 0 0 25 0 1 0 197335719 71663616 16510 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 17496 16510 140 302 0 17191 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 69984

[startup+762.584 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=520960/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=72884 CPUtime=762.38
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 17704 0 0 0 76158 80 0 0 25 0 1 0 197335719 74633216 17204 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 18221 17204 140 302 0 17916 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 72884

[startup+822.606 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=518528/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=75132 CPUtime=822.38
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 18292 0 0 0 82155 83 0 0 25 0 1 0 197335719 76935168 17792 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 18783 17792 140 302 0 18478 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 75132

[startup+882.627 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=516096/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=77476 CPUtime=882.39
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 18893 0 0 0 88152 87 0 0 25 0 1 0 197335719 79335424 18393 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 19369 18393 140 302 0 19064 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 77476

[startup+942.647 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=513472/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=82528 CPUtime=942.39
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 20061 0 0 0 94148 91 0 0 25 0 1 0 197335719 84508672 19048 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 20632 19048 140 302 0 20327 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 82528

[startup+1002.67 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=511296/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=84592 CPUtime=1002.41
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 20609 0 0 0 100145 96 0 0 25 0 1 0 197335719 86622208 19596 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 21148 19596 140 302 0 20843 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 84592

[startup+1062.7 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 23897
/proc/meminfo: memFree=509120/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=86752 CPUtime=1062.41
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 21152 0 0 0 106143 98 0 0 25 0 1 0 197335719 88834048 20139 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 21688 20139 140 302 0 21383 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 86752

[startup+1122.74 s]
/proc/loadavg: 0.99 0.99 0.99 2/71 24011
/proc/meminfo: memFree=505600/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=89080 CPUtime=1122.39
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 21735 0 0 0 112137 102 0 0 25 0 1 0 197335719 91217920 20722 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 22270 20722 140 302 0 21965 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 89080

[startup+1182.8 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24095
/proc/meminfo: memFree=504448/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=91008 CPUtime=1182.37
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 22267 0 0 0 118132 105 0 0 25 0 1 0 197335719 93192192 21254 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 22752 21254 140 302 0 22447 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 91008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.52 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24095
/proc/meminfo: memFree=503744/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=91848 CPUtime=1200.09
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 22435 0 0 0 119903 106 0 0 25 0 1 0 197335719 94052352 21422 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527017 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 22962 21422 140 302 0 22657 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 91848

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

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

[startup+1200.52 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24095
/proc/meminfo: memFree=503744/2055920 swapFree=4183772/4192956
[pid=23896] ppid=23894 vsize=91848 CPUtime=1200.09
/proc/23896/stat : 23896 (Spear-32) R 23894 23896 23749 0 -1 4194304 22435 0 0 0 119903 106 0 0 25 0 1 0 197335719 94052352 21422 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527017 0 0 4096 0 0 0 0 17 1 0 0
/proc/23896/statm: 22962 21422 140 302 0 22657 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 91848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.11
CPU user time (s): 1199.04
CPU system time (s): 1.07384
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 91848

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

runsolver used 0.923859 second user time and 2.38564 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Sun Feb 18 04:43:01 UTC 2007

IDJOB= 293587
IDBENCH= 19867
IDSOLVER= 132
FILE ID= node67/293587-1171773781

PBS_JOBID= 3839540

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v110/unif-k5-r21.3-v110-c2343-S1869272420-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293587-1171773781/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293587-1171773781/instance-293587-1171773781.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-293587-1171773781 -o ROOT/results/node67/solver-293587-1171773781 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293587-1171773781/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293587-1171773781/instance-293587-1171773781.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4c82e15dddaac18e48f58e3db4a1e7b5

RANDOM SEED= 652913159

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:        590112 kB
Buffers:         47636 kB
Cached:        1298352 kB
SwapCached:       3608 kB
Active:         719376 kB
Inactive:       636644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        590112 kB
SwapTotal:     4192956 kB
SwapFree:      4183772 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          15476 kB
Slab:            95792 kB
Committed_AS:   606164 kB
PageTables:       1452 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 node67 on Sun Feb 18 05:03:04 UTC 2007