Trace number 293054

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.1 1200.48

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1481093667-06.UNSAT.shuffled.cnf
MD5SUMbd3636480ccd2ac89b0fc1e6396aab86
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark785.06
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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/293054-1171764117/instance-293054-1171764117.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/node13/watcher-293054-1171764117 -o ROOT/results/node13/solver-293054-1171764117 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293054-1171764117/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293054-1171764117/instance-293054-1171764117.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/83 10588
/proc/meminfo: memFree=794184/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=1396 CPUtime=0
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 196366194 1429504 170 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 349 171 129 302 0 44 0

[startup+0.106894 s]
/proc/loadavg: 0.92 0.98 0.99 3/83 10588
/proc/meminfo: memFree=794184/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=1784 CPUtime=0.1
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 292 0 0 0 10 0 0 0 18 0 1 0 196366194 1826816 276 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 446 276 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.514949 s]
/proc/loadavg: 0.92 0.98 0.99 3/83 10588
/proc/meminfo: memFree=794184/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=2744 CPUtime=0.5
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 496 0 0 0 50 0 0 0 21 0 1 0 196366194 2809856 480 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 686 480 140 302 0 381 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2744

[startup+1.33506 s]
/proc/loadavg: 0.92 0.98 0.99 2/84 10599
/proc/meminfo: memFree=791936/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=3652 CPUtime=1.32
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 743 0 0 0 131 1 0 0 25 0 1 0 196366194 3739648 727 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 913 727 140 302 0 608 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3652

[startup+2.97128 s]
/proc/loadavg: 0.92 0.98 0.99 3/84 10599
/proc/meminfo: memFree=790848/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=4824 CPUtime=2.95
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 1042 0 0 0 293 2 0 0 25 0 1 0 196366194 4939776 1026 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 1206 1026 140 302 0 901 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 4824

[startup+6.24971 s]
/proc/loadavg: 0.93 0.98 0.99 2/84 10603
/proc/meminfo: memFree=788936/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=6672 CPUtime=6.22
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 1486 0 0 0 619 3 0 0 25 0 1 0 196366194 6832128 1437 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 1668 1437 140 302 0 1363 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 6672

[startup+12.7096 s]
/proc/loadavg: 0.93 0.98 0.99 2/84 10623
/proc/meminfo: memFree=786312/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=8884 CPUtime=12.68
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 2062 0 0 0 1262 6 0 0 25 0 1 0 196366194 9097216 2013 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 2221 2013 140 302 0 1916 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8884

[startup+25.5263 s]
/proc/loadavg: 0.95 0.98 0.99 2/84 10637
/proc/meminfo: memFree=783432/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=12280 CPUtime=25.48
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 2884 0 0 0 2539 9 0 0 25 0 1 0 196366194 12574720 2770 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 3070 2770 140 302 0 2765 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12280

[startup+51.1437 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 10663
/proc/meminfo: memFree=780024/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=16852 CPUtime=51.08
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 3999 0 0 0 5093 15 0 0 25 0 1 0 196366194 17256448 3885 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 4213 3885 140 302 0 3908 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16852

[startup+102.367 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 10663
/proc/meminfo: memFree=773624/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=23928 CPUtime=102.29
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 5741 0 0 0 10206 23 0 0 25 0 1 0 196366194 24502272 5498 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527052 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 5982 5498 140 302 0 5677 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23928

[startup+162.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10663
/proc/meminfo: memFree=767864/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=29676 CPUtime=162.3
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 7166 0 0 0 16199 31 0 0 25 0 1 0 196366194 30388224 6923 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 7419 6923 140 302 0 7114 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 29676

[startup+222.475 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10663
/proc/meminfo: memFree=763320/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=34264 CPUtime=222.36
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 8296 0 0 0 22198 38 0 0 25 0 1 0 196366194 35086336 8053 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 8566 8053 140 302 0 8261 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 34264

[startup+282.506 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10663
/proc/meminfo: memFree=759416/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=39292 CPUtime=282.38
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 9546 0 0 0 28194 44 0 0 25 0 1 0 196366194 40235008 9046 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 9823 9046 140 302 0 9518 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 39292

[startup+342.542 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10663
/proc/meminfo: memFree=755256/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=43520 CPUtime=342.39
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 10567 0 0 0 34189 50 0 0 25 0 1 0 196366194 44564480 10067 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 10880 10067 140 302 0 10575 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 43520

[startup+402.583 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10663
/proc/meminfo: memFree=751552/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=47300 CPUtime=402.42
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 11525 0 0 0 40186 56 0 0 25 0 1 0 196366194 48435200 11025 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 11825 11025 140 302 0 11520 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 47300

[startup+462.622 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10663
/proc/meminfo: memFree=748288/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=50644 CPUtime=462.44
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 12329 0 0 0 46181 63 0 0 25 0 1 0 196366194 51859456 11829 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 12661 11829 140 302 0 12356 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 50644

[startup+522.658 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10663
/proc/meminfo: memFree=745216/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=53776 CPUtime=522.45
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 13095 0 0 0 52178 67 0 0 25 0 1 0 196366194 55066624 12595 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 13444 12595 140 302 0 13139 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 53776

[startup+582.693 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10663
/proc/meminfo: memFree=742464/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=56680 CPUtime=582.47
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 13787 0 0 0 58175 72 0 0 25 0 1 0 196366194 58040320 13287 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 14170 13287 140 302 0 13865 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 56680

[startup+642.732 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10663
/proc/meminfo: memFree=739840/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=59384 CPUtime=642.5
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 14436 0 0 0 64173 77 0 0 25 0 1 0 196366194 60809216 13936 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 14846 13936 140 302 0 14541 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 59384

[startup+702.766 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 10663
/proc/meminfo: memFree=736832/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=62532 CPUtime=702.51
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 15189 0 0 0 70171 80 0 0 25 0 1 0 196366194 64032768 14689 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 15633 14689 140 302 0 15328 0
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (KiB) 62532

[startup+762.801 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 10663
/proc/meminfo: memFree=734080/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=65520 CPUtime=762.54
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 15864 0 0 0 76169 85 0 0 25 0 1 0 196366194 67092480 15364 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 16380 15364 140 302 0 16075 0
Current children cumulated CPU time (s) 762.54
Current children cumulated vsize (KiB) 65520

[startup+822.838 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 10663
/proc/meminfo: memFree=731840/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=68128 CPUtime=822.56
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 16414 0 0 0 82167 89 0 0 25 0 1 0 196366194 69763072 15914 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 17032 15914 140 302 0 16727 0
Current children cumulated CPU time (s) 822.56
Current children cumulated vsize (KiB) 68128

[startup+882.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10663
/proc/meminfo: memFree=729664/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=70180 CPUtime=882.57
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 16949 0 0 0 88166 91 0 0 25 0 1 0 196366194 71864320 16449 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 17545 16449 140 302 0 17240 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 70180

[startup+942.905 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10663
/proc/meminfo: memFree=727616/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=72240 CPUtime=942.58
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 17457 0 0 0 94163 95 0 0 25 0 1 0 196366194 73973760 16957 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 18060 16957 140 302 0 17755 0
Current children cumulated CPU time (s) 942.58
Current children cumulated vsize (KiB) 72240

[startup+1002.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10663
/proc/meminfo: memFree=725376/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=76384 CPUtime=1002.6
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 18527 0 0 0 100161 99 0 0 25 0 1 0 196366194 78217216 17514 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 19096 17514 140 302 0 18791 0
Current children cumulated CPU time (s) 1002.6
Current children cumulated vsize (KiB) 76384

[startup+1062.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10663
/proc/meminfo: memFree=723392/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=78648 CPUtime=1062.62
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 19025 0 0 0 106159 103 0 0 25 0 1 0 196366194 80535552 18012 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 19662 18012 140 302 0 19357 0
Current children cumulated CPU time (s) 1062.62
Current children cumulated vsize (KiB) 78648

[startup+1123.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10663
/proc/meminfo: memFree=721408/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=80764 CPUtime=1122.64
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 19517 0 0 0 112157 107 0 0 25 0 1 0 196366194 82702336 18504 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 20191 18504 140 302 0 19886 0
Current children cumulated CPU time (s) 1122.64
Current children cumulated vsize (KiB) 80764

[startup+1183.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10663
/proc/meminfo: memFree=719488/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=82708 CPUtime=1182.66
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 20009 0 0 0 118156 110 0 0 25 0 1 0 196366194 84692992 18996 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 20677 18996 140 302 0 20372 0
Current children cumulated CPU time (s) 1182.66
Current children cumulated vsize (KiB) 82708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10663
/proc/meminfo: memFree=718784/2055920 swapFree=4192812/4192956
[pid=10588] ppid=10586 vsize=83404 CPUtime=1200.07
/proc/10588/stat : 10588 (Spear-32) R 10586 10588 9931 0 -1 4194304 20166 0 0 0 119896 111 0 0 25 0 1 0 196366194 85405696 19153 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/10588/statm: 20851 19153 140 302 0 20546 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 83404

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.48
CPU time (s): 1200.1
CPU user time (s): 1198.96
CPU system time (s): 1.13083
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 83404

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

runsolver used 1.3218 second user time and 2.94855 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Feb 18 02:01:57 UTC 2007

IDJOB= 293054
IDBENCH= 19854
IDSOLVER= 132
FILE ID= node13/293054-1171764117

PBS_JOBID= 3839278

Free space on /tmp= 66542 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1481093667-06.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293054-1171764117/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293054-1171764117/instance-293054-1171764117.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-293054-1171764117 -o ROOT/results/node13/solver-293054-1171764117 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293054-1171764117/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293054-1171764117/instance-293054-1171764117.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  bd3636480ccd2ac89b0fc1e6396aab86

RANDOM SEED= 456003151

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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:        794592 kB
Buffers:         67384 kB
Cached:        1058016 kB
SwapCached:          0 kB
Active:         607164 kB
Inactive:       573428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        794592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:          74480 kB
Slab:            65868 kB
Committed_AS:   823572 kB
PageTables:       1988 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= 66542 MiB

End job on node13 on Sun Feb 18 02:22:00 UTC 2007