Trace number 1731136

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
HydraSAT-Multi 2009-03-22-MultiSAT 1107.85 1108.36

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-sat-210-3.sat05-2475.reshuffled-07.cnf
MD5SUM3eaa6f3feb0ec3466c3c6ca585bd4a02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark66.9688
Satisfiable
(Un)Satisfiability was proved
Number of variables298
Number of clauses2176
Sum of the clauses size9824
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41312
Number of clauses of size 5608
Number of clauses of size over 5256

Solver Data

0.00/0.00	c Trying configuration 1
700.07/700.45	HOME/hydrasat-multi.sh: line 48:  9700 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.07/700.45	c Trying configuration 2
1107.77/1108.35	
1107.77/1108.35	c decisions : 278637
1107.77/1108.35	c conflicts : 251847
1107.77/1108.35	s SATISFIABLE
1107.77/1108.35	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 221 222 -223 -224 225 226 -227 228 229 230 -231 -232 -233 234 235 -236 237 238 -239 -240 241 242 243 -244 -245 -246 247 -248 249 250 -251 252 -253 -254 255 -256 -257 258 -259 260 -261 -262 -263 -264 265 266 267 -268 -269 270 -271 -272 -273 -274 -275 -276 277 278 -279 280 -281 282 -283 284 285 -286 -287 -288 289 -290 291 292 293 -294 -295 -296 -297 -298 0

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1731136-1240767420/watcher-1731136-1240767420 -o /tmp/evaluation-result-1731136-1240767420/solver-1731136-1240767420 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1731136-1240767420.cnf 1800 2053454014 

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): 1800 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.97 0.99 3/65 9699
/proc/meminfo: memFree=1829424/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) R 9697 9699 9207 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 238 1992294400 4194304 4889804 548682068720 18446744073709551615 270187162271 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/9699/statm: 1340 238 196 169 0 51 0
[pid=9700] ppid=9699 vsize=1452 CPUtime=0
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 104771183 1486848 144 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 363 144 116 317 0 43 0

[startup+0.062787 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 9699
/proc/meminfo: memFree=1829424/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=1716 CPUtime=0.05
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 276 0 0 0 5 0 0 0 19 0 1 0 104771183 1757184 257 1992294400 134512640 135813592 4294956160 18446744073709551615 134665984 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 429 257 149 317 0 109 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7076

[startup+0.102791 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 9699
/proc/meminfo: memFree=1829424/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=1844 CPUtime=0.09
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 291 0 0 0 9 0 0 0 19 0 1 0 104771183 1888256 272 1992294400 134512640 135813592 4294956160 18446744073709551615 134665306 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 461 272 149 317 0 141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7204

[startup+0.302812 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 9699
/proc/meminfo: memFree=1829424/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=1976 CPUtime=0.29
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 333 0 0 0 29 0 0 0 21 0 1 0 104771183 2023424 314 1992294400 134512640 135813592 4294956160 18446744073709551615 134662603 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 494 314 149 317 0 174 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7336

[startup+0.702858 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 9699
/proc/meminfo: memFree=1829424/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=2232 CPUtime=0.69
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 389 0 0 0 69 0 0 0 25 0 1 0 104771183 2285568 370 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 558 370 149 317 0 238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7592

[startup+1.50195 s]
/proc/loadavg: 0.91 0.97 0.99 2/67 9701
/proc/meminfo: memFree=1828128/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=2648 CPUtime=1.49
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 505 0 0 0 149 0 0 0 25 0 1 0 104771183 2711552 486 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 662 486 149 317 0 342 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8008

[startup+3.10113 s]
/proc/loadavg: 0.91 0.97 0.99 2/67 9701
/proc/meminfo: memFree=1827168/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=3976 CPUtime=3.08
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 799 0 0 0 308 0 0 0 25 0 1 0 104771183 4071424 780 1992294400 134512640 135813592 4294956160 18446744073709551615 134661477 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 994 780 149 317 0 674 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9336

[startup+6.3015 s]
/proc/loadavg: 0.92 0.97 0.99 2/67 9701
/proc/meminfo: memFree=1824800/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=5980 CPUtime=6.28
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 1230 0 0 0 628 0 0 0 25 0 1 0 104771183 6123520 1211 1992294400 134512640 135813592 4294956160 18446744073709551615 134665562 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 1495 1211 149 317 0 1175 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11340

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 9701
/proc/meminfo: memFree=1821472/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=10460 CPUtime=12.68
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 2274 0 0 0 1268 0 0 0 25 0 1 0 104771183 10711040 2148 1992294400 134512640 135813592 4294956160 18446744073709551615 134665845 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 2615 2148 149 317 0 2295 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15820

[startup+25.5017 s]
/proc/loadavg: 0.94 0.97 0.99 2/67 9701
/proc/meminfo: memFree=1818656/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=13064 CPUtime=25.48
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 2894 0 0 0 2547 1 0 0 25 0 1 0 104771183 13377536 2735 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 3266 2735 149 317 0 2946 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18424

[startup+51.1016 s]
/proc/loadavg: 0.96 0.97 0.99 2/67 9701
/proc/meminfo: memFree=1812256/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=20664 CPUtime=51.06
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 4716 0 0 0 5104 2 0 0 25 0 1 0 104771183 21159936 4288 1992294400 134512640 135813592 4294956160 18446744073709551615 134665211 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 5166 4288 149 317 0 4846 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 26024

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 9701
/proc/meminfo: memFree=1804896/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=29708 CPUtime=102.24
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 6912 0 0 0 10221 3 0 0 25 0 1 0 104771183 30420992 6130 1992294400 134512640 135813592 4294956160 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 7427 6130 149 317 0 7107 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 35068

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 9703
/proc/meminfo: memFree=1798688/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=36364 CPUtime=162.22
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 8629 0 0 0 16217 5 0 0 25 0 1 0 104771183 37236736 7666 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 9091 7666 149 317 0 8771 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 41724

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 9703
/proc/meminfo: memFree=1795040/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=39904 CPUtime=222.2
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 9866 0 0 0 22214 6 0 0 25 0 1 0 104771183 40861696 8561 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 9976 8561 149 317 0 9656 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 45264

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 9703
/proc/meminfo: memFree=1791072/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=44052 CPUtime=282.17
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 11016 0 0 0 28211 6 0 0 25 0 1 0 104771183 45109248 9570 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 11013 9570 149 317 0 10693 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 49412

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 9703
/proc/meminfo: memFree=1788896/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5360 CPUtime=0
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104771183 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9699/statm: 1340 239 197 169 0 51 0
[pid=9700] ppid=9699 vsize=45900 CPUtime=342.14
/proc/9700/stat : 9700 (hydrasat_cache4) R 9699 9699 9207 0 -1 4194304 11538 0 0 0 34207 7 0 0 25 0 1 0 104771183 47001600 10092 1992294400 134512640 135813592 4294956160 18446744073709551615 134665950 0 0 4096 1 0 0 0 17 0 0 0
/proc/9700/statm: 11475 10092 149 317 0 11155 0

################
# More data... #
################


[startup+762.307 s]
/proc/loadavg: 1.03 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1755168/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=15008 CPUtime=61.81
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 3490 0 0 0 6178 3 0 0 25 0 1 0 104841228 15368192 3231 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 3752 3231 171 362 0 3387 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 20372

[startup+822.303 s]
/proc/loadavg: 1.01 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1749408/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=21540 CPUtime=121.78
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 5148 0 0 0 12174 4 0 0 25 0 1 0 104841228 22056960 4710 1992294400 134512640 135995732 4294956016 18446744073709551615 134681494 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 5385 4710 171 362 0 5020 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 26904

[startup+882.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1746144/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=25576 CPUtime=181.75
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 6216 0 0 0 18170 5 0 0 25 0 1 0 104841228 26189824 5536 1992294400 134512640 135995732 4294956016 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 6394 5536 171 362 0 6029 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 30940

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1742560/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=29620 CPUtime=241.73
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 7224 0 0 0 24167 6 0 0 25 0 1 0 104841228 30330880 6415 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 7405 6415 171 362 0 7040 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 34984

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1740000/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=32028 CPUtime=301.7
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 7845 0 0 0 30164 6 0 0 25 0 1 0 104841228 32796672 7036 1992294400 134512640 135995732 4294956016 18446744073709551615 134808093 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 8007 7036 171 362 0 7642 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 37392

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1738080/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=34128 CPUtime=361.67
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 8424 0 0 0 36160 7 0 0 25 0 1 0 104841228 34947072 7518 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 8532 7518 171 362 0 8167 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 39492

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

[startup+1075.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1737760/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=34524 CPUtime=374.47
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 8509 0 0 0 37440 7 0 0 25 0 1 0 104841228 35352576 7603 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 8631 7603 171 362 0 8266 0
Current children cumulated CPU time (s) 1074.59
Current children cumulated vsize (KiB) 39888

[startup+1087.91 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1737376/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=34788 CPUtime=387.26
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 8608 0 0 0 38719 7 0 0 25 0 1 0 104841228 35622912 7702 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 8697 7702 171 362 0 8332 0
Current children cumulated CPU time (s) 1087.38
Current children cumulated vsize (KiB) 40152

[startup+1100.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1736992/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=35196 CPUtime=400.05
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 8692 0 0 0 39998 7 0 0 25 0 1 0 104841228 36040704 7786 1992294400 134512640 135995732 4294956016 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 8799 7786 171 362 0 8434 0
Current children cumulated CPU time (s) 1100.17
Current children cumulated vsize (KiB) 40560

[startup+1103.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1736928/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=35196 CPUtime=403.25
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 8708 0 0 0 40318 7 0 0 25 0 1 0 104841228 36040704 7802 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 8799 7802 171 362 0 8434 0
Current children cumulated CPU time (s) 1103.37
Current children cumulated vsize (KiB) 40560

[startup+1105.51 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1736864/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=35196 CPUtime=404.85
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 8716 0 0 0 40478 7 0 0 25 0 1 0 104841228 36040704 7810 1992294400 134512640 135995732 4294956016 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 8799 7810 171 362 0 8434 0
Current children cumulated CPU time (s) 1104.97
Current children cumulated vsize (KiB) 40560

[startup+1107.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1736800/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=35328 CPUtime=406.45
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 8727 0 0 0 40638 7 0 0 25 0 1 0 104841228 36175872 7821 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 8832 7821 171 362 0 8467 0
Current children cumulated CPU time (s) 1106.57
Current children cumulated vsize (KiB) 40692

[startup+1107.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1736800/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=35328 CPUtime=407.25
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 8731 0 0 0 40718 7 0 0 25 0 1 0 104841228 36175872 7825 1992294400 134512640 135995732 4294956016 18446744073709551615 134807865 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 8832 7825 171 362 0 8467 0
Current children cumulated CPU time (s) 1107.37
Current children cumulated vsize (KiB) 40692

[startup+1108.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 9704
/proc/meminfo: memFree=1736800/2055920 swapFree=4192952/4192956
[pid=9699] ppid=9697 vsize=5364 CPUtime=700.12
/proc/9699/stat : 9699 (hydrasat-multi.) S 9697 9699 9207 0 -1 4194304 321 22330 0 0 0 0 69975 37 16 0 1 0 104771183 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9699/statm: 1341 245 202 169 0 52 0
[pid=9704] ppid=9699 vsize=35328 CPUtime=407.65
/proc/9704/stat : 9704 (hydrasat_cachew) R 9699 9699 9207 0 -1 4194304 8734 0 0 0 40758 7 0 0 25 0 1 0 104841228 36175872 7828 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/9704/statm: 8832 7828 171 362 0 8467 0
Current children cumulated CPU time (s) 1107.77
Current children cumulated vsize (KiB) 40692

Child status: 10
Real time (s): 1108.36
CPU time (s): 1107.85
CPU user time (s): 1107.4
CPU system time (s): 0.45393
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 77776

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

runsolver used 1.21381 second user time and 2.82357 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-26 19:37:00
IDJOB=1731136
IDBENCH=24745
IDSOLVER=518
FILE ID=node88/1731136-1240767420
PBS_JOBID= 9187130
Free space on /tmp= 66548 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-sat-210-3.sat05-2475.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731136-1240767420/watcher-1731136-1240767420 -o /tmp/evaluation-result-1731136-1240767420/solver-1731136-1240767420 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1731136-1240767420.cnf 1800 2053454014

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3eaa6f3feb0ec3466c3c6ca585bd4a02
RANDOM SEED=2053454014

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

/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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1829968 kB
Buffers:         23016 kB
Cached:         120528 kB
SwapCached:          4 kB
Active:          71376 kB
Inactive:        86500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829968 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            4108 kB
Writeback:           0 kB
Mapped:          24096 kB
Slab:            54020 kB
Committed_AS:   280208 kB
PageTables:       1444 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= 66484 MiB
End job on node88 at 2009-04-26 19:55:29