Trace number 426169

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 2249.41 1127.7

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1257266562-15.SAT.shuffled.cnf
MD5SUM5e7fef8a5169f386cc435a1aecb40c3c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.029995
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
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...
2249.31/1127.69	s SATISFIABLE
2249.31/1127.69	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 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-426169-1178994433 -o ROOT/results/node12/solver-426169-1178994433 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/426169-1178994433/MiraXTv3_dyn /tmp/evaluation/426169-1178994433/instance-426169-1178994433.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.84 1.97 1.98 3/77 20073
/proc/meminfo: memFree=1571824/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=3788 CPUtime=0
/proc/20073/stat : 20073 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 375480684 3878912 265 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10134477 0 0 4096 0 0 0 0 17 1 0 0
/proc/20073/statm: 947 265 206 20 0 305 0

[startup+0.011568 s]
/proc/loadavg: 1.84 1.97 1.98 3/77 20073
/proc/meminfo: memFree=1571824/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=4352 CPUtime=0
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 372 0 0 0 0 0 0 0 18 0 3 0 375480684 4456448 347 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 1088 347 218 20 0 446 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4352

[startup+0.101578 s]
/proc/loadavg: 1.84 1.97 1.98 3/77 20073
/proc/meminfo: memFree=1571824/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=7052 CPUtime=0.18
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 629 0 0 0 18 0 0 0 18 0 3 0 375480684 7221248 604 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 1763 604 218 20 0 1121 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 7052

[startup+0.301599 s]
/proc/loadavg: 1.84 1.97 1.98 3/77 20073
/proc/meminfo: memFree=1571824/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=7900 CPUtime=0.58
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 993 0 0 0 58 0 0 0 18 0 3 0 375480684 8089600 968 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 1975 968 218 20 0 1333 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 7900

[startup+0.701642 s]
/proc/loadavg: 1.84 1.97 1.98 3/77 20073
/proc/meminfo: memFree=1571824/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=10744 CPUtime=1.38
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 1580 0 0 0 138 0 0 0 18 0 3 0 375480684 11001856 1555 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 2686 1555 218 20 0 2044 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 10744

[startup+1.50172 s]
/proc/loadavg: 1.84 1.97 1.98 3/80 20076
/proc/meminfo: memFree=1565080/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=13260 CPUtime=2.97
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 2435 0 0 0 296 1 0 0 18 0 3 0 375480684 13578240 2409 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 3315 2409 218 20 0 2673 0
[pid=20073/tid=20075] ppid=20071 vsize=13260 CPUtime=1.48
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 903 0 0 0 148 0 0 0 18 0 3 0 375480685 13578240 2409 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=13260 CPUtime=1.47
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 1201 0 0 0 147 0 0 0 17 0 3 0 375480685 13578240 2409 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 13260

[startup+3.10188 s]
/proc/loadavg: 1.84 1.97 1.98 3/80 20076
/proc/meminfo: memFree=1562712/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=15596 CPUtime=6.16
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 2864 0 0 0 615 1 0 0 18 0 3 0 375480684 15970304 2838 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 3899 2838 218 20 0 3257 0
[pid=20073/tid=20075] ppid=20071 vsize=15596 CPUtime=3.08
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 1078 0 0 0 308 0 0 0 20 0 3 0 375480685 15970304 2838 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526463 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=15596 CPUtime=3.07
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 1455 0 0 0 306 1 0 0 22 0 3 0 375480685 15970304 2838 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 15596

[startup+6.3022 s]
/proc/loadavg: 1.85 1.97 1.98 4/80 20076
/proc/meminfo: memFree=1556504/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=21296 CPUtime=12.56
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 4666 0 0 0 1253 3 0 0 18 0 3 0 375480684 21807104 4484 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 5324 4484 218 20 0 4682 0
[pid=20073/tid=20075] ppid=20071 vsize=21296 CPUtime=6.28
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 1966 0 0 0 628 0 0 0 18 0 3 0 375480685 21807104 4484 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=21296 CPUtime=6.25
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 2369 0 0 0 624 1 0 0 20 0 3 0 375480685 21807104 4484 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 21296

[startup+12.7018 s]
/proc/loadavg: 1.86 1.97 1.98 3/80 20076
/proc/meminfo: memFree=1544920/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=32624 CPUtime=25.32
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 7309 0 0 0 2526 6 0 0 18 0 3 0 375480684 33406976 6922 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 8156 6922 218 20 0 7514 0
[pid=20073/tid=20075] ppid=20071 vsize=32624 CPUtime=12.68
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 3216 0 0 0 1266 2 0 0 25 0 3 0 375480685 33406976 6922 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526443 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=32624 CPUtime=12.62
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 3762 0 0 0 1259 3 0 0 25 0 3 0 375480685 33406976 6922 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526720 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 32624

[startup+25.5011 s]
/proc/loadavg: 1.89 1.97 1.98 3/80 20076
/proc/meminfo: memFree=1541400/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=35692 CPUtime=50.83
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 8551 0 0 0 5076 7 0 0 18 0 3 0 375480684 36548608 7788 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 8923 7788 218 20 0 8281 0
[pid=20073/tid=20075] ppid=20071 vsize=35692 CPUtime=25.46
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 3845 0 0 0 2544 2 0 0 25 0 3 0 375480685 36548608 7788 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=35692 CPUtime=25.35
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 4375 0 0 0 2531 4 0 0 25 0 3 0 375480685 36548608 7788 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 35692

[startup+51.1017 s]
/proc/loadavg: 1.93 1.97 1.98 3/80 20076
/proc/meminfo: memFree=1532824/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=43492 CPUtime=101.9
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 11448 0 0 0 10180 10 0 0 18 0 3 0 375480684 44535808 9880 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 10873 9880 218 20 0 10231 0
[pid=20073/tid=20075] ppid=20071 vsize=43492 CPUtime=51.05
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 5232 0 0 0 5102 3 0 0 25 0 3 0 375480685 44535808 9880 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526531 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=43492 CPUtime=50.83
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 5885 0 0 0 5077 6 0 0 25 0 3 0 375480685 44535808 9880 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 43492

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.98 3/80 20076
/proc/meminfo: memFree=1529432/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=47464 CPUtime=204.03
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 13751 0 0 0 20390 13 0 0 18 0 3 0 375480684 48603136 10633 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 11866 10633 218 20 0 11224 0
[pid=20073/tid=20075] ppid=20071 vsize=47464 CPUtime=102.21
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 6203 0 0 0 10217 4 0 0 25 0 3 0 375480685 48603136 10633 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=47464 CPUtime=101.79
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 7217 0 0 0 10172 7 0 0 25 0 3 0 375480685 48603136 10633 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 47464

[startup+162.302 s]
/proc/loadavg: 2.12 2.00 1.99 3/80 20076
/proc/meminfo: memFree=1526296/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=51252 CPUtime=323.69
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 16270 0 0 0 32354 15 0 0 18 0 3 0 375480684 52482048 11473 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 12813 11473 218 20 0 12171 0
[pid=20073/tid=20075] ppid=20071 vsize=51252 CPUtime=162.18
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 7383 0 0 0 16212 6 0 0 25 0 3 0 375480685 52482048 11473 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=51252 CPUtime=161.49
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 8556 0 0 0 16141 8 0 0 25 0 3 0 375480685 52482048 11473 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.69
Current children cumulated vsize (KiB) 51252

[startup+222.302 s]
/proc/loadavg: 2.04 2.00 1.99 3/80 20076
/proc/meminfo: memFree=1521112/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=56112 CPUtime=443.39
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 19124 0 0 0 44320 19 0 0 18 0 3 0 375480684 57458688 12736 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 14028 12736 218 20 0 13386 0
[pid=20073/tid=20075] ppid=20071 vsize=56112 CPUtime=222.14
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 8665 0 0 0 22207 7 0 0 25 0 3 0 375480685 57458688 12736 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526696 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=56112 CPUtime=221.23
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 10128 0 0 0 22113 10 0 0 25 0 3 0 375480685 57458688 12736 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.39
Current children cumulated vsize (KiB) 56112

[startup+282.302 s]
/proc/loadavg: 2.01 2.00 1.99 3/80 20076
/proc/meminfo: memFree=1514968/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=61984 CPUtime=563.09
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 22308 0 0 0 56286 23 0 0 18 0 3 0 375480684 63471616 14253 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 15496 14253 218 20 0 14854 0
[pid=20073/tid=20075] ppid=20071 vsize=61984 CPUtime=282.11
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 10125 0 0 0 28202 9 0 0 25 0 3 0 375480685 63471616 14253 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=61984 CPUtime=280.96
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 11852 0 0 0 28083 13 0 0 25 0 3 0 375480685 63471616 14253 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.09
Current children cumulated vsize (KiB) 61984

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/80 20076
/proc/meminfo: memFree=1512152/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=64828 CPUtime=682.79
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 24449 0 0 0 68254 25 0 0 18 0 3 0 375480684 66383872 14970 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 16207 14970 218 20 0 15565 0
[pid=20073/tid=20075] ppid=20071 vsize=64828 CPUtime=342.09
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 11195 0 0 0 34198 11 0 0 25 0 3 0 375480685 66383872 14970 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=64828 CPUtime=340.68
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 12923 0 0 0 34055 13 0 0 25 0 3 0 375480685 66383872 14970 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.79
Current children cumulated vsize (KiB) 64828

[startup+402.302 s]

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

/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 18083 0 0 0 69891 17 0 0 25 0 3 0 375480685 72462336 16283 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1400.99
Current children cumulated vsize (KiB) 70764

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1506328/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=71116 CPUtime=1520.69
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 35962 0 0 0 152033 36 0 0 18 0 3 0 375480684 72822784 16390 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 17779 16390 218 20 0 17137 0
[pid=20073/tid=20075] ppid=20071 vsize=71116 CPUtime=761.86
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 16773 0 0 0 76169 17 0 0 25 0 3 0 375480685 72822784 16390 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=71116 CPUtime=758.81
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 18858 0 0 0 75863 18 0 0 25 0 3 0 375480685 72822784 16390 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1520.69
Current children cumulated vsize (KiB) 71116

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1504408/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=72460 CPUtime=1640.38
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 37908 0 0 0 164000 38 0 0 18 0 3 0 375480684 74199040 16884 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18115 16884 218 20 0 17473 0
[pid=20073/tid=20075] ppid=20071 vsize=72460 CPUtime=821.82
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 17612 0 0 0 82164 18 0 0 25 0 3 0 375480685 74199040 16884 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=72460 CPUtime=818.56
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 19965 0 0 0 81836 20 0 0 25 0 3 0 375480685 74199040 16884 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1640.38
Current children cumulated vsize (KiB) 72460

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1503896/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=73836 CPUtime=1760.08
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 39395 0 0 0 175969 39 0 0 18 0 3 0 375480684 75608064 17022 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18459 17022 218 20 0 17817 0
[pid=20073/tid=20075] ppid=20071 vsize=73836 CPUtime=881.78
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 18304 0 0 0 88160 18 0 0 25 0 3 0 375480685 75608064 17022 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=73836 CPUtime=878.28
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 20760 0 0 0 87808 20 0 0 25 0 3 0 375480685 75608064 17022 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1760.08
Current children cumulated vsize (KiB) 73836

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1503768/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=73836 CPUtime=1879.77
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 40656 0 0 0 187937 40 0 0 18 0 3 0 375480684 75608064 17042 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18459 17042 218 20 0 17817 0
[pid=20073/tid=20075] ppid=20071 vsize=73836 CPUtime=941.75
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 18937 0 0 0 94156 19 0 0 25 0 3 0 375480685 75608064 17042 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=73836 CPUtime=938
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 21388 0 0 0 93780 20 0 0 25 0 3 0 375480685 75608064 17042 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526679 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1879.77
Current children cumulated vsize (KiB) 73836

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1503704/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=73836 CPUtime=1999.46
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 42073 0 0 0 199905 41 0 0 18 0 3 0 375480684 75608064 17078 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18459 17078 218 20 0 17817 0
[pid=20073/tid=20075] ppid=20071 vsize=73836 CPUtime=1001.72
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 19700 0 0 0 100152 20 0 0 25 0 3 0 375480685 75608064 17078 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=73836 CPUtime=997.72
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 22042 0 0 0 99751 21 0 0 25 0 3 0 375480685 75608064 17078 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1999.46
Current children cumulated vsize (KiB) 73836

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1503448/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=74048 CPUtime=2119.15
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 43531 0 0 0 211873 42 0 0 18 0 3 0 375480684 75825152 17139 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18512 17139 218 20 0 17870 0
[pid=20073/tid=20075] ppid=20071 vsize=74048 CPUtime=1061.7
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 20388 0 0 0 106149 21 0 0 25 0 3 0 375480685 75825152 17139 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526333 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=74048 CPUtime=1057.44
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 22812 0 0 0 105723 21 0 0 25 0 3 0 375480685 75825152 17139 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2119.15
Current children cumulated vsize (KiB) 74048

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1503128/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=74216 CPUtime=2238.82
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 45045 0 0 0 223839 43 0 0 18 0 3 0 375480684 75997184 17239 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18554 17239 218 20 0 17912 0
[pid=20073/tid=20075] ppid=20071 vsize=74216 CPUtime=1121.66
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 21187 0 0 0 112145 21 0 0 25 0 3 0 375480685 75997184 17239 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=74216 CPUtime=1117.14
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 23527 0 0 0 111693 21 0 0 25 0 3 0 375480685 75997184 17239 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2238.82
Current children cumulated vsize (KiB) 74216

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

[startup+1123.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1503128/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=74216 CPUtime=2240.42
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 45047 0 0 0 223999 43 0 0 18 0 3 0 375480684 75997184 17241 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18554 17241 218 20 0 17912 0
[pid=20073/tid=20075] ppid=20071 vsize=74216 CPUtime=1122.46
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 21187 0 0 0 112225 21 0 0 25 0 3 0 375480685 75997184 17241 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=74216 CPUtime=1117.94
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 23529 0 0 0 111773 21 0 0 25 0 3 0 375480685 75997184 17241 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134530014 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2240.42
Current children cumulated vsize (KiB) 74216

[startup+1124.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 20078
/proc/meminfo: memFree=1503000/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=74216 CPUtime=2243.61
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 45176 0 0 0 224318 43 0 0 18 0 3 0 375480684 75997184 17241 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18554 17241 218 20 0 17912 0
[pid=20073/tid=20075] ppid=20071 vsize=74216 CPUtime=1124.06
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 21187 0 0 0 112385 21 0 0 25 0 3 0 375480685 75997184 17241 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=74216 CPUtime=1119.53
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 23658 0 0 0 111932 21 0 0 25 0 3 0 375480685 75997184 17241 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2243.61
Current children cumulated vsize (KiB) 74216

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1503000/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=74216 CPUtime=2246.82
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 45194 0 0 0 224638 44 0 0 18 0 3 0 375480684 75997184 17259 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18554 17259 218 20 0 17912 0
[pid=20073/tid=20075] ppid=20071 vsize=74216 CPUtime=1125.66
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 21205 0 0 0 112545 21 0 0 25 0 3 0 375480685 75997184 17259 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=74216 CPUtime=1121.13
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 23658 0 0 0 112092 21 0 0 25 0 3 0 375480685 75997184 17259 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2246.82
Current children cumulated vsize (KiB) 74216

[startup+1127.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1503000/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=74216 CPUtime=2248.41
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 45195 0 0 0 224797 44 0 0 18 0 3 0 375480684 75997184 17260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18554 17260 218 20 0 17912 0
[pid=20073/tid=20075] ppid=20071 vsize=74216 CPUtime=1126.46
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 21206 0 0 0 112625 21 0 0 25 0 3 0 375480685 75997184 17260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=74216 CPUtime=1121.92
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 23658 0 0 0 112171 21 0 0 25 0 3 0 375480685 75997184 17260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2248.41
Current children cumulated vsize (KiB) 74216

[startup+1127.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1503000/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=74216 CPUtime=2249.21
/proc/20073/stat : 20073 (MiraXTv3_dyn) S 20071 20073 19687 0 -1 4194304 45195 0 0 0 224877 44 0 0 18 0 3 0 375480684 75997184 17260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20073/statm: 18554 17260 218 20 0 17912 0
[pid=20073/tid=20075] ppid=20071 vsize=74216 CPUtime=1126.86
/proc/20073/task/20075/stat : 20075 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 21206 0 0 0 112665 21 0 0 25 0 3 0 375480685 75997184 17260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20073/tid=20076] ppid=20071 vsize=74216 CPUtime=1122.32
/proc/20073/task/20076/stat : 20076 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194368 23658 0 0 0 112211 21 0 0 25 0 3 0 375480685 75997184 17260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2249.21
Current children cumulated vsize (KiB) 74216

[startup+1127.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 20078
/proc/meminfo: memFree=1503000/2055920 swapFree=4154876/4192956
[pid=20073] ppid=20071 vsize=63948 CPUtime=2249.31
/proc/20073/stat : 20073 (MiraXTv3_dyn) R 20071 20073 19687 0 -1 4194304 45202 0 0 0 224887 44 0 0 17 0 1 0 375480684 65482752 14749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10125381 0 0 4096 0 0 0 0 17 1 0 0
/proc/20073/statm: 15987 14749 225 20 0 15345 0
Current children cumulated CPU time (s) 2249.31
Current children cumulated vsize (KiB) 63948

Child status: 10
Real time (s): 1127.7
CPU time (s): 2249.41
CPU user time (s): 2248.96
CPU system time (s): 0.45393
CPU usage (%): 199.47
Max. virtual memory (cumulated for all children) (KiB): 74560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2248.96
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= 45205
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= 436
involuntary context switches= 41881

runsolver used 1.05684 second user time and 3.04954 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat May 12 18:27:13 UTC 2007

IDJOB= 426169
IDBENCH= 19987
IDSOLVER= 196
FILE ID= node12/426169-1178994433

PBS_JOBID= 5252819

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  5e7fef8a5169f386cc435a1aecb40c3c

RANDOM SEED= 656880541

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:       1572168 kB
Buffers:         52256 kB
Cached:         341268 kB
SwapCached:      17604 kB
Active:         174688 kB
Inactive:       243716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572168 kB
SwapTotal:     4192956 kB
SwapFree:      4154876 kB
Dirty:            3948 kB
Writeback:           0 kB
Mapped:          30352 kB
Slab:            50868 kB
Committed_AS: 10992780 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= 66547 MiB

End job on node12 on Sat May 12 18:46:01 UTC 2007