Trace number 293136

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.08 1200.4

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1257170129-13.UNSAT.shuffled.cnf
MD5SUM434b100eaaf4ba4e3a6e5e8b68e4e3ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark913.565
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/293136-1171765510/instance-293136-1171765510.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/node38/watcher-293136-1171765510 -o ROOT/results/node38/solver-293136-1171765510 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293136-1171765510/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293136-1171765510/instance-293136-1171765510.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12642
/proc/meminfo: memFree=907464/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=1396 CPUtime=0
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 196506878 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 349 167 128 302 0 44 0

[startup+0.107354 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12642
/proc/meminfo: memFree=907464/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=1788 CPUtime=0.1
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 296 0 0 0 10 0 0 0 18 0 1 0 196506878 1830912 280 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 447 280 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.5154 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12642
/proc/meminfo: memFree=907464/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=2740 CPUtime=0.5
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 505 0 0 0 50 0 0 0 21 0 1 0 196506878 2805760 489 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 685 489 140 302 0 380 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2740

[startup+1.33749 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12643
/proc/meminfo: memFree=905216/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=3648 CPUtime=1.32
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 753 0 0 0 131 1 0 0 25 0 1 0 196506878 3735552 737 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 912 737 140 302 0 607 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3648

[startup+2.97668 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12643
/proc/meminfo: memFree=904064/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=4972 CPUtime=2.96
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 1075 0 0 0 293 3 0 0 25 0 1 0 196506878 5091328 1059 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 1243 1059 140 302 0 938 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4972

[startup+6.25305 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12643
/proc/meminfo: memFree=901952/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=6924 CPUtime=6.24
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 1560 0 0 0 619 5 0 0 25 0 1 0 196506878 7090176 1511 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 1731 1511 140 302 0 1426 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6924

[startup+12.7098 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12643
/proc/meminfo: memFree=899456/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=9220 CPUtime=12.7
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 2145 0 0 0 1262 8 0 0 25 0 1 0 196506878 9441280 2096 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 2305 2096 140 302 0 2000 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9220

[startup+25.5102 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 12643
/proc/meminfo: memFree=896128/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=12868 CPUtime=25.5
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 3074 0 0 0 2538 12 0 0 25 0 1 0 196506878 13176832 2960 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 3217 2960 140 302 0 2912 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12868

[startup+51.1211 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 12643
/proc/meminfo: memFree=891392/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=17620 CPUtime=51.09
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 4217 0 0 0 5093 16 0 0 25 0 1 0 196506878 18042880 4103 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 4405 4103 140 302 0 4100 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17620

[startup+102.339 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 12643
/proc/meminfo: memFree=884736/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=24852 CPUtime=102.3
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 6001 0 0 0 10206 24 0 0 25 0 1 0 196506878 25448448 5758 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 6213 5758 140 302 0 5908 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 24852

[startup+162.365 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=878336/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=31252 CPUtime=162.31
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 7564 0 0 0 16198 33 0 0 25 0 1 0 196506878 32002048 7321 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 7813 7321 140 302 0 7508 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 31252

[startup+222.385 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=873472/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=36340 CPUtime=222.32
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 8776 0 0 0 22192 40 0 0 25 0 1 0 196506878 37212160 8533 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 9085 8533 140 302 0 8780 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 36340

[startup+282.405 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=869440/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=41568 CPUtime=282.32
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 10049 0 0 0 28186 46 0 0 25 0 1 0 196506878 42565632 9549 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 10392 9549 140 302 0 10087 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 41568

[startup+342.428 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=865280/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=46040 CPUtime=342.32
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 11080 0 0 0 34179 53 0 0 25 0 1 0 196506878 47144960 10580 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 11510 10580 140 302 0 11205 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 46040

[startup+402.456 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=861824/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=49532 CPUtime=402.34
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 11915 0 0 0 40176 58 0 0 25 0 1 0 196506878 50720768 11415 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 12383 11415 140 302 0 12078 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 49532

[startup+462.481 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=858688/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=52644 CPUtime=462.35
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 12698 0 0 0 46174 61 0 0 25 0 1 0 196506878 53907456 12198 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 13161 12198 140 302 0 12856 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 52644

[startup+522.505 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=855744/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=55856 CPUtime=522.36
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 13427 0 0 0 52169 67 0 0 25 0 1 0 196506878 57196544 12927 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 13964 12927 140 302 0 13659 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 55856

[startup+582.522 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=852864/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=58756 CPUtime=582.37
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 14181 0 0 0 58164 73 0 0 25 0 1 0 196506878 60166144 13681 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 14689 13681 140 302 0 14384 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 58756

[startup+642.549 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=849856/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=61900 CPUtime=642.37
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 14915 0 0 0 64160 77 0 0 25 0 1 0 196506878 63385600 14415 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 15475 14415 140 302 0 15170 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 61900

[startup+702.574 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=847104/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=64776 CPUtime=702.37
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 15609 0 0 0 70157 80 0 0 25 0 1 0 196506878 66330624 15109 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526846 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 16194 15109 140 302 0 15889 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 64776

[startup+762.598 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=844480/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=67464 CPUtime=762.39
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 16273 0 0 0 76154 85 0 0 25 0 1 0 196506878 69083136 15773 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 16866 15773 140 302 0 16561 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 67464

[startup+822.623 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=841984/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=69912 CPUtime=822.39
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 16883 0 0 0 82150 89 0 0 25 0 1 0 196506878 71589888 16383 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 17478 16383 140 302 0 17173 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 69912

[startup+882.648 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12643
/proc/meminfo: memFree=839552/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=72412 CPUtime=882.4
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 17499 0 0 0 88147 93 0 0 25 0 1 0 196506878 74149888 16999 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 18103 16999 140 302 0 17798 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 72412

[startup+942.67 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 12645
/proc/meminfo: memFree=837184/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=74732 CPUtime=942.41
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 18075 0 0 0 94145 96 0 0 25 0 1 0 196506878 76525568 17575 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 18683 17575 140 302 0 18378 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 74732

[startup+1002.69 s]
/proc/loadavg: 1.09 1.02 1.00 2/65 12645
/proc/meminfo: memFree=834880/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=79092 CPUtime=1002.41
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 19165 0 0 0 100141 100 0 0 25 0 1 0 196506878 80990208 18152 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 19773 18152 140 302 0 19468 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 79092

[startup+1062.72 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 12645
/proc/meminfo: memFree=832512/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=81368 CPUtime=1062.43
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 19755 0 0 0 106139 104 0 0 25 0 1 0 196506878 83320832 18742 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 20342 18742 140 302 0 20037 0
Current children cumulated CPU time (s) 1062.43
Current children cumulated vsize (KiB) 81368

[startup+1122.74 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 12645
/proc/meminfo: memFree=830592/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=83556 CPUtime=1122.43
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 20239 0 0 0 112136 107 0 0 25 0 1 0 196506878 85561344 19226 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 20889 19226 140 302 0 20584 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 83556

[startup+1182.77 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 12645
/proc/meminfo: memFree=828480/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=85840 CPUtime=1182.44
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 20768 0 0 0 118134 110 0 0 25 0 1 0 196506878 87900160 19755 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 21460 19755 140 302 0 21155 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 85840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 12645
/proc/meminfo: memFree=827840/2055920 swapFree=4183804/4192956
[pid=12642] ppid=12640 vsize=86352 CPUtime=1200.06
/proc/12642/stat : 12642 (Spear-32) R 12640 12642 11694 0 -1 4194304 20911 0 0 0 119895 111 0 0 25 0 1 0 196506878 88424448 19898 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12642/statm: 21588 19898 140 302 0 21283 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 86352

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.4
CPU time (s): 1200.08
CPU user time (s): 1198.95
CPU system time (s): 1.12883
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 86352

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

runsolver used 0.816875 second user time and 2.42963 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Sun Feb 18 02:25:10 UTC 2007

IDJOB= 293136
IDBENCH= 19856
IDSOLVER= 132
FILE ID= node38/293136-1171765510

PBS_JOBID= 3839508

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  434b100eaaf4ba4e3a6e5e8b68e4e3ed

RANDOM SEED= 937870487

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.233
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.233
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:        907872 kB
Buffers:         39544 kB
Cached:         990224 kB
SwapCached:       3356 kB
Active:         740948 kB
Inactive:       298664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        907872 kB
SwapTotal:     4192956 kB
SwapFree:      4183804 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          15436 kB
Slab:            94428 kB
Committed_AS:   404864 kB
PageTables:       1468 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 node38 on Sun Feb 18 02:45:13 UTC 2007