Trace number 302689

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.46

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S1366805398-04.cnf
MD5SUMb932a8ed2f3ee2cd2146e3f8fad06dd2
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 variables240
Number of clauses20400
Sum of the clauses size142800
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 520400

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/302689-1172017449/instance-302689-1172017449.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node13/watcher-302689-1172017449 -o ROOT/results/node13/solver-302689-1172017449 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302689-1172017449/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/302689-1172017449/instance-302689-1172017449.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 0.99 0.99 3/77 9953
/proc/meminfo: memFree=1481232/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=1396 CPUtime=0
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 221699372 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 349 167 129 302 0 44 0

[startup+0.106802 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 9953
/proc/meminfo: memFree=1481232/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=2980 CPUtime=0.1
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 563 0 0 0 10 0 0 0 18 0 1 0 221699372 3051520 547 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 745 547 140 302 0 440 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2980

[startup+0.514855 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 9953
/proc/meminfo: memFree=1481232/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=4004 CPUtime=0.5
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 820 0 0 0 50 0 0 0 22 0 1 0 221699372 4100096 804 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 1001 804 140 302 0 696 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4004

[startup+1.33597 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9954
/proc/meminfo: memFree=1477320/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=5592 CPUtime=1.33
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 1218 0 0 0 132 1 0 0 25 0 1 0 221699372 5726208 1202 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 1398 1202 140 302 0 1093 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5592

[startup+2.97618 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9954
/proc/meminfo: memFree=1475336/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=8168 CPUtime=2.96
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 1848 0 0 0 294 2 0 0 25 0 1 0 221699372 8364032 1832 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 2042 1832 140 302 0 1737 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 8168

[startup+6.25262 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9954
/proc/meminfo: memFree=1471048/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=11896 CPUtime=6.24
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 2793 0 0 0 621 3 0 0 25 0 1 0 221699372 12181504 2777 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 2974 2777 140 302 0 2669 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11896

[startup+12.7105 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9954
/proc/meminfo: memFree=1464904/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=17560 CPUtime=12.7
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 4240 0 0 0 1263 7 0 0 25 0 1 0 221699372 17981440 4191 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 4390 4191 140 302 0 4085 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 17560

[startup+25.5122 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9954
/proc/meminfo: memFree=1457224/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=25668 CPUtime=25.49
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 6279 0 0 0 2537 12 0 0 25 0 1 0 221699372 26284032 6165 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 6417 6165 140 302 0 6112 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25668

[startup+51.1286 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9954
/proc/meminfo: memFree=1445256/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=37392 CPUtime=51.11
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 9206 0 0 0 5090 21 0 0 25 0 1 0 221699372 38289408 9092 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 9348 9092 140 302 0 9043 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 37392

[startup+102.353 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9954
/proc/meminfo: memFree=1428424/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=54852 CPUtime=102.31
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 13560 0 0 0 10200 31 0 0 25 0 1 0 221699372 56168448 13317 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 13713 13317 140 302 0 13408 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 54852

[startup+162.394 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 9954
/proc/meminfo: memFree=1412936/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=70064 CPUtime=162.33
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 17357 0 0 0 16192 41 0 0 25 0 1 0 221699372 71745536 17114 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 17516 17114 140 302 0 17211 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 70064

[startup+222.435 s]
/proc/loadavg: 1.11 1.02 1.00 2/78 9954
/proc/meminfo: memFree=1400264/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=82828 CPUtime=222.36
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 20533 0 0 0 22185 51 0 0 25 0 1 0 221699372 84815872 20290 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 20707 20290 140 302 0 20402 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 82828

[startup+282.47 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 9954
/proc/meminfo: memFree=1389576/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=94588 CPUtime=282.38
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 23465 0 0 0 28181 57 0 0 25 0 1 0 221699372 96858112 22965 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 23647 22965 140 302 0 23342 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 94588

[startup+342.502 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 9954
/proc/meminfo: memFree=1379400/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=104928 CPUtime=342.4
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 26009 0 0 0 34175 65 0 0 25 0 1 0 221699372 107446272 25509 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 26232 25509 140 302 0 25927 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 104928

[startup+402.541 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 9954
/proc/meminfo: memFree=1370056/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=114012 CPUtime=402.42
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 28300 0 0 0 40169 73 0 0 25 0 1 0 221699372 116748288 27800 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 28503 27800 140 302 0 28198 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 114012

[startup+462.575 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 9954
/proc/meminfo: memFree=1361224/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=123064 CPUtime=462.43
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 30524 0 0 0 46163 80 0 0 25 0 1 0 221699372 126017536 30024 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 30766 30024 140 302 0 30461 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 123064

[startup+522.607 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 9954
/proc/meminfo: memFree=1352968/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=131496 CPUtime=522.45
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 32598 0 0 0 52157 88 0 0 25 0 1 0 221699372 134651904 32098 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 32874 32098 140 302 0 32569 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 131496

[startup+582.641 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9954
/proc/meminfo: memFree=1345096/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=139388 CPUtime=582.47
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 34523 0 0 0 58151 96 0 0 25 0 1 0 221699372 142733312 34023 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 34847 34023 140 302 0 34542 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 139388

[startup+642.678 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9954
/proc/meminfo: memFree=1338120/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=146388 CPUtime=642.48
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 36278 0 0 0 64146 102 0 0 25 0 1 0 221699372 149901312 35778 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 36597 35778 140 302 0 36292 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 146388

[startup+702.717 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9954
/proc/meminfo: memFree=1330568/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=154060 CPUtime=702.5
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 38173 0 0 0 70141 109 0 0 25 0 1 0 221699372 157757440 37673 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 38515 37673 140 302 0 38210 0
Current children cumulated CPU time (s) 702.5
Current children cumulated vsize (KiB) 154060

[startup+762.748 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9954
/proc/meminfo: memFree=1323272/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=161252 CPUtime=762.52
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 39995 0 0 0 76137 115 0 0 25 0 1 0 221699372 165122048 39495 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 40313 39495 140 302 0 40008 0
Current children cumulated CPU time (s) 762.52
Current children cumulated vsize (KiB) 161252

[startup+822.787 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9954
/proc/meminfo: memFree=1316296/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=168316 CPUtime=822.54
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 41723 0 0 0 82133 121 0 0 25 0 1 0 221699372 172355584 41223 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 42079 41223 140 302 0 41774 0
Current children cumulated CPU time (s) 822.54
Current children cumulated vsize (KiB) 168316

[startup+882.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9954
/proc/meminfo: memFree=1309768/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=174828 CPUtime=882.56
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 43366 0 0 0 88127 129 0 0 25 0 1 0 221699372 179023872 42866 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 43707 42866 140 302 0 43402 0
Current children cumulated CPU time (s) 882.56
Current children cumulated vsize (KiB) 174828

[startup+942.854 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9954
/proc/meminfo: memFree=1303432/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=183292 CPUtime=942.58
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 45450 0 0 0 94123 135 0 0 25 0 1 0 221699372 187691008 44437 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 45823 44437 140 302 0 45518 0
Current children cumulated CPU time (s) 942.58
Current children cumulated vsize (KiB) 183292

[startup+1002.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9954
/proc/meminfo: memFree=1297416/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=189264 CPUtime=1002.59
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 46956 0 0 0 100118 141 0 0 25 0 1 0 221699372 193806336 45943 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 47316 45943 140 302 0 47011 0
Current children cumulated CPU time (s) 1002.59
Current children cumulated vsize (KiB) 189264

[startup+1062.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9956
/proc/meminfo: memFree=1291272/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=195328 CPUtime=1062.61
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 48458 0 0 0 106115 146 0 0 25 0 1 0 221699372 200015872 47445 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 48832 47445 140 302 0 48527 0
Current children cumulated CPU time (s) 1062.61
Current children cumulated vsize (KiB) 195328

[startup+1122.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9956
/proc/meminfo: memFree=1285640/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=201168 CPUtime=1122.62
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 49871 0 0 0 112112 150 0 0 25 0 1 0 221699372 205996032 48858 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 50292 48858 140 302 0 49987 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 201168

[startup+1182.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9956
/proc/meminfo: memFree=1280200/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=206912 CPUtime=1182.65
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 51247 0 0 0 118109 156 0 0 25 0 1 0 221699372 211877888 50234 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 51728 50234 140 302 0 51423 0
Current children cumulated CPU time (s) 1182.65
Current children cumulated vsize (KiB) 206912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9956
/proc/meminfo: memFree=1278472/2055920 swapFree=4192812/4192956
[pid=9953] ppid=9951 vsize=208512 CPUtime=1200.07
/proc/9953/stat : 9953 (Spear-32) R 9951 9953 9268 0 -1 4194304 51644 0 0 0 119849 158 0 0 25 0 1 0 221699372 213516288 50631 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9953/statm: 52128 50631 140 302 0 51823 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 208512

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.46
CPU time (s): 1200.11
CPU user time (s): 1198.49
CPU system time (s): 1.61875
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 208512

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

runsolver used 1.38279 second user time and 2.88156 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Feb 21 00:24:09 UTC 2007

IDJOB= 302689
IDBENCH= 20089
IDSOLVER= 132
FILE ID= node13/302689-1172017449

PBS_JOBID= 3849140

Free space on /tmp= 66544 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S1366805398-04.cnf
COMMAND LINE= /tmp/evaluation/302689-1172017449/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/302689-1172017449/instance-302689-1172017449.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-302689-1172017449 -o ROOT/results/node13/solver-302689-1172017449 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302689-1172017449/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/302689-1172017449/instance-302689-1172017449.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b932a8ed2f3ee2cd2146e3f8fad06dd2

RANDOM SEED= 1624487

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1481576 kB
Buffers:         52344 kB
Cached:         388636 kB
SwapCached:          0 kB
Active:         147032 kB
Inactive:       348272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2236 kB
Writeback:           0 kB
Mapped:          73232 kB
Slab:            64544 kB
Committed_AS:   975816 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= 66544 MiB

End job on node13 on Wed Feb 21 00:44:12 UTC 2007