Trace number 333469

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 FHS 1.0SAT 1108.75 1109.27

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-220-1.sat05-2173.reshuffled-07.cnf
MD5SUMce96de70272a2ecfcbbf1c8e965c8e57
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses880
Sum of the clauses size2640
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3880
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/333469-1173516792/instance-333469-1173516792.cnf
1108.68/1109.25	s SATISFIABLE
1108.68/1109.25	v -1 2 3 -4 -5 -6 7 8 9 -10 11 12 13 -14 -15 -16 -17 -18 19 -20 -21 22 23 -24 25 26 27 -28 29 30 31 -32 33 -34 35 36 37 -38 39 40 -41 -42 -43 44 -45 -46 47 48 49 50 51 -52 53 54 -55 56 -57 58 59 60 -61 -62 -63 -64 -65 -66 -67 68 -69 -70 -71 72 73 74 75 -76 77 78 -79 -80 81 -82 -83 -84 -85 86 -87 88 -89 -90 -91 92 93 94 95 -96 97 98 99 100 101 102 -103 104 105 -106 -107 108 -109 110 -111 -112 -113 -114 115 -116 117 -118 119 120 -121 -122 123 -124 125 -126 -127 -128 129 130 -131 132 133 134 -135 -136 137 -138 -139 140 -141 -142 143 144 -145 -146 -147 -148 -149 150 151 152 -153 -154 -155 -156 -157 158 159 -160 -161 -162 -163 164 -165 166 167 168 169 -170 171 172 173 174 -175 176 177 178 -179 180 -181 -182 183 -184 -185 186 187 -188 189 190 -191 192 193 194 -195 -196 -197 198 199 200 201 202 -203 -204 -205 -206 -207 -208 209 210 211 -212 213 -214 -215 216 217 -218 -219 -220 0
1108.68/1109.25	c runtime 1108.91 [s]

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-333469-1173516792 -o ROOT/results/node9/solver-333469-1173516792 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333469-1173516792/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/333469-1173516792/instance-333469-1173516792.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: 0.92 0.98 1.08 3/77 18682
/proc/meminfo: memFree=1627824/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=1396 CPUtime=0
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 371633872 1429504 175 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 349 176 140 302 0 44 0

[startup+0.016965 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 18682
/proc/meminfo: memFree=1627824/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=1524 CPUtime=0.01
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 219 0 0 0 1 0 0 0 18 0 1 0 371633872 1560576 203 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135256525 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 381 203 145 302 0 76 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1524

[startup+0.10198 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 18682
/proc/meminfo: memFree=1627824/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=1780 CPUtime=0.09
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 274 0 0 0 9 0 0 0 18 0 1 0 371633872 1822720 258 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 445 258 145 302 0 140 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780

[startup+0.30202 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 18682
/proc/meminfo: memFree=1627824/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=2044 CPUtime=0.29
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 358 0 0 0 29 0 0 0 19 0 1 0 371633872 2093056 342 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 511 342 145 302 0 206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2044

[startup+0.701097 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 18682
/proc/meminfo: memFree=1627824/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=2572 CPUtime=0.69
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 483 0 0 0 69 0 0 0 22 0 1 0 371633872 2633728 467 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 643 467 145 302 0 338 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2572

[startup+1.50125 s]
/proc/loadavg: 0.92 0.98 1.08 2/78 18683
/proc/meminfo: memFree=1626152/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=3228 CPUtime=1.49
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 659 0 0 0 148 1 0 0 25 0 1 0 371633872 3305472 643 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 807 643 145 302 0 502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3228

[startup+3.10156 s]
/proc/loadavg: 0.92 0.98 1.08 2/78 18683
/proc/meminfo: memFree=1625256/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=4264 CPUtime=3.08
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 900 0 0 0 306 2 0 0 25 0 1 0 371633872 4366336 884 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 1066 884 145 302 0 761 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 4264

[startup+6.30118 s]
/proc/loadavg: 0.93 0.98 1.08 2/78 18683
/proc/meminfo: memFree=1623464/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=5708 CPUtime=6.29
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 1242 0 0 0 625 4 0 0 25 0 1 0 371633872 5844992 1226 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 1427 1226 145 302 0 1122 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5708

[startup+12.7024 s]
/proc/loadavg: 0.93 0.98 1.08 2/78 18683
/proc/meminfo: memFree=1621624/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=7428 CPUtime=12.69
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 1679 0 0 0 1264 5 0 0 25 0 1 0 371633872 7606272 1630 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 1857 1630 145 302 0 1552 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7428

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 1.08 2/78 18683
/proc/meminfo: memFree=1619384/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=9656 CPUtime=25.48
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 2275 0 0 0 2541 7 0 0 25 0 1 0 371633872 9887744 2161 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 2414 2161 145 302 0 2109 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9656

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 1.08 2/78 18683
/proc/meminfo: memFree=1616568/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=12676 CPUtime=51.07
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 3006 0 0 0 5095 12 0 0 25 0 1 0 371633872 12980224 2892 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 3169 2892 145 302 0 2864 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 12676

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.07 2/78 18683
/proc/meminfo: memFree=1612600/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=17108 CPUtime=102.25
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 4098 0 0 0 10207 18 0 0 25 0 1 0 371633872 17518592 3855 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 4277 3855 145 302 0 3972 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17108

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/78 18683
/proc/meminfo: memFree=1609144/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=20732 CPUtime=162.23
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 4976 0 0 0 16197 26 0 0 25 0 1 0 371633872 21229568 4733 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 5183 4733 145 302 0 4878 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 20732

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 18683
/proc/meminfo: memFree=1606840/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=23036 CPUtime=222.21
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 5530 0 0 0 22189 32 0 0 25 0 1 0 371633872 23588864 5287 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 5759 5287 145 302 0 5454 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 23036

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 18683
/proc/meminfo: memFree=1604024/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=26204 CPUtime=282.18
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 6232 0 0 0 28182 36 0 0 25 0 1 0 371633872 26832896 5989 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 6551 5989 145 302 0 6246 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 26204

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 18683
/proc/meminfo: memFree=1602104/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=28024 CPUtime=342.17
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 6693 0 0 0 34176 41 0 0 25 0 1 0 371633872 28696576 6450 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 7006 6450 145 302 0 6701 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 28024

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 18683
/proc/meminfo: memFree=1599992/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=31232 CPUtime=402.14
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 7500 0 0 0 40169 45 0 0 25 0 1 0 371633872 31981568 7000 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 7808 7000 145 302 0 7503 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 31232

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 18683
/proc/meminfo: memFree=1598200/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=33028 CPUtime=462.11
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 7925 0 0 0 46162 49 0 0 25 0 1 0 371633872 33820672 7425 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 8257 7425 145 302 0 7952 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 33028

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/84 18821
/proc/meminfo: memFree=1594752/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=35760 CPUtime=522.03
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 8476 0 0 0 52150 53 0 0 25 0 1 0 371633872 36618240 7976 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 8940 7976 145 302 0 8635 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 35760

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 18880
/proc/meminfo: memFree=1594424/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=37040 CPUtime=581.97
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 8859 0 0 0 58140 57 0 0 25 0 1 0 371633872 37928960 8359 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 9260 8359 145 302 0 8955 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 37040

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 18880
/proc/meminfo: memFree=1593080/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=38488 CPUtime=641.95
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 9192 0 0 0 64135 60 0 0 25 0 1 0 371633872 39411712 8692 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 9622 8692 145 302 0 9317 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 38488

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/78 18880
/proc/meminfo: memFree=1591736/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=39768 CPUtime=701.93
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 9523 0 0 0 70129 64 0 0 25 0 1 0 371633872 40722432 9023 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 9942 9023 145 302 0 9637 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 39768

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.01 2/78 18880
/proc/meminfo: memFree=1590648/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=40728 CPUtime=761.91
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 9798 0 0 0 76123 68 0 0 25 0 1 0 371633872 41705472 9298 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 10182 9298 145 302 0 9877 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 40728

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1589496/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=41752 CPUtime=821.89
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 10100 0 0 0 82117 72 0 0 25 0 1 0 371633872 42754048 9600 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 10438 9600 145 302 0 10133 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 41752

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1587960/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=43296 CPUtime=881.87
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 10462 0 0 0 88111 76 0 0 25 0 1 0 371633872 44335104 9962 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 10824 9962 145 302 0 10519 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 43296

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1586936/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=44508 CPUtime=941.84
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 10745 0 0 0 94105 79 0 0 25 0 1 0 371633872 45576192 10245 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11127 10245 145 302 0 10822 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 44508

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1585912/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=45444 CPUtime=1001.82
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11000 0 0 0 100098 84 0 0 25 0 1 0 371633872 46534656 10500 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11361 10500 145 302 0 11056 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 45444

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1585016/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=46340 CPUtime=1061.8
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11255 0 0 0 106092 88 0 0 25 0 1 0 371633872 47452160 10755 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11585 10755 145 302 0 11280 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 46340

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

[startup+1075.1 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1584696/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=46632 CPUtime=1074.59
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11327 0 0 0 107370 89 0 0 25 0 1 0 371633872 47751168 10827 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11658 10827 145 302 0 11353 0
Current children cumulated CPU time (s) 1074.59
Current children cumulated vsize (KiB) 46632

[startup+1087.91 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1584568/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=46760 CPUtime=1087.39
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11366 0 0 0 108650 89 0 0 25 0 1 0 371633872 47882240 10866 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11690 10866 145 302 0 11385 0
Current children cumulated CPU time (s) 1087.39
Current children cumulated vsize (KiB) 46760

[startup+1100.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1584312/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=47016 CPUtime=1100.18
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11419 0 0 0 109928 90 0 0 25 0 1 0 371633872 48144384 10919 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11754 10919 145 302 0 11449 0
Current children cumulated CPU time (s) 1100.18
Current children cumulated vsize (KiB) 47016

[startup+1103.9 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1584248/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=47016 CPUtime=1103.38
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11432 0 0 0 110248 90 0 0 25 0 1 0 371633872 48144384 10932 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11754 10932 145 302 0 11449 0
Current children cumulated CPU time (s) 1103.38
Current children cumulated vsize (KiB) 47016

[startup+1107.1 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1584248/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=47016 CPUtime=1106.58
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11444 0 0 0 110567 91 0 0 25 0 1 0 371633872 48144384 10944 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11754 10944 145 302 0 11449 0
Current children cumulated CPU time (s) 1106.58
Current children cumulated vsize (KiB) 47016

[startup+1107.9 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1584184/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=47016 CPUtime=1107.38
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11448 0 0 0 110647 91 0 0 25 0 1 0 371633872 48144384 10948 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11754 10948 145 302 0 11449 0
Current children cumulated CPU time (s) 1107.38
Current children cumulated vsize (KiB) 47016

[startup+1108.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1584184/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=47016 CPUtime=1108.19
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11451 0 0 0 110728 91 0 0 25 0 1 0 371633872 48144384 10951 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11754 10951 145 302 0 11449 0
Current children cumulated CPU time (s) 1108.19
Current children cumulated vsize (KiB) 47016

[startup+1109.1 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1584184/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=47016 CPUtime=1108.58
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11452 0 0 0 110767 91 0 0 25 0 1 0 371633872 48144384 10952 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11754 10952 145 302 0 11449 0
Current children cumulated CPU time (s) 1108.58
Current children cumulated vsize (KiB) 47016

[startup+1109.2 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 18880
/proc/meminfo: memFree=1584184/2055920 swapFree=4152252/4192956
[pid=18682] ppid=18680 vsize=47016 CPUtime=1108.68
/proc/18682/stat : 18682 (Spear-32) R 18680 18682 17404 0 -1 4194304 11453 0 0 0 110777 91 0 0 25 0 1 0 371633872 48144384 10953 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 11754 10953 145 302 0 11449 0
Current children cumulated CPU time (s) 1108.68
Current children cumulated vsize (KiB) 47016

Child status: 10
Real time (s): 1109.27
CPU time (s): 1108.75
CPU user time (s): 1107.83
CPU system time (s): 0.921859
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 47016

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

runsolver used 1.17882 second user time and 2.86356 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Mar 10 08:53:12 UTC 2007

IDJOB= 333469
IDBENCH= 24604
IDSOLVER= 131
FILE ID= node9/333469-1173516792

PBS_JOBID= 4101122

Free space on /tmp= 66465 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-220-1.sat05-2173.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333469-1173516792/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/333469-1173516792/instance-333469-1173516792.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-333469-1173516792 -o ROOT/results/node9/solver-333469-1173516792 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333469-1173516792/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/333469-1173516792/instance-333469-1173516792.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ce96de70272a2ecfcbbf1c8e965c8e57

RANDOM SEED= 25431128

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1628232 kB
Buffers:         49308 kB
Cached:         290296 kB
SwapCached:       8828 kB
Active:         189304 kB
Inactive:       173148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628232 kB
SwapTotal:     4192956 kB
SwapFree:      4152252 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          29784 kB
Slab:            50896 kB
Committed_AS:  1486580 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66465 MiB

End job on node9 on Sat Mar 10 09:11:42 UTC 2007