Trace number 456531

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 4891.16 2451.9

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-280-3.sat05-2265.reshuffled-07.cnf
MD5SUMd84d2f51f14938d23f8344f062b55708
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
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...
4891.06/2451.89	s SATISFIABLE
4891.06/2451.89	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 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/node35/watcher-456531-1179024591 -o ROOT/results/node35/solver-456531-1179024591 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456531-1179024591/MiraXTv3_dyn /tmp/evaluation/456531-1179024591/instance-456531-1179024591.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 2.05 3/77 1364
/proc/meminfo: memFree=947728/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=3788 CPUtime=0
/proc/1364/stat : 1364 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 350374591 3878912 258 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134584816 0 0 4096 0 0 0 0 17 1 0 0
/proc/1364/statm: 947 258 206 20 0 305 0

[startup+0.072569 s]
/proc/loadavg: 1.84 1.97 2.05 3/77 1364
/proc/meminfo: memFree=947728/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=6868 CPUtime=0.13
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 562 0 0 0 13 0 0 0 18 0 3 0 350374591 7032832 537 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 1717 556 218 20 0 1075 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 6868

[startup+0.114225 s]
/proc/loadavg: 1.84 1.97 2.05 3/77 1364
/proc/meminfo: memFree=947728/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=7136 CPUtime=0.21
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 649 0 0 0 21 0 0 0 18 0 3 0 350374591 7307264 624 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 1784 624 218 20 0 1142 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 7136

[startup+0.301251 s]
/proc/loadavg: 1.84 1.97 2.05 3/77 1364
/proc/meminfo: memFree=947728/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=8296 CPUtime=0.58
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 1022 0 0 0 58 0 0 0 18 0 3 0 350374591 8495104 997 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 2074 997 218 20 0 1432 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8296

[startup+0.701296 s]
/proc/loadavg: 1.84 1.97 2.05 3/77 1364
/proc/meminfo: memFree=947728/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=9948 CPUtime=1.38
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 1535 0 0 0 138 0 0 0 18 0 3 0 350374591 10186752 1510 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 2487 1510 218 20 0 1845 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9948

[startup+1.50139 s]
/proc/loadavg: 1.84 1.97 2.05 3/80 1367
/proc/meminfo: memFree=941112/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=13644 CPUtime=2.97
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 2387 0 0 0 296 1 0 0 18 0 3 0 350374591 13971456 2362 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 3411 2362 218 20 0 2769 0
[pid=1364/tid=1366] ppid=1362 vsize=13644 CPUtime=1.48
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 984 0 0 0 148 0 0 0 16 0 3 0 350374592 13971456 2362 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520099 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=13644 CPUtime=1.48
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 1083 0 0 0 147 1 0 0 24 0 3 0 350374592 13971456 2362 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 13644

[startup+3.10158 s]
/proc/loadavg: 1.84 1.97 2.05 3/80 1367
/proc/meminfo: memFree=936760/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=15824 CPUtime=6.17
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 3038 0 0 0 615 2 0 0 18 0 3 0 350374591 16203776 3013 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 3956 3013 218 20 0 3314 0
[pid=1364/tid=1366] ppid=1362 vsize=15824 CPUtime=3.08
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 1269 0 0 0 308 0 0 0 25 0 3 0 350374592 16203776 3013 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526493 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=15824 CPUtime=3.07
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 1449 0 0 0 306 1 0 0 23 0 3 0 350374592 16203776 3013 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 15824

[startup+6.30196 s]
/proc/loadavg: 1.85 1.97 2.05 3/80 1367
/proc/meminfo: memFree=932984/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=20816 CPUtime=12.55
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 4315 0 0 0 1252 3 0 0 18 0 3 0 350374591 21315584 4217 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 5204 4217 218 20 0 4562 0
[pid=1364/tid=1366] ppid=1362 vsize=20816 CPUtime=6.28
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 1937 0 0 0 626 2 0 0 25 0 3 0 350374592 21315584 4217 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=20816 CPUtime=6.26
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 2058 0 0 0 625 1 0 0 25 0 3 0 350374592 21315584 4217 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526302 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 20816

[startup+12.7017 s]
/proc/loadavg: 1.86 1.97 2.05 3/80 1367
/proc/meminfo: memFree=922552/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=30476 CPUtime=25.33
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 6848 0 0 0 2527 6 0 0 18 0 3 0 350374591 31207424 6672 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 7619 6672 218 20 0 6977 0
[pid=1364/tid=1366] ppid=1362 vsize=30476 CPUtime=12.67
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 3230 0 0 0 1265 2 0 0 25 0 3 0 350374592 31207424 6672 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 1898053 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=30476 CPUtime=12.64
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 3298 0 0 0 1261 3 0 0 25 0 3 0 350374592 31207424 6672 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 30476

[startup+25.5022 s]
/proc/loadavg: 1.89 1.97 2.05 3/80 1367
/proc/meminfo: memFree=914040/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=38176 CPUtime=50.85
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 8956 0 0 0 5077 8 0 0 18 0 3 0 350374591 39092224 8470 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 9544 8470 218 20 0 8902 0
[pid=1364/tid=1366] ppid=1362 vsize=38176 CPUtime=25.47
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 4321 0 0 0 2543 4 0 0 25 0 3 0 350374592 39092224 8470 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526286 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=38176 CPUtime=25.37
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 4315 0 0 0 2533 4 0 0 25 0 3 0 350374592 39092224 8470 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526286 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 38176

[startup+51.1022 s]
/proc/loadavg: 1.93 1.97 2.05 3/80 1367
/proc/meminfo: memFree=899064/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=54428 CPUtime=101.91
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 13241 0 0 0 10179 12 0 0 18 0 3 0 350374591 55734272 12256 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 13607 12256 218 20 0 12965 0
[pid=1364/tid=1366] ppid=1362 vsize=54428 CPUtime=51.05
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 6514 0 0 0 5099 6 0 0 25 0 3 0 350374592 55734272 12256 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526288 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=54428 CPUtime=50.85
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 6407 0 0 0 5079 6 0 0 25 0 3 0 350374592 55734272 12256 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526414 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 54428

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 2.04 3/80 1367
/proc/meminfo: memFree=895544/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=57908 CPUtime=204.08
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 14916 0 0 0 20393 15 0 0 18 0 3 0 350374591 59297792 13050 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 14477 13050 218 20 0 13835 0
[pid=1364/tid=1366] ppid=1362 vsize=57908 CPUtime=102.23
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 7198 0 0 0 10216 7 0 0 25 0 3 0 350374592 59297792 13050 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 1896535 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=57908 CPUtime=101.84
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 7398 0 0 0 10177 7 0 0 25 0 3 0 350374592 59297792 13050 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526451 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 57908

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 2.04 3/80 1367
/proc/meminfo: memFree=894072/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=59068 CPUtime=323.78
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 16187 0 0 0 32362 16 0 0 18 0 3 0 350374591 60485632 13416 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 14767 13416 218 20 0 14125 0
[pid=1364/tid=1366] ppid=1362 vsize=59068 CPUtime=162.19
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 7750 0 0 0 16211 8 0 0 25 0 3 0 350374592 60485632 13416 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=59068 CPUtime=161.56
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 8117 0 0 0 16149 7 0 0 25 0 3 0 350374592 60485632 13416 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.78
Current children cumulated vsize (KiB) 59068

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 2.03 3/80 1367
/proc/meminfo: memFree=886648/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=66080 CPUtime=443.48
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 19106 0 0 0 44327 21 0 0 18 0 3 0 350374591 67665920 15350 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 16520 15350 218 20 0 15878 0
[pid=1364/tid=1366] ppid=1362 vsize=66080 CPUtime=222.15
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 9104 0 0 0 22205 10 0 0 25 0 3 0 350374592 67665920 15350 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=66080 CPUtime=221.31
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 9682 0 0 0 22121 10 0 0 25 0 3 0 350374592 67665920 15350 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.48
Current children cumulated vsize (KiB) 66080

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 2.03 3/80 1367
/proc/meminfo: memFree=886008/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=66604 CPUtime=563.17
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 19999 0 0 0 56295 22 0 0 18 0 3 0 350374591 68202496 15462 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 16651 15462 218 20 0 16009 0
[pid=1364/tid=1366] ppid=1362 vsize=66604 CPUtime=282.12
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 9574 0 0 0 28201 11 0 0 25 0 3 0 350374592 68202496 15462 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=66604 CPUtime=281.03
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 10105 0 0 0 28093 10 0 0 25 0 3 0 350374592 68202496 15462 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530014 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.17
Current children cumulated vsize (KiB) 66604

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 2.02 3/80 1367
/proc/meminfo: memFree=885816/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=66756 CPUtime=682.85
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 21039 0 0 0 68263 22 0 0 18 0 3 0 350374591 68358144 15508 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 16689 15508 218 20 0 16047 0
[pid=1364/tid=1366] ppid=1362 vsize=66756 CPUtime=342.1
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 10113 0 0 0 34198 12 0 0 25 0 3 0 350374592 68358144 15508 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1364/tid=1367] ppid=1362 vsize=66756 CPUtime=340.75
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 10606 0 0 0 34065 10 0 0 25 0 3 0 350374592 68358144 15508 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.85
Current children cumulated vsize (KiB) 66756

[startup+402.301 s]

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

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=868280/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=85324 CPUtime=4273.59
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 44837 0 0 0 427285 74 0 0 18 0 3 0 350374591 87371776 20069 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21331 20069 218 20 0 20689 0
[pid=1364/tid=1366] ppid=1362 vsize=85324 CPUtime=2134.84
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 22536 0 0 0 213441 43 0 0 25 0 3 0 350374592 87371776 20069 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=85324 CPUtime=2138.74
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 21981 0 0 0 213844 30 0 0 25 0 3 0 350374592 87371776 20069 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526714 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4273.59
Current children cumulated vsize (KiB) 85324

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866552/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86348 CPUtime=4393.31
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 45841 0 0 0 439255 76 0 0 18 0 3 0 350374591 88420352 20318 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21587 20318 218 20 0 20945 0
[pid=1364/tid=1366] ppid=1362 vsize=86348 CPUtime=2194.57
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23055 0 0 0 219413 44 0 0 25 0 3 0 350374592 88420352 20318 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86348 CPUtime=2198.71
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 22466 0 0 0 219840 31 0 0 25 0 3 0 350374592 88420352 20318 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4393.31
Current children cumulated vsize (KiB) 86348

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866488/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86380 CPUtime=4512.99
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 46606 0 0 0 451223 76 0 0 18 0 3 0 350374591 88453120 20325 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21595 20325 218 20 0 20953 0
[pid=1364/tid=1366] ppid=1362 vsize=86380 CPUtime=2254.3
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23512 0 0 0 225386 44 0 0 25 0 3 0 350374592 88453120 20325 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86380 CPUtime=2258.67
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 22774 0 0 0 225836 31 0 0 25 0 3 0 350374592 88453120 20325 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4512.99
Current children cumulated vsize (KiB) 86380

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866488/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86380 CPUtime=4632.69
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 47367 0 0 0 463192 77 0 0 18 0 3 0 350374591 88453120 20326 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21595 20326 218 20 0 20953 0
[pid=1364/tid=1366] ppid=1362 vsize=86380 CPUtime=2314.04
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23892 0 0 0 231359 45 0 0 18 0 3 0 350374592 88453120 20326 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526361 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86380 CPUtime=2318.64
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23155 0 0 0 231832 32 0 0 25 0 3 0 350374592 88453120 20326 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4632.69
Current children cumulated vsize (KiB) 86380

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866488/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86380 CPUtime=4752.4
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 48051 0 0 0 475162 78 0 0 18 0 3 0 350374591 88453120 20326 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21595 20326 218 20 0 20953 0
[pid=1364/tid=1366] ppid=1362 vsize=86380 CPUtime=2373.77
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 24272 0 0 0 237332 45 0 0 25 0 3 0 350374592 88453120 20326 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86380 CPUtime=2378.61
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23459 0 0 0 237829 32 0 0 25 0 3 0 350374592 88453120 20326 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4752.4
Current children cumulated vsize (KiB) 86380

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866168/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86564 CPUtime=4872.11
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 48949 0 0 0 487132 79 0 0 18 0 3 0 350374591 88641536 20388 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21641 20388 218 20 0 20999 0
[pid=1364/tid=1366] ppid=1362 vsize=86564 CPUtime=2433.49
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 24673 0 0 0 243304 45 0 0 25 0 3 0 350374592 88641536 20388 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86564 CPUtime=2438.59
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23956 0 0 0 243826 33 0 0 25 0 3 0 350374592 88641536 20388 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4872.11
Current children cumulated vsize (KiB) 86564

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

[startup+2444.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866168/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86564 CPUtime=4876.9
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 48950 0 0 0 487611 79 0 0 18 0 3 0 350374591 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21641 20389 218 20 0 20999 0
[pid=1364/tid=1366] ppid=1362 vsize=86564 CPUtime=2435.88
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 24674 0 0 0 243543 45 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520299 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86564 CPUtime=2440.99
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23956 0 0 0 244066 33 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4876.9
Current children cumulated vsize (KiB) 86564

[startup+2447.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866168/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86564 CPUtime=4883.27
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 49026 0 0 0 488248 79 0 0 18 0 3 0 350374591 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21641 20389 218 20 0 20999 0
[pid=1364/tid=1366] ppid=1362 vsize=86564 CPUtime=2439.06
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 24750 0 0 0 243861 45 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86564 CPUtime=2444.19
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23956 0 0 0 244386 33 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4883.27
Current children cumulated vsize (KiB) 86564

[startup+2449.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866168/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86564 CPUtime=4886.47
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 49026 0 0 0 488568 79 0 0 18 0 3 0 350374591 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21641 20389 218 20 0 20999 0
[pid=1364/tid=1366] ppid=1362 vsize=86564 CPUtime=2440.66
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 24750 0 0 0 244021 45 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86564 CPUtime=2445.79
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23956 0 0 0 244546 33 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526451 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4886.47
Current children cumulated vsize (KiB) 86564

[startup+2451.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866168/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86564 CPUtime=4889.66
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 49026 0 0 0 488887 79 0 0 18 0 3 0 350374591 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21641 20389 218 20 0 20999 0
[pid=1364/tid=1366] ppid=1362 vsize=86564 CPUtime=2442.25
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 24750 0 0 0 244180 45 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86564 CPUtime=2447.39
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23956 0 0 0 244706 33 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4889.66
Current children cumulated vsize (KiB) 86564

[startup+2451.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866168/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86564 CPUtime=4890.46
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 49026 0 0 0 488967 79 0 0 18 0 3 0 350374591 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21641 20389 218 20 0 20999 0
[pid=1364/tid=1366] ppid=1362 vsize=86564 CPUtime=2442.65
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 24750 0 0 0 244220 45 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86564 CPUtime=2447.79
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23956 0 0 0 244746 33 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4890.46
Current children cumulated vsize (KiB) 86564

[startup+2451.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866168/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86564 CPUtime=4890.86
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 49026 0 0 0 489007 79 0 0 18 0 3 0 350374591 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21641 20389 218 20 0 20999 0
[pid=1364/tid=1366] ppid=1362 vsize=86564 CPUtime=2442.85
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 24750 0 0 0 244240 45 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526451 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86564 CPUtime=2447.99
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23956 0 0 0 244766 33 0 0 25 0 3 0 350374592 88641536 20389 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4890.86
Current children cumulated vsize (KiB) 86564

[startup+2451.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 1565
/proc/meminfo: memFree=866424/2055920 swapFree=4151396/4192956
[pid=1364] ppid=1362 vsize=86564 CPUtime=4891.06
/proc/1364/stat : 1364 (MiraXTv3_dyn) S 1362 1364 30678 0 -1 4194304 49026 0 0 0 489027 79 0 0 18 0 3 0 350374591 88641536 20324 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1364/statm: 21641 20324 218 20 0 20999 0
[pid=1364/tid=1366] ppid=1362 vsize=86564 CPUtime=2442.95
/proc/1364/task/1366/stat : 1366 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 24750 0 0 0 244250 45 0 0 25 0 3 0 350374592 88641536 20324 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1364/tid=1367] ppid=1362 vsize=86564 CPUtime=2448.1
/proc/1364/task/1367/stat : 1367 (MiraXTv3_dyn) R 1362 1364 30678 0 -1 4194368 23956 0 0 0 244777 33 0 0 25 0 3 0 350374592 88641536 20324 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4891.06
Current children cumulated vsize (KiB) 86564

Child status: 10
Real time (s): 2451.9
CPU time (s): 4891.16
CPU user time (s): 4890.36
CPU system time (s): 0.806877
CPU usage (%): 199.485
Max. virtual memory (cumulated for all children) (KiB): 86684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4890.36
system time used= 0.806877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49036
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= 434
involuntary context switches= 92479

runsolver used 2.43463 second user time and 6.52601 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Sun May 13 02:49:52 UTC 2007

IDJOB= 456531
IDBENCH= 24742
IDSOLVER= 196
FILE ID= node35/456531-1179024591

PBS_JOBID= 5253225

Free space on /tmp= 66546 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-3.sat05-2265.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/456531-1179024591/MiraXTv3_dyn /tmp/evaluation/456531-1179024591/instance-456531-1179024591.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-456531-1179024591 -o ROOT/results/node35/solver-456531-1179024591 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/456531-1179024591/MiraXTv3_dyn /tmp/evaluation/456531-1179024591/instance-456531-1179024591.cnf

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  d84d2f51f14938d23f8344f062b55708

RANDOM SEED= 68096579

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.232
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.232
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:        948008 kB
Buffers:         55548 kB
Cached:         888788 kB
SwapCached:       9024 kB
Active:         615284 kB
Inactive:       353192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        948008 kB
SwapTotal:     4192956 kB
SwapFree:      4151396 kB
Dirty:            4000 kB
Writeback:           0 kB
Mapped:          31128 kB
Slab:           124660 kB
Committed_AS:  7645060 kB
PageTables:       2048 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66546 MiB

End job on node35 on Sun May 13 03:30:44 UTC 2007