Trace number 426862

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
MiraXT v3SAT 3709.14 1859.36

General information on the benchmark

Namerandom/OnTreshold/3SAT/v400/
unif-k3-r4.26-v400-c1704-S141590207-13.SAT.shuffled.cnf
MD5SUM7c6ec57a1bd3ce147e9f90a32f77311f
Bench CategoryRANDOM (random 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 variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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 Starting MiraXTv3...
3709.09/1859.35	s SATISFIABLE
3709.09/1859.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 -299 -300 301 -302 -303 -304 305 -306 307 -308 309 310 311 -312 -313 314 315 -316 -317 318 -319 -320 -321 322 -323 324 -325 -326 -327 328 329 -330 -331 -332 333 334 -335 -336 337 338 -339 340 -341 342 -343 344 -345 -346 -347 -348 349 350 351 352 353 354 355 356 357 358 359 -360 361 362 363 -364 365 366 367 -368 369 370 -371 -372 373 374 375 -376 377 378 -379 -380 -381 -382 -383 384 385 386 -387 -388 389 390 391 392 393 394 -395 -396 397 398 399 -400 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-426862-1179025636 -o ROOT/results/node12/solver-426862-1179025636 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/426862-1179025636/MiraXTv3_dyn /tmp/evaluation/426862-1179025636/instance-426862-1179025636.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.99 1.99 2.00 3/77 25590
/proc/meminfo: memFree=1500888/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=3788 CPUtime=0
/proc/25590/stat : 25590 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194304 292 0 0 0 0 0 0 0 18 0 1 0 378601046 3878912 267 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134585705 0 0 4096 0 0 0 0 17 0 0 0
/proc/25590/statm: 947 267 206 20 0 305 0

[startup+0.038868 s]
/proc/loadavg: 1.99 1.99 2.00 3/77 25590
/proc/meminfo: memFree=1500888/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=6320 CPUtime=0.06
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 499 0 0 0 6 0 0 0 18 0 3 0 378601046 6471680 474 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 2252 1228 218 20 0 1610 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6320

[startup+0.520017 s]
/proc/loadavg: 1.99 1.99 2.00 3/77 25590
/proc/meminfo: memFree=1500888/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=9140 CPUtime=1.01
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 1341 0 0 0 101 0 0 0 18 0 3 0 378601046 9359360 1316 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 2285 1316 218 20 0 1643 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9140

[startup+0.601025 s]
/proc/loadavg: 1.99 1.99 2.00 3/77 25590
/proc/meminfo: memFree=1500888/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=9540 CPUtime=1.18
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 1462 0 0 0 117 1 0 0 18 0 3 0 378601046 9768960 1437 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 2385 1438 218 20 0 1743 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9540

[startup+0.701035 s]
/proc/loadavg: 1.99 1.99 2.00 3/77 25590
/proc/meminfo: memFree=1500888/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=10696 CPUtime=1.38
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 1589 0 0 0 137 1 0 0 18 0 3 0 378601046 10952704 1564 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 2674 1564 218 20 0 2032 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 10696

[startup+1.50512 s]
/proc/loadavg: 2.07 2.00 2.01 3/80 25593
/proc/meminfo: memFree=1492160/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=13732 CPUtime=2.99
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 2522 0 0 0 297 2 0 0 18 0 3 0 378601046 14061568 2497 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 3433 2497 218 20 0 2791 0
[pid=25590/tid=25592] ppid=25588 vsize=13732 CPUtime=1.48
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 1107 0 0 0 148 0 0 0 23 0 3 0 378601046 14061568 2497 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565889 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=13732 CPUtime=1.49
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 1079 0 0 0 148 1 0 0 25 0 3 0 378601046 14061568 2497 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 13732

[startup+3.10128 s]
/proc/loadavg: 2.07 2.00 2.01 3/80 25593
/proc/meminfo: memFree=1490880/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=16860 CPUtime=6.17
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 2969 0 0 0 615 2 0 0 18 0 3 0 378601046 17264640 2944 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 4215 2944 218 20 0 3573 0
[pid=25590/tid=25592] ppid=25588 vsize=16860 CPUtime=3.07
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 1295 0 0 0 307 0 0 0 25 0 3 0 378601046 17264640 2944 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=16860 CPUtime=3.08
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 1338 0 0 0 307 1 0 0 25 0 3 0 378601046 17264640 2944 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 16860

[startup+6.3026 s]
/proc/loadavg: 2.07 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1482304/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=24412 CPUtime=12.55
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 5106 0 0 0 1252 3 0 0 18 0 3 0 378601046 24997888 4966 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 6103 4966 218 20 0 5461 0
[pid=25590/tid=25592] ppid=25588 vsize=24412 CPUtime=6.26
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 2389 0 0 0 625 1 0 0 25 0 3 0 378601046 24997888 4966 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=24412 CPUtime=6.27
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 2381 0 0 0 626 1 0 0 25 0 3 0 378601046 24997888 4966 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526531 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 24412

[startup+12.7012 s]
/proc/loadavg: 2.06 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1470080/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=36700 CPUtime=25.32
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 8294 0 0 0 2526 6 0 0 18 0 3 0 378601046 37580800 7908 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 9175 7908 218 20 0 8533 0
[pid=25590/tid=25592] ppid=25588 vsize=36700 CPUtime=12.62
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 4083 0 0 0 1260 2 0 0 19 0 3 0 378601046 37580800 7908 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526286 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=36700 CPUtime=12.67
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 3875 0 0 0 1264 3 0 0 17 0 3 0 378601046 37580800 7908 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 36700

[startup+25.5015 s]
/proc/loadavg: 2.05 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1466368/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=41216 CPUtime=50.86
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 9830 0 0 0 5079 7 0 0 18 0 3 0 378601046 42205184 9068 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 10304 9068 218 20 0 9662 0
[pid=25590/tid=25592] ppid=25588 vsize=41216 CPUtime=25.38
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 4769 0 0 0 2535 3 0 0 25 0 3 0 378601046 42205184 9068 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=41216 CPUtime=25.47
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 4725 0 0 0 2543 4 0 0 25 0 3 0 378601046 42205184 9068 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 41216

[startup+51.1011 s]
/proc/loadavg: 2.03 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1455872/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=49944 CPUtime=101.92
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 12948 0 0 0 10181 11 0 0 18 0 3 0 378601046 51142656 11313 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 12486 11313 218 20 0 11844 0
[pid=25590/tid=25592] ppid=25588 vsize=49944 CPUtime=50.84
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 6346 0 0 0 5080 4 0 0 25 0 3 0 378601046 51142656 11313 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=49944 CPUtime=51.06
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 6266 0 0 0 5100 6 0 0 18 0 3 0 378601046 51142656 11313 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565721 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 49944

[startup+102.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1447936/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=58668 CPUtime=204.06
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 16528 0 0 0 20392 14 0 0 18 0 3 0 378601046 60076032 13260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 14667 13260 218 20 0 14025 0
[pid=25590/tid=25592] ppid=25588 vsize=58668 CPUtime=101.8
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 8202 0 0 0 10175 5 0 0 25 0 3 0 378601046 60076032 13260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=58668 CPUtime=102.24
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 7990 0 0 0 10216 8 0 0 25 0 3 0 378601046 60076032 13260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 58668

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1445760/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=59956 CPUtime=323.77
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 18949 0 0 0 32360 17 0 0 18 0 3 0 378601046 61394944 13814 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 14989 13814 218 20 0 14347 0
[pid=25590/tid=25592] ppid=25588 vsize=59956 CPUtime=161.55
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 9488 0 0 0 16149 6 0 0 25 0 3 0 378601046 61394944 13814 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=59956 CPUtime=162.21
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 9125 0 0 0 16211 10 0 0 25 0 3 0 378601046 61394944 13814 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526632 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.77
Current children cumulated vsize (KiB) 59956

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1443584/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=62816 CPUtime=443.47
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 21307 0 0 0 44327 20 0 0 18 0 3 0 378601046 64323584 14374 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 15704 14374 218 20 0 15062 0
[pid=25590/tid=25592] ppid=25588 vsize=62816 CPUtime=221.29
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 10691 0 0 0 22121 8 0 0 25 0 3 0 378601046 64323584 14374 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=62816 CPUtime=222.16
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 10280 0 0 0 22205 11 0 0 25 0 3 0 378601046 64323584 14374 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526531 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.47
Current children cumulated vsize (KiB) 62816

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1441728/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=64152 CPUtime=563.15
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 23538 0 0 0 56293 22 0 0 18 0 3 0 378601046 65691648 14810 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 16038 14810 218 20 0 15396 0
[pid=25590/tid=25592] ppid=25588 vsize=64152 CPUtime=281.01
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 11891 0 0 0 28092 9 0 0 25 0 3 0 378601046 65691648 14810 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=64152 CPUtime=282.12
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 11311 0 0 0 28200 12 0 0 25 0 3 0 378601046 65691648 14810 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.15
Current children cumulated vsize (KiB) 64152

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1441024/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=65700 CPUtime=682.84
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 25204 0 0 0 68261 23 0 0 18 0 3 0 378601046 67276800 15026 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 16425 15026 218 20 0 15783 0
[pid=25590/tid=25592] ppid=25588 vsize=65700 CPUtime=340.75
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 12737 0 0 0 34065 10 0 0 25 0 3 0 378601046 67276800 15026 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520412 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=65700 CPUtime=342.09
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 12131 0 0 0 34196 13 0 0 25 0 3 0 378601046 67276800 15026 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.84
Current children cumulated vsize (KiB) 65700

[startup+402.301 s]

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

/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 27956 0 0 0 148123 31 0 0 25 0 3 0 378601046 81162240 18427 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2957.03
Current children cumulated vsize (KiB) 79260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1427008/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=79524 CPUtime=3076.75
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 58678 0 0 0 307621 54 0 0 18 0 3 0 378601046 81432576 18515 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 19881 18515 218 20 0 19239 0
[pid=25590/tid=25592] ppid=25588 vsize=79524 CPUtime=1535.21
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 29661 0 0 0 153499 22 0 0 25 0 3 0 378601046 81432576 18515 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=79524 CPUtime=1541.52
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 28681 0 0 0 154121 31 0 0 25 0 3 0 378601046 81432576 18515 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3076.75
Current children cumulated vsize (KiB) 79524

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1426240/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=80772 CPUtime=3196.46
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 60291 0 0 0 319591 55 0 0 18 0 3 0 378601046 82710528 18683 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 20193 18683 218 20 0 19551 0
[pid=25590/tid=25592] ppid=25588 vsize=80772 CPUtime=1594.93
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 30542 0 0 0 159471 22 0 0 25 0 3 0 378601046 82710528 18683 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=80772 CPUtime=1601.5
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 29413 0 0 0 160118 32 0 0 25 0 3 0 378601046 82710528 18683 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3196.46
Current children cumulated vsize (KiB) 80772

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1426112/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=81356 CPUtime=3316.15
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 61795 0 0 0 331559 56 0 0 18 0 3 0 378601046 83308544 18726 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 20339 18726 218 20 0 19697 0
[pid=25590/tid=25592] ppid=25588 vsize=81356 CPUtime=1654.67
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 31287 0 0 0 165444 23 0 0 25 0 3 0 378601046 83308544 18726 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=81356 CPUtime=1661.47
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 30172 0 0 0 166114 33 0 0 25 0 3 0 378601046 83308544 18726 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3316.15
Current children cumulated vsize (KiB) 81356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25593
/proc/meminfo: memFree=1423808/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=83716 CPUtime=3435.87
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 63848 0 0 0 343529 58 0 0 18 0 3 0 378601046 85725184 19305 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 20929 19305 218 20 0 20287 0
[pid=25590/tid=25592] ppid=25588 vsize=83716 CPUtime=1714.39
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 32380 0 0 0 171416 23 0 0 25 0 3 0 378601046 85725184 19305 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=83716 CPUtime=1721.45
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 31132 0 0 0 172112 33 0 0 25 0 3 0 378601046 85725184 19305 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3435.87
Current children cumulated vsize (KiB) 83716

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25595
/proc/meminfo: memFree=1423360/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=84016 CPUtime=3555.58
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 65439 0 0 0 355500 58 0 0 18 0 3 0 378601046 86032384 19410 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 21004 19410 218 20 0 20362 0
[pid=25590/tid=25592] ppid=25588 vsize=84016 CPUtime=1774.14
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 33176 0 0 0 177390 24 0 0 25 0 3 0 378601046 86032384 19410 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526356 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=84016 CPUtime=1781.42
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 31927 0 0 0 178108 34 0 0 25 0 3 0 378601046 86032384 19410 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3555.58
Current children cumulated vsize (KiB) 84016

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25595
/proc/meminfo: memFree=1422976/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=84168 CPUtime=3675.27
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 67039 0 0 0 367468 59 0 0 18 0 3 0 378601046 86188032 19507 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 21042 19507 218 20 0 20400 0
[pid=25590/tid=25592] ppid=25588 vsize=84168 CPUtime=1833.86
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 33991 0 0 0 183362 24 0 0 25 0 3 0 378601046 86188032 19507 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=84168 CPUtime=1841.38
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 32712 0 0 0 184104 34 0 0 25 0 3 0 378601046 86188032 19507 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3675.27
Current children cumulated vsize (KiB) 84168

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

[startup+1843.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25595
/proc/meminfo: memFree=1422976/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=84168 CPUtime=3677.66
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 67039 0 0 0 367707 59 0 0 18 0 3 0 378601046 86188032 19507 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 21042 19507 218 20 0 20400 0
[pid=25590/tid=25592] ppid=25588 vsize=84168 CPUtime=1835.06
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 33991 0 0 0 183482 24 0 0 25 0 3 0 378601046 86188032 19507 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=84168 CPUtime=1842.58
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 32712 0 0 0 184224 34 0 0 25 0 3 0 378601046 86188032 19507 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3677.66
Current children cumulated vsize (KiB) 84168

[startup+1849.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25595
/proc/meminfo: memFree=1422976/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=84168 CPUtime=3690.43
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 67212 0 0 0 368984 59 0 0 18 0 3 0 378601046 86188032 19529 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 21042 19529 218 20 0 20400 0
[pid=25590/tid=25592] ppid=25588 vsize=84168 CPUtime=1841.43
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 34146 0 0 0 184119 24 0 0 25 0 3 0 378601046 86188032 19529 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=84168 CPUtime=1848.98
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 32730 0 0 0 184864 34 0 0 25 0 3 0 378601046 86188032 19529 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3690.43
Current children cumulated vsize (KiB) 84168

[startup+1856.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25595
/proc/meminfo: memFree=1422848/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=84168 CPUtime=3703.22
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 67370 0 0 0 370262 60 0 0 18 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 21042 19536 218 20 0 20400 0
[pid=25590/tid=25592] ppid=25588 vsize=84168 CPUtime=1847.81
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 34146 0 0 0 184757 24 0 0 25 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526420 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=84168 CPUtime=1855.38
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 32888 0 0 0 185504 34 0 0 25 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3703.22
Current children cumulated vsize (KiB) 84168

[startup+1857.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 25595
/proc/meminfo: memFree=1422848/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=84168 CPUtime=3706.41
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 67370 0 0 0 370581 60 0 0 18 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 21042 19536 218 20 0 20400 0
[pid=25590/tid=25592] ppid=25588 vsize=84168 CPUtime=1849.4
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 34146 0 0 0 184916 24 0 0 25 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=84168 CPUtime=1856.99
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 32888 0 0 0 185664 35 0 0 25 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3706.41
Current children cumulated vsize (KiB) 84168

[startup+1858.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25595
/proc/meminfo: memFree=1422848/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=84168 CPUtime=3708.01
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 67370 0 0 0 370741 60 0 0 18 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 21042 19536 218 20 0 20400 0
[pid=25590/tid=25592] ppid=25588 vsize=84168 CPUtime=1850.2
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 34146 0 0 0 184996 24 0 0 25 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526361 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=84168 CPUtime=1857.79
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 32888 0 0 0 185744 35 0 0 25 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526388 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3708.01
Current children cumulated vsize (KiB) 84168

[startup+1859.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 25595
/proc/meminfo: memFree=1422848/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=84168 CPUtime=3708.81
/proc/25590/stat : 25590 (MiraXTv3_dyn) S 25588 25590 25518 0 -1 4194304 67370 0 0 0 370821 60 0 0 18 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/25590/statm: 21042 19536 218 20 0 20400 0
[pid=25590/tid=25592] ppid=25588 vsize=84168 CPUtime=1850.6
/proc/25590/task/25592/stat : 25592 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 34146 0 0 0 185036 24 0 0 25 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=84168 CPUtime=1858.19
/proc/25590/task/25593/stat : 25593 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194368 32888 0 0 0 185784 35 0 0 25 0 3 0 378601046 86188032 19536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3708.81
Current children cumulated vsize (KiB) 84168

[startup+1859.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/78 25595
/proc/meminfo: memFree=1431808/2055920 swapFree=4154876/4192956
[pid=25590] ppid=25588 vsize=74140 CPUtime=3709.09
/proc/25590/stat : 25590 (MiraXTv3_dyn) R 25588 25590 25518 0 -1 4194304 67377 0 0 0 370849 60 0 0 17 0 1 0 378601046 75919360 17286 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10126772 0 0 4096 0 0 0 0 17 1 0 0
/proc/25590/statm: 18535 17286 225 20 0 17893 0
Current children cumulated CPU time (s) 3709.09
Current children cumulated vsize (KiB) 74140

Child status: 10
Real time (s): 1859.36
CPU time (s): 3709.14
CPU user time (s): 3708.53
CPU system time (s): 0.615906
CPU usage (%): 199.485
Max. virtual memory (cumulated for all children) (KiB): 84616

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

runsolver used 1.75973 second user time and 5.00924 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun May 13 03:07:17 UTC 2007

IDJOB= 426862
IDBENCH= 20026
IDSOLVER= 196
FILE ID= node12/426862-1179025636

PBS_JOBID= 5252898

Free space on /tmp= 66527 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v400/unif-k3-r4.26-v400-c1704-S141590207-13.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/426862-1179025636/MiraXTv3_dyn /tmp/evaluation/426862-1179025636/instance-426862-1179025636.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-426862-1179025636 -o ROOT/results/node12/solver-426862-1179025636 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/426862-1179025636/MiraXTv3_dyn /tmp/evaluation/426862-1179025636/instance-426862-1179025636.cnf

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  7c6ec57a1bd3ce147e9f90a32f77311f

RANDOM SEED= 176039514

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1501168 kB
Buffers:         53564 kB
Cached:         406844 kB
SwapCached:      17700 kB
Active:         228892 kB
Inactive:       256056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501168 kB
SwapTotal:     4192956 kB
SwapFree:      4154876 kB
Dirty:            4056 kB
Writeback:           0 kB
Mapped:          29932 kB
Slab:            55396 kB
Committed_AS: 11008088 kB
PageTables:       1792 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= 66527 MiB

End job on node12 on Sun May 13 03:38:16 UTC 2007