Trace number 3261271

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
UmSat 2011-02-25SAT 505.908 505.895

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-14-26-sat.cnf
MD5SUM1e53251276ed6dee048eca4aa337d77b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables364
Number of clauses2562
Sum of the clauses size9828
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22366
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5196

Solver Data

505.81/505.82	s SATISFIABLE
505.81/505.82	v -140 -336 -109 -305 -151 -347 -94 -290 -104 -300 -6 -202 -20 -216 -46 -242 -192 -106 -302 -158 -354 -4 -200 -18 -214 -63 -259 -40 -236 -93 -289 -8 -204 -184 -60 -256 -142 -338 -82 -278 -173 -80 -276 -116 -312 -178 -171 -92 -288 -180 -87 -283 -62 -258 -326 -235 -148 -344 -130 -118 -314 -128 -324 -42 -238 -30 -226 -39 -35 -231 -138 -334 -34 -230 -9 -205 -70 -266 -328 -132 -110 -306 -44 -240 -50 -246 -57 -253 -84 -280 -19 -215 -292 -126 -322 -1 -197 -96 -190 -170 -168 -364 -166 -362 -13 -162 -358 -209 -182 -160 -356 -48 -131 -327 -55 -251 -194 -28 -224 -161 -357 -282 -86 -25 -221 -186 -43 -239 -191 -117 -313 -79 -33 -229 -15 -211 -263 -95 -291 -133 -329 -363 -149 -183 -167 -98 -294 -264 -68 -153 -349 -26 -222 -228 32 -29 -31 -36 -37 -38 -41 -174 275 -267 -268 -269 -270 -271 -272 -273 -274 -277 -279 -129 -325 -12 -208 -61 -257 -5 201 -198 -199 -203 -206 -207 -210 -53 -249 -100 -296 -234 -155 351 -352 -353 -355 -359 -360 -361 -146 -342 -196 -75 -179 -316 -120 -244 -115 -311 -66 -2 -76 -58 -7 345 -337 -339 -340 -341 -343 -346 -348 -350 -309 -113 -181 -217 -45 303 -295 -297 -298 -299 -301 -304 -307 -308 -317 -121 -72 -245 -141 -143 -144 -145 -241 -21 -265 -81 -188 -69 -125 -321 -105 -284 227 -225 -232 -233 -237 -281 -88 -262 -255 254 164 -260 -261 -156 -157 -159 -163 -165 -169 112 -99 -101 -102 -103 -107 -108 -111 -213 -212 -172 -122 -23 -71 -150 -318 -123 -319 -16 3 -14 176 -17 -10 -11 -175 -177 67 -59 -64 -65 73 -74 -77 -78 -83 -223 -27 -219 -320 124 -114 -119 310 -315 -147 -49 189 -185 -187 -193 -195 293 -285 -286 -287 90 -85 -89 -91 -97 -54 52 -47 -51 -56 252 -243 -247 -248 -250 -330 -335 152 -154 -22 218 24 -220 -127 323 -331 -332 -333 135 -134 -136 -137 -139 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3261271-1303539691/watcher-3261271-1303539691 -o /tmp/evaluation-result-3261271-1303539691/solver-3261271-1303539691 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3261271-1303539691.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 5/189 13293
/proc/meminfo: memFree=11792308/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=11776 CPUtime=0 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4194304 368 0 0 0 0 0 0 0 22 0 1 0 544199877 12058624 307 33554432000 4194304 4263880 140734426090352 18446744073709551615 4232280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 2944 307 240 17 0 117 0

[startup+0.0925171 s]
/proc/loadavg: 0.16 0.03 0.01 5/189 13293
/proc/meminfo: memFree=11792308/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=13740 CPUtime=0.09 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 873 0 0 0 9 0 0 0 22 0 1 0 544199877 14069760 812 33554432000 4194304 4263880 140734426090352 18446744073709551615 4224822 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 3435 812 247 17 0 608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13740

[startup+0.100506 s]
/proc/loadavg: 0.16 0.03 0.01 5/189 13293
/proc/meminfo: memFree=11792308/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=13740 CPUtime=0.09 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 873 0 0 0 9 0 0 0 22 0 1 0 544199877 14069760 812 33554432000 4194304 4263880 140734426090352 18446744073709551615 218880223621 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 3435 812 247 17 0 608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13740

[startup+0.300476 s]
/proc/loadavg: 0.16 0.03 0.01 5/189 13293
/proc/meminfo: memFree=11792308/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=15176 CPUtime=0.29 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 1230 0 0 0 29 0 0 0 23 0 1 0 544199877 15540224 1169 33554432000 4194304 4263880 140734426090352 18446744073709551615 4207691 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 3794 1169 247 17 0 967 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15176

[startup+0.700401 s]
/proc/loadavg: 0.16 0.03 0.01 5/189 13293
/proc/meminfo: memFree=11792308/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=17432 CPUtime=0.69 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 1791 0 0 0 69 0 0 0 25 0 1 0 544199877 17850368 1730 33554432000 4194304 4263880 140734426090352 18446744073709551615 4211544 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 4358 1730 247 17 0 1531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17432

[startup+1.50026 s]
/proc/loadavg: 0.16 0.03 0.01 5/190 13294
/proc/meminfo: memFree=11766756/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=19616 CPUtime=1.49 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 2344 0 0 0 149 0 0 0 25 0 1 0 544199877 20086784 2283 33554432000 4194304 4263880 140734426090352 18446744073709551615 4207681 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 4904 2283 247 17 0 2077 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19616

[startup+3.10097 s]
/proc/loadavg: 0.16 0.03 0.01 5/190 13294
/proc/meminfo: memFree=11749272/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=21664 CPUtime=3.09 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 2853 0 0 0 309 0 0 0 25 0 1 0 544199877 22183936 2792 33554432000 4194304 4263880 140734426090352 18446744073709551615 4215135 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 5416 2792 248 17 0 2589 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21664

[startup+6.3004 s]
/proc/loadavg: 0.47 0.10 0.03 5/190 13294
/proc/meminfo: memFree=11697236/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=26036 CPUtime=6.29 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 3943 0 0 0 629 0 0 0 25 0 1 0 544199877 26660864 3882 33554432000 4194304 4263880 140734426090352 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 6509 3883 248 17 0 3682 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26036

[startup+12.7003 s]
/proc/loadavg: 0.75 0.16 0.05 5/190 13294
/proc/meminfo: memFree=11665600/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=31644 CPUtime=12.69 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 5316 0 0 0 1269 0 0 0 25 0 1 0 544199877 32403456 5255 33554432000 4194304 4263880 140734426090352 18446744073709551615 218880222961 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 7911 5255 248 17 0 5084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31644

[startup+25.5009 s]
/proc/loadavg: 1.47 0.35 0.12 5/190 13294
/proc/meminfo: memFree=11611168/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=39036 CPUtime=25.49 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 7175 0 0 0 2548 1 0 0 25 0 1 0 544199877 39972864 7003 33554432000 4194304 4263880 140734426090352 18446744073709551615 4205763 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 9759 7003 248 17 0 6932 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39036

[startup+51.1004 s]
/proc/loadavg: 2.39 0.66 0.22 5/190 13295
/proc/meminfo: memFree=11464056/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=45160 CPUtime=51.09 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 8735 0 0 0 5108 1 0 0 25 0 1 0 544199877 46243840 8473 33554432000 4194304 4263880 140734426090352 18446744073709551615 4215104 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 11290 8473 248 17 0 8463 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 45160

[startup+102.307 s]
/proc/loadavg: 3.30 1.17 0.42 5/190 13296
/proc/meminfo: memFree=11403520/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=59064 CPUtime=102.3 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 12122 0 0 0 10228 2 0 0 25 0 1 0 544199877 60481536 11687 33554432000 4194304 4263880 140734426090352 18446744073709551615 4207812 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 14766 11687 248 17 0 11939 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 59064

[startup+162.3 s]
/proc/loadavg: 3.74 1.68 0.64 5/190 13298
/proc/meminfo: memFree=11290996/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=68144 CPUtime=162.29 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 14281 0 0 0 16227 2 0 0 25 0 1 0 544199877 69779456 13712 33554432000 4194304 4263880 140734426090352 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 17036 13712 248 17 0 14209 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 68144

[startup+222.301 s]
/proc/loadavg: 3.90 2.10 0.85 5/190 13300
/proc/meminfo: memFree=11246684/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=73768 CPUtime=222.3 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 15725 0 0 0 22227 3 0 0 25 0 1 0 544199877 75538432 15080 33554432000 4194304 4263880 140734426090352 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 18442 15080 248 17 0 15615 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 73768

[startup+282.301 s]
/proc/loadavg: 3.96 2.44 1.04 5/190 13301
/proc/meminfo: memFree=11103792/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=78796 CPUtime=282.3 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 17035 0 0 0 28227 3 0 0 25 0 1 0 544199877 80687104 16307 33554432000 4194304 4263880 140734426090352 18446744073709551615 4215093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 19699 16307 248 17 0 16872 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 78796

[startup+342.301 s]
/proc/loadavg: 4.03 2.74 1.23 5/190 13303
/proc/meminfo: memFree=11095444/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=85520 CPUtime=342.3 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 18681 0 0 0 34226 4 0 0 25 0 1 0 544199877 87572480 17862 33554432000 4194304 4263880 140734426090352 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 21380 17862 249 17 0 18553 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 85520

[startup+402.301 s]
/proc/loadavg: 4.01 2.97 1.40 5/190 13304
/proc/meminfo: memFree=11047908/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=91284 CPUtime=402.3 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 20151 0 0 0 40226 4 0 0 25 0 1 0 544199877 93474816 19232 33554432000 4194304 4263880 140734426090352 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 22821 19232 249 17 0 19994 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 91284

[startup+462.3 s]
/proc/loadavg: 4.00 3.15 1.56 5/190 13333
/proc/meminfo: memFree=10962080/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=95680 CPUtime=462.3 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 21157 0 0 0 46226 4 0 0 25 0 1 0 544199877 97976320 20238 33554432000 4194304 4263880 140734426090352 18446744073709551615 4215123 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 23920 20238 249 17 0 21093 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 95680

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

[startup+486.301 s]
/proc/loadavg: 4.00 3.22 1.62 5/190 13334
/proc/meminfo: memFree=10926140/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=96992 CPUtime=486.3 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 21504 0 0 0 48626 4 0 0 25 0 1 0 544199877 99319808 20584 33554432000 4194304 4263880 140734426090352 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 24248 20584 249 17 0 21421 0
Current children cumulated CPU time (s) 486.3
Current children cumulated vsize (KiB) 96992

[startup+499.101 s]
/proc/loadavg: 4.00 3.26 1.66 5/190 13334
/proc/meminfo: memFree=10912268/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=97884 CPUtime=499.1 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 21712 0 0 0 49906 4 0 0 25 0 1 0 544199877 100233216 20792 33554432000 4194304 4263880 140734426090352 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 24471 20792 249 17 0 21644 0
Current children cumulated CPU time (s) 499.1
Current children cumulated vsize (KiB) 97884

[startup+502.301 s]
/proc/loadavg: 4.00 3.26 1.66 5/190 13334
/proc/meminfo: memFree=10909292/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=97884 CPUtime=502.3 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 21712 0 0 0 50226 4 0 0 25 0 1 0 544199877 100233216 20792 33554432000 4194304 4263880 140734426090352 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 24471 20792 249 17 0 21644 0
Current children cumulated CPU time (s) 502.3
Current children cumulated vsize (KiB) 97884

[startup+503.901 s]
/proc/loadavg: 4.00 3.27 1.67 5/190 13334
/proc/meminfo: memFree=10906932/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=98940 CPUtime=503.9 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 22004 0 0 0 50386 4 0 0 25 0 1 0 544199877 101314560 21084 33554432000 4194304 4263880 140734426090352 18446744073709551615 4207668 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 24735 21084 249 17 0 21908 0
Current children cumulated CPU time (s) 503.9
Current children cumulated vsize (KiB) 98940

[startup+504.701 s]
/proc/loadavg: 4.00 3.27 1.67 5/190 13334
/proc/meminfo: memFree=10906932/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=100920 CPUtime=504.71 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 22605 0 0 0 50466 5 0 0 25 0 1 0 544199877 103342080 21575 33554432000 4194304 4263880 140734426090352 18446744073709551615 218880262766 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 25230 21575 249 17 0 22403 0
Current children cumulated CPU time (s) 504.71
Current children cumulated vsize (KiB) 100920

[startup+505.5 s]
/proc/loadavg: 4.00 3.27 1.67 5/190 13334
/proc/meminfo: memFree=10903088/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=100920 CPUtime=505.51 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 22605 0 0 0 50546 5 0 0 25 0 1 0 544199877 103342080 21575 33554432000 4194304 4263880 140734426090352 18446744073709551615 4244185 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 25230 21575 249 17 0 22403 0
Current children cumulated CPU time (s) 505.51
Current children cumulated vsize (KiB) 100920

[startup+505.7 s]
/proc/loadavg: 4.00 3.27 1.67 5/190 13334
/proc/meminfo: memFree=10903088/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=100920 CPUtime=505.71 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 22605 0 0 0 50566 5 0 0 25 0 1 0 544199877 103342080 21575 33554432000 4194304 4263880 140734426090352 18446744073709551615 4215123 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 25230 21575 249 17 0 22403 0
Current children cumulated CPU time (s) 505.71
Current children cumulated vsize (KiB) 100920

[startup+505.8 s]
/proc/loadavg: 4.00 3.27 1.67 5/190 13334
/proc/meminfo: memFree=10903088/32950928 swapFree=67111528/67111528
[pid=13293] ppid=13291 vsize=100920 CPUtime=505.81 cores=1,3
/proc/13293/stat : 13293 (umsat) R 13291 13293 13232 0 -1 4202496 22605 0 0 0 50576 5 0 0 25 0 1 0 544199877 103342080 21575 33554432000 4194304 4263880 140734426090352 18446744073709551615 4207713 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13293/statm: 25230 21575 249 17 0 22403 0
Current children cumulated CPU time (s) 505.81
Current children cumulated vsize (KiB) 100920

Child status: 0
Real time (s): 505.895
CPU time (s): 505.908
CPU user time (s): 505.85
CPU system time (s): 0.057991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 100920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 505.85
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22614
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 539

runsolver used 0.840872 second user time and 1.92571 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-23 08:21:32
IDJOB=3261271
IDBENCH=83219
IDSOLVER=1582
FILE ID=node112/3261271-1303539691
RUNJOBID= node112-1303539686-13253
PBS_JOBID= 13143126
Free space on /tmp= 72616 MiB

SOLVER NAME= UmSat 2011-02-25
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-14-26-sat.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261271-1303539691/watcher-3261271-1303539691 -o /tmp/evaluation-result-3261271-1303539691/solver-3261271-1303539691 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3261271-1303539691.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 1e53251276ed6dee048eca4aa337d77b
RANDOM SEED=1408266080

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5261.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11792332 kB
Buffers:       1964384 kB
Cached:       18476368 kB
SwapCached:          0 kB
Active:        9390812 kB
Inactive:     11224648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11792332 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10000 kB
Writeback:           0 kB
AnonPages:      173756 kB
Mapped:          15200 kB
Slab:           478928 kB
PageTables:       5264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   360480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72612 MiB
End job on node112 at 2011-04-23 08:29:58