Trace number 4262423

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Concrete 3.4SAT 8.4403696 4.1169901

General information on the benchmark

NameMagicSquare/MagicSquare-table-s1/
MagicSquare-4-table.xml
MD5SUM357eaf341d1b4da225023d563e3758c1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.036302999
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints11
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":16}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":8},{"degree":4,"count":8}]
Minimum constraint arity4
Maximum constraint arity16
Distribution of constraint arities[{"arity":4,"count":10},{"arity":16,"count":1}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.21/2.15	c Concrete v3.4 running
8.14/4.09	v <instantiation>
8.14/4.09	v       <list>
8.14/4.09	v         x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[2][0] x[2][1] x[2][2] x[2][3] x[3][0] x[3][1] x[3][2] x[3][3]
8.14/4.09	v       </list>
8.14/4.09	v       <values>
8.14/4.09	v         1 14 12 7 11 8 2 13 6 9 15 4 16 3 5 10
8.14/4.09	v       </values>
8.14/4.09	v     </instantiation>
8.14/4.09	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262423-1502457840/watcher-4262423-1502457840 -o /tmp/evaluation-result-4262423-1502457840/solver-4262423-1502457840 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580 bin/concrete HOME/instance-4262423-1502457840.xml 

pid=19179
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.55 1.48 1.43 2/198 19182
/proc/meminfo: memFree=30302504/32770624 swapFree=0/453620
[pid=19182] ppid=19179 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19182/stat : 19182 (runsolver) D 19179 19182 4896 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 145436906 24240128 108 18446744073709551615 4194304 4338465 140726108106480 140726108104120 140597202629335 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 22970368 140726108111057 140726108111433 140726108111433 140726108114890 0
/proc/19182/statm: 5918 108 54 36 0 2156 0

[startup+0.104511 s]
/proc/loadavg: 1.55 1.48 1.43 2/198 19182
/proc/meminfo: memFree=30302504/32770624 swapFree=0/453620
[pid=19182] ppid=19179 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19182/stat : 19182 (bash) S 19179 19182 4896 0 -1 4202496 896 6479 0 0 0 0 0 1 20 0 1 0 145436906 9867264 377 18446744073709551615 4194304 5098028 140725133034448 140725133028456 140380174728192 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 6 0 0 7196144 7232144 40054784 140725133042196 140725133042281 140725133042281 140725133045738 0
/proc/19182/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.203614 s]
/proc/loadavg: 1.55 1.48 1.43 2/198 19182
/proc/meminfo: memFree=30302504/32770624 swapFree=0/453620
[pid=19182] ppid=19179 vsize=13442388 CPUtime=0.1 cores=1,3,5,7
/proc/19182/stat : 19182 (java) S 19179 19182 4896 0 -1 1077944320 4643 12608 0 0 2 0 5 3 20 0 8 0 145436906 13765005312 4435 18446744073709551615 4194304 4196468 140721813531344 140721813513888 140521477385975 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
/proc/19182/statm: 3360597 4435 2011 1 0 3350094 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13442388

[startup+0.300511 s]
/proc/loadavg: 1.55 1.48 1.43 2/198 19182
/proc/meminfo: memFree=30302504/32770624 swapFree=0/453620
[pid=19182] ppid=19179 vsize=13974356 CPUtime=0.22 cores=1,3,5,7
/proc/19182/stat : 19182 (java) S 19179 19182 4896 0 -1 1077944320 6782 12608 0 0 13 1 5 3 20 0 15 0 145436906 14309740544 7872 18446744073709551615 4194304 4196468 140721813531344 140721813513888 140521477385975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
/proc/19182/statm: 3493589 7872 2937 1 0 3482965 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13974356

[startup+0.700203 s]
/proc/loadavg: 1.55 1.48 1.43 2/198 19182
/proc/meminfo: memFree=30302504/32770624 swapFree=0/453620
[pid=19182] ppid=19179 vsize=13974784 CPUtime=0.75 cores=1,3,5,7
/proc/19182/stat : 19182 (java) S 19179 19182 4896 0 -1 1077944320 14073 12608 0 0 63 4 5 3 20 0 15 0 145436906 14310178816 14987 18446744073709551615 4194304 4196468 140721813531344 140721813513888 140521477385975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
/proc/19182/statm: 3493696 14987 3110 1 0 3482965 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 13974784

[startup+1.50351 s]
/proc/loadavg: 1.55 1.48 1.43 3/213 19245
/proc/meminfo: memFree=30201292/32770624 swapFree=0/453912
[pid=19182] ppid=19179 vsize=13985408 CPUtime=2.01 cores=1,3,5,7
/proc/19182/stat : 19182 (java) S 19179 19182 4896 0 -1 1077944320 32731 12608 0 0 184 9 5 3 20 0 15 0 145436906 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140721813513888 140521477385975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
/proc/19182/statm: 3496352 43361 3378 1 0 3485525 0
[pid=19182/tid=19232] ppid=19179 vsize=13985408 CPUtime=1.33 cores=1,3,5,7
/proc/19182/task/19232/stat : 19232 (java) R 19179 19182 4896 0 -1 4202560 24971 12608 0 0 119 6 5 3 20 0 15 0 145436924 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140521481613912 140521458792264 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19233] ppid=19179 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19233/stat : 19233 (java) S 19179 19182 4896 0 -1 1077944384 21 12608 0 0 0 0 5 3 20 0 15 0 145436925 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140521411819920 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19234] ppid=19179 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19234/stat : 19234 (java) S 19179 19182 4896 0 -1 1077944384 223 12608 0 0 0 0 5 3 20 0 15 0 145436925 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140521410767120 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19235] ppid=19179 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19182/task/19235/stat : 19235 (java) S 19179 19182 4896 0 -1 1077944384 66 12608 0 0 1 0 5 3 20 0 15 0 145436925 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140521409714832 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19236] ppid=19179 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19236/stat : 19236 (java) S 19179 19182 4896 0 -1 1077944384 55 12608 0 0 0 0 5 3 20 0 15 0 145436925 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140521408662032 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19237] ppid=19179 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19182/task/19237/stat : 19237 (java) S 19179 19182 4896 0 -1 1077944384 1821 12608 0 0 1 0 5 3 20 0 15 0 145436926 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140520394177136 140521477397122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19238] ppid=19179 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19238/stat : 19238 (java) S 19179 19182 4896 0 -1 1077944384 55 12608 0 0 0 0 5 3 20 0 15 0 145436927 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140520393123168 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19239] ppid=19179 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19239/stat : 19239 (java) S 19179 19182 4896 0 -1 1077944384 43 12608 0 0 0 0 5 3 20 0 15 0 145436927 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140520324064880 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19240] ppid=19179 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19240/stat : 19240 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 15 0 145436929 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140520323013200 140521477404571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19241] ppid=19179 vsize=13985408 CPUtime=0.26 cores=1,3,5,7
/proc/19182/task/19241/stat : 19241 (java) S 19179 19182 4896 0 -1 1077944384 1137 12608 0 0 18 0 5 3 20 0 15 0 145436929 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140520321960048 140521477397122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19242] ppid=19179 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/19182/task/19242/stat : 19242 (java) R 19179 19182 4896 0 -1 4202560 689 12608 0 0 15 0 5 3 20 0 15 0 145436929 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140520320896512 140521462509945 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19243] ppid=19179 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/19182/task/19243/stat : 19243 (java) S 19179 19182 4896 0 -1 1077944384 1484 12608 0 0 24 0 5 3 20 0 15 0 145436929 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140520319854960 140521477397122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19244] ppid=19179 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19244/stat : 19244 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 15 0 145436930 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140520318802400 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19245] ppid=19179 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19245/stat : 19245 (java) S 19179 19182 4896 0 -1 1077944384 5 12608 0 0 0 0 5 3 20 0 15 0 145436932 14321057792 43361 18446744073709551615 4194304 4196468 140721813531344 140520317750192 140521477397122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 13985408

[startup+3.10114 s]
/proc/loadavg: 1.66 1.51 1.44 3/213 19245
/proc/meminfo: memFree=30130872/32770624 swapFree=0/453912
[pid=19182] ppid=19179 vsize=13999932 CPUtime=5.39 cores=1,3,5,7
/proc/19182/stat : 19182 (java) S 19179 19182 4896 0 -1 1077944320 48608 12608 0 0 517 14 5 3 20 0 15 0 145436906 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140721813513888 140521477385975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
/proc/19182/statm: 3499983 59650 3446 1 0 3488597 0
[pid=19182/tid=19232] ppid=19179 vsize=13999932 CPUtime=2.92 cores=1,3,5,7
/proc/19182/task/19232/stat : 19232 (java) R 19179 19182 4896 0 -1 4202560 37930 12608 0 0 275 9 5 3 20 0 15 0 145436924 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140521481612368 140521477397910 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19233] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19233/stat : 19233 (java) S 19179 19182 4896 0 -1 1077944384 21 12608 0 0 0 0 5 3 20 0 15 0 145436925 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140521411819920 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19234] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19234/stat : 19234 (java) S 19179 19182 4896 0 -1 1077944384 223 12608 0 0 0 0 5 3 20 0 15 0 145436925 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140521410767120 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19235] ppid=19179 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19182/task/19235/stat : 19235 (java) S 19179 19182 4896 0 -1 1077944384 66 12608 0 0 1 0 5 3 20 0 15 0 145436925 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140521409714832 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19236] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19236/stat : 19236 (java) S 19179 19182 4896 0 -1 1077944384 55 12608 0 0 0 0 5 3 20 0 15 0 145436925 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140521408662032 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19237] ppid=19179 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19182/task/19237/stat : 19237 (java) S 19179 19182 4896 0 -1 1077944384 1834 12608 0 0 1 0 5 3 20 0 15 0 145436926 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140520394177136 140521477397122 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19238] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19238/stat : 19238 (java) S 19179 19182 4896 0 -1 1077944384 55 12608 0 0 0 0 5 3 20 0 15 0 145436927 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140520393123168 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19239] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19239/stat : 19239 (java) S 19179 19182 4896 0 -1 1077944384 43 12608 0 0 0 0 5 3 20 0 15 0 145436927 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140520324064880 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19240] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19240/stat : 19240 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 15 0 145436929 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140520323013200 140521477404571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19241] ppid=19179 vsize=13999932 CPUtime=0.77 cores=1,3,5,7
/proc/19182/task/19241/stat : 19241 (java) R 19179 19182 4896 0 -1 4202560 1535 12608 0 0 69 0 5 3 20 0 15 0 145436929 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140520321958448 140521477407322 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19242] ppid=19179 vsize=13999932 CPUtime=0.81 cores=1,3,5,7
/proc/19182/task/19242/stat : 19242 (java) S 19179 19182 4896 0 -1 1077944384 1416 12608 0 0 72 1 5 3 20 0 15 0 145436929 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140520320907248 140521477397122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19243] ppid=19179 vsize=13999932 CPUtime=1.02 cores=1,3,5,7
/proc/19182/task/19243/stat : 19243 (java) R 19179 19182 4896 0 -1 4202560 3261 12608 0 0 93 1 5 3 20 0 15 0 145436929 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140520319854960 140521463397152 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19244] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19244/stat : 19244 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 15 0 145436930 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140520318802400 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19245] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19245/stat : 19245 (java) S 19179 19182 4896 0 -1 1077944384 8 12608 0 0 0 0 5 3 20 0 15 0 145436932 14335930368 59650 18446744073709551615 4194304 4196468 140721813531344 140520317750192 140521477397122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 13999932

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19182 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20159 s]
/proc/loadavg: 1.66 1.51 1.44 3/213 19245
/proc/meminfo: memFree=30130872/32770624 swapFree=0/453912
[pid=19182] ppid=19179 vsize=13999932 CPUtime=5.73 cores=1,3,5,7
/proc/19182/stat : 19182 (java) S 19179 19182 4896 0 -1 1077944320 48951 12608 0 0 550 15 5 3 20 0 15 0 145436906 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140721813513888 140521477385975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
/proc/19182/statm: 3499983 62545 3448 1 0 3488597 0
[pid=19182/tid=19232] ppid=19179 vsize=13999932 CPUtime=3.02 cores=1,3,5,7
/proc/19182/task/19232/stat : 19232 (java) R 19179 19182 4896 0 -1 4202560 37983 12608 0 0 285 9 5 3 20 0 15 0 145436924 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140521481615560 140521477397910 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19233] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19233/stat : 19233 (java) S 19179 19182 4896 0 -1 1077944384 21 12608 0 0 0 0 5 3 20 0 15 0 145436925 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140521411819920 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19234] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19234/stat : 19234 (java) S 19179 19182 4896 0 -1 1077944384 223 12608 0 0 0 0 5 3 20 0 15 0 145436925 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140521410767120 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19235] ppid=19179 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19182/task/19235/stat : 19235 (java) S 19179 19182 4896 0 -1 1077944384 66 12608 0 0 1 0 5 3 20 0 15 0 145436925 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140521409714832 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19236] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19236/stat : 19236 (java) S 19179 19182 4896 0 -1 1077944384 55 12608 0 0 0 0 5 3 20 0 15 0 145436925 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140521408662032 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19237] ppid=19179 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19182/task/19237/stat : 19237 (java) S 19179 19182 4896 0 -1 1077944384 1834 12608 0 0 1 0 5 3 20 0 15 0 145436926 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140520394177136 140521477397122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19238] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19238/stat : 19238 (java) S 19179 19182 4896 0 -1 1077944384 55 12608 0 0 0 0 5 3 20 0 15 0 145436927 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140520393123168 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19239] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19239/stat : 19239 (java) S 19179 19182 4896 0 -1 1077944384 43 12608 0 0 0 0 5 3 20 0 15 0 145436927 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140520324064880 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19240] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19240/stat : 19240 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 15 0 145436929 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140520323013200 140521477404571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19241] ppid=19179 vsize=13999932 CPUtime=0.86 cores=1,3,5,7
/proc/19182/task/19241/stat : 19241 (java) R 19179 19182 4896 0 -1 4202560 1738 12608 0 0 78 0 5 3 20 0 15 0 145436929 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140520321951504 140521477397910 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19242] ppid=19179 vsize=13999932 CPUtime=0.91 cores=1,3,5,7
/proc/19182/task/19242/stat : 19242 (java) R 19179 19182 4896 0 -1 4202560 1445 12608 0 0 82 1 5 3 20 0 15 0 145436929 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140520320893344 140521458575676 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19243] ppid=19179 vsize=13999932 CPUtime=1.06 cores=1,3,5,7
/proc/19182/task/19243/stat : 19243 (java) R 19179 19182 4896 0 -1 4202560 3320 12608 0 0 97 1 5 3 20 0 15 0 145436929 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140520319854144 140521461466462 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19244] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19244/stat : 19244 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 15 0 145436930 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140520318802400 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19245] ppid=19179 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19245/stat : 19245 (java) S 19179 19182 4896 0 -1 1077944384 8 12608 0 0 0 0 5 3 20 0 15 0 145436932 14335930368 62545 18446744073709551615 4194304 4196468 140721813531344 140520317750192 140521477397122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 13999932

[startup+3.60584 s]
/proc/loadavg: 1.66 1.51 1.44 4/213 19245
/proc/meminfo: memFree=30036276/32770624 swapFree=0/453912
[pid=19182] ppid=19179 vsize=14001980 CPUtime=6.92 cores=1,3,5,7
/proc/19182/stat : 19182 (java) S 19179 19182 4896 0 -1 1077944320 50805 12608 0 0 667 17 5 3 20 0 15 0 145436906 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140721813513888 140521477385975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
/proc/19182/statm: 3500495 77615 3457 1 0 3489109 0
[pid=19182/tid=19232] ppid=19179 vsize=14001980 CPUtime=3.37 cores=1,3,5,7
/proc/19182/task/19232/stat : 19232 (java) S 19179 19182 4896 0 -1 1077944384 38784 12608 0 0 319 10 5 3 20 0 15 0 145436924 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140521481618304 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19233] ppid=19179 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/19182/task/19233/stat : 19233 (java) S 19179 19182 4896 0 -1 1077944384 28 12608 0 0 2 0 5 3 20 0 15 0 145436925 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140521411819920 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19234] ppid=19179 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/19182/task/19234/stat : 19234 (java) S 19179 19182 4896 0 -1 1077944384 228 12608 0 0 2 0 5 3 20 0 15 0 145436925 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140521410767120 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19235] ppid=19179 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/19182/task/19235/stat : 19235 (java) S 19179 19182 4896 0 -1 1077944384 86 12608 0 0 2 0 5 3 20 0 15 0 145436925 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140521409714832 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19236] ppid=19179 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/19182/task/19236/stat : 19236 (java) S 19179 19182 4896 0 -1 1077944384 69 12608 0 0 2 0 5 3 20 0 15 0 145436925 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140521408662032 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19237] ppid=19179 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/19182/task/19237/stat : 19237 (java) S 19179 19182 4896 0 -1 1077944384 2017 12608 0 0 3 0 5 3 20 0 15 0 145436926 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140520394177136 140521477397122 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19238] ppid=19179 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19238/stat : 19238 (java) S 19179 19182 4896 0 -1 1077944384 55 12608 0 0 0 0 5 3 20 0 15 0 145436927 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140520393123168 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19239] ppid=19179 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19239/stat : 19239 (java) S 19179 19182 4896 0 -1 1077944384 43 12608 0 0 0 0 5 3 20 0 15 0 145436927 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140520324064896 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19240] ppid=19179 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19240/stat : 19240 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 15 0 145436929 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140520323013200 140521477404571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19241] ppid=19179 vsize=14001980 CPUtime=1.18 cores=1,3,5,7
/proc/19182/task/19241/stat : 19241 (java) R 19179 19182 4896 0 -1 4202560 2304 12608 0 0 109 1 5 3 20 0 15 0 145436929 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140520321945280 140521458929698 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19242] ppid=19179 vsize=14001980 CPUtime=1.22 cores=1,3,5,7
/proc/19182/task/19242/stat : 19242 (java) R 19179 19182 4896 0 -1 4202560 1544 12608 0 0 113 1 5 3 20 0 15 0 145436929 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140520320895840 140521477397910 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19243] ppid=19179 vsize=14001980 CPUtime=1.17 cores=1,3,5,7
/proc/19182/task/19243/stat : 19243 (java) R 19179 19182 4896 0 -1 4202560 3482 12608 0 0 108 1 5 3 20 0 15 0 145436929 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140520319854960 140521477397910 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19244] ppid=19179 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19244/stat : 19244 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 15 0 145436930 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140520318802400 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19245] ppid=19179 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19245/stat : 19245 (java) S 19179 19182 4896 0 -1 1077944384 8 12608 0 0 0 0 5 3 20 0 15 0 145436932 14338027520 77615 18446744073709551615 4194304 4196468 140721813531344 140520317750192 140521477397122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 14001980

[startup+4.00055 s]
/proc/loadavg: 1.66 1.51 1.44 4/213 19245
/proc/meminfo: memFree=30036276/32770624 swapFree=0/453912
[pid=19182] ppid=19179 vsize=14067516 CPUtime=8.14 cores=1,3,5,7
/proc/19182/stat : 19182 (java) S 19179 19182 4896 0 -1 1077944320 59536 12608 0 0 788 18 5 3 20 0 15 0 145436906 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140721813513888 140521477385975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
/proc/19182/statm: 3516879 86283 3457 1 0 3505493 0
[pid=19182/tid=19232] ppid=19179 vsize=14067516 CPUtime=3.64 cores=1,3,5,7
/proc/19182/task/19232/stat : 19232 (java) S 19179 19182 4896 0 -1 1077944384 45252 12608 0 0 345 11 5 3 20 0 15 0 145436924 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140521481623696 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19233] ppid=19179 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/19182/task/19233/stat : 19233 (java) S 19179 19182 4896 0 -1 1077944384 35 12608 0 0 9 0 5 3 20 0 15 0 145436925 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140521411819920 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19234] ppid=19179 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/19182/task/19234/stat : 19234 (java) S 19179 19182 4896 0 -1 1077944384 233 12608 0 0 9 0 5 3 20 0 15 0 145436925 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140521410767120 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19235] ppid=19179 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/19182/task/19235/stat : 19235 (java) S 19179 19182 4896 0 -1 1077944384 94 12608 0 0 10 0 5 3 20 0 15 0 145436925 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140521409714832 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19236] ppid=19179 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/19182/task/19236/stat : 19236 (java) S 19179 19182 4896 0 -1 1077944384 70 12608 0 0 9 0 5 3 20 0 15 0 145436925 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140521408662032 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19237] ppid=19179 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/19182/task/19237/stat : 19237 (java) R 19179 19182 4896 0 -1 4202560 2019 12608 0 0 8 0 5 3 20 0 15 0 145436926 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140520394175536 140521461753659 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19238] ppid=19179 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19238/stat : 19238 (java) S 19179 19182 4896 0 -1 1077944384 55 12608 0 0 0 0 5 3 20 0 15 0 145436927 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140520393122800 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19239] ppid=19179 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19239/stat : 19239 (java) S 19179 19182 4896 0 -1 1077944384 43 12608 0 0 0 0 5 3 20 0 15 0 145436927 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140520324064896 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19240] ppid=19179 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19240/stat : 19240 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 15 0 145436929 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140520323013200 140521477404571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19241] ppid=19179 vsize=14067516 CPUtime=1.45 cores=1,3,5,7
/proc/19182/task/19241/stat : 19241 (java) S 19179 19182 4896 0 -1 1077944384 3177 12608 0 0 136 1 5 3 20 0 15 0 145436929 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140520321944176 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19242] ppid=19179 vsize=14067516 CPUtime=1.49 cores=1,3,5,7
/proc/19182/task/19242/stat : 19242 (java) S 19179 19182 4896 0 -1 1077944384 2716 12608 0 0 140 1 5 3 20 0 15 0 145436929 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140520320886288 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19243] ppid=19179 vsize=14067516 CPUtime=1.26 cores=1,3,5,7
/proc/19182/task/19243/stat : 19243 (java) S 19179 19182 4896 0 -1 1077944384 3673 12608 0 0 117 1 5 3 20 0 15 0 145436929 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140520319854960 140521477397122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19244] ppid=19179 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19244/stat : 19244 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 15 0 145436930 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140520318802400 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19245] ppid=19179 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19245/stat : 19245 (java) S 19179 19182 4896 0 -1 1077944384 8 12608 0 0 0 0 5 3 20 0 15 0 145436932 14405136384 86283 18446744073709551615 4194304 4196468 140721813531344 140520317750192 140521477397122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 14067516

[startup+4.10062 s]
/proc/loadavg: 1.66 1.51 1.44 4/213 19245
/proc/meminfo: memFree=30036276/32770624 swapFree=0/453912
[pid=19182] ppid=19179 vsize=14134080 CPUtime=8.42 cores=1,3,5,7
/proc/19182/stat : 19182 (java) S 19179 19182 4896 0 -1 1077944320 59914 12608 0 0 815 19 5 3 20 0 13 0 145436906 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140721813513888 140521477385975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
/proc/19182/statm: 3533520 86665 3459 1 0 3522134 0
[pid=19182/tid=19232] ppid=19179 vsize=14134080 CPUtime=3.69 cores=1,3,5,7
/proc/19182/task/19232/stat : 19232 (java) S 19179 19182 4896 0 -1 1077944384 45392 12608 0 0 350 11 5 3 20 0 13 0 145436924 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140521481628816 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19233] ppid=19179 vsize=14134080 CPUtime=0.19 cores=1,3,5,7
/proc/19182/task/19233/stat : 19233 (java) S 19179 19182 4896 0 -1 1077944384 35 12608 0 0 11 0 5 3 20 0 13 0 145436925 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140521411819920 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19234] ppid=19179 vsize=14134080 CPUtime=0.2 cores=1,3,5,7
/proc/19182/task/19234/stat : 19234 (java) S 19179 19182 4896 0 -1 1077944384 234 12608 0 0 12 0 5 3 20 0 13 0 145436925 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140521410767120 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19235] ppid=19179 vsize=14134080 CPUtime=0.2 cores=1,3,5,7
/proc/19182/task/19235/stat : 19235 (java) S 19179 19182 4896 0 -1 1077944384 97 12608 0 0 12 0 5 3 20 0 13 0 145436925 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140521409714832 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19236] ppid=19179 vsize=14134080 CPUtime=0.19 cores=1,3,5,7
/proc/19182/task/19236/stat : 19236 (java) S 19179 19182 4896 0 -1 1077944384 70 12608 0 0 11 0 5 3 20 0 13 0 145436925 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140521408662032 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19237] ppid=19179 vsize=14134080 CPUtime=0.18 cores=1,3,5,7
/proc/19182/task/19237/stat : 19237 (java) S 19179 19182 4896 0 -1 1077944384 2019 12608 0 0 10 0 5 3 20 0 13 0 145436926 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140520394177344 140521477397122 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19238] ppid=19179 vsize=14134080 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19238/stat : 19238 (java) S 19179 19182 4896 0 -1 1077944384 55 12608 0 0 0 0 5 3 20 0 13 0 145436927 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140520393123168 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19239] ppid=19179 vsize=14134080 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19239/stat : 19239 (java) S 19179 19182 4896 0 -1 1077944384 43 12608 0 0 0 0 5 3 20 0 13 0 145436927 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140520324064896 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19241] ppid=19179 vsize=14134080 CPUtime=1.5 cores=1,3,5,7
/proc/19182/task/19241/stat : 19241 (java) S 19179 19182 4896 0 -1 1077944384 3186 12608 0 0 141 1 5 3 20 0 13 0 145436929 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140520321944560 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19242] ppid=19179 vsize=14134080 CPUtime=1.55 cores=1,3,5,7
/proc/19182/task/19242/stat : 19242 (java) S 19179 19182 4896 0 -1 1077944384 2884 12608 0 0 146 1 5 3 20 0 13 0 145436929 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140520320886288 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19243] ppid=19179 vsize=14134080 CPUtime=1.26 cores=1,3,5,7
/proc/19182/task/19243/stat : 19243 (java) S 19179 19182 4896 0 -1 1077944384 3677 12608 0 0 117 1 5 3 20 0 13 0 145436929 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140520319854960 140521477397122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
[pid=19182/tid=19244] ppid=19179 vsize=14134080 CPUtime=0.08 cores=1,3,5,7
/proc/19182/task/19244/stat : 19244 (java) S 19179 19182 4896 0 -1 1077944384 3 12608 0 0 0 0 5 3 20 0 13 0 145436930 14473297920 86665 18446744073709551615 4194304 4196468 140721813531344 140520318802400 140521477396181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20930560 140721813534672 140721813537457 140721813537457 140721813540815 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 14134080

Child status: 0
Real time (s): 4.11699
CPU time (s): 8.44037
CPU user time (s): 8.20769
CPU system time (s): 0.232676
CPU usage (%): 205.013
Max. virtual memory (cumulated for all children) (KiB): 14134080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.20769
system time used= 0.232676
maximum resident set size= 347260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72540
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6175
involuntary context switches= 55

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016389 second user time and 0.028309 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 15:09:36
IDJOB=4262423
IDBENCH=133255
IDSOLVER=2650
FILE ID=node132/4262423-1502457840
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-table-s1/MagicSquare-4-table.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262423-1502457840/watcher-4262423-1502457840 -o /tmp/evaluation-result-4262423-1502457840/solver-4262423-1502457840 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4262423-1502457840.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 357eaf341d1b4da225023d563e3758c1
RANDOM SEED=1110775521

node132.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30302508 kB
MemAvailable:   31168936 kB
Buffers:          297872 kB
Cached:           878936 kB
SwapCached:            0 kB
Active:          1527152 kB
Inactive:         502892 kB
Active(anon):     854332 kB
Inactive(anon):    49012 kB
Active(file):     672820 kB
Inactive(file):   453880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24488 kB
Writeback:             4 kB
AnonPages:        853496 kB
Mapped:            72816 kB
Shmem:             49852 kB
Slab:             138320 kB
SReclaimable:     111124 kB
SUnreclaim:        27196 kB
KernelStack:        3472 kB
PageTables:         7188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1724572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 15:09:41