Trace number 456111

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 2602.96 1304.41

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-230-2.sat05-2189.reshuffled-07.cnf
MD5SUM87d9c7ce297970bb210f40783f709fcc
Bench CategoryCRAFTED (crafted 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 variables230
Number of clauses920
Sum of the clauses size2760
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3920
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...
2602.95/1304.40	s SATISFIABLE
2602.95/1304.40	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 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/node16/watcher-456111-1179020300 -o ROOT/results/node16/solver-456111-1179020300 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456111-1179020300/MiraXTv3_dyn /tmp/evaluation/456111-1179020300/instance-456111-1179020300.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.93 1.96 1.97 2/77 12381
/proc/meminfo: memFree=1731280/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=3788 CPUtime=0
/proc/12381/stat : 12381 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 349947650 3878912 256 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 7640699 0 0 4096 0 0 0 0 17 1 0 0
/proc/12381/statm: 947 257 206 20 0 305 0

[startup+0.05495 s]
/proc/loadavg: 1.93 1.96 1.97 2/77 12381
/proc/meminfo: memFree=1731280/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=6856 CPUtime=0.27
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 697 0 0 0 27 0 0 0 18 0 3 0 349947650 7020544 672 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 2249 1183 218 20 0 1607 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6856

[startup+0.500449 s]
/proc/loadavg: 1.93 1.96 1.97 2/77 12381
/proc/meminfo: memFree=1731280/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=9136 CPUtime=0.97
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 1268 0 0 0 97 0 0 0 18 0 3 0 349947650 9355264 1243 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 2284 1243 218 20 0 1642 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9136

[startup+0.601428 s]
/proc/loadavg: 1.93 1.96 1.97 2/77 12381
/proc/meminfo: memFree=1731280/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=9408 CPUtime=1.18
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 1411 0 0 0 118 0 0 0 18 0 3 0 349947650 9633792 1386 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 2352 1386 218 20 0 1710 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9408

[startup+0.701407 s]
/proc/loadavg: 1.93 1.96 1.97 2/77 12381
/proc/meminfo: memFree=1731280/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=9580 CPUtime=1.38
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 1544 0 0 0 138 0 0 0 18 0 3 0 349947650 9809920 1519 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 2395 1519 218 20 0 1753 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9580

[startup+1.50624 s]
/proc/loadavg: 1.93 1.96 1.97 3/80 12384
/proc/meminfo: memFree=1723064/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=13488 CPUtime=2.99
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 2355 0 0 0 298 1 0 0 18 0 3 0 349947650 13811712 2330 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 3372 2330 218 20 0 2730 0
[pid=12381/tid=12383] ppid=12379 vsize=13488 CPUtime=1.49
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 782 0 0 0 149 0 0 0 23 0 3 0 349947650 13811712 2330 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=13488 CPUtime=1.48
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 1260 0 0 0 148 0 0 0 25 0 3 0 349947650 13811712 2330 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565743 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 13488

[startup+3.1019 s]
/proc/loadavg: 1.93 1.96 1.97 3/80 12384
/proc/meminfo: memFree=1721144/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=15584 CPUtime=6.17
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 2761 0 0 0 616 1 0 0 18 0 3 0 349947650 15958016 2736 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 3896 2736 218 20 0 3254 0
[pid=12381/tid=12383] ppid=12379 vsize=15584 CPUtime=3.08
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 970 0 0 0 308 0 0 0 25 0 3 0 349947650 15958016 2736 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526696 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=15584 CPUtime=3.08
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 1478 0 0 0 307 1 0 0 18 0 3 0 349947650 15958016 2736 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 15584

[startup+6.30222 s]
/proc/loadavg: 1.93 1.96 1.97 3/80 12384
/proc/meminfo: memFree=1717688/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=19732 CPUtime=12.55
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 3751 0 0 0 1252 3 0 0 18 0 3 0 349947650 20205568 3652 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 4933 3652 218 20 0 4291 0
[pid=12381/tid=12383] ppid=12379 vsize=19732 CPUtime=6.26
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 1320 0 0 0 626 0 0 0 24 0 3 0 349947650 20205568 3652 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=19732 CPUtime=6.27
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 2118 0 0 0 625 2 0 0 25 0 3 0 349947650 20205568 3652 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565752 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 19732

[startup+12.7019 s]
/proc/loadavg: 1.94 1.96 1.97 3/80 12384
/proc/meminfo: memFree=1709048/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=28008 CPUtime=25.32
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 5904 0 0 0 2527 5 0 0 18 0 3 0 349947650 28680192 5726 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 7002 5726 218 20 0 6360 0
[pid=12381/tid=12383] ppid=12379 vsize=28008 CPUtime=12.64
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 2338 0 0 0 1263 1 0 0 25 0 3 0 349947650 28680192 5726 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=28008 CPUtime=12.66
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 3253 0 0 0 1263 3 0 0 25 0 3 0 349947650 28680192 5726 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 28008

[startup+25.5012 s]
/proc/loadavg: 1.95 1.96 1.97 3/80 12384
/proc/meminfo: memFree=1700600/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=36624 CPUtime=50.86
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 8115 0 0 0 5078 8 0 0 18 0 3 0 349947650 37502976 7740 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 9156 7740 218 20 0 8514 0
[pid=12381/tid=12383] ppid=12379 vsize=36624 CPUtime=25.39
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 3530 0 0 0 2536 3 0 0 25 0 3 0 349947650 37502976 7740 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=36624 CPUtime=25.45
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 4272 0 0 0 2541 4 0 0 25 0 3 0 349947650 37502976 7740 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526302 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 36624

[startup+51.1017 s]
/proc/loadavg: 1.97 1.96 1.97 3/80 12384
/proc/meminfo: memFree=1695288/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=41524 CPUtime=101.95
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 9944 0 0 0 10184 11 0 0 18 0 3 0 349947650 42520576 9154 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 10381 9154 218 20 0 9739 0
[pid=12381/tid=12383] ppid=12379 vsize=41524 CPUtime=50.89
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 4135 0 0 0 5085 4 0 0 25 0 3 0 349947650 42520576 9154 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=41524 CPUtime=51.04
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 5496 0 0 0 5098 6 0 0 25 0 3 0 349947650 42520576 9154 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 41524

[startup+102.302 s]
/proc/loadavg: 1.98 1.97 1.97 3/80 12384
/proc/meminfo: memFree=1689912/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=46484 CPUtime=204.12
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 11849 0 0 0 20398 14 0 0 18 0 3 0 349947650 47599616 10337 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 11621 10337 218 20 0 10979 0
[pid=12381/tid=12383] ppid=12379 vsize=46484 CPUtime=101.89
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 5056 0 0 0 10184 5 0 0 25 0 3 0 349947650 47599616 10337 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=46484 CPUtime=102.21
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 6480 0 0 0 10213 8 0 0 25 0 3 0 349947650 47599616 10337 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565715 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 46484

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/80 12384
/proc/meminfo: memFree=1683896/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=51888 CPUtime=323.86
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 14243 0 0 0 32369 17 0 0 18 0 3 0 349947650 53133312 11839 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 12972 11839 218 20 0 12330 0
[pid=12381/tid=12383] ppid=12379 vsize=51888 CPUtime=161.67
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 6436 0 0 0 16160 7 0 0 25 0 3 0 349947650 53133312 11839 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526319 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=51888 CPUtime=162.18
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 7494 0 0 0 16209 9 0 0 25 0 3 0 349947650 53133312 11839 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.86
Current children cumulated vsize (KiB) 51888

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/80 12384
/proc/meminfo: memFree=1680952/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=55580 CPUtime=443.62
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 15935 0 0 0 44342 20 0 0 18 0 3 0 349947650 56913920 12697 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 13895 12697 218 20 0 13253 0
[pid=12381/tid=12383] ppid=12379 vsize=55580 CPUtime=221.46
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 6989 0 0 0 22138 8 0 0 25 0 3 0 349947650 56913920 12697 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=55580 CPUtime=222.15
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 8633 0 0 0 22204 11 0 0 25 0 3 0 349947650 56913920 12697 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.62
Current children cumulated vsize (KiB) 55580

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/80 12384
/proc/meminfo: memFree=1678712/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=57292 CPUtime=563.35
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 17209 0 0 0 56313 22 0 0 18 0 3 0 349947650 58667008 13131 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 14323 13131 218 20 0 13681 0
[pid=12381/tid=12383] ppid=12379 vsize=57292 CPUtime=281.22
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 7521 0 0 0 28113 9 0 0 25 0 3 0 349947650 58667008 13131 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520288 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=57292 CPUtime=282.12
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 9375 0 0 0 28200 12 0 0 25 0 3 0 349947650 58667008 13131 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.35
Current children cumulated vsize (KiB) 57292

[startup+342.301 s]
/proc/loadavg: 2.12 2.00 1.98 3/80 12384
/proc/meminfo: memFree=1678328/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=57596 CPUtime=683.09
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 18227 0 0 0 68286 23 0 0 18 0 3 0 349947650 58978304 13239 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 14399 13239 218 20 0 13757 0
[pid=12381/tid=12383] ppid=12379 vsize=57596 CPUtime=340.99
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 8042 0 0 0 34090 9 0 0 25 0 3 0 349947650 58978304 13239 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=57596 CPUtime=342.08
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 9872 0 0 0 34195 13 0 0 25 0 3 0 349947650 58978304 13239 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526423 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 683.09
Current children cumulated vsize (KiB) 57596

[startup+402.301 s]

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

/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 11688 0 0 0 81901 16 0 0 25 0 3 0 349947650 65515520 14779 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=63980 CPUtime=821.81
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 14341 0 0 0 82164 17 0 0 25 0 3 0 349947650 65515520 14779 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1640.99
Current children cumulated vsize (KiB) 63980

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/80 12384
/proc/meminfo: memFree=1670904/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=66196 CPUtime=1760.73
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 27594 0 0 0 176039 34 0 0 18 0 3 0 349947650 67784704 15095 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 16549 15095 218 20 0 15907 0
[pid=12381/tid=12383] ppid=12379 vsize=66196 CPUtime=878.94
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 12391 0 0 0 87878 16 0 0 25 0 3 0 349947650 67784704 15095 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=66196 CPUtime=881.76
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 14890 0 0 0 88159 17 0 0 25 0 3 0 349947650 67784704 15095 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1760.73
Current children cumulated vsize (KiB) 66196

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/80 12384
/proc/meminfo: memFree=1670264/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=66524 CPUtime=1880.48
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 28671 0 0 0 188012 36 0 0 18 0 3 0 349947650 68120576 15307 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 16631 15307 218 20 0 15989 0
[pid=12381/tid=12383] ppid=12379 vsize=66524 CPUtime=938.72
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 13004 0 0 0 93854 18 0 0 25 0 3 0 349947650 68120576 15307 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=66524 CPUtime=941.74
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 15354 0 0 0 94156 18 0 0 25 0 3 0 349947650 68120576 15307 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1880.48
Current children cumulated vsize (KiB) 66524

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/80 12384
/proc/meminfo: memFree=1669880/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=66656 CPUtime=2000.23
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 29513 0 0 0 199986 37 0 0 18 0 3 0 349947650 68255744 15346 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 16664 15346 218 20 0 16022 0
[pid=12381/tid=12383] ppid=12379 vsize=66656 CPUtime=998.49
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 13375 0 0 0 99831 18 0 0 25 0 3 0 349947650 68255744 15346 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=66656 CPUtime=1001.72
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 15825 0 0 0 100154 18 0 0 25 0 3 0 349947650 68255744 15346 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2000.23
Current children cumulated vsize (KiB) 66656

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/80 12384
/proc/meminfo: memFree=1669880/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=66656 CPUtime=2119.96
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 30322 0 0 0 211958 38 0 0 18 0 3 0 349947650 68255744 15352 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 16664 15352 218 20 0 16022 0
[pid=12381/tid=12383] ppid=12379 vsize=66656 CPUtime=1058.27
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 13743 0 0 0 105808 19 0 0 25 0 3 0 349947650 68255744 15352 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=66656 CPUtime=1061.68
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 16266 0 0 0 106150 18 0 0 25 0 3 0 349947650 68255744 15352 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2119.96
Current children cumulated vsize (KiB) 66656

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/80 12384
/proc/meminfo: memFree=1669688/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=66788 CPUtime=2239.7
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 31301 0 0 0 223931 39 0 0 18 0 3 0 349947650 68390912 15382 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 16697 15382 218 20 0 16055 0
[pid=12381/tid=12383] ppid=12379 vsize=66788 CPUtime=1118.03
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 14182 0 0 0 111783 20 0 0 25 0 3 0 349947650 68390912 15382 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=66788 CPUtime=1121.66
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 16806 0 0 0 112147 19 0 0 25 0 3 0 349947650 68390912 15382 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2239.7
Current children cumulated vsize (KiB) 66788

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/80 12384
/proc/meminfo: memFree=1669368/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=67812 CPUtime=2359.44
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 32278 0 0 0 235904 40 0 0 18 0 3 0 349947650 69439488 15483 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 16953 15483 218 20 0 16311 0
[pid=12381/tid=12383] ppid=12379 vsize=67812 CPUtime=1177.81
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 14621 0 0 0 117760 21 0 0 25 0 3 0 349947650 69439488 15483 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=67812 CPUtime=1181.62
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 17344 0 0 0 118143 19 0 0 25 0 3 0 349947650 69439488 15483 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526317 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2359.44
Current children cumulated vsize (KiB) 67812

[startup+1242.31 s]
/proc/loadavg: 2.07 2.02 1.98 3/80 12384
/proc/meminfo: memFree=1668792/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=67812 CPUtime=2479.19
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 33258 0 0 0 247878 41 0 0 18 0 3 0 349947650 69439488 15587 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 16953 15587 218 20 0 16311 0
[pid=12381/tid=12383] ppid=12379 vsize=67812 CPUtime=1237.58
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 14988 0 0 0 123737 21 0 0 25 0 3 0 349947650 69439488 15587 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=12381/tid=12384] ppid=12379 vsize=67812 CPUtime=1241.59
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 17957 0 0 0 124140 19 0 0 25 0 3 0 349947650 69439488 15587 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526317 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2479.19
Current children cumulated vsize (KiB) 67812

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/80 12384
/proc/meminfo: memFree=1667896/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=68764 CPUtime=2598.91
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 34305 0 0 0 259848 43 0 0 18 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 17191 15822 218 20 0 16549 0
[pid=12381/tid=12383] ppid=12379 vsize=68764 CPUtime=1297.52
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 15589 0 0 0 129730 22 0 0 25 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=12381/tid=12384] ppid=12379 vsize=68764 CPUtime=1301.38
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 18403 0 0 0 130118 20 0 0 25 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526613 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2598.91
Current children cumulated vsize (KiB) 68764

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

[startup+1302.7 s]
/proc/loadavg: 2.02 2.01 1.98 3/80 12384
/proc/meminfo: memFree=1667896/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=68764 CPUtime=2599.71
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 34305 0 0 0 259928 43 0 0 18 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 17191 15822 218 20 0 16549 0
[pid=12381/tid=12383] ppid=12379 vsize=68764 CPUtime=1297.92
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 15589 0 0 0 129770 22 0 0 25 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=12381/tid=12384] ppid=12379 vsize=68764 CPUtime=1301.78
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 18403 0 0 0 130158 20 0 0 25 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2599.71
Current children cumulated vsize (KiB) 68764

[startup+1303.5 s]
/proc/loadavg: 2.02 2.01 1.98 3/80 12384
/proc/meminfo: memFree=1667896/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=68764 CPUtime=2601.31
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 34379 0 0 0 260088 43 0 0 18 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 17191 15822 218 20 0 16549 0
[pid=12381/tid=12383] ppid=12379 vsize=68764 CPUtime=1298.72
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 15589 0 0 0 129850 22 0 0 25 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=12381/tid=12384] ppid=12379 vsize=68764 CPUtime=1302.57
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 18477 0 0 0 130237 20 0 0 25 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2601.31
Current children cumulated vsize (KiB) 68764

[startup+1303.91 s]
/proc/loadavg: 2.02 2.01 1.98 3/80 12384
/proc/meminfo: memFree=1667896/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=68764 CPUtime=2602.11
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 34379 0 0 0 260168 43 0 0 18 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 17191 15822 218 20 0 16549 0
[pid=12381/tid=12383] ppid=12379 vsize=68764 CPUtime=1299.12
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 15589 0 0 0 129890 22 0 0 25 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526463 0 0 4096 0 0 0 0 -1 0 0 0
[pid=12381/tid=12384] ppid=12379 vsize=68764 CPUtime=1302.97
/proc/12381/task/12384/stat : 12384 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 18477 0 0 0 130277 20 0 0 25 0 3 0 349947650 70414336 15822 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2602.11
Current children cumulated vsize (KiB) 68764

[startup+1304.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/80 12384
/proc/meminfo: memFree=1667896/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=66144 CPUtime=2602.84
/proc/12381/stat : 12381 (MiraXTv3_dyn) S 12379 12381 11758 0 -1 4194304 34381 0 0 0 260241 43 0 0 18 0 2 0 349947650 67731456 15190 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12381/statm: 16536 15190 219 20 0 15894 0
[pid=12381/tid=12383] ppid=12379 vsize=66144 CPUtime=1299.52
/proc/12381/task/12383/stat : 12383 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194368 15590 0 0 0 129930 22 0 0 25 0 2 0 349947650 67731456 15190 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526317 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2602.84
Current children cumulated vsize (KiB) 66144

[startup+1304.4 s]
/proc/loadavg: 2.02 2.01 1.98 3/80 12384
/proc/meminfo: memFree=1667896/2055920 swapFree=4143424/4192956
[pid=12381] ppid=12379 vsize=33932 CPUtime=2602.95
/proc/12381/stat : 12381 (MiraXTv3_dyn) R 12379 12381 11758 0 -1 4194304 34387 0 0 0 260251 44 0 0 17 0 1 0 349947650 34746368 5127 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12381/statm: 8483 5127 225 20 0 7841 0
Current children cumulated CPU time (s) 2602.95
Current children cumulated vsize (KiB) 33932

Child status: 10
Real time (s): 1304.41
CPU time (s): 2602.96
CPU user time (s): 2602.51
CPU system time (s): 0.448931
CPU usage (%): 199.551
Max. virtual memory (cumulated for all children) (KiB): 68900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2602.51
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34390
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= 242
involuntary context switches= 49059

runsolver used 1.26781 second user time and 3.48647 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun May 13 01:38:20 UTC 2007

IDJOB= 456111
IDBENCH= 24602
IDSOLVER= 196
FILE ID= node16/456111-1179020300

PBS_JOBID= 5252883

Free space on /tmp= 66540 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-230-2.sat05-2189.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/456111-1179020300/MiraXTv3_dyn /tmp/evaluation/456111-1179020300/instance-456111-1179020300.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-456111-1179020300 -o ROOT/results/node16/solver-456111-1179020300 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/456111-1179020300/MiraXTv3_dyn /tmp/evaluation/456111-1179020300/instance-456111-1179020300.cnf

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  87d9c7ce297970bb210f40783f709fcc

RANDOM SEED= 804216080

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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:       1731496 kB
Buffers:         43844 kB
Cached:         192052 kB
SwapCached:      18016 kB
Active:          47432 kB
Inactive:       213496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731496 kB
SwapTotal:     4192956 kB
SwapFree:      4143424 kB
Dirty:            3940 kB
Writeback:           0 kB
Mapped:          30092 kB
Slab:            49044 kB
Committed_AS: 14309928 kB
PageTables:       1836 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= 66540 MiB

End job on node16 on Sun May 13 02:00:05 UTC 2007