Trace number 299901

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.11 1200.44

General information on the benchmark

Namerandom/OnTreshold/3SAT/v400/
unif-k3-r4.26-v400-c1704-S1590273377-07.UNSAT.shuffled.cnf
MD5SUMeb4f7aa1b8444b3d3004f4a39bb280d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark126.769
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
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/299901-1171879513/instance-299901-1171879513.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/node20/watcher-299901-1171879513 -o ROOT/results/node20/solver-299901-1171879513 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299901-1171879513/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/299901-1171879513/instance-299901-1171879513.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/77 31211
/proc/meminfo: memFree=697592/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=1532 CPUtime=0
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 207905260 1568768 178 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 383 179 128 302 0 78 0

[startup+0.107215 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31211
/proc/meminfo: memFree=697592/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=1788 CPUtime=0.1
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 284 0 0 0 10 0 0 0 18 0 1 0 207905260 1830912 268 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 447 268 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515264 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31211
/proc/meminfo: memFree=697592/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=2560 CPUtime=0.51
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 468 0 0 0 50 1 0 0 21 0 1 0 207905260 2621440 452 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 640 452 140 302 0 335 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2560

[startup+1.33536 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31212
/proc/meminfo: memFree=695600/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=3472 CPUtime=1.32
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 699 0 0 0 131 1 0 0 25 0 1 0 207905260 3555328 683 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 868 683 140 302 0 563 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3472

[startup+2.97156 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31212
/proc/meminfo: memFree=694512/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=4780 CPUtime=2.96
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 1016 0 0 0 293 3 0 0 25 0 1 0 207905260 4894720 1000 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 1195 1000 140 302 0 890 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4780

[startup+6.25196 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31212
/proc/meminfo: memFree=692464/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=6468 CPUtime=6.25
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 1467 0 0 0 619 6 0 0 25 0 1 0 207905260 6623232 1418 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 1617 1418 140 302 0 1312 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 6468

[startup+12.7057 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31212
/proc/meminfo: memFree=690096/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=8712 CPUtime=12.7
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 1999 0 0 0 1262 8 0 0 25 0 1 0 207905260 8921088 1950 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 2178 1950 140 302 0 1873 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8712

[startup+25.5153 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 31212
/proc/meminfo: memFree=686904/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=12120 CPUtime=25.5
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 2871 0 0 0 2538 12 0 0 25 0 1 0 207905260 12410880 2757 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 3030 2757 140 302 0 2725 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12120

[startup+51.1314 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 31212
/proc/meminfo: memFree=681912/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=17148 CPUtime=51.1
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 4103 0 0 0 5093 17 0 0 25 0 1 0 207905260 17559552 3989 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 4287 3989 140 302 0 3982 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17148

[startup+102.357 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 31212
/proc/meminfo: memFree=675256/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=24284 CPUtime=102.31
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 5916 0 0 0 10206 25 0 0 25 0 1 0 207905260 24866816 5673 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 6071 5673 140 302 0 5766 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 24284

[startup+162.395 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=668728/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=30888 CPUtime=162.34
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 7487 0 0 0 16200 34 0 0 25 0 1 0 207905260 31629312 7244 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 7722 7244 140 302 0 7417 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 30888

[startup+222.43 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=663800/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=35792 CPUtime=222.36
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 8713 0 0 0 22194 42 0 0 25 0 1 0 207905260 36651008 8470 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 8948 8470 140 302 0 8643 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 35792

[startup+282.462 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=659384/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=41312 CPUtime=282.38
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 10117 0 0 0 28187 51 0 0 25 0 1 0 207905260 42303488 9617 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 10328 9617 140 302 0 10023 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 41312

[startup+342.495 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=654520/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=46696 CPUtime=342.39
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 11311 0 0 0 34181 58 0 0 25 0 1 0 207905260 47816704 10811 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 11674 10811 140 302 0 11369 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 46696

[startup+402.533 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=650552/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=50620 CPUtime=402.42
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 12300 0 0 0 40178 64 0 0 25 0 1 0 207905260 51834880 11800 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 12655 11800 140 302 0 12350 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 50620

[startup+462.567 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=647096/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=54016 CPUtime=462.43
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 13172 0 0 0 46173 70 0 0 25 0 1 0 207905260 55312384 12672 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 13504 12672 140 302 0 13199 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 54016

[startup+522.602 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 31212
/proc/meminfo: memFree=643704/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=57696 CPUtime=522.45
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 14038 0 0 0 52169 76 0 0 25 0 1 0 207905260 59080704 13538 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 14424 13538 140 302 0 14119 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 57696

[startup+582.641 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=640760/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=60724 CPUtime=582.48
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 14743 0 0 0 58167 81 0 0 25 0 1 0 207905260 62181376 14243 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 15181 14243 140 302 0 14876 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 60724

[startup+642.685 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=637560/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=64448 CPUtime=642.5
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 15542 0 0 0 64164 86 0 0 25 0 1 0 207905260 65994752 15042 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527160 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 16112 15042 140 302 0 15807 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 64448

[startup+702.72 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=634616/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=67464 CPUtime=702.52
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 16288 0 0 0 70161 91 0 0 25 0 1 0 207905260 69083136 15788 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 16866 15788 140 302 0 16561 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 67464

[startup+762.755 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=631992/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=69932 CPUtime=762.54
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 16946 0 0 0 76158 96 0 0 25 0 1 0 207905260 71610368 16446 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 17483 16446 140 302 0 17178 0
Current children cumulated CPU time (s) 762.54
Current children cumulated vsize (KiB) 69932

[startup+822.789 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=629496/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=72396 CPUtime=822.56
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 17559 0 0 0 82156 100 0 0 25 0 1 0 207905260 74133504 17059 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 18099 17059 140 302 0 17794 0
Current children cumulated CPU time (s) 822.56
Current children cumulated vsize (KiB) 72396

[startup+882.824 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=627128/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=76700 CPUtime=882.57
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 18666 0 0 0 88152 105 0 0 25 0 1 0 207905260 78540800 17653 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 19175 17653 140 302 0 18870 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 76700

[startup+942.863 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=624696/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=79736 CPUtime=942.59
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 19274 0 0 0 94149 110 0 0 25 0 1 0 207905260 81649664 18261 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 19934 18261 140 302 0 19629 0
Current children cumulated CPU time (s) 942.59
Current children cumulated vsize (KiB) 79736

[startup+1002.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=622520/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=81980 CPUtime=1002.61
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 19824 0 0 0 100146 115 0 0 25 0 1 0 207905260 83947520 18811 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 20495 18811 140 302 0 20190 0
Current children cumulated CPU time (s) 1002.61
Current children cumulated vsize (KiB) 81980

[startup+1062.94 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=620088/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=84564 CPUtime=1062.63
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 20410 0 0 0 106143 120 0 0 25 0 1 0 207905260 86593536 19397 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 21141 19397 140 302 0 20836 0
Current children cumulated CPU time (s) 1062.63
Current children cumulated vsize (KiB) 84564

[startup+1122.97 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=618232/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=86572 CPUtime=1122.65
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 20884 0 0 0 112141 124 0 0 25 0 1 0 207905260 88649728 19871 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 21643 19871 140 302 0 21338 0
Current children cumulated CPU time (s) 1122.65
Current children cumulated vsize (KiB) 86572

[startup+1183 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=616120/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=88624 CPUtime=1182.67
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 21398 0 0 0 118138 129 0 0 25 0 1 0 207905260 90750976 20385 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 22156 20385 140 302 0 21851 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 88624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31212
/proc/meminfo: memFree=615608/2055920 swapFree=4143444/4192956
[pid=31211] ppid=31209 vsize=89136 CPUtime=1200.09
/proc/31211/stat : 31211 (Spear-32) R 31209 31211 23035 0 -1 4194304 21542 0 0 0 119879 130 0 0 25 0 1 0 207905260 91275264 20529 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 22284 20529 140 302 0 21979 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 89136

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.44
CPU time (s): 1200.11
CPU user time (s): 1198.8
CPU system time (s): 1.3158
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 89136

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

runsolver used 1.23681 second user time and 3.03454 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Feb 19 10:05:13 UTC 2007

IDJOB= 299901
IDBENCH= 20021
IDSOLVER= 132
FILE ID= node20/299901-1171879513

PBS_JOBID= 3839654

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v400/unif-k3-r4.26-v400-c1704-S1590273377-07.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/299901-1171879513/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/299901-1171879513/instance-299901-1171879513.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-299901-1171879513 -o ROOT/results/node20/solver-299901-1171879513 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/299901-1171879513/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/299901-1171879513/instance-299901-1171879513.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  eb4f7aa1b8444b3d3004f4a39bb280d2

RANDOM SEED= 680371842

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.234
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.234
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:        698064 kB
Buffers:         53828 kB
Cached:        1161952 kB
SwapCached:      15496 kB
Active:         901808 kB
Inactive:       340148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        698064 kB
SwapTotal:     4192956 kB
SwapFree:      4143444 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:          30512 kB
Slab:           101564 kB
Committed_AS:   530056 kB
PageTables:       1688 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= 66562 MiB

End job on node20 on Mon Feb 19 10:25:15 UTC 2007