Trace number 292315

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.07 1200.49

General information on the benchmark

Namerandom/OnTreshold/5SAT/v70/
unif-k5-r21.3-v70-c1491-S1350256608-20.UNSAT.shuffled.cnf
MD5SUM73234f08849e6c79dc5c1c40a78e1406
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.31789
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses1491
Sum of the clauses size7455
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 51491
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/292315-1171752016/instance-292315-1171752016.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-292315-1171752016 -o ROOT/results/node43/solver-292315-1171752016 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292315-1171752016/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292315-1171752016/instance-292315-1171752016.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.91 3/64 4886
/proc/meminfo: memFree=600744/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=1396 CPUtime=0
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 195157651 1429504 166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 349 167 128 302 0 44 0

[startup+0.107349 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 4886
/proc/meminfo: memFree=600744/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=1784 CPUtime=0.09
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 281 0 0 0 9 0 0 0 18 0 1 0 195157651 1826816 265 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 446 265 140 302 0 141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1784

[startup+0.515415 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 4886
/proc/meminfo: memFree=600744/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=2568 CPUtime=0.5
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 458 0 0 0 49 1 0 0 21 0 1 0 195157651 2629632 442 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 642 442 140 302 0 337 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2568

[startup+1.33555 s]
/proc/loadavg: 0.92 0.98 0.91 2/65 4887
/proc/meminfo: memFree=598816/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=3492 CPUtime=1.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 674 0 0 0 130 3 0 0 25 0 1 0 195157651 3575808 658 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 873 658 140 302 0 568 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3492

[startup+2.97182 s]
/proc/loadavg: 0.92 0.98 0.91 2/65 4887
/proc/meminfo: memFree=597856/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=4400 CPUtime=2.96
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 924 0 0 0 292 4 0 0 25 0 1 0 195157651 4505600 908 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 1100 908 140 302 0 795 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4400

[startup+6.25137 s]
/proc/loadavg: 0.93 0.98 0.91 2/65 4887
/proc/meminfo: memFree=596256/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=5996 CPUtime=6.24
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 1309 0 0 0 618 6 0 0 25 0 1 0 195157651 6139904 1260 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 1499 1260 140 302 0 1194 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 5996

[startup+12.7064 s]
/proc/loadavg: 0.93 0.98 0.91 2/65 4887
/proc/meminfo: memFree=594272/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=7740 CPUtime=12.69
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 1745 0 0 0 1261 8 0 0 25 0 1 0 195157651 7925760 1696 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 1935 1696 140 302 0 1630 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7740

[startup+25.5096 s]
/proc/loadavg: 0.95 0.98 0.91 2/65 4887
/proc/meminfo: memFree=591904/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=10560 CPUtime=25.49
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 2443 0 0 0 2538 11 0 0 25 0 1 0 195157651 10813440 2329 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 2640 2329 140 302 0 2335 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10560

[startup+51.1178 s]
/proc/loadavg: 0.96 0.98 0.91 2/65 4887
/proc/meminfo: memFree=588320/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=14140 CPUtime=51.09
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 3297 0 0 0 5092 17 0 0 25 0 1 0 195157651 14479360 3183 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 3535 3183 140 302 0 3230 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 14140

[startup+102.375 s]
/proc/loadavg: 0.98 0.98 0.91 2/65 4887
/proc/meminfo: memFree=582880/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=20292 CPUtime=102.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 4792 0 0 0 10208 25 0 0 25 0 1 0 195157651 20779008 4549 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 5073 4549 140 302 0 4768 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 20292

[startup+162.397 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 4887
/proc/meminfo: memFree=578336/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=24560 CPUtime=162.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 5897 0 0 0 16202 31 0 0 25 0 1 0 195157651 25149440 5654 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 6140 5654 140 302 0 5835 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 24560

[startup+222.414 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 4887
/proc/meminfo: memFree=574496/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=28632 CPUtime=222.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 6858 0 0 0 22194 39 0 0 25 0 1 0 195157651 29319168 6615 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 7158 6615 140 302 0 6853 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 28632

[startup+282.434 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 4887
/proc/meminfo: memFree=571360/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=32836 CPUtime=282.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 7892 0 0 0 28188 45 0 0 25 0 1 0 195157651 33624064 7392 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 8209 7392 140 302 0 7904 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 32836

[startup+342.46 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 4887
/proc/meminfo: memFree=568288/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=35928 CPUtime=342.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 8642 0 0 0 34184 49 0 0 25 0 1 0 195157651 36790272 8142 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 8982 8142 140 302 0 8677 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 35928

[startup+402.485 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 4887
/proc/meminfo: memFree=565536/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=38836 CPUtime=402.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 9326 0 0 0 40180 53 0 0 25 0 1 0 195157651 39768064 8826 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 9709 8826 140 302 0 9404 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 38836

[startup+462.505 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 4887
/proc/meminfo: memFree=563104/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=41300 CPUtime=462.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 9925 0 0 0 46175 58 0 0 25 0 1 0 195157651 42291200 9425 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 10325 9425 140 302 0 10020 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 41300

[startup+522.52 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 4887
/proc/meminfo: memFree=560928/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=44028 CPUtime=522.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 10507 0 0 0 52171 62 0 0 25 0 1 0 195157651 45084672 10007 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 11007 10007 140 302 0 10702 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 44028

[startup+582.54 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 4887
/proc/meminfo: memFree=558944/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=45592 CPUtime=582.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 10958 0 0 0 58168 65 0 0 25 0 1 0 195157651 46686208 10458 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 11398 10458 140 302 0 11093 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 45592

[startup+642.567 s]
/proc/loadavg: 1.07 1.00 0.92 2/65 4887
/proc/meminfo: memFree=556832/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=47864 CPUtime=642.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 11472 0 0 0 64164 69 0 0 25 0 1 0 195157651 49012736 10972 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 11966 10972 140 302 0 11661 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 47864

[startup+702.587 s]
/proc/loadavg: 1.02 1.00 0.92 2/65 4887
/proc/meminfo: memFree=554976/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=49816 CPUtime=702.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 11942 0 0 0 70160 73 0 0 25 0 1 0 195157651 51011584 11442 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 12454 11442 140 302 0 12149 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 49816

[startup+762.606 s]
/proc/loadavg: 1.01 1.00 0.92 2/65 4887
/proc/meminfo: memFree=552416/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=52812 CPUtime=762.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 12577 0 0 0 76156 77 0 0 25 0 1 0 195157651 54079488 12077 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 13203 12077 140 302 0 12898 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 52812

[startup+822.627 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4887
/proc/meminfo: memFree=550432/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=54780 CPUtime=822.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 13079 0 0 0 82152 81 0 0 25 0 1 0 195157651 56094720 12579 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 13695 12579 140 302 0 13390 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 54780

[startup+882.648 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4887
/proc/meminfo: memFree=548640/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=56452 CPUtime=882.34
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 13509 0 0 0 88149 85 0 0 25 0 1 0 195157651 57806848 13009 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 14113 13009 140 302 0 13808 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 56452

[startup+942.669 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4887
/proc/meminfo: memFree=547040/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=58160 CPUtime=942.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 13927 0 0 0 94145 88 0 0 25 0 1 0 195157651 59555840 13427 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 14540 13427 140 302 0 14235 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 58160

[startup+1002.69 s]
/proc/loadavg: 1.04 1.01 0.93 2/65 4887
/proc/meminfo: memFree=545248/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=62140 CPUtime=1002.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 14874 0 0 0 100142 91 0 0 25 0 1 0 195157651 63631360 13861 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 15535 13861 140 302 0 15230 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 62140

[startup+1062.71 s]
/proc/loadavg: 1.01 1.01 0.93 2/65 4887
/proc/meminfo: memFree=543776/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=63468 CPUtime=1062.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 15251 0 0 0 106139 94 0 0 25 0 1 0 195157651 64991232 14238 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 15867 14238 140 302 0 15562 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 63468

[startup+1122.73 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4887
/proc/meminfo: memFree=542240/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=65008 CPUtime=1122.33
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 15636 0 0 0 112135 98 0 0 25 0 1 0 195157651 66568192 14623 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 16252 14623 140 302 0 15947 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 65008

[startup+1182.75 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4887
/proc/meminfo: memFree=540768/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=67320 CPUtime=1182.34
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 16003 0 0 0 118132 102 0 0 25 0 1 0 195157651 68935680 14990 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 16830 14990 140 302 0 16525 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 67320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.47 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4887
/proc/meminfo: memFree=540320/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=67848 CPUtime=1200.05
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 16123 0 0 0 119902 103 0 0 25 0 1 0 195157651 69476352 15110 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 16962 15110 140 302 0 16657 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 67848

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

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

[startup+1200.47 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 4887
/proc/meminfo: memFree=540320/2055920 swapFree=4183376/4192956
[pid=4886] ppid=4884 vsize=67848 CPUtime=1200.05
/proc/4886/stat : 4886 (Spear-32) R 4884 4886 3376 0 -1 4194304 16123 0 0 0 119902 103 0 0 25 0 1 0 195157651 69476352 15110 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4886/statm: 16962 15110 140 302 0 16657 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 67848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.49
CPU time (s): 1200.07
CPU user time (s): 1199.03
CPU system time (s): 1.04584
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 67848

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

runsolver used 0.833873 second user time and 2.38464 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Feb 17 22:40:16 UTC 2007

IDJOB= 292315
IDBENCH= 19836
IDSOLVER= 131
FILE ID= node43/292315-1171752016

PBS_JOBID= 3839467

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  73234f08849e6c79dc5c1c40a78e1406

RANDOM SEED= 97987709

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:        601152 kB
Buffers:         50336 kB
Cached:        1283408 kB
SwapCached:       4020 kB
Active:         810152 kB
Inactive:       533684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        601152 kB
SwapTotal:     4192956 kB
SwapFree:      4183376 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          15412 kB
Slab:            96988 kB
Committed_AS:   490176 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 Sat Feb 17 23:00:19 UTC 2007