Trace number 333260

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.0UNSAT 727.03 727.287

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.726
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

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/333260-1173506974/instance-333260-1173506974.cnf
726.93/727.27	s UNSATISFIABLE
726.93/727.27	c runtime 727.12 [s]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node15/watcher-333260-1173506974 -o ROOT/results/node15/solver-333260-1173506974 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333260-1173506974/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/333260-1173506974/instance-333260-1173506974.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.98 3/77 18195
/proc/meminfo: memFree=1547384/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=1548 CPUtime=0
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 220 0 0 0 0 0 0 0 18 0 1 0 370651746 1585152 204 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134516624 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 387 204 128 302 0 82 0

[startup+0.062759 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 18195
/proc/meminfo: memFree=1547384/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=2208 CPUtime=0.05
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 377 0 0 0 5 0 0 0 18 0 1 0 370651746 2260992 361 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 552 361 140 302 0 247 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2208

[startup+0.102765 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 18195
/proc/meminfo: memFree=1547384/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=2340 CPUtime=0.09
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 408 0 0 0 9 0 0 0 18 0 1 0 370651746 2396160 392 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 585 392 140 302 0 280 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2340

[startup+0.302799 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 18195
/proc/meminfo: memFree=1547384/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=2864 CPUtime=0.29
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 545 0 0 0 27 2 0 0 19 0 1 0 370651746 2932736 529 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 716 529 140 302 0 411 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2864

[startup+0.701867 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 18195
/proc/meminfo: memFree=1547384/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=3764 CPUtime=0.69
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 754 0 0 0 66 3 0 0 23 0 1 0 370651746 3854336 738 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 941 738 140 302 0 636 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3764

[startup+1.502 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1544432/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=4800 CPUtime=1.49
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 1032 0 0 0 144 5 0 0 25 0 1 0 370651746 4915200 1016 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 1200 1016 140 302 0 895 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4800

[startup+3.10128 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1543024/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=6480 CPUtime=3.09
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 1438 0 0 0 302 7 0 0 25 0 1 0 370651746 6635520 1422 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 1620 1422 140 302 0 1315 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6480

[startup+6.30183 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1540144/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=8936 CPUtime=6.29
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 2054 0 0 0 620 9 0 0 25 0 1 0 370651746 9150464 2005 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 2234 2005 140 302 0 1929 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8936

[startup+12.7019 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1536760/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=11904 CPUtime=12.68
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 2823 0 0 0 1256 12 0 0 25 0 1 0 370651746 12189696 2774 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 2976 2774 140 302 0 2671 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11904

[startup+25.5021 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1531960/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=16804 CPUtime=25.48
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 4042 0 0 0 2532 16 0 0 25 0 1 0 370651746 17207296 3928 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 4201 3928 140 302 0 3896 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16804

[startup+51.1025 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1525880/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=22964 CPUtime=51.07
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 5571 0 0 0 5086 21 0 0 25 0 1 0 370651746 23515136 5457 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 5741 5457 140 302 0 5436 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22964

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1517368/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=31900 CPUtime=102.26
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 7783 0 0 0 10196 30 0 0 25 0 1 0 370651746 32665600 7540 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 7975 7540 140 302 0 7670 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 31900

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1510520/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=39332 CPUtime=162.23
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 9492 0 0 0 16184 39 0 0 25 0 1 0 370651746 40275968 9249 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 9833 9249 140 302 0 9528 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 39332

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1503416/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=46820 CPUtime=222.22
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 11253 0 0 0 22174 48 0 0 25 0 1 0 370651746 47943680 11010 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 11705 11010 140 302 0 11400 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 46820

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1497528/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=53796 CPUtime=282.19
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 12976 0 0 0 28164 55 0 0 25 0 1 0 370651746 55087104 12476 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 13449 12476 140 302 0 13144 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 53796

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1493176/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=58016 CPUtime=342.17
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 14042 0 0 0 34156 61 0 0 25 0 1 0 370651746 59408384 13542 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 14504 13542 140 302 0 14199 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 58016

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1488952/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=62504 CPUtime=402.15
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 15108 0 0 0 40147 68 0 0 25 0 1 0 370651746 64004096 14608 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 15626 14608 140 302 0 15321 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 62504

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1485368/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=66328 CPUtime=462.13
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 16036 0 0 0 46140 73 0 0 25 0 1 0 370651746 67919872 15536 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 16582 15536 140 302 0 16277 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 66328

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1481848/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=70112 CPUtime=522.11
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 16951 0 0 0 52132 79 0 0 25 0 1 0 370651746 71794688 16451 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 17528 16451 140 302 0 17223 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 70112

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1478520/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=73448 CPUtime=582.08
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 17737 0 0 0 58125 83 0 0 25 0 1 0 370651746 75210752 17237 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 18362 17237 140 302 0 18057 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 73448

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1477112/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=75180 CPUtime=642.07
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 18087 0 0 0 64118 89 0 0 25 0 1 0 370651746 76984320 17587 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 18795 17587 140 302 0 18490 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 75180

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1474744/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=77708 CPUtime=702.04
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 18674 0 0 0 70111 93 0 0 25 0 1 0 370651746 79572992 18174 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 19427 18174 140 302 0 19122 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 77708

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

[startup+703.901 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1474680/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=77836 CPUtime=703.64
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 18693 0 0 0 70271 93 0 0 25 0 1 0 370651746 79704064 18193 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 19459 18193 140 302 0 19154 0
Current children cumulated CPU time (s) 703.64
Current children cumulated vsize (KiB) 77836

[startup+716.701 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1474104/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=78352 CPUtime=716.44
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 18850 0 0 0 71550 94 0 0 25 0 1 0 370651746 80232448 18350 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 19588 18350 140 302 0 19283 0
Current children cumulated CPU time (s) 716.44
Current children cumulated vsize (KiB) 78352

[startup+723.102 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1473848/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=78480 CPUtime=722.84
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 18902 0 0 0 72189 95 0 0 25 0 1 0 370651746 80363520 18402 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 19620 18402 140 302 0 19315 0
Current children cumulated CPU time (s) 722.84
Current children cumulated vsize (KiB) 78480

[startup+724.702 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1473848/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=78608 CPUtime=724.44
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 18916 0 0 0 72349 95 0 0 25 0 1 0 370651746 80494592 18416 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 19652 18416 140 302 0 19347 0
Current children cumulated CPU time (s) 724.44
Current children cumulated vsize (KiB) 78608

[startup+726.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1473784/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=78608 CPUtime=726.03
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 18928 0 0 0 72508 95 0 0 25 0 1 0 370651746 80494592 18428 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 19652 18428 140 302 0 19347 0
Current children cumulated CPU time (s) 726.03
Current children cumulated vsize (KiB) 78608

[startup+726.702 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1473784/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=78608 CPUtime=726.43
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 18931 0 0 0 72548 95 0 0 25 0 1 0 370651746 80494592 18431 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526981 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 19652 18431 140 302 0 19347 0
Current children cumulated CPU time (s) 726.43
Current children cumulated vsize (KiB) 78608

[startup+727.105 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1473720/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=78608 CPUtime=726.84
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 18932 0 0 0 72589 95 0 0 25 0 1 0 370651746 80494592 18432 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 19652 18432 140 302 0 19347 0
Current children cumulated CPU time (s) 726.84
Current children cumulated vsize (KiB) 78608

[startup+727.201 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 18196
/proc/meminfo: memFree=1473720/2055920 swapFree=4152672/4192956
[pid=18195] ppid=18193 vsize=78608 CPUtime=726.93
/proc/18195/stat : 18195 (Spear-32) R 18193 18195 17890 0 -1 4194304 18933 0 0 0 72598 95 0 0 25 0 1 0 370651746 80494592 18433 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18195/statm: 19652 18433 140 302 0 19347 0
Current children cumulated CPU time (s) 726.93
Current children cumulated vsize (KiB) 78608

Child status: 20
Real time (s): 727.287
CPU time (s): 727.03
CPU user time (s): 726.061
CPU system time (s): 0.969852
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 78608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 726.061
system time used= 0.969852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18954
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= 8
involuntary context switches= 15453

runsolver used 0.802877 second user time and 1.85172 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Mar 10 06:09:34 UTC 2007

IDJOB= 333260
IDBENCH= 24599
IDSOLVER= 132
FILE ID= node15/333260-1173506974

PBS_JOBID= 4101129

Free space on /tmp= 66530 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333260-1173506974/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/333260-1173506974/instance-333260-1173506974.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-333260-1173506974 -o ROOT/results/node15/solver-333260-1173506974 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333260-1173506974/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/333260-1173506974/instance-333260-1173506974.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f9cdae8890dde718d40830262adc8433

RANDOM SEED= 549635655

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1547792 kB
Buffers:         49836 kB
Cached:         369988 kB
SwapCached:       2796 kB
Active:         252120 kB
Inactive:       190700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1547792 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:            1948 kB
Writeback:           0 kB
Mapped:          29900 kB
Slab:            50744 kB
Committed_AS:  1311504 kB
PageTables:       1800 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= 66530 MiB

End job on node15 on Sat Mar 10 06:21:41 UTC 2007