Trace number 292234

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.09 1200.54

General information on the benchmark

Namerandom/OnTreshold/5SAT/v70/
unif-k5-r21.3-v70-c1491-S1424595365-09.UNSAT.shuffled.cnf
MD5SUMd517b8e6ed1134311abaf8baca7a39b1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.89295
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses1491
Sum of the clauses size7455
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 51491
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/292234-1171750927/instance-292234-1171750927.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-292234-1171750927 -o ROOT/results/node6/solver-292234-1171750927 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292234-1171750927/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292234-1171750927/instance-292234-1171750927.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.91 0.95 0.91 3/77 2117
/proc/meminfo: memFree=1350256/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=1396 CPUtime=0
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 195047460 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 349 168 128 302 0 44 0

[startup+0.107581 s]
/proc/loadavg: 0.91 0.95 0.91 3/77 2117
/proc/meminfo: memFree=1350256/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=1780 CPUtime=0.1
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 284 0 0 0 10 0 0 0 18 0 1 0 195047460 1822720 268 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 445 268 140 302 0 140 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1780

[startup+0.51566 s]
/proc/loadavg: 0.91 0.95 0.91 3/77 2117
/proc/meminfo: memFree=1350256/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=2568 CPUtime=0.51
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 459 0 0 0 50 1 0 0 22 0 1 0 195047460 2629632 443 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 642 443 140 302 0 337 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2568

[startup+1.33782 s]
/proc/loadavg: 0.91 0.95 0.91 2/78 2118
/proc/meminfo: memFree=1348392/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=3480 CPUtime=1.32
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 673 0 0 0 131 1 0 0 25 0 1 0 195047460 3563520 657 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 870 657 140 302 0 565 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3480

[startup+2.97515 s]
/proc/loadavg: 0.91 0.95 0.91 2/78 2118
/proc/meminfo: memFree=1347368/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=4524 CPUtime=2.97
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 939 0 0 0 294 3 0 0 25 0 1 0 195047460 4632576 923 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 1131 923 140 302 0 826 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4524

[startup+6.25179 s]
/proc/loadavg: 0.92 0.95 0.91 2/78 2118
/proc/meminfo: memFree=1345768/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=5940 CPUtime=6.24
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 1311 0 0 0 620 4 0 0 25 0 1 0 195047460 6082560 1262 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 1485 1262 140 302 0 1180 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 5940

[startup+12.7091 s]
/proc/loadavg: 0.93 0.95 0.91 2/78 2118
/proc/meminfo: memFree=1343600/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=7940 CPUtime=12.69
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 1783 0 0 0 1264 5 0 0 25 0 1 0 195047460 8130560 1734 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 1985 1734 140 302 0 1680 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7940

[startup+25.5126 s]
/proc/loadavg: 0.94 0.96 0.91 2/78 2118
/proc/meminfo: memFree=1341232/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=10576 CPUtime=25.49
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 2449 0 0 0 2540 9 0 0 25 0 1 0 195047460 10829824 2335 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 2644 2335 140 302 0 2339 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10576

[startup+51.1266 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 2118
/proc/meminfo: memFree=1337392/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=14372 CPUtime=51.1
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 3376 0 0 0 5096 14 0 0 25 0 1 0 195047460 14716928 3262 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 3593 3262 140 302 0 3288 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 14372

[startup+102.35 s]
/proc/loadavg: 0.98 0.96 0.91 2/78 2118
/proc/meminfo: memFree=1332528/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=20044 CPUtime=102.3
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 4732 0 0 0 10209 21 0 0 25 0 1 0 195047460 20525056 4489 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 5011 4489 140 302 0 4706 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 20044

[startup+162.395 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 2118
/proc/meminfo: memFree=1328432/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=24184 CPUtime=162.32
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 5743 0 0 0 16204 28 0 0 25 0 1 0 195047460 24764416 5500 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 6046 5500 140 302 0 5741 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 24184

[startup+222.429 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 2118
/proc/meminfo: memFree=1324592/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=28148 CPUtime=222.33
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 6684 0 0 0 22198 35 0 0 25 0 1 0 195047460 28823552 6441 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 7037 6441 140 302 0 6732 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 28148

[startup+282.46 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 2118
/proc/meminfo: memFree=1321328/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=32524 CPUtime=282.34
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 7755 0 0 0 28193 41 0 0 25 0 1 0 195047460 33304576 7255 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 8131 7255 140 302 0 7826 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 32524

[startup+342.494 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 2118
/proc/meminfo: memFree=1318320/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=35612 CPUtime=342.36
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 8516 0 0 0 34189 47 0 0 25 0 1 0 195047460 36466688 8016 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 8903 8016 140 302 0 8598 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 35612

[startup+402.531 s]
/proc/loadavg: 1.03 0.99 0.91 2/78 2118
/proc/meminfo: memFree=1315632/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=38216 CPUtime=402.37
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 9171 0 0 0 40185 52 0 0 25 0 1 0 195047460 39133184 8671 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 9554 8671 140 302 0 9249 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 38216

[startup+462.566 s]
/proc/loadavg: 1.09 1.00 0.92 2/78 2118
/proc/meminfo: memFree=1313392/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=40744 CPUtime=462.38
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 9732 0 0 0 46182 56 0 0 25 0 1 0 195047460 41721856 9232 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 10186 9232 140 302 0 9881 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 40744

[startup+522.607 s]
/proc/loadavg: 1.06 1.01 0.93 2/78 2118
/proc/meminfo: memFree=1310960/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=43340 CPUtime=522.4
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 10331 0 0 0 52180 60 0 0 25 0 1 0 195047460 44380160 9831 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 10835 9831 140 302 0 10530 0
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (KiB) 43340

[startup+582.642 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 2118
/proc/meminfo: memFree=1308912/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=45456 CPUtime=582.41
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 10837 0 0 0 58177 64 0 0 25 0 1 0 195047460 46546944 10337 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 11364 10337 140 302 0 11059 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 45456

[startup+642.68 s]
/proc/loadavg: 1.05 1.02 0.93 2/78 2118
/proc/meminfo: memFree=1306864/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=47392 CPUtime=642.43
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 11360 0 0 0 64175 68 0 0 25 0 1 0 195047460 48529408 10860 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527043 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 11848 10860 140 302 0 11543 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 47392

[startup+702.711 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 2118
/proc/meminfo: memFree=1305200/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=49400 CPUtime=702.44
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 11808 0 0 0 70171 73 0 0 25 0 1 0 195047460 50585600 11308 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 12350 11308 140 302 0 12045 0
Current children cumulated CPU time (s) 702.44
Current children cumulated vsize (KiB) 49400

[startup+762.746 s]
/proc/loadavg: 1.00 1.01 0.93 2/78 2118
/proc/meminfo: memFree=1302192/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=53428 CPUtime=762.45
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 12565 0 0 0 76169 76 0 0 25 0 1 0 195047460 54710272 12065 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 13357 12065 140 302 0 13052 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 53428

[startup+822.789 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 2118
/proc/meminfo: memFree=1300336/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=55092 CPUtime=822.47
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 13030 0 0 0 82166 81 0 0 25 0 1 0 195047460 56414208 12530 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 13773 12530 140 302 0 13468 0
Current children cumulated CPU time (s) 822.47
Current children cumulated vsize (KiB) 55092

[startup+882.826 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 2118
/proc/meminfo: memFree=1298608/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=56888 CPUtime=882.49
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 13449 0 0 0 88163 86 0 0 25 0 1 0 195047460 58253312 12949 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 14222 12949 140 302 0 13917 0
Current children cumulated CPU time (s) 882.49
Current children cumulated vsize (KiB) 56888

[startup+942.86 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 2118
/proc/meminfo: memFree=1297072/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=58436 CPUtime=942.5
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 13846 0 0 0 94160 90 0 0 25 0 1 0 195047460 59838464 13346 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 14609 13346 140 302 0 14304 0
Current children cumulated CPU time (s) 942.5
Current children cumulated vsize (KiB) 58436

[startup+1002.89 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 2118
/proc/meminfo: memFree=1295280/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=62168 CPUtime=1002.51
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 14786 0 0 0 100156 95 0 0 25 0 1 0 195047460 63660032 13773 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 15542 13773 140 302 0 15237 0
Current children cumulated CPU time (s) 1002.51
Current children cumulated vsize (KiB) 62168

[startup+1062.93 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 2120
/proc/meminfo: memFree=1293616/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=64008 CPUtime=1062.52
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 15211 0 0 0 106153 99 0 0 25 0 1 0 195047460 65544192 14198 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 16002 14198 140 302 0 15697 0
Current children cumulated CPU time (s) 1062.52
Current children cumulated vsize (KiB) 64008

[startup+1122.97 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 2120
/proc/meminfo: memFree=1292016/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=65500 CPUtime=1122.54
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 15611 0 0 0 112151 103 0 0 25 0 1 0 195047460 67072000 14598 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 16375 14598 140 302 0 16070 0
Current children cumulated CPU time (s) 1122.54
Current children cumulated vsize (KiB) 65500

[startup+1183.01 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 2120
/proc/meminfo: memFree=1290480/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=66996 CPUtime=1182.56
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 15993 0 0 0 118149 107 0 0 25 0 1 0 195047460 68603904 14980 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 16749 14980 140 302 0 16444 0
Current children cumulated CPU time (s) 1182.56
Current children cumulated vsize (KiB) 66996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.53 s]
/proc/loadavg: 1.06 1.02 0.94 2/78 2120
/proc/meminfo: memFree=1290032/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=67380 CPUtime=1200.07
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 16094 0 0 0 119899 108 0 0 25 0 1 0 195047460 68997120 15081 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 16845 15081 140 302 0 16540 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 67380

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

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

[startup+1200.53 s]
/proc/loadavg: 1.06 1.02 0.94 2/78 2120
/proc/meminfo: memFree=1290032/2055924 swapFree=4192812/4192956
[pid=2117] ppid=2115 vsize=67380 CPUtime=1200.07
/proc/2117/stat : 2117 (Spear-32) R 2115 2117 1275 0 -1 4194304 16094 0 0 0 119899 108 0 0 25 0 1 0 195047460 68997120 15081 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2117/statm: 16845 15081 140 302 0 16540 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 67380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.09
CPU user time (s): 1199
CPU system time (s): 1.09183
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 67380

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

runsolver used 1.25581 second user time and 3.01654 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Feb 17 22:22:07 UTC 2007

IDJOB= 292234
IDBENCH= 19834
IDSOLVER= 132
FILE ID= node6/292234-1171750927

PBS_JOBID= 3839262

Free space on /tmp= 66551 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d517b8e6ed1134311abaf8baca7a39b1

RANDOM SEED= 652686304

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:       1350728 kB
Buffers:         65572 kB
Cached:         507328 kB
SwapCached:          0 kB
Active:         324036 kB
Inactive:       305184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1350728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          75232 kB
Slab:            61600 kB
Committed_AS:   687736 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 Sat Feb 17 22:42:10 UTC 2007