Trace number 300270

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.12 1200.69

General information on the benchmark

Namerandom/LargeSize/5SAT/v800/
unif-k5-r20-v800-c16000-S2109328271-14.cnf
MD5SUM284c02329948728fca9d8117efd00015
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark142.637
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
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/300270-1171896332/instance-300270-1171896332.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/node6/watcher-300270-1171896332 -o ROOT/results/node6/solver-300270-1171896332 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300270-1171896332/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/300270-1171896332/instance-300270-1171896332.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: 1.00 1.00 0.96 3/77 23190
/proc/meminfo: memFree=1331456/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=1548 CPUtime=0
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 209587923 1585152 184 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 387 184 128 302 0 82 0

[startup+0.107864 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 23190
/proc/meminfo: memFree=1331456/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=2724 CPUtime=0.1
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 516 0 0 0 10 0 0 0 18 0 1 0 209587923 2789376 500 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527082 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 681 500 140 302 0 376 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2724

[startup+0.517944 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 23190
/proc/meminfo: memFree=1331456/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=4384 CPUtime=0.5
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 930 0 0 0 50 0 0 0 21 0 1 0 209587923 4489216 914 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 1096 914 140 302 0 791 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4384

[startup+1.33811 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1326264/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=7048 CPUtime=1.32
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 1604 0 0 0 131 1 0 0 25 0 1 0 209587923 7217152 1588 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 1762 1588 140 302 0 1457 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7048

[startup+2.97443 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1323000/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=11264 CPUtime=2.96
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 2647 0 0 0 293 3 0 0 25 0 1 0 209587923 11534336 2631 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 2816 2631 140 302 0 2511 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11264

[startup+6.25408 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1315512/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=18172 CPUtime=6.24
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 4377 0 0 0 619 5 0 0 25 0 1 0 209587923 18608128 4361 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 4543 4361 140 302 0 4238 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 18172

[startup+12.7083 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1305016/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=27768 CPUtime=12.69
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 6799 0 0 0 1261 8 0 0 25 0 1 0 209587923 28434432 6750 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 6942 6750 140 302 0 6637 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27768

[startup+25.5139 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1291192/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=42056 CPUtime=25.49
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 10391 0 0 0 2534 15 0 0 25 0 1 0 209587923 43065344 10277 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 10514 10277 140 302 0 10209 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42056

[startup+51.1279 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1270200/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=62484 CPUtime=51.1
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 15536 0 0 0 5086 24 0 0 25 0 1 0 209587923 63983616 15422 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 15621 15422 140 302 0 15316 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 62484

[startup+102.348 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1240760/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=92448 CPUtime=102.29
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 23037 0 0 0 10192 37 0 0 25 0 1 0 209587923 94666752 22794 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 23112 22794 140 302 0 22807 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 92448

[startup+162.386 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1213816/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=118772 CPUtime=162.32
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 29650 0 0 0 16181 51 0 0 25 0 1 0 209587923 121622528 29407 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 29693 29407 140 302 0 29388 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 118772

[startup+222.422 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1192504/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=140124 CPUtime=222.32
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 34994 0 0 0 22169 63 0 0 25 0 1 0 209587923 143486976 34751 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 35031 34751 140 302 0 34726 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 140124

[startup+282.454 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1174520/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=159212 CPUtime=282.33
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 39739 0 0 0 28160 73 0 0 25 0 1 0 209587923 163033088 39239 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 39803 39239 140 302 0 39498 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 159212

[startup+342.483 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1155256/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=178532 CPUtime=342.34
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 44572 0 0 0 34149 85 0 0 25 0 1 0 209587923 182816768 44072 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 44633 44072 140 302 0 44328 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 178532

[startup+402.519 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1136632/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=196836 CPUtime=402.35
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 49161 0 0 0 40138 97 0 0 25 0 1 0 209587923 201560064 48661 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 49209 48661 140 302 0 48904 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 196836

[startup+462.556 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1120184/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=213236 CPUtime=462.37
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 53278 0 0 0 46130 107 0 0 25 0 1 0 209587923 218353664 52778 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 53309 52778 140 302 0 53004 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 213236

[startup+522.588 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1105912/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=227636 CPUtime=522.38
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 56858 0 0 0 52122 116 0 0 25 0 1 0 209587923 233099264 56358 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 56909 56358 140 302 0 56604 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 227636

[startup+582.625 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1092536/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=240784 CPUtime=582.4
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 60180 0 0 0 58116 124 0 0 25 0 1 0 209587923 246562816 59680 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 60196 59681 140 302 0 59891 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 240784

[startup+642.66 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 23191
/proc/meminfo: memFree=1078008/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=255496 CPUtime=642.41
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 63816 0 0 0 64108 133 0 0 25 0 1 0 209587923 261627904 63316 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 63874 63316 140 302 0 63569 0
Current children cumulated CPU time (s) 642.41
Current children cumulated vsize (KiB) 255496

[startup+702.687 s]
/proc/loadavg: 1.05 1.01 0.97 2/78 23191
/proc/meminfo: memFree=1062648/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=270832 CPUtime=702.41
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 67653 0 0 0 70097 144 0 0 25 0 1 0 209587923 277331968 67153 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 67708 67153 140 302 0 67403 0
Current children cumulated CPU time (s) 702.41
Current children cumulated vsize (KiB) 270832

[startup+762.721 s]
/proc/loadavg: 1.02 1.01 0.97 2/78 23191
/proc/meminfo: memFree=1048760/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=284664 CPUtime=762.43
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 71122 0 0 0 76090 153 0 0 25 0 1 0 209587923 291495936 70622 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 71166 70622 140 302 0 70861 0
Current children cumulated CPU time (s) 762.43
Current children cumulated vsize (KiB) 284664

[startup+822.758 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 23191
/proc/meminfo: memFree=1036472/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=298832 CPUtime=822.44
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 74686 0 0 0 82083 161 0 0 25 0 1 0 209587923 306003968 73673 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 74708 73673 140 302 0 74403 0
Current children cumulated CPU time (s) 822.44
Current children cumulated vsize (KiB) 298832

[startup+882.793 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 23191
/proc/meminfo: memFree=1025336/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=310020 CPUtime=882.45
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 77460 0 0 0 88078 167 0 0 25 0 1 0 209587923 317460480 76447 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 77505 76447 140 302 0 77200 0
Current children cumulated CPU time (s) 882.45
Current children cumulated vsize (KiB) 310020

[startup+942.839 s]
/proc/loadavg: 1.03 1.01 0.97 2/84 23265
/proc/meminfo: memFree=1014024/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=320140 CPUtime=942.44
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 79972 0 0 0 94068 176 0 0 25 0 1 0 209587923 327823360 78959 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 80035 78959 140 302 0 79730 0
Current children cumulated CPU time (s) 942.44
Current children cumulated vsize (KiB) 320140

[startup+1002.9 s]
/proc/loadavg: 1.01 1.01 0.97 2/84 23357
/proc/meminfo: memFree=1004616/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=329616 CPUtime=1002.42
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 82345 0 0 0 100060 182 0 0 25 0 1 0 209587923 337526784 81332 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 82404 81332 140 302 0 82099 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 329616

[startup+1062.94 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 23389
/proc/meminfo: memFree=996216/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=339052 CPUtime=1062.41
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 84684 0 0 0 106052 189 0 0 25 0 1 0 209587923 347189248 83671 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 84763 83671 140 302 0 84458 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 339052

[startup+1122.97 s]
/proc/loadavg: 1.04 1.01 0.98 2/78 23389
/proc/meminfo: memFree=987128/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=348344 CPUtime=1122.42
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 86950 0 0 0 112047 195 0 0 25 0 1 0 209587923 356704256 85937 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 87086 85937 140 302 0 86781 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 348344

[startup+1183.01 s]
/proc/loadavg: 1.01 1.01 0.98 2/78 23389
/proc/meminfo: memFree=978232/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=357184 CPUtime=1182.43
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 89196 0 0 0 118040 203 0 0 25 0 1 0 209587923 365756416 88183 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 89296 88183 140 302 0 88991 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 357184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.63 s]
/proc/loadavg: 1.01 1.01 0.98 2/78 23389
/proc/meminfo: memFree=975352/2055924 swapFree=4192812/4192956
[pid=23190] ppid=23188 vsize=359868 CPUtime=1200.06
/proc/23190/stat : 23190 (Spear-32) R 23188 23190 22321 0 -1 4194304 89874 0 0 0 119801 205 0 0 25 0 1 0 209587923 368504832 88861 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/23190/statm: 89967 88861 140 302 0 89662 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 359868

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.69
CPU time (s): 1200.12
CPU user time (s): 1198.01
CPU system time (s): 2.10668
CPU usage (%): 99.9527
Max. virtual memory (cumulated for all children) (KiB): 359868

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

runsolver used 1.2988 second user time and 2.97055 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Feb 19 14:45:32 UTC 2007

IDJOB= 300270
IDBENCH= 20030
IDSOLVER= 132
FILE ID= node6/300270-1171896332

PBS_JOBID= 3848829

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v800/unif-k5-r20-v800-c16000-S2109328271-14.cnf
COMMAND LINE= /tmp/evaluation/300270-1171896332/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/300270-1171896332/instance-300270-1171896332.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-300270-1171896332 -o ROOT/results/node6/solver-300270-1171896332 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300270-1171896332/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/300270-1171896332/instance-300270-1171896332.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  284c02329948728fca9d8117efd00015

RANDOM SEED= 173330974

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1331864 kB
Buffers:         69392 kB
Cached:         520712 kB
SwapCached:          0 kB
Active:         337064 kB
Inactive:       309460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1331864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:          75252 kB
Slab:            63140 kB
Committed_AS:   769620 kB
PageTables:       1744 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= 66551 MiB

End job on node6 on Mon Feb 19 15:05:35 UTC 2007