Trace number 303755

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.14 1200.47

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S371462865-10.cnf
MD5SUMc6ea0b04be0e39b0b41f1f4cccf6fbc3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

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/303755-1172042900/instance-303755-1172042900.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/node75/watcher-303755-1172042900 -o ROOT/results/node75/solver-303755-1172042900 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303755-1172042900/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/303755-1172042900/instance-303755-1172042900.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 11876
/proc/meminfo: memFree=1446568/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=1396 CPUtime=0
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 224255823 1429504 167 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 349 167 128 302 0 44 0

[startup+0.106484 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11876
/proc/meminfo: memFree=1446568/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=2844 CPUtime=0.1
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 522 0 0 0 10 0 0 0 21 0 1 0 224255823 2912256 506 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 711 506 140 302 0 406 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2844

[startup+0.514532 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11876
/proc/meminfo: memFree=1446568/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=3880 CPUtime=0.51
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 791 0 0 0 51 0 0 0 25 0 1 0 224255823 3973120 775 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 970 775 140 302 0 665 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3880

[startup+1.33463 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1442784/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=5548 CPUtime=1.32
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 1198 0 0 0 132 0 0 0 25 0 1 0 224255823 5681152 1182 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 1387 1182 140 302 0 1082 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5548

[startup+2.97082 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1440864/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=7864 CPUtime=2.96
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 1779 0 0 0 295 1 0 0 25 0 1 0 224255823 8052736 1763 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 1966 1763 140 302 0 1661 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7864

[startup+6.25221 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1436768/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=11588 CPUtime=6.24
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 2700 0 0 0 621 3 0 0 25 0 1 0 224255823 11866112 2684 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 2897 2684 140 302 0 2592 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11588

[startup+12.703 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1431072/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=16720 CPUtime=12.69
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 4021 0 0 0 1262 7 0 0 25 0 1 0 224255823 17121280 3972 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 4180 3972 140 302 0 3875 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16720

[startup+25.5085 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1423776/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=24456 CPUtime=25.49
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 5960 0 0 0 2538 11 0 0 25 0 1 0 224255823 25042944 5846 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 6114 5846 140 302 0 5809 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24456

[startup+51.1135 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1412064/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=35852 CPUtime=51.09
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 8827 0 0 0 5090 19 0 0 25 0 1 0 224255823 36712448 8713 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 8963 8713 140 302 0 8658 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35852

[startup+102.325 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1396640/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=51900 CPUtime=102.28
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 12829 0 0 0 10198 30 0 0 25 0 1 0 224255823 53145600 12586 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 12975 12586 140 302 0 12670 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 51900

[startup+162.35 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1381984/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=66328 CPUtime=162.3
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 16426 0 0 0 16191 39 0 0 25 0 1 0 224255823 67919872 16183 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 16582 16183 140 302 0 16277 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 66328

[startup+222.369 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1369440/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=78896 CPUtime=222.29
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 19556 0 0 0 22182 47 0 0 25 0 1 0 224255823 80789504 19313 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 19724 19313 140 302 0 19419 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 78896

[startup+282.39 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1358944/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=90488 CPUtime=282.3
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 22443 0 0 0 28175 55 0 0 25 0 1 0 224255823 92659712 21943 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 22622 21943 140 302 0 22317 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 90488

[startup+342.412 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11877
/proc/meminfo: memFree=1349600/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=99996 CPUtime=342.31
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 24798 0 0 0 34170 61 0 0 25 0 1 0 224255823 102395904 24298 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 24999 24298 140 302 0 24694 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 99996

[startup+402.436 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 11877
/proc/meminfo: memFree=1340896/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=108420 CPUtime=402.31
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 26930 0 0 0 40163 68 0 0 25 0 1 0 224255823 111022080 26430 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 27105 26430 140 302 0 26800 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 108420

[startup+462.454 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 11877
/proc/meminfo: memFree=1333088/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=116292 CPUtime=462.31
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 28882 0 0 0 46155 76 0 0 25 0 1 0 224255823 119083008 28382 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 29073 28382 140 302 0 28768 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 116292

[startup+522.472 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11877
/proc/meminfo: memFree=1326048/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=123400 CPUtime=522.32
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 30656 0 0 0 52149 83 0 0 25 0 1 0 224255823 126361600 30156 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 30850 30156 140 302 0 30545 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 123400

[startup+582.495 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11877
/proc/meminfo: memFree=1319008/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=130304 CPUtime=582.33
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 32376 0 0 0 58145 88 0 0 25 0 1 0 224255823 133431296 31876 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 32576 31876 140 302 0 32271 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 130304

[startup+642.521 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11877
/proc/meminfo: memFree=1312352/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=137144 CPUtime=642.34
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 34056 0 0 0 64140 94 0 0 25 0 1 0 224255823 140435456 33556 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 34286 33556 140 302 0 33981 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 137144

[startup+702.544 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1305632/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=143904 CPUtime=702.34
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 35729 0 0 0 70135 99 0 0 25 0 1 0 224255823 147357696 35229 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 35976 35229 140 302 0 35671 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 143904

[startup+762.567 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1299104/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=150452 CPUtime=762.35
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 37365 0 0 0 76131 104 0 0 25 0 1 0 224255823 154062848 36865 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 37613 36865 140 302 0 37308 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 150452

[startup+822.594 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1292704/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=156824 CPUtime=822.36
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 38947 0 0 0 82127 109 0 0 25 0 1 0 224255823 160587776 38447 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 39206 38447 140 302 0 38901 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 156824

[startup+882.611 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1286752/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=164920 CPUtime=882.36
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 40952 0 0 0 88121 115 0 0 25 0 1 0 224255823 168878080 39939 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 41230 39939 140 302 0 40925 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 164920

[startup+942.629 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1281056/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=170612 CPUtime=942.36
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 42372 0 0 0 94116 120 0 0 25 0 1 0 224255823 174706688 41359 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 42653 41359 140 302 0 42348 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 170612

[startup+1002.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1275552/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=176112 CPUtime=1002.37
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 43751 0 0 0 100113 124 0 0 25 0 1 0 224255823 180338688 42738 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 44028 42738 140 302 0 43723 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 176112

[startup+1062.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1270304/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=181420 CPUtime=1062.38
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 45045 0 0 0 106109 129 0 0 25 0 1 0 224255823 185774080 44032 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526837 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 45355 44032 140 302 0 45050 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 181420

[startup+1122.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1264992/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=186744 CPUtime=1122.38
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 46377 0 0 0 112105 133 0 0 25 0 1 0 224255823 191225856 45364 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 46686 45364 140 302 0 46381 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 186744

[startup+1182.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1259872/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=191684 CPUtime=1182.38
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 47647 0 0 0 118101 137 0 0 25 0 1 0 224255823 196284416 46634 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 47921 46634 140 302 0 47616 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 191684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1258336/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=193356 CPUtime=1200.1
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 48017 0 0 0 119872 138 0 0 25 0 1 0 224255823 197996544 47004 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 48339 47004 140 302 0 48034 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 193356

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

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

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11879
/proc/meminfo: memFree=1258336/2055920 swapFree=4183228/4192956
[pid=11876] ppid=11874 vsize=193356 CPUtime=1200.1
/proc/11876/stat : 11876 (Spear-32) R 11874 11876 11529 0 -1 4194304 48017 0 0 0 119872 138 0 0 25 0 1 0 224255823 197996544 47004 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 48339 47004 140 302 0 48034 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 193356

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.47
CPU time (s): 1200.14
CPU user time (s): 1198.72
CPU system time (s): 1.41878
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 193356

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

runsolver used 0.796878 second user time and 2.42063 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Wed Feb 21 07:28:20 UTC 2007

IDJOB= 303755
IDBENCH= 20115
IDSOLVER= 132
FILE ID= node75/303755-1172042900

PBS_JOBID= 3892726

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v200/unif-k7-r85-v200-c17000-S371462865-10.cnf
COMMAND LINE= /tmp/evaluation/303755-1172042900/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/303755-1172042900/instance-303755-1172042900.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-303755-1172042900 -o ROOT/results/node75/solver-303755-1172042900 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303755-1172042900/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/303755-1172042900/instance-303755-1172042900.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c6ea0b04be0e39b0b41f1f4cccf6fbc3

RANDOM SEED= 956703765

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1447040 kB
Buffers:         32032 kB
Cached:         494396 kB
SwapCached:       3700 kB
Active:          87576 kB
Inactive:       448232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1447040 kB
SwapTotal:     4192956 kB
SwapFree:      4183228 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:          15536 kB
Slab:            59000 kB
Committed_AS:   667348 kB
PageTables:       1432 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= 66561 MiB

End job on node75 on Wed Feb 21 07:48:22 UTC 2007