Trace number 295636

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.08 1200.54

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1084572666-19.SAT.shuffled.cnf
MD5SUMea6c3c02564fa25b13cb9c95b3e90ee5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.68074
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

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/295636-1171808896/instance-295636-1171808896.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/node6/watcher-295636-1171808896 -o ROOT/results/node6/solver-295636-1171808896 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295636-1171808896/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/295636-1171808896/instance-295636-1171808896.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 11761
/proc/meminfo: memFree=1342008/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=1396 CPUtime=0
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 200844339 1429504 164 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 349 167 128 302 0 44 0

[startup+0.106875 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 11761
/proc/meminfo: memFree=1342008/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=2060 CPUtime=0.1
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 345 0 0 0 10 0 0 0 18 0 1 0 200844339 2109440 329 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 515 329 140 302 0 210 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2060

[startup+0.514955 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 11761
/proc/meminfo: memFree=1342008/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=2832 CPUtime=0.5
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 536 0 0 0 50 0 0 0 21 0 1 0 200844339 2899968 520 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 708 520 140 302 0 403 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2832

[startup+1.33512 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1339632/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=3784 CPUtime=1.32
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 786 0 0 0 131 1 0 0 25 0 1 0 200844339 3874816 770 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 946 770 140 302 0 641 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3784

[startup+2.97444 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1338480/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=5208 CPUtime=2.96
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 1126 0 0 0 294 2 0 0 25 0 1 0 200844339 5332992 1110 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 1302 1110 140 302 0 997 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5208

[startup+6.25209 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1336240/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=7184 CPUtime=6.24
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 1617 0 0 0 620 4 0 0 25 0 1 0 200844339 7356416 1568 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 1796 1568 140 302 0 1491 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7184

[startup+12.7064 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1333424/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=9812 CPUtime=12.69
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 2279 0 0 0 1262 7 0 0 25 0 1 0 200844339 10047488 2230 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 2453 2230 140 302 0 2148 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9812

[startup+25.5129 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1329904/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=13524 CPUtime=25.49
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 3220 0 0 0 2538 11 0 0 25 0 1 0 200844339 13848576 3106 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 3381 3106 140 302 0 3076 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13524

[startup+51.1259 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1324784/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=18664 CPUtime=51.1
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 4474 0 0 0 5093 17 0 0 25 0 1 0 200844339 19111936 4360 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 4666 4360 140 302 0 4361 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 18664

[startup+102.346 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1317680/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=26732 CPUtime=102.29
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 6403 0 0 0 10202 27 0 0 25 0 1 0 200844339 27373568 6160 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 6683 6160 140 302 0 6378 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 26732

[startup+162.387 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1311472/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=33100 CPUtime=162.32
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 7911 0 0 0 16196 36 0 0 25 0 1 0 200844339 33894400 7668 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 8275 7668 140 302 0 7970 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 33100

[startup+222.425 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1306032/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=38596 CPUtime=222.33
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 9272 0 0 0 22190 43 0 0 25 0 1 0 200844339 39522304 9029 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 9649 9029 140 302 0 9344 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 38596

[startup+282.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1301296/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=44404 CPUtime=282.35
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 10709 0 0 0 28183 52 0 0 25 0 1 0 200844339 45469696 10209 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 11101 10209 140 302 0 10796 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 44404

[startup+342.489 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1296816/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=49016 CPUtime=342.35
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 11820 0 0 0 34176 59 0 0 25 0 1 0 200844339 50192384 11320 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 12254 11320 140 302 0 11949 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 49016

[startup+402.526 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1292848/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=52948 CPUtime=402.37
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 12790 0 0 0 40172 65 0 0 25 0 1 0 200844339 54218752 12290 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 13237 12290 140 302 0 12932 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 52948

[startup+462.563 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1289328/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=56560 CPUtime=462.38
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 13682 0 0 0 46166 72 0 0 25 0 1 0 200844339 57917440 13182 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 14140 13182 140 302 0 13835 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 56560

[startup+522.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11762
/proc/meminfo: memFree=1285936/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=59996 CPUtime=522.39
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 14523 0 0 0 52162 77 0 0 25 0 1 0 200844339 61435904 14023 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 14999 14023 140 302 0 14694 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 59996

[startup+582.639 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 11762
/proc/meminfo: memFree=1282800/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=63176 CPUtime=582.42
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 15320 0 0 0 58160 82 0 0 25 0 1 0 200844339 64692224 14820 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 15794 14820 140 302 0 15489 0
Current children cumulated CPU time (s) 582.42
Current children cumulated vsize (KiB) 63176

[startup+642.673 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 11762
/proc/meminfo: memFree=1279728/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=66524 CPUtime=642.42
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 16087 0 0 0 64155 87 0 0 25 0 1 0 200844339 68120576 15587 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 16631 15587 140 302 0 16326 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 66524

[startup+702.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11764
/proc/meminfo: memFree=1275824/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=71156 CPUtime=702.43
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 17030 0 0 0 70150 93 0 0 25 0 1 0 200844339 72863744 16530 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 17789 16530 140 302 0 17484 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 71156

[startup+762.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11764
/proc/meminfo: memFree=1273328/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=73728 CPUtime=762.44
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 17668 0 0 0 76148 96 0 0 25 0 1 0 200844339 75497472 17168 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 18432 17168 140 302 0 18127 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 73728

[startup+822.784 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11764
/proc/meminfo: memFree=1271216/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=75820 CPUtime=822.47
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 18228 0 0 0 82146 101 0 0 25 0 1 0 200844339 77639680 17728 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 18955 17728 140 302 0 18650 0
Current children cumulated CPU time (s) 822.47
Current children cumulated vsize (KiB) 75820

[startup+882.822 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11764
/proc/meminfo: memFree=1268784/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=78184 CPUtime=882.48
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 18815 0 0 0 88142 106 0 0 25 0 1 0 200844339 80060416 18315 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526713 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 19546 18315 140 302 0 19241 0
Current children cumulated CPU time (s) 882.48
Current children cumulated vsize (KiB) 78184

[startup+942.858 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11764
/proc/meminfo: memFree=1266416/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=82680 CPUtime=942.49
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 19887 0 0 0 94138 111 0 0 25 0 1 0 200844339 84664320 18874 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 20670 18874 140 302 0 20365 0
Current children cumulated CPU time (s) 942.49
Current children cumulated vsize (KiB) 82680

[startup+1002.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11764
/proc/meminfo: memFree=1264496/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=84744 CPUtime=1002.49
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 20412 0 0 0 100133 116 0 0 25 0 1 0 200844339 86777856 19399 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 21186 19399 140 302 0 20881 0
Current children cumulated CPU time (s) 1002.49
Current children cumulated vsize (KiB) 84744

[startup+1062.93 s]
/proc/loadavg: 1.08 1.03 1.01 2/78 11764
/proc/meminfo: memFree=1262192/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=87032 CPUtime=1062.51
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 20973 0 0 0 106131 120 0 0 25 0 1 0 200844339 89120768 19960 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 21758 19960 140 302 0 21453 0
Current children cumulated CPU time (s) 1062.51
Current children cumulated vsize (KiB) 87032

[startup+1122.96 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 11764
/proc/meminfo: memFree=1260272/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=89272 CPUtime=1122.53
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 21464 0 0 0 112128 125 0 0 25 0 1 0 200844339 91414528 20451 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 22318 20451 140 302 0 22013 0
Current children cumulated CPU time (s) 1122.53
Current children cumulated vsize (KiB) 89272

[startup+1183 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 11764
/proc/meminfo: memFree=1258288/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=91088 CPUtime=1182.54
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 21947 0 0 0 118124 130 0 0 25 0 1 0 200844339 93274112 20934 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 22772 20934 140 302 0 22467 0
Current children cumulated CPU time (s) 1182.54
Current children cumulated vsize (KiB) 91088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.52 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 11764
/proc/meminfo: memFree=1257648/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=91600 CPUtime=1200.06
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 22092 0 0 0 119875 131 0 0 25 0 1 0 200844339 93798400 21079 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 22900 21079 140 302 0 22595 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 91600

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: 1.01 1.01 1.00 2/78 11764
/proc/meminfo: memFree=1257648/2055924 swapFree=4192812/4192956
[pid=11761] ppid=11759 vsize=91600 CPUtime=1200.06
/proc/11761/stat : 11761 (Spear-32) R 11759 11761 10570 0 -1 4194304 22092 0 0 0 119875 131 0 0 25 0 1 0 200844339 93798400 21079 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11761/statm: 22900 21079 140 302 0 22595 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 91600

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.08
CPU user time (s): 1198.76
CPU system time (s): 1.3288
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 91600

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

runsolver used 1.37179 second user time and 2.89856 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Feb 18 14:28:16 UTC 2007

IDJOB= 295636
IDBENCH= 19917
IDSOLVER= 131
FILE ID= node6/295636-1171808896

PBS_JOBID= 3839328

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1084572666-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295636-1171808896/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/295636-1171808896/instance-295636-1171808896.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-295636-1171808896 -o ROOT/results/node6/solver-295636-1171808896 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295636-1171808896/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/295636-1171808896/instance-295636-1171808896.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ea6c3c02564fa25b13cb9c95b3e90ee5

RANDOM SEED= 546932871

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1342416 kB
Buffers:         67264 kB
Cached:         513184 kB
SwapCached:          0 kB
Active:         334396 kB
Inactive:       302448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1342416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          75232 kB
Slab:            62248 kB
Committed_AS:   728440 kB
PageTables:       1744 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= 66551 MiB

End job on node6 on Sun Feb 18 14:48:19 UTC 2007