Trace number 456135

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 2483.91 1245.2

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
MD5SUMb79b003513b2a70c9b89188422a831e2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1000
Sum of the clauses size3000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31000
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...
2483.81/1245.19	s SATISFIABLE
2483.81/1245.19	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 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/node22/watcher-456135-1179020388 -o ROOT/results/node22/solver-456135-1179020388 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456135-1179020388/MiraXTv3_dyn /tmp/evaluation/456135-1179020388/instance-456135-1179020388.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.94 1.99 1.93 3/77 20386
/proc/meminfo: memFree=1715704/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=3788 CPUtime=0
/proc/20386/stat : 20386 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 349956505 3878912 256 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 5116877 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 947 256 206 20 0 305 0

[startup+0.078087 s]
/proc/loadavg: 1.94 1.99 1.93 3/77 20386
/proc/meminfo: memFree=1715704/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=6256 CPUtime=0.14
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 548 0 0 0 14 0 0 0 18 0 3 0 349956505 6406144 523 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 1564 523 218 20 0 922 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 6256

[startup+0.101089 s]
/proc/loadavg: 1.94 1.99 1.93 3/77 20386
/proc/meminfo: memFree=1715704/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=6388 CPUtime=0.18
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 609 0 0 0 18 0 0 0 18 0 3 0 349956505 6541312 584 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 1597 584 218 20 0 955 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6388

[startup+0.301122 s]
/proc/loadavg: 1.94 1.99 1.93 3/77 20386
/proc/meminfo: memFree=1715704/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=8108 CPUtime=0.58
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 951 0 0 0 58 0 0 0 18 0 3 0 349956505 8302592 926 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 2027 926 218 20 0 1385 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8108

[startup+0.701183 s]
/proc/loadavg: 1.94 1.99 1.93 3/77 20386
/proc/meminfo: memFree=1715704/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=9512 CPUtime=1.38
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 1476 0 0 0 137 1 0 0 18 0 3 0 349956505 9740288 1451 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 2378 1451 218 20 0 1736 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9512

[startup+1.50131 s]
/proc/loadavg: 1.95 1.99 1.93 3/80 20389
/proc/meminfo: memFree=1709472/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=13328 CPUtime=2.98
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 2254 0 0 0 297 1 0 0 18 0 3 0 349956505 13647872 2229 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 3332 2229 218 20 0 2690 0
[pid=20386/tid=20388] ppid=20384 vsize=13328 CPUtime=1.48
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 1063 0 0 0 148 0 0 0 19 0 3 0 349956506 13647872 2229 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=13328 CPUtime=1.48
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 874 0 0 0 148 0 0 0 18 0 3 0 349956506 13647872 2229 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520643 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 13328

[startup+3.10155 s]
/proc/loadavg: 1.95 1.99 1.93 3/80 20389
/proc/meminfo: memFree=1705376/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=16952 CPUtime=6.17
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 3043 0 0 0 616 1 0 0 18 0 3 0 349956505 17358848 3018 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 4238 3018 218 20 0 3596 0
[pid=20386/tid=20388] ppid=20384 vsize=16952 CPUtime=3.07
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 1400 0 0 0 307 0 0 0 22 0 3 0 349956506 17358848 3018 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=16952 CPUtime=3.07
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 1326 0 0 0 307 0 0 0 22 0 3 0 349956506 17358848 3018 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526315 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 16952

[startup+6.30104 s]
/proc/loadavg: 1.95 1.99 1.93 3/80 20389
/proc/meminfo: memFree=1701984/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=20112 CPUtime=12.55
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 3860 0 0 0 1253 2 0 0 18 0 3 0 349956505 20594688 3835 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 5028 3835 218 20 0 4386 0
[pid=20386/tid=20388] ppid=20384 vsize=20112 CPUtime=6.27
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 1566 0 0 0 627 0 0 0 25 0 3 0 349956506 20594688 3835 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=20112 CPUtime=6.26
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 1977 0 0 0 625 1 0 0 18 0 3 0 349956506 20594688 3835 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526315 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 20112

[startup+12.702 s]
/proc/loadavg: 1.95 1.99 1.93 3/80 20389
/proc/meminfo: memFree=1692768/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=29512 CPUtime=25.32
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 6215 0 0 0 2528 4 0 0 18 0 3 0 349956505 30220288 6040 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 7378 6040 218 20 0 6736 0
[pid=20386/tid=20388] ppid=20384 vsize=29512 CPUtime=12.67
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 2671 0 0 0 1266 1 0 0 25 0 3 0 349956506 30220288 6040 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 5113467 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=29512 CPUtime=12.62
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 3227 0 0 0 1260 2 0 0 25 0 3 0 349956506 30220288 6040 18446744073709551615 134512640 134597700 4294956672 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) 29512

[startup+25.502 s]
/proc/loadavg: 1.96 1.99 1.93 3/80 20389
/proc/meminfo: memFree=1681760/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=39740 CPUtime=50.84
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 8926 0 0 0 5076 8 0 0 18 0 3 0 349956505 40693760 8555 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 9935 8555 218 20 0 9293 0
[pid=20386/tid=20388] ppid=20384 vsize=39740 CPUtime=25.46
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 4110 0 0 0 2544 2 0 0 25 0 3 0 349956506 40693760 8555 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520222 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=39740 CPUtime=25.36
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 4499 0 0 0 2531 5 0 0 25 0 3 0 349956506 40693760 8555 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 39740

[startup+51.1019 s]
/proc/loadavg: 1.98 1.99 1.93 3/80 20389
/proc/meminfo: memFree=1677600/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=44728 CPUtime=101.93
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 10539 0 0 0 10183 10 0 0 18 0 3 0 349956505 45801472 9752 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 11182 9752 218 20 0 10540 0
[pid=20386/tid=20388] ppid=20384 vsize=44728 CPUtime=51.05
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 5223 0 0 0 5102 3 0 0 25 0 3 0 349956506 45801472 9752 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=44728 CPUtime=50.85
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 4999 0 0 0 5079 6 0 0 25 0 3 0 349956506 45801472 9752 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 44728

[startup+102.306 s]
/proc/loadavg: 1.99 1.99 1.93 3/80 20391
/proc/meminfo: memFree=1666400/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=54016 CPUtime=204.07
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 14017 0 0 0 20394 13 0 0 18 0 3 0 349956505 55312384 12433 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 13504 12433 218 20 0 12862 0
[pid=20386/tid=20388] ppid=20384 vsize=54016 CPUtime=102.23
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 6743 0 0 0 10219 4 0 0 25 0 3 0 349956506 55312384 12433 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526414 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=54016 CPUtime=101.82
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 6957 0 0 0 10174 8 0 0 25 0 3 0 349956506 55312384 12433 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 54016

[startup+162.303 s]
/proc/loadavg: 1.99 1.99 1.93 3/80 20391
/proc/meminfo: memFree=1662112/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=59624 CPUtime=323.76
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 15891 0 0 0 32360 16 0 0 18 0 3 0 349956505 61054976 13405 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 14906 13405 218 20 0 14264 0
[pid=20386/tid=20388] ppid=20384 vsize=59624 CPUtime=162.03
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 7884 0 0 0 16197 6 0 0 25 0 3 0 349956506 61054976 13405 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=20386/tid=20389] ppid=20384 vsize=59624 CPUtime=161.71
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 7690 0 0 0 16162 9 0 0 25 0 3 0 349956506 61054976 13405 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.76
Current children cumulated vsize (KiB) 59624

[startup+222.303 s]
/proc/loadavg: 1.99 1.99 1.93 3/80 20391
/proc/meminfo: memFree=1661600/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=59624 CPUtime=443.45
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 16975 0 0 0 44327 18 0 0 18 0 3 0 349956505 61054976 13573 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 14906 13573 218 20 0 14264 0
[pid=20386/tid=20388] ppid=20384 vsize=59624 CPUtime=221.75
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 8465 0 0 0 22168 7 0 0 25 0 3 0 349956506 61054976 13573 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
[pid=20386/tid=20389] ppid=20384 vsize=59624 CPUtime=221.68
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 8193 0 0 0 22158 10 0 0 25 0 3 0 349956506 61054976 13573 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.45
Current children cumulated vsize (KiB) 59624

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/80 20391
/proc/meminfo: memFree=1660896/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=59896 CPUtime=563.16
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 17994 0 0 0 56297 19 0 0 18 0 3 0 349956505 61333504 13740 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 14974 13740 218 20 0 14332 0
[pid=20386/tid=20388] ppid=20384 vsize=59896 CPUtime=281.49
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 9030 0 0 0 28142 7 0 0 25 0 3 0 349956506 61333504 13740 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=20386/tid=20389] ppid=20384 vsize=59896 CPUtime=281.65
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 8647 0 0 0 28154 11 0 0 25 0 3 0 349956506 61333504 13740 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.16
Current children cumulated vsize (KiB) 59896

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 1.93 3/80 20391
/proc/meminfo: memFree=1659488/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=60988 CPUtime=682.85
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 19297 0 0 0 68264 21 0 0 18 0 3 0 349956505 62451712 14040 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 15247 14040 218 20 0 14605 0
[pid=20386/tid=20388] ppid=20384 vsize=60988 CPUtime=341.2
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 9866 0 0 0 34112 8 0 0 25 0 3 0 349956506 62451712 14040 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=20386/tid=20389] ppid=20384 vsize=60988 CPUtime=341.63
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 9114 0 0 0 34151 12 0 0 25 0 3 0 349956506 62451712 14040 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.85
Current children cumulated vsize (KiB) 60988

[startup+402.301 s]

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

Current children cumulated vsize (KiB) 65008

[startup+762.305 s]
/proc/loadavg: 2.04 2.03 1.97 3/80 20391
/proc/meminfo: memFree=1655008/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=66560 CPUtime=1520.71
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 26464 0 0 0 152043 28 0 0 18 0 3 0 349956505 68157440 15156 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 16640 15156 218 20 0 15998 0
[pid=20386/tid=20388] ppid=20384 vsize=66560 CPUtime=760.26
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 14076 0 0 0 76014 12 0 0 25 0 3 0 349956506 68157440 15156 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526451 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=66560 CPUtime=760.44
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 12071 0 0 0 76028 16 0 0 25 0 3 0 349956506 68157440 15156 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526465 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1520.71
Current children cumulated vsize (KiB) 66560

[startup+822.302 s]
/proc/loadavg: 2.01 2.02 1.97 3/80 20391
/proc/meminfo: memFree=1654432/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=66732 CPUtime=1640.4
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 27413 0 0 0 164011 29 0 0 18 0 3 0 349956505 68333568 15217 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 16683 15217 218 20 0 16041 0
[pid=20386/tid=20388] ppid=20384 vsize=66732 CPUtime=820.23
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 14624 0 0 0 82010 13 0 0 25 0 3 0 349956506 68333568 15217 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134565439 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=66732 CPUtime=820.16
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 12472 0 0 0 82000 16 0 0 25 0 3 0 349956506 68333568 15217 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526400 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1640.4
Current children cumulated vsize (KiB) 66732

[startup+882.302 s]
/proc/loadavg: 2.00 2.02 1.97 3/80 20391
/proc/meminfo: memFree=1654112/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=66732 CPUtime=1760.09
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 28215 0 0 0 175979 30 0 0 18 0 3 0 349956505 68333568 15279 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 16683 15279 218 20 0 16041 0
[pid=20386/tid=20388] ppid=20384 vsize=66732 CPUtime=880.2
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 15017 0 0 0 88007 13 0 0 25 0 3 0 349956506 68333568 15279 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=66732 CPUtime=879.87
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 12881 0 0 0 87971 16 0 0 25 0 3 0 349956506 68333568 15279 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1760.09
Current children cumulated vsize (KiB) 66732

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 1.97 3/80 20391
/proc/meminfo: memFree=1653152/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=67112 CPUtime=1879.79
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 29327 0 0 0 187947 32 0 0 18 0 3 0 349956505 68722688 15570 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 16778 15570 218 20 0 16136 0
[pid=20386/tid=20388] ppid=20384 vsize=67112 CPUtime=940.17
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 15534 0 0 0 94003 14 0 0 25 0 3 0 349956506 68722688 15570 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=67112 CPUtime=939.6
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 13476 0 0 0 93943 17 0 0 25 0 3 0 349956506 68722688 15570 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1879.79
Current children cumulated vsize (KiB) 67112

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/80 20391
/proc/meminfo: memFree=1652768/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=68336 CPUtime=1999.5
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 30350 0 0 0 199916 34 0 0 18 0 3 0 349956505 69976064 15618 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 17084 15618 218 20 0 16442 0
[pid=20386/tid=20388] ppid=20384 vsize=68336 CPUtime=1000.14
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 16104 0 0 0 99999 15 0 0 25 0 3 0 349956506 69976064 15618 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526297 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=68336 CPUtime=999.34
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 13929 0 0 0 99916 18 0 0 25 0 3 0 349956506 69976064 15618 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1999.5
Current children cumulated vsize (KiB) 68336

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 20391
/proc/meminfo: memFree=1652064/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=69524 CPUtime=2119.18
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 31419 0 0 0 211883 35 0 0 18 0 3 0 349956505 71192576 15787 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 17381 15787 218 20 0 16739 0
[pid=20386/tid=20388] ppid=20384 vsize=69524 CPUtime=1060.12
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 16671 0 0 0 105996 16 0 0 25 0 3 0 349956506 71192576 15787 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=69524 CPUtime=1059.04
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 14431 0 0 0 105886 18 0 0 25 0 3 0 349956506 71192576 15787 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2119.18
Current children cumulated vsize (KiB) 69524

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 20391
/proc/meminfo: memFree=1651680/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=69808 CPUtime=2238.87
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 32419 0 0 0 223851 36 0 0 18 0 3 0 349956505 71483392 15887 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 17452 15887 218 20 0 16810 0
[pid=20386/tid=20388] ppid=20384 vsize=69808 CPUtime=1120.09
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 17253 0 0 0 111992 17 0 0 25 0 3 0 349956506 71483392 15887 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=69808 CPUtime=1118.77
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 14849 0 0 0 111858 19 0 0 25 0 3 0 349956506 71483392 15887 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2238.87
Current children cumulated vsize (KiB) 69808

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 20391
/proc/meminfo: memFree=1647072/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=74076 CPUtime=2358.58
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 34560 0 0 0 235819 39 0 0 18 0 3 0 349956505 75853824 17053 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 18519 17053 218 20 0 17877 0
[pid=20386/tid=20388] ppid=20384 vsize=74076 CPUtime=1180.06
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 18890 0 0 0 117987 19 0 0 25 0 3 0 349956506 75853824 17053 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526341 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=74076 CPUtime=1178.49
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 15353 0 0 0 117830 19 0 0 25 0 3 0 349956506 75853824 17053 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2358.58
Current children cumulated vsize (KiB) 74076

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 20391
/proc/meminfo: memFree=1646688/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=74076 CPUtime=2478.25
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 35521 0 0 0 247785 40 0 0 18 0 3 0 349956505 75853824 17112 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 18519 17112 218 20 0 17877 0
[pid=20386/tid=20388] ppid=20384 vsize=74076 CPUtime=1240.03
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 19371 0 0 0 123984 19 0 0 25 0 3 0 349956506 75853824 17112 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=74076 CPUtime=1238.21
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 15833 0 0 0 123801 20 0 0 25 0 3 0 349956506 75853824 17112 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2478.25
Current children cumulated vsize (KiB) 74076

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

[startup+1243.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 20391
/proc/meminfo: memFree=1646688/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=74076 CPUtime=2479.85
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 35521 0 0 0 247945 40 0 0 18 0 3 0 349956505 75853824 17112 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 18519 17112 218 20 0 17877 0
[pid=20386/tid=20388] ppid=20384 vsize=74076 CPUtime=1240.83
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 19371 0 0 0 124064 19 0 0 25 0 3 0 349956506 75853824 17112 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=74076 CPUtime=1239
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 15833 0 0 0 123880 20 0 0 25 0 3 0 349956506 75853824 17112 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2479.85
Current children cumulated vsize (KiB) 74076

[startup+1243.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 20391
/proc/meminfo: memFree=1646688/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=74076 CPUtime=2481.45
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 35521 0 0 0 248105 40 0 0 18 0 3 0 349956505 75853824 17112 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 18519 17112 218 20 0 17877 0
[pid=20386/tid=20388] ppid=20384 vsize=74076 CPUtime=1241.63
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 19371 0 0 0 124144 19 0 0 25 0 3 0 349956506 75853824 17112 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=74076 CPUtime=1239.8
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 15833 0 0 0 123960 20 0 0 25 0 3 0 349956506 75853824 17112 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2481.45
Current children cumulated vsize (KiB) 74076

[startup+1244.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 20391
/proc/meminfo: memFree=1646688/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=74076 CPUtime=2483.04
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 35542 0 0 0 248264 40 0 0 18 0 3 0 349956505 75853824 17133 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 18519 17133 218 20 0 17877 0
[pid=20386/tid=20388] ppid=20384 vsize=74076 CPUtime=1242.43
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 19371 0 0 0 124224 19 0 0 25 0 3 0 349956506 75853824 17133 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526347 0 0 4096 0 0 0 0 -1 1 0 0
[pid=20386/tid=20389] ppid=20384 vsize=74076 CPUtime=1240.6
/proc/20386/task/20389/stat : 20389 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 15854 0 0 0 124040 20 0 0 25 0 3 0 349956506 75853824 17133 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2483.04
Current children cumulated vsize (KiB) 74076

[startup+1245.1 s]
/proc/loadavg: 2.00 2.00 1.97 2/79 20391
/proc/meminfo: memFree=1649312/2055920 swapFree=4163684/4192956
[pid=20386] ppid=20384 vsize=71524 CPUtime=2483.81
/proc/20386/stat : 20386 (MiraXTv3_dyn) S 20384 20386 19939 0 -1 4194304 35544 0 0 0 248341 40 0 0 18 0 2 0 349956505 73240576 16448 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20386/statm: 17881 16448 219 20 0 17239 0
[pid=20386/tid=20388] ppid=20384 vsize=71524 CPUtime=1242.83
/proc/20386/task/20388/stat : 20388 (MiraXTv3_dyn) R 20384 20386 19939 0 -1 4194368 19371 0 0 0 124264 19 0 0 25 0 2 0 349956506 73240576 16448 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2483.81
Current children cumulated vsize (KiB) 71524

Child status: 10
Real time (s): 1245.2
CPU time (s): 2483.91
CPU user time (s): 2483.5
CPU system time (s): 0.416936
CPU usage (%): 199.479
Max. virtual memory (cumulated for all children) (KiB): 74076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2483.5
system time used= 0.416936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35553
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= 234
involuntary context switches= 46838

runsolver used 1.15882 second user time and 3.37649 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun May 13 01:39:48 UTC 2007

IDJOB= 456135
IDBENCH= 24610
IDSOLVER= 196
FILE ID= node22/456135-1179020388

PBS_JOBID= 5253218

Free space on /tmp= 66524 MiB

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

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  b79b003513b2a70c9b89188422a831e2

RANDOM SEED= 580609291

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.265
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.265
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:       1715984 kB
Buffers:         27436 kB
Cached:         190828 kB
SwapCached:       7428 kB
Active:          53612 kB
Inactive:       187740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715984 kB
SwapTotal:     4192956 kB
SwapFree:      4163684 kB
Dirty:            3940 kB
Writeback:           0 kB
Mapped:          30204 kB
Slab:            84216 kB
Committed_AS:  4554888 kB
PageTables:       1676 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= 66524 MiB

End job on node22 on Sun May 13 02:00:34 UTC 2007