Trace number 333470

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.0SAT 1088.9 1089.55

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/333470-1173516909/instance-333470-1173516909.cnf
1088.84/1089.54	s SATISFIABLE
1088.84/1089.54	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
1088.84/1089.54	c runtime 1089.06 [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/node14/watcher-333470-1173516909 -o ROOT/results/node14/solver-333470-1173516909 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333470-1173516909/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/333470-1173516909/instance-333470-1173516909.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 1.00 1.00 3/77 30536
/proc/meminfo: memFree=1526472/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=1396 CPUtime=0
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 371645345 1429504 176 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 349 176 140 302 0 44 0

[startup+0.00746796 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30536
/proc/meminfo: memFree=1526472/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=1396 CPUtime=0
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 371645345 1429504 179 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 349 179 140 302 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1396

[startup+0.101476 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30536
/proc/meminfo: memFree=1526472/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=1652 CPUtime=0.09
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 263 0 0 0 9 0 0 0 18 0 1 0 371645345 1691648 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 413 247 140 302 0 108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1652

[startup+0.301495 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30536
/proc/meminfo: memFree=1526472/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=2036 CPUtime=0.29
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 347 0 0 0 29 0 0 0 19 0 1 0 371645345 2084864 331 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 509 331 140 302 0 204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2036

[startup+0.701533 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30536
/proc/meminfo: memFree=1526472/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=2676 CPUtime=0.69
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 487 0 0 0 68 1 0 0 23 0 1 0 371645345 2740224 471 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 669 471 140 302 0 364 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2676

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1524736/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=3324 CPUtime=1.49
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 659 0 0 0 148 1 0 0 25 0 1 0 371645345 3403776 643 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 831 643 140 302 0 526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3324

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1523840/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=4372 CPUtime=3.09
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 905 0 0 0 307 2 0 0 25 0 1 0 371645345 4476928 889 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 1093 889 140 302 0 788 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4372

[startup+6.30206 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1522048/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=5796 CPUtime=6.29
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 1277 0 0 0 625 4 0 0 25 0 1 0 371645345 5935104 1228 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 1449 1228 140 302 0 1144 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5796

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1520256/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=7380 CPUtime=12.69
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 1678 0 0 0 1263 6 0 0 25 0 1 0 371645345 7557120 1629 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 1845 1629 140 302 0 1540 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7380

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1518016/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=9740 CPUtime=25.47
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 2285 0 0 0 2538 9 0 0 25 0 1 0 371645345 9973760 2171 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526920 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 2435 2171 140 302 0 2130 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9740

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1515200/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=12628 CPUtime=51.06
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 3013 0 0 0 5094 12 0 0 25 0 1 0 371645345 12931072 2899 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 3157 2899 140 302 0 2852 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12628

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1511040/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=17312 CPUtime=102.24
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 4127 0 0 0 10206 18 0 0 25 0 1 0 371645345 17727488 3884 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 4328 3884 140 302 0 4023 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 17312

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1507648/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=20992 CPUtime=162.18
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 5003 0 0 0 16195 23 0 0 25 0 1 0 371645345 21495808 4760 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 5248 4760 140 302 0 4943 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 20992

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1505408/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=23116 CPUtime=222.15
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 5545 0 0 0 22188 27 0 0 25 0 1 0 371645345 23670784 5302 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 5779 5302 140 302 0 5474 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 23116

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1502464/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=26544 CPUtime=282.12
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 6289 0 0 0 28182 30 0 0 25 0 1 0 371645345 27181056 6046 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 6636 6046 140 302 0 6331 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 26544

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30537
/proc/meminfo: memFree=1500800/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=28292 CPUtime=342.09
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 6730 0 0 0 34175 34 0 0 25 0 1 0 371645345 28971008 6487 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 7073 6487 140 302 0 6768 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 28292

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 30671
/proc/meminfo: memFree=1497152/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=31372 CPUtime=402.03
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 7536 0 0 0 40159 44 0 0 25 0 1 0 371645345 32124928 7036 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 7843 7036 140 302 0 7538 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 31372

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1496248/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=33740 CPUtime=462
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 8051 0 0 0 46146 54 0 0 25 0 1 0 371645345 34549760 7551 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 8435 7551 140 302 0 8130 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 33740

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1494264/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=35920 CPUtime=521.97
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 8525 0 0 0 52140 57 0 0 25 0 1 0 371645345 36782080 8025 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 8980 8025 140 302 0 8675 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 35920

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1492792/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=37328 CPUtime=581.94
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 8909 0 0 0 58133 61 0 0 25 0 1 0 371645345 38223872 8409 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526772 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 9332 8409 140 302 0 9027 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 37328

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1491512/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=38612 CPUtime=641.91
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 9249 0 0 0 64126 65 0 0 25 0 1 0 371645345 39538688 8749 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 9653 8749 140 302 0 9348 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 38612

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1490168/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=39892 CPUtime=701.87
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 9573 0 0 0 70118 69 0 0 25 0 1 0 371645345 40849408 9073 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 9973 9073 140 302 0 9668 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 39892

[startup+762.305 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 30735
/proc/meminfo: memFree=1489024/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=40932 CPUtime=761.84
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 9854 0 0 0 76113 71 0 0 25 0 1 0 371645345 41914368 9354 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 10233 9354 140 302 0 9928 0
Current children cumulated CPU time (s) 761.84
Current children cumulated vsize (KiB) 40932

[startup+822.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 30735
/proc/meminfo: memFree=1487936/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=42084 CPUtime=821.81
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 10173 0 0 0 82106 75 0 0 25 0 1 0 371645345 43094016 9673 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 10521 9673 140 302 0 10216 0
Current children cumulated CPU time (s) 821.81
Current children cumulated vsize (KiB) 42084

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1486528/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=43500 CPUtime=881.76
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 10524 0 0 0 88099 77 0 0 25 0 1 0 371645345 44544000 10024 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 10875 10024 140 302 0 10570 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 43500

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1485440/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=44712 CPUtime=941.72
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 10792 0 0 0 94092 80 0 0 25 0 1 0 371645345 45785088 10292 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 11178 10292 140 302 0 10873 0
Current children cumulated CPU time (s) 941.72
Current children cumulated vsize (KiB) 44712

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1484416/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=45648 CPUtime=1001.7
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 11053 0 0 0 100087 83 0 0 25 0 1 0 371645345 46743552 10553 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 11412 10553 140 302 0 11107 0
Current children cumulated CPU time (s) 1001.7
Current children cumulated vsize (KiB) 45648

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1483328/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=46580 CPUtime=1061.66
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 11326 0 0 0 106081 85 0 0 25 0 1 0 371645345 47697920 10826 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 11645 10826 140 302 0 11340 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 46580

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

[startup+1075.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1483136/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=46836 CPUtime=1074.46
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 11377 0 0 0 107360 86 0 0 25 0 1 0 371645345 47960064 10877 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 11709 10877 140 302 0 11404 0
Current children cumulated CPU time (s) 1074.46
Current children cumulated vsize (KiB) 46836

[startup+1081.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1483008/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=46964 CPUtime=1080.85
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 11404 0 0 0 107999 86 0 0 25 0 1 0 371645345 48091136 10904 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 11741 10904 140 302 0 11436 0
Current children cumulated CPU time (s) 1080.85
Current children cumulated vsize (KiB) 46964

[startup+1084.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1483008/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=46964 CPUtime=1084.04
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 11417 0 0 0 108318 86 0 0 25 0 1 0 371645345 48091136 10917 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 11741 10917 140 302 0 11436 0
Current children cumulated CPU time (s) 1084.04
Current children cumulated vsize (KiB) 46964

[startup+1087.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1482944/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=46964 CPUtime=1087.25
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 11429 0 0 0 108639 86 0 0 25 0 1 0 371645345 48091136 10929 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 11741 10929 140 302 0 11436 0
Current children cumulated CPU time (s) 1087.25
Current children cumulated vsize (KiB) 46964

[startup+1088.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1482944/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=46964 CPUtime=1088.04
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 11433 0 0 0 108718 86 0 0 25 0 1 0 371645345 48091136 10933 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 11741 10933 140 302 0 11436 0
Current children cumulated CPU time (s) 1088.04
Current children cumulated vsize (KiB) 46964

[startup+1089.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1482944/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=46964 CPUtime=1088.44
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 11435 0 0 0 108758 86 0 0 25 0 1 0 371645345 48091136 10935 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 11741 10935 140 302 0 11436 0
Current children cumulated CPU time (s) 1088.44
Current children cumulated vsize (KiB) 46964

[startup+1089.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30735
/proc/meminfo: memFree=1482944/2055920 swapFree=4146600/4192956
[pid=30536] ppid=30534 vsize=46964 CPUtime=1088.84
/proc/30536/stat : 30536 (Spear-32) R 30534 30536 29241 0 -1 4194304 11436 0 0 0 108798 86 0 0 25 0 1 0 371645345 48091136 10936 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 11741 10936 140 302 0 11436 0
Current children cumulated CPU time (s) 1088.84
Current children cumulated vsize (KiB) 46964

Child status: 10
Real time (s): 1089.55
CPU time (s): 1088.9
CPU user time (s): 1088.03
CPU system time (s): 0.876866
CPU usage (%): 99.9407
Max. virtual memory (cumulated for all children) (KiB): 46964

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

runsolver used 1.18282 second user time and 2.82057 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Mar 10 08:55:09 UTC 2007

IDJOB= 333470
IDBENCH= 24604
IDSOLVER= 132
FILE ID= node14/333470-1173516909

PBS_JOBID= 4101126

Free space on /tmp= 66546 MiB

SOLVER NAME= Spear FH 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/333470-1173516909/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/333470-1173516909/instance-333470-1173516909.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-333470-1173516909 -o ROOT/results/node14/solver-333470-1173516909 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333470-1173516909/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/333470-1173516909/instance-333470-1173516909.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ce96de70272a2ecfcbbf1c8e965c8e57

RANDOM SEED= 943025029

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1526816 kB
Buffers:         51144 kB
Cached:         390296 kB
SwapCached:      14908 kB
Active:         227212 kB
Inactive:       237476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1526816 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          29956 kB
Slab:            49956 kB
Committed_AS:  1257600 kB
PageTables:       1736 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= 66546 MiB

End job on node14 on Sat Mar 10 09:13:19 UTC 2007