Trace number 455868

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 v3? (TO) 5000.17 2507.13

General information on the benchmark

Namecrafted/spence/
hard/s117-100.cnf
MD5SUMf710aff0402072becac5332e7ba8f47f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of clauses244
Sum of the clauses size732
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3244
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...

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node33/watcher-455868-1179017928 -o ROOT/results/node33/solver-455868-1179017928 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/455868-1179017928/MiraXTv3_dyn /tmp/evaluation/455868-1179017928/instance-455868-1179017928.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.89 1.86 1.83 3/77 29758
/proc/meminfo: memFree=1697056/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=3920 CPUtime=0
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 303 0 0 0 0 0 0 0 18 0 3 0 349708270 4014080 278 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 1013 287 214 20 0 371 0
[pid=29758/tid=29759] ppid=29756 vsize=4052 CPUtime=0
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 11 0 0 0 0 0 0 0 19 0 3 0 349708271 4149248 292 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=4052 CPUtime=0
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194368 11 0 0 0 0 0 0 0 19 0 3 0 349708271 4149248 295 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 0 0 0

[startup+0.093268 s]
/proc/loadavg: 1.89 1.86 1.83 3/77 29758
/proc/meminfo: memFree=1697056/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=6792 CPUtime=0.17
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 587 0 0 0 17 0 0 0 18 0 3 0 349708270 6955008 562 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 1698 562 218 20 0 1056 0
[pid=29758/tid=29759] ppid=29756 vsize=6792 CPUtime=0.08
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 159 0 0 0 8 0 0 0 16 0 3 0 349708271 6955008 562 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=6792 CPUtime=0.08
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 133 0 0 0 8 0 0 0 17 0 3 0 349708271 6955008 562 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 6792

[startup+0.109269 s]
/proc/loadavg: 1.89 1.86 1.83 3/77 29758
/proc/meminfo: memFree=1697056/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=6948 CPUtime=0.2
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 625 0 0 0 20 0 0 0 18 0 3 0 349708270 7114752 600 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 1737 601 218 20 0 1095 0
[pid=29758/tid=29759] ppid=29756 vsize=6948 CPUtime=0.1
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 190 0 0 0 10 0 0 0 17 0 3 0 349708271 7114752 601 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 11380347 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=6948 CPUtime=0.09
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 141 0 0 0 9 0 0 0 17 0 3 0 349708271 7114752 601 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 6948

[startup+0.301315 s]
/proc/loadavg: 1.89 1.86 1.83 3/77 29758
/proc/meminfo: memFree=1697056/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=8380 CPUtime=0.58
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 1059 0 0 0 58 0 0 0 18 0 3 0 349708270 8581120 1034 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 2095 1034 218 20 0 1453 0
[pid=29758/tid=29759] ppid=29756 vsize=8380 CPUtime=0.29
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 399 0 0 0 29 0 0 0 18 0 3 0 349708271 8581120 1034 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526317 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=8380 CPUtime=0.29
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 365 0 0 0 29 0 0 0 17 0 3 0 349708271 8581120 1034 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8380

[startup+0.701397 s]
/proc/loadavg: 1.89 1.86 1.83 3/77 29758
/proc/meminfo: memFree=1697056/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=10456 CPUtime=1.39
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 1678 0 0 0 138 1 0 0 18 0 3 0 349708270 10706944 1653 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 2614 1653 218 20 0 1972 0
[pid=29758/tid=29759] ppid=29756 vsize=10456 CPUtime=0.69
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 759 0 0 0 69 0 0 0 21 0 3 0 349708271 10706944 1653 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134565686 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=10456 CPUtime=0.68
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 624 0 0 0 68 0 0 0 18 0 3 0 349708271 10706944 1653 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520200 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 10456

[startup+1.50156 s]
/proc/loadavg: 1.90 1.86 1.83 3/80 29761
/proc/meminfo: memFree=1689608/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=12552 CPUtime=2.98
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 2281 0 0 0 297 1 0 0 18 0 3 0 349708270 12853248 2256 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 3138 2256 218 20 0 2496 0
[pid=29758/tid=29759] ppid=29756 vsize=12552 CPUtime=1.48
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 1041 0 0 0 148 0 0 0 20 0 3 0 349708271 12853248 2256 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134525926 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=12552 CPUtime=1.48
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 945 0 0 0 148 0 0 0 18 0 3 0 349708271 12853248 2256 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526319 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 12552

[startup+3.10289 s]
/proc/loadavg: 1.90 1.86 1.83 3/80 29761
/proc/meminfo: memFree=1687752/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=16348 CPUtime=6.18
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 3189 0 0 0 616 2 0 0 18 0 3 0 349708270 16740352 3127 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 4087 3127 218 20 0 3445 0
[pid=29758/tid=29759] ppid=29756 vsize=16348 CPUtime=3.08
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 1574 0 0 0 308 0 0 0 17 0 3 0 349708271 16740352 3127 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=16348 CPUtime=3.07
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 1320 0 0 0 307 0 0 0 25 0 3 0 349708271 16740352 3127 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520200 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 16348

[startup+6.30155 s]
/proc/loadavg: 1.90 1.86 1.83 3/80 29761
/proc/meminfo: memFree=1679440/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=23748 CPUtime=12.56
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 5156 0 0 0 1252 4 0 0 18 0 3 0 349708270 24317952 4975 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 5937 4975 218 20 0 5295 0
[pid=29758/tid=29759] ppid=29756 vsize=23748 CPUtime=6.28
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 2596 0 0 0 627 1 0 0 25 0 3 0 349708271 24317952 4975 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=23748 CPUtime=6.25
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 2265 0 0 0 624 1 0 0 20 0 3 0 349708271 24317952 4975 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 23748

[startup+12.7029 s]
/proc/loadavg: 1.91 1.87 1.83 3/80 29761
/proc/meminfo: memFree=1669456/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=33052 CPUtime=25.32
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 7604 0 0 0 2526 6 0 0 18 0 3 0 349708270 33845248 7099 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 8263 7099 218 20 0 7621 0
[pid=29758/tid=29759] ppid=29756 vsize=33052 CPUtime=12.68
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 3838 0 0 0 1265 3 0 0 25 0 3 0 349708271 33845248 7099 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=33052 CPUtime=12.63
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 3471 0 0 0 1261 2 0 0 25 0 3 0 349708271 33845248 7099 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 33052

[startup+25.5015 s]
/proc/loadavg: 1.93 1.87 1.83 3/80 29761
/proc/meminfo: memFree=1659536/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=43168 CPUtime=50.85
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 10568 0 0 0 5076 9 0 0 18 0 3 0 349708270 44204032 9597 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 10792 9597 218 20 0 10150 0
[pid=29758/tid=29759] ppid=29756 vsize=43168 CPUtime=25.47
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 5325 0 0 0 2543 4 0 0 25 0 3 0 349708271 44204032 9597 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=43168 CPUtime=25.38
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 4948 0 0 0 2533 5 0 0 25 0 3 0 349708271 44204032 9597 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 43168

[startup+51.1017 s]
/proc/loadavg: 1.95 1.88 1.83 3/80 29761
/proc/meminfo: memFree=1651024/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=50584 CPUtime=101.91
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 13589 0 0 0 10178 13 0 0 18 0 3 0 349708270 51798016 11564 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 12646 11564 218 20 0 12004 0
[pid=29758/tid=29759] ppid=29756 vsize=50584 CPUtime=51.03
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 7033 0 0 0 5097 6 0 0 25 0 3 0 349708271 51798016 11564 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=50584 CPUtime=50.86
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 6261 0 0 0 5080 6 0 0 25 0 3 0 349708271 51798016 11564 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 50584

[startup+102.306 s]
/proc/loadavg: 1.98 1.90 1.84 3/80 29761
/proc/meminfo: memFree=1648080/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=53648 CPUtime=204.03
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 16149 0 0 0 20389 14 0 0 18 0 3 0 349708270 54935552 12239 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 13412 12239 218 20 0 12770 0
[pid=29758/tid=29759] ppid=29756 vsize=53648 CPUtime=102.18
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 8358 0 0 0 10212 6 0 0 25 0 3 0 349708271 54935552 12239 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=53648 CPUtime=101.83
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 7496 0 0 0 10176 7 0 0 25 0 3 0 349708271 54935552 12239 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 53648

[startup+162.302 s]
/proc/loadavg: 1.99 1.91 1.84 3/86 29899
/proc/meminfo: memFree=1644296/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=55728 CPUtime=323.45
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 18536 0 0 0 32320 25 0 0 18 0 3 0 349708270 57065472 12720 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 13932 12720 218 20 0 13290 0
[pid=29758/tid=29759] ppid=29756 vsize=55728 CPUtime=162.05
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 9686 0 0 0 16189 16 0 0 25 0 3 0 349708271 57065472 12720 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=55728 CPUtime=161.39
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 8555 0 0 0 16131 8 0 0 25 0 3 0 349708271 57065472 12720 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526347 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.45
Current children cumulated vsize (KiB) 55728

[startup+222.302 s]
/proc/loadavg: 1.99 1.93 1.85 3/80 29959
/proc/meminfo: memFree=1643344/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=57960 CPUtime=443
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 21133 0 0 0 44269 31 0 0 18 0 3 0 349708270 59351040 13243 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 14490 13243 218 20 0 13848 0
[pid=29758/tid=29759] ppid=29756 vsize=57960 CPUtime=221.95
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 11114 0 0 0 22173 22 0 0 25 0 3 0 349708271 59351040 13243 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=57960 CPUtime=221.04
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 9724 0 0 0 22095 9 0 0 25 0 3 0 349708271 59351040 13243 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443
Current children cumulated vsize (KiB) 57960

[startup+282.302 s]
/proc/loadavg: 1.99 1.94 1.85 3/80 29959
/proc/meminfo: memFree=1642512/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=58648 CPUtime=562.68
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 23097 0 0 0 56235 33 0 0 18 0 3 0 349708270 60055552 13441 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 14662 13441 218 20 0 14020 0
[pid=29758/tid=29759] ppid=29756 vsize=58648 CPUtime=281.89

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

/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 37784 0 0 0 189864 42 0 0 25 0 3 0 349708271 76795904 17133 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=74996 CPUtime=1894.74
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 35323 0 0 0 189437 37 0 0 25 0 3 0 349708271 76795904 17133 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526327 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3793.82
Current children cumulated vsize (KiB) 74996

[startup+1962.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 29959
/proc/meminfo: memFree=1623120/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=78232 CPUtime=3913.5
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 75892 0 0 0 391266 84 0 0 18 0 3 0 349708270 80109568 17986 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 19558 17986 218 20 0 18916 0
[pid=29758/tid=29759] ppid=29756 vsize=78232 CPUtime=1959.01
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 39569 0 0 0 195856 45 0 0 22 0 3 0 349708271 80109568 17986 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=78232 CPUtime=1954.47
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 36028 0 0 0 195409 38 0 0 21 0 3 0 349708271 80109568 17986 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526493 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3913.5
Current children cumulated vsize (KiB) 78232

[startup+2022.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 29959
/proc/meminfo: memFree=1622672/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=78440 CPUtime=4033.16
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 77620 0 0 0 403231 85 0 0 18 0 3 0 349708270 80322560 18067 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 19610 18067 218 20 0 18968 0
[pid=29758/tid=29759] ppid=29756 vsize=78440 CPUtime=2018.92
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 40397 0 0 0 201847 45 0 0 25 0 3 0 349708271 80322560 18067 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526312 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=78440 CPUtime=2014.22
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 36928 0 0 0 201383 39 0 0 25 0 3 0 349708271 80322560 18067 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 11378775 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4033.16
Current children cumulated vsize (KiB) 78440

[startup+2082.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 29959
/proc/meminfo: memFree=1622352/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=78704 CPUtime=4152.86
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 79338 0 0 0 415199 87 0 0 18 0 3 0 349708270 80592896 18133 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 19676 18133 218 20 0 19034 0
[pid=29758/tid=29759] ppid=29756 vsize=78704 CPUtime=2078.87
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 41257 0 0 0 207841 46 0 0 25 0 3 0 349708271 80592896 18133 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=78704 CPUtime=2073.97
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 37786 0 0 0 207357 40 0 0 25 0 3 0 349708271 80592896 18133 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4152.86
Current children cumulated vsize (KiB) 78704

[startup+2142.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 29959
/proc/meminfo: memFree=1622160/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=78836 CPUtime=4272.5
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 81158 0 0 0 427161 89 0 0 18 0 3 0 349708270 80728064 18173 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 19709 18173 218 20 0 19067 0
[pid=29758/tid=29759] ppid=29756 vsize=78836 CPUtime=2138.78
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 42094 0 0 0 213832 46 0 0 25 0 3 0 349708271 80728064 18173 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=78836 CPUtime=2133.7
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 38769 0 0 0 213328 42 0 0 25 0 3 0 349708271 80728064 18173 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526420 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4272.5
Current children cumulated vsize (KiB) 78836

[startup+2202.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 29959
/proc/meminfo: memFree=1622096/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=78836 CPUtime=4392.17
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 82736 0 0 0 439127 90 0 0 18 0 3 0 349708270 80728064 18193 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 19709 18193 218 20 0 19067 0
[pid=29758/tid=29759] ppid=29756 vsize=78836 CPUtime=2198.72
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 42943 0 0 0 219825 47 0 0 25 0 3 0 349708271 80728064 18193 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=78836 CPUtime=2193.44
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 39498 0 0 0 219302 42 0 0 25 0 3 0 349708271 80728064 18193 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4392.17
Current children cumulated vsize (KiB) 78836

[startup+2262.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 29959
/proc/meminfo: memFree=1621776/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=79048 CPUtime=4511.85
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 84471 0 0 0 451093 92 0 0 18 0 3 0 349708270 80945152 18236 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 19762 18236 218 20 0 19120 0
[pid=29758/tid=29759] ppid=29756 vsize=79048 CPUtime=2258.66
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 43829 0 0 0 225819 47 0 0 25 0 3 0 349708271 80945152 18236 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526341 0 0 4096 0 0 0 0 -1 0 0 0
[pid=29758/tid=29760] ppid=29756 vsize=79048 CPUtime=2253.17
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 40347 0 0 0 225274 43 0 0 25 0 3 0 349708271 80945152 18236 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526294 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4511.85
Current children cumulated vsize (KiB) 79048

[startup+2322.3 s]
/proc/loadavg: 2.05 1.99 1.91 3/80 29959
/proc/meminfo: memFree=1621520/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=79212 CPUtime=4631.5
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 86220 0 0 0 463057 93 0 0 18 0 3 0 349708270 81113088 18286 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 19803 18286 218 20 0 19161 0
[pid=29758/tid=29759] ppid=29756 vsize=79212 CPUtime=2318.53
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 44700 0 0 0 231805 48 0 0 25 0 3 0 349708271 81113088 18286 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526717 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29758/tid=29760] ppid=29756 vsize=79212 CPUtime=2312.96
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 41225 0 0 0 231252 44 0 0 25 0 3 0 349708271 81113088 18286 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4631.5
Current children cumulated vsize (KiB) 79212

[startup+2382.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/80 29959
/proc/meminfo: memFree=1621200/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=79476 CPUtime=4751.19
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 87871 0 0 0 475023 96 0 0 18 0 3 0 349708270 81383424 18351 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 19869 18351 218 20 0 19227 0
[pid=29758/tid=29759] ppid=29756 vsize=79476 CPUtime=2378.28
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 45587 0 0 0 237778 50 0 0 25 0 3 0 349708271 81383424 18351 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29758/tid=29760] ppid=29756 vsize=79476 CPUtime=2372.89
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 41989 0 0 0 237244 45 0 0 25 0 3 0 349708271 81383424 18351 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4751.19
Current children cumulated vsize (KiB) 79476

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 29959
/proc/meminfo: memFree=1619024/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=81524 CPUtime=4870.85
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 89966 0 0 0 486987 98 0 0 18 0 3 0 349708270 83480576 18860 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 20381 18860 218 20 0 19739 0
[pid=29758/tid=29759] ppid=29756 vsize=81524 CPUtime=2438.01
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 46948 0 0 0 243750 51 0 0 25 0 3 0 349708271 83480576 18860 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29758/tid=29760] ppid=29756 vsize=81524 CPUtime=2432.82
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 42723 0 0 0 243236 46 0 0 25 0 3 0 349708271 83480576 18860 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4870.85
Current children cumulated vsize (KiB) 81524

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 29959
/proc/meminfo: memFree=1618896/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=81688 CPUtime=4990.56
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 91608 0 0 0 498956 100 0 0 18 0 3 0 349708270 83648512 18908 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 20422 18908 218 20 0 19780 0
[pid=29758/tid=29759] ppid=29756 vsize=81688 CPUtime=2497.76
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 47846 0 0 0 249724 52 0 0 25 0 3 0 349708271 83648512 18908 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29758/tid=29760] ppid=29756 vsize=81688 CPUtime=2492.78
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 43467 0 0 0 249232 46 0 0 25 0 3 0 349708271 83648512 18908 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4990.56
Current children cumulated vsize (KiB) 81688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 29959
/proc/meminfo: memFree=1618896/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=81688 CPUtime=5000.14
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 91731 0 0 0 499914 100 0 0 18 0 3 0 349708270 83648512 18908 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 20422 18908 218 20 0 19780 0
[pid=29758/tid=29759] ppid=29756 vsize=81688 CPUtime=2502.54
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 47846 0 0 0 250202 52 0 0 25 0 3 0 349708271 83648512 18908 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526297 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29758/tid=29760] ppid=29756 vsize=81688 CPUtime=2497.57
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 43590 0 0 0 249711 46 0 0 25 0 3 0 349708271 83648512 18908 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5000.14
Current children cumulated vsize (KiB) 81688

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+2507.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 29959
/proc/meminfo: memFree=1618896/2055920 swapFree=4147944/4192956
[pid=29758] ppid=29756 vsize=81688 CPUtime=5000.14
/proc/29758/stat : 29758 (MiraXTv3_dyn) S 29756 29758 29684 0 -1 4194304 91731 0 0 0 499914 100 0 0 18 0 3 0 349708270 83648512 18908 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29758/statm: 20422 18908 218 20 0 19780 0
[pid=29758/tid=29759] ppid=29756 vsize=81688 CPUtime=2502.54
/proc/29758/task/29759/stat : 29759 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 47846 0 0 0 250202 52 0 0 25 0 3 0 349708271 83648512 18908 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526297 0 0 4096 0 0 0 0 -1 1 0 0
[pid=29758/tid=29760] ppid=29756 vsize=81688 CPUtime=2497.57
/proc/29758/task/29760/stat : 29760 (MiraXTv3_dyn) R 29756 29758 29684 0 -1 4194368 43590 0 0 0 249711 46 0 0 25 0 3 0 349708271 83648512 18908 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5000.14
Current children cumulated vsize (KiB) 81688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2507.13
CPU time (s): 5000.17
CPU user time (s): 4999.16
CPU system time (s): 1.01384
CPU usage (%): 199.438
Max. virtual memory (cumulated for all children) (KiB): 82180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.16
system time used= 1.01385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91731
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= 628
involuntary context switches= 94511

runsolver used 2.44063 second user time and 6.76797 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun May 13 00:58:48 UTC 2007

IDJOB= 455868
IDBENCH= 20445
IDSOLVER= 196
FILE ID= node33/455868-1179017928

PBS_JOBID= 5253219

Free space on /tmp= 66546 MiB

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

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  f710aff0402072becac5332e7ba8f47f

RANDOM SEED= 194738733

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1697144 kB
Buffers:         16436 kB
Cached:         226740 kB
SwapCached:      13864 kB
Active:          54420 kB
Inactive:       211832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697144 kB
SwapTotal:     4192956 kB
SwapFree:      4147944 kB
Dirty:            4036 kB
Writeback:           0 kB
Mapped:          30028 kB
Slab:            77780 kB
Committed_AS:  5264112 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66546 MiB

End job on node33 on Sun May 13 01:40:37 UTC 2007