Trace number 455850

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 v3UNSAT 2096.95 1051.45

General information on the benchmark

Namecrafted/spence/
medium/s89-100.cnf
MD5SUMa1c857f1db1ccfc50e10a8a9bb41e428
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.9112
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of clauses188
Sum of the clauses size564
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3188
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...
2096.90/1051.44	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node44/watcher-455850-1179017705 -o ROOT/results/node44/solver-455850-1179017705 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/455850-1179017705/MiraXTv3_dyn /tmp/evaluation/455850-1179017705/instance-455850-1179017705.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.69 1.92 1.95 3/77 7341
/proc/meminfo: memFree=1238272/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=3784 CPUtime=0
/proc/7341/stat : 7341 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 349682206 3874816 262 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134517680 0 0 4096 0 0 0 0 17 1 0 0
/proc/7341/statm: 963 264 209 20 0 321 0
[pid=7341/tid=7342] ppid=7339 vsize=3920 CPUtime=0
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 8 0 0 0 0 0 0 0 19 0 3 0 349682207 4014080 274 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520864 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=3920 CPUtime=0
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 3 0 349682207 4014080 276 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 12128216 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.04248 s]
/proc/loadavg: 1.69 1.92 1.95 3/77 7341
/proc/meminfo: memFree=1238272/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=6860 CPUtime=0.23
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 691 0 0 0 23 0 0 0 18 0 3 0 349682206 7024640 666 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 2202 1086 218 20 0 1560 0
[pid=7341/tid=7342] ppid=7339 vsize=8808 CPUtime=0.35
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 284 0 0 0 35 0 0 0 17 0 3 0 349682207 9019392 1086 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134521060 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=8808 CPUtime=0.35
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 536 0 0 0 35 0 0 0 20 0 3 0 349682207 9019392 1086 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 6860

[startup+0.425922 s]
/proc/loadavg: 1.69 1.92 1.95 3/77 7341
/proc/meminfo: memFree=1238272/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=8920 CPUtime=0.83
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 1199 0 0 0 83 0 0 0 18 0 3 0 349682206 9134080 1174 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 2230 1174 218 20 0 1588 0
[pid=7341/tid=7342] ppid=7339 vsize=8920 CPUtime=0.41
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 325 0 0 0 41 0 0 0 17 0 3 0 349682207 9134080 1174 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134565788 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=8920 CPUtime=0.41
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 583 0 0 0 41 0 0 0 20 0 3 0 349682207 9134080 1174 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526493 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 8920

[startup+0.501929 s]
/proc/loadavg: 1.69 1.92 1.95 3/77 7341
/proc/meminfo: memFree=1238272/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=9248 CPUtime=0.98
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 1307 0 0 0 98 0 0 0 18 0 3 0 349682206 9469952 1282 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 2312 1282 218 20 0 1670 0
[pid=7341/tid=7342] ppid=7339 vsize=9248 CPUtime=0.49
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 367 0 0 0 49 0 0 0 18 0 3 0 349682207 9469952 1282 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134518228 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=9248 CPUtime=0.49
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 649 0 0 0 49 0 0 0 20 0 3 0 349682207 9469952 1282 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526493 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9248

[startup+0.70195 s]
/proc/loadavg: 1.69 1.92 1.95 3/77 7341
/proc/meminfo: memFree=1238272/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=9868 CPUtime=1.39
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 1566 0 0 0 138 1 0 0 18 0 3 0 349682206 10104832 1541 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 2467 1541 218 20 0 1825 0
[pid=7341/tid=7342] ppid=7339 vsize=9868 CPUtime=0.69
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 459 0 0 0 69 0 0 0 17 0 3 0 349682207 10104832 1541 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520184 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=9868 CPUtime=0.68
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 816 0 0 0 68 0 0 0 22 0 3 0 349682207 10104832 1541 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9868

[startup+1.50103 s]
/proc/loadavg: 1.69 1.92 1.95 3/80 7344
/proc/meminfo: memFree=1231336/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=12792 CPUtime=2.98
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 1979 0 0 0 297 1 0 0 18 0 3 0 349682206 13099008 1954 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 3198 1954 218 20 0 2556 0
[pid=7341/tid=7342] ppid=7339 vsize=12792 CPUtime=1.48
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 631 0 0 0 148 0 0 0 22 0 3 0 349682207 13099008 1954 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=12792 CPUtime=1.48
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 1057 0 0 0 148 0 0 0 20 0 3 0 349682207 13099008 1954 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526373 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 12792

[startup+3.1022 s]
/proc/loadavg: 1.69 1.92 1.95 3/80 7344
/proc/meminfo: memFree=1229480/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=15548 CPUtime=6.18
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 2795 0 0 0 616 2 0 0 18 0 3 0 349682206 15921152 2694 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 3887 2694 218 20 0 3245 0
[pid=7341/tid=7342] ppid=7339 vsize=15548 CPUtime=3.08
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 954 0 0 0 308 0 0 0 25 0 3 0 349682207 15921152 2694 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520643 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=15548 CPUtime=3.08
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 1550 0 0 0 307 1 0 0 25 0 3 0 349682207 15921152 2694 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 15548

[startup+6.30153 s]
/proc/loadavg: 1.72 1.92 1.95 3/80 7344
/proc/meminfo: memFree=1223144/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=21124 CPUtime=12.55
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 4347 0 0 0 1251 4 0 0 18 0 3 0 349682206 21630976 4204 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 5281 4204 218 20 0 4639 0
[pid=7341/tid=7342] ppid=7339 vsize=21124 CPUtime=6.28
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 1703 0 0 0 626 2 0 0 25 0 3 0 349682207 21630976 4204 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526361 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=21124 CPUtime=6.25
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 2353 0 0 0 624 1 0 0 25 0 3 0 349682207 21630976 4204 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526286 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 21124

[startup+12.7022 s]
/proc/loadavg: 1.74 1.92 1.95 4/80 7344
/proc/meminfo: memFree=1216872/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=27412 CPUtime=25.32
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 5904 0 0 0 2526 6 0 0 18 0 3 0 349682206 28069888 5475 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 6853 5475 218 20 0 6211 0
[pid=7341/tid=7342] ppid=7339 vsize=27412 CPUtime=12.68
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 2409 0 0 0 1265 3 0 0 25 0 3 0 349682207 28069888 5475 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=27412 CPUtime=12.62
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 3204 0 0 0 1260 2 0 0 25 0 3 0 349682207 28069888 5475 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) 27412

[startup+25.5015 s]
/proc/loadavg: 1.80 1.93 1.95 3/80 7344
/proc/meminfo: memFree=1211688/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=32288 CPUtime=50.85
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 7756 0 0 0 5078 7 0 0 18 0 3 0 349682206 33062912 6833 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 8072 6833 218 20 0 7430 0
[pid=7341/tid=7342] ppid=7339 vsize=32288 CPUtime=25.47
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 3335 0 0 0 2544 3 0 0 25 0 3 0 349682207 33062912 6833 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=32288 CPUtime=25.37
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 4130 0 0 0 2534 3 0 0 25 0 3 0 349682207 33062912 6833 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 32288

[startup+51.1011 s]
/proc/loadavg: 1.87 1.93 1.95 3/80 7344
/proc/meminfo: memFree=1206696/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=37536 CPUtime=101.89
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 9898 0 0 0 10180 9 0 0 18 0 3 0 349682206 38436864 8135 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 9384 8135 218 20 0 8742 0
[pid=7341/tid=7342] ppid=7339 vsize=37536 CPUtime=51.05
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 4362 0 0 0 5101 4 0 0 25 0 3 0 349682207 38436864 8135 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526317 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=37536 CPUtime=50.84
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 5245 0 0 0 5079 5 0 0 25 0 3 0 349682207 38436864 8135 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 37536

[startup+102.301 s]
/proc/loadavg: 1.94 1.94 1.95 3/80 7344
/proc/meminfo: memFree=1202280/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=41948 CPUtime=204.03
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 12406 0 0 0 20391 12 0 0 18 0 3 0 349682206 42954752 9106 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 10487 9106 218 20 0 9845 0
[pid=7341/tid=7342] ppid=7339 vsize=41948 CPUtime=102.22
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 5621 0 0 0 10217 5 0 0 25 0 3 0 349682207 42954752 9106 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=41948 CPUtime=101.79
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 6494 0 0 0 10174 5 0 0 25 0 3 0 349682207 42954752 9106 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 41948

[startup+162.302 s]
/proc/loadavg: 1.98 1.95 1.95 3/80 7344
/proc/meminfo: memFree=1199016/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=45488 CPUtime=323.73
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 14901 0 0 0 32359 14 0 0 18 0 3 0 349682206 46579712 9918 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 11372 9918 218 20 0 10730 0
[pid=7341/tid=7342] ppid=7339 vsize=45488 CPUtime=162.19
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 6810 0 0 0 16212 7 0 0 25 0 3 0 349682207 46579712 9918 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=45488 CPUtime=161.53
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 7800 0 0 0 16147 6 0 0 25 0 3 0 349682207 46579712 9918 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.73
Current children cumulated vsize (KiB) 45488

[startup+222.302 s]
/proc/loadavg: 1.99 1.95 1.95 3/80 7344
/proc/meminfo: memFree=1197096/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=47544 CPUtime=443.43
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 17157 0 0 0 44328 15 0 0 18 0 3 0 349682206 48685056 10406 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 11886 10406 218 20 0 11244 0
[pid=7341/tid=7342] ppid=7339 vsize=47544 CPUtime=222.16
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 7956 0 0 0 22208 8 0 0 25 0 3 0 349682207 48685056 10406 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134565715 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=47544 CPUtime=221.26
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 8910 0 0 0 22119 7 0 0 25 0 3 0 349682207 48685056 10406 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.43
Current children cumulated vsize (KiB) 47544

[startup+282.302 s]
/proc/loadavg: 1.99 1.96 1.95 3/80 7344
/proc/meminfo: memFree=1194792/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=49440 CPUtime=563.13
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 19280 0 0 0 56296 17 0 0 18 0 3 0 349682206 50626560 11051 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 12360 11051 218 20 0 11718 0
[pid=7341/tid=7342] ppid=7339 vsize=49440 CPUtime=282.14

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

/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 16242 0 0 0 69868 29 0 0 25 0 3 0 349682207 59142144 13020 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1400.71
Current children cumulated vsize (KiB) 57756

[startup+762.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1186152/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=57888 CPUtime=1520.4
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 33497 0 0 0 151995 45 0 0 18 0 3 0 349682206 59277312 13108 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14472 13108 218 20 0 13830 0
[pid=7341/tid=7342] ppid=7339 vsize=57888 CPUtime=761.7
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 16155 0 0 0 76155 15 0 0 25 0 3 0 349682207 59277312 13108 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530009 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=57888 CPUtime=758.68
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 17051 0 0 0 75839 29 0 0 25 0 3 0 349682207 59277312 13108 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1520.4
Current children cumulated vsize (KiB) 57888

[startup+822.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1186088/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=57888 CPUtime=1640.08
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 35050 0 0 0 163962 46 0 0 18 0 3 0 349682206 59277312 13140 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14472 13140 218 20 0 13830 0
[pid=7341/tid=7342] ppid=7339 vsize=57888 CPUtime=821.67
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 17049 0 0 0 82152 15 0 0 25 0 3 0 349682207 59277312 13140 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=57888 CPUtime=818.4
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 17710 0 0 0 81810 30 0 0 25 0 3 0 349682207 59277312 13140 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1640.08
Current children cumulated vsize (KiB) 57888

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1185576/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=58264 CPUtime=1759.8
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 36703 0 0 0 175932 48 0 0 18 0 3 0 349682206 59662336 13265 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14566 13265 218 20 0 13924 0
[pid=7341/tid=7342] ppid=7339 vsize=58264 CPUtime=881.64
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 17867 0 0 0 88148 16 0 0 25 0 3 0 349682207 59662336 13265 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=58264 CPUtime=878.14
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 18545 0 0 0 87783 31 0 0 25 0 3 0 349682207 59662336 13265 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1759.8
Current children cumulated vsize (KiB) 58264

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1185256/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=58528 CPUtime=1879.49
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 38317 0 0 0 187899 50 0 0 18 0 3 0 349682206 59932672 13342 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14632 13342 218 20 0 13990 0
[pid=7341/tid=7342] ppid=7339 vsize=58528 CPUtime=941.6
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 18705 0 0 0 94143 17 0 0 25 0 3 0 349682207 59932672 13342 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=58528 CPUtime=937.87
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 19321 0 0 0 93755 32 0 0 25 0 3 0 349682207 59932672 13342 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1879.49
Current children cumulated vsize (KiB) 58528

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1185064/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=58692 CPUtime=1999.18
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 39647 0 0 0 199867 51 0 0 18 0 3 0 349682206 60100608 13382 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14673 13382 218 20 0 14031 0
[pid=7341/tid=7342] ppid=7339 vsize=58692 CPUtime=1001.58
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 19388 0 0 0 100140 18 0 0 25 0 3 0 349682207 60100608 13382 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=58692 CPUtime=997.59
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 19968 0 0 0 99727 32 0 0 25 0 3 0 349682207 60100608 13382 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1999.18
Current children cumulated vsize (KiB) 58692

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

[startup+1024.2 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1184872/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=59120 CPUtime=2042.84
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 40329 0 0 0 204233 51 0 0 18 0 3 0 349682206 60538880 13419 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14780 13419 218 20 0 14138 0
[pid=7341/tid=7342] ppid=7339 vsize=59120 CPUtime=1023.47
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 19811 0 0 0 102329 18 0 0 25 0 3 0 349682207 60538880 13419 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=59120 CPUtime=1019.36
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 20227 0 0 0 101904 32 0 0 25 0 3 0 349682207 60538880 13419 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2042.84
Current children cumulated vsize (KiB) 59120

[startup+1037 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1184872/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=59416 CPUtime=2068.34
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 40721 0 0 0 206782 52 0 0 18 0 3 0 349682206 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14854 13423 218 20 0 14212 0
[pid=7341/tid=7342] ppid=7339 vsize=59416 CPUtime=1036.21
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 19942 0 0 0 103603 18 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=59416 CPUtime=1032.11
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 20488 0 0 0 103179 32 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2068.34
Current children cumulated vsize (KiB) 59416

[startup+1043.4 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1184872/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=59416 CPUtime=2081.09
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 40721 0 0 0 208057 52 0 0 18 0 3 0 349682206 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14854 13423 218 20 0 14212 0
[pid=7341/tid=7342] ppid=7339 vsize=59416 CPUtime=1042.61
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 19942 0 0 0 104242 19 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=59416 CPUtime=1038.47
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 20488 0 0 0 103814 33 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2081.09
Current children cumulated vsize (KiB) 59416

[startup+1046.6 s]
/proc/loadavg: 1.99 1.97 1.95 4/80 7542
/proc/meminfo: memFree=1184872/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=59416 CPUtime=2087.45
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 40721 0 0 0 208693 52 0 0 18 0 3 0 349682206 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14854 13423 218 20 0 14212 0
[pid=7341/tid=7342] ppid=7339 vsize=59416 CPUtime=1045.81
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 19942 0 0 0 104562 19 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=59416 CPUtime=1041.64
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 20488 0 0 0 104131 33 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2087.45
Current children cumulated vsize (KiB) 59416

[startup+1049.8 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1184872/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=59416 CPUtime=2093.81
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 40981 0 0 0 209329 52 0 0 18 0 3 0 349682206 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14854 13423 218 20 0 14212 0
[pid=7341/tid=7342] ppid=7339 vsize=59416 CPUtime=1048.99
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 20072 0 0 0 104880 19 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=59416 CPUtime=1044.82
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 20618 0 0 0 104449 33 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2093.81
Current children cumulated vsize (KiB) 59416

[startup+1050.6 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1184872/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=59416 CPUtime=2095.41
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 40981 0 0 0 209489 52 0 0 18 0 3 0 349682206 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14854 13423 218 20 0 14212 0
[pid=7341/tid=7342] ppid=7339 vsize=59416 CPUtime=1049.79
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 20072 0 0 0 104960 19 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=59416 CPUtime=1045.62
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 20618 0 0 0 104529 33 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2095.41
Current children cumulated vsize (KiB) 59416

[startup+1051 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1184872/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=59416 CPUtime=2096.21
/proc/7341/stat : 7341 (MiraXTv3_dyn) S 7339 7341 6834 0 -1 4194304 40981 0 0 0 209569 52 0 0 18 0 3 0 349682206 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7341/statm: 14854 13423 218 20 0 14212 0
[pid=7341/tid=7342] ppid=7339 vsize=59416 CPUtime=1050.19
/proc/7341/task/7342/stat : 7342 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 20072 0 0 0 105000 19 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=7341/tid=7343] ppid=7339 vsize=59416 CPUtime=1046.02
/proc/7341/task/7343/stat : 7343 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194368 20618 0 0 0 104569 33 0 0 25 0 3 0 349682207 60841984 13423 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2096.21
Current children cumulated vsize (KiB) 59416

[startup+1051.4 s]
/proc/loadavg: 1.99 1.97 1.95 3/80 7542
/proc/meminfo: memFree=1184872/2055920 swapFree=4155984/4192956
[pid=7341] ppid=7339 vsize=48068 CPUtime=2096.9
/proc/7341/stat : 7341 (MiraXTv3_dyn) R 7339 7341 6834 0 -1 4194304 40984 0 0 0 209638 52 0 0 17 0 1 0 349682206 49221632 10839 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 11710573 0 0 4096 0 0 0 0 17 0 0 0
/proc/7341/statm: 12017 10839 220 20 0 11375 0
Current children cumulated CPU time (s) 2096.9
Current children cumulated vsize (KiB) 48068

Child status: 20
Real time (s): 1051.45
CPU time (s): 2096.95
CPU user time (s): 2096.42
CPU system time (s): 0.534918
CPU usage (%): 199.435
Max. virtual memory (cumulated for all children) (KiB): 59416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2096.42
system time used= 0.534918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40987
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= 209
involuntary context switches= 39325

runsolver used 1.01885 second user time and 2.85956 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun May 13 00:55:05 UTC 2007

IDJOB= 455850
IDBENCH= 20439
IDSOLVER= 196
FILE ID= node44/455850-1179017705

PBS_JOBID= 5253000

Free space on /tmp= 66545 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/medium/s89-100.cnf
COMMAND LINE= /tmp/evaluation/455850-1179017705/MiraXTv3_dyn /tmp/evaluation/455850-1179017705/instance-455850-1179017705.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-455850-1179017705 -o ROOT/results/node44/solver-455850-1179017705 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/455850-1179017705/MiraXTv3_dyn /tmp/evaluation/455850-1179017705/instance-455850-1179017705.cnf

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  a1c857f1db1ccfc50e10a8a9bb41e428

RANDOM SEED= 434341422

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.234
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.234
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:       1238616 kB
Buffers:         50656 kB
Cached:         616648 kB
SwapCached:      12900 kB
Active:         389700 kB
Inactive:       301004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1238616 kB
SwapTotal:     4192956 kB
SwapFree:      4155984 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:          31436 kB
Slab:           112068 kB
Committed_AS:  4618264 kB
PageTables:       1736 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= 66545 MiB

End job on node44 on Sun May 13 01:12:37 UTC 2007