Trace number 4262442

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 9.3649502 4.5391598

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-41.xml
MD5SUMf335f4ada48cb5fc5845d54f24347b83
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.02665
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints5
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":27}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":27}]
Minimum constraint arity27
Maximum constraint arity27
Distribution of constraint arities[{"arity":27,"count":5}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":5}]
Optimization problemNO
Type of objective

Solver Data

3.15/2.28	c Concrete v3.4 running
9.10/4.49	v <instantiation>
9.10/4.49	v       <list>
9.10/4.49	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26]
9.10/4.49	v       </list>
9.10/4.49	v       <values>
9.10/4.49	v         1 1 0 1 0 0 1 0 1 1 1 0 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1
9.10/4.49	v       </values>
9.10/4.49	v     </instantiation>
9.10/4.49	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-4262442-1502427106/watcher-4262442-1502427106 -o /tmp/evaluation-result-4262442-1502427106/solver-4262442-1502427106 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580 bin/concrete HOME/instance-4262442-1502427106.xml 

pid=8630
running on 4 cores: 0,2,4,6

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.44 1.43 1.38 3/198 8633
/proc/meminfo: memFree=30073648/32770624 swapFree=0/441148
[pid=8633] ppid=8630 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/8633/stat : 8633 (runsolver) D 8630 8633 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 142363489 24240128 106 18446744073709551615 4194304 4338465 140727418382048 140727418379688 139966606242519 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 24920064 140727418388689 140727418389065 140727418389065 140727418392522 0
/proc/8633/statm: 5918 106 53 36 0 2156 0

[startup+0.100165 s]
/proc/loadavg: 1.44 1.43 1.38 3/198 8633
/proc/meminfo: memFree=30073648/32770624 swapFree=0/441148
[pid=8633] ppid=8630 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/8633/stat : 8633 (bash) S 8630 8633 4896 0 -1 4202496 717 3532 0 0 0 0 0 0 20 0 1 0 142363489 9736192 355 18446744073709551615 4194304 5098028 140725346661136 140725346658776 140389977041920 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 14917632 140725346664980 140725346665065 140725346665065 140725346668522 0
/proc/8633/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200298 s]
/proc/loadavg: 1.44 1.43 1.38 3/198 8633
/proc/meminfo: memFree=30073648/32770624 swapFree=0/441148
[pid=8633] ppid=8630 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/8633/stat : 8633 (bash) S 8630 8633 4896 0 -1 4202496 897 6480 0 0 0 0 0 1 20 0 1 0 142363489 9867264 377 18446744073709551615 4194304 5098028 140725346661136 140725346655144 140389977041920 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 14917632 140725346664980 140725346665065 140725346665065 140725346668522 0
/proc/8633/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300324 s]
/proc/loadavg: 1.44 1.43 1.38 3/198 8633
/proc/meminfo: memFree=30073648/32770624 swapFree=0/441148
[pid=8633] ppid=8630 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/8633/stat : 8633 (java) S 8630 8633 4896 0 -1 1077944320 5416 12556 0 0 5 1 5 3 20 0 14 0 142363489 14241083392 5626 18446744073709551615 4194304 4196468 140720808450560 140720808433104 140640575545079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
/proc/8633/statm: 3476827 5626 2582 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700248 s]
/proc/loadavg: 1.44 1.43 1.38 3/198 8633
/proc/meminfo: memFree=30073648/32770624 swapFree=0/441148
[pid=8633] ppid=8630 vsize=13974784 CPUtime=0.54 cores=0,2,4,6
/proc/8633/stat : 8633 (java) S 8630 8633 4896 0 -1 1077944320 12723 12556 0 0 42 4 5 3 20 0 15 0 142363489 14310178816 13550 18446744073709551615 4194304 4196468 140720808450560 140720808433104 140640575545079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
/proc/8633/statm: 3493696 13550 3068 1 0 3482965 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13974784

[startup+1.50057 s]
/proc/loadavg: 1.44 1.43 1.38 3/213 8696
/proc/meminfo: memFree=29983104/32770624 swapFree=0/441480
[pid=8633] ppid=8630 vsize=13985408 CPUtime=1.73 cores=0,2,4,6
/proc/8633/stat : 8633 (java) S 8630 8633 4896 0 -1 1077944320 25480 12556 0 0 158 7 5 3 20 0 15 0 142363489 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140720808433104 140640575545079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
/proc/8633/statm: 3496352 33632 3337 1 0 3485525 0
[pid=8633/tid=8683] ppid=8630 vsize=13985408 CPUtime=1.22 cores=0,2,4,6
/proc/8633/task/8683/stat : 8683 (java) R 8630 8633 4896 0 -1 4202560 20285 12556 0 0 108 6 5 3 20 0 15 0 142363513 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140640579769120 140640559625566 0 4 1 16800974 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8684] ppid=8630 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8684/stat : 8684 (java) S 8630 8633 4896 0 -1 1077944384 2 12556 0 0 0 0 5 3 20 0 15 0 142363513 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140640517491728 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8685] ppid=8630 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8685/stat : 8685 (java) S 8630 8633 4896 0 -1 1077944384 2 12556 0 0 0 0 5 3 20 0 15 0 142363513 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140640174742672 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8686] ppid=8630 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8686/stat : 8686 (java) S 8630 8633 4896 0 -1 1077944384 2 12556 0 0 0 0 5 3 20 0 15 0 142363513 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140640173689616 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8687] ppid=8630 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8687/stat : 8687 (java) S 8630 8633 4896 0 -1 1077944384 2 12556 0 0 0 0 5 3 20 0 15 0 142363513 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140640172637072 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8688] ppid=8630 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8688/stat : 8688 (java) S 8630 8633 4896 0 -1 1077944384 5 12556 0 0 0 0 5 3 20 0 15 0 142363515 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140639693654256 140640575556226 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8689] ppid=8630 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8689/stat : 8689 (java) S 8630 8633 4896 0 -1 1077944384 33 12556 0 0 0 0 5 3 20 0 15 0 142363515 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140639692600480 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8690] ppid=8630 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8690/stat : 8690 (java) S 8630 8633 4896 0 -1 1077944384 21 12556 0 0 0 0 5 3 20 0 15 0 142363515 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140639691547376 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8691] ppid=8630 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8691/stat : 8691 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 15 0 142363518 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140639690495952 140640575563675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8692] ppid=8630 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/8633/task/8692/stat : 8692 (java) S 8630 8633 4896 0 -1 1077944384 1154 12556 0 0 15 0 5 3 20 0 15 0 142363518 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140639689444080 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8693] ppid=8630 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/8633/task/8693/stat : 8693 (java) S 8630 8633 4896 0 -1 1077944384 572 12556 0 0 12 0 5 3 20 0 15 0 142363518 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140639688391536 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8694] ppid=8630 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/8633/task/8694/stat : 8694 (java) S 8630 8633 4896 0 -1 1077944384 1235 12556 0 0 21 0 5 3 20 0 15 0 142363518 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140639687338480 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8695] ppid=8630 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8695/stat : 8695 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 15 0 142363518 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140639686286176 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8696] ppid=8630 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8696/stat : 8696 (java) S 8630 8633 4896 0 -1 1077944384 5 12556 0 0 0 0 5 3 20 0 15 0 142363529 14321057792 33632 18446744073709551615 4194304 4196468 140720808450560 140639685233200 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 1.44 1.43 1.38 3/213 8696
/proc/meminfo: memFree=29902608/32770624 swapFree=0/441476
[pid=8633] ppid=8630 vsize=14065468 CPUtime=5.08 cores=0,2,4,6
/proc/8633/stat : 8633 (java) S 8630 8633 4896 0 -1 1077944320 51190 12556 0 0 484 16 5 3 20 0 15 0 142363489 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140720808433104 140640575545079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
/proc/8633/statm: 3516367 67894 3438 1 0 3504981 0
[pid=8633/tid=8683] ppid=8630 vsize=14065468 CPUtime=2.79 cores=0,2,4,6
/proc/8633/task/8683/stat : 8683 (java) R 8630 8633 4896 0 -1 4202560 38549 12556 0 0 261 10 5 3 20 0 15 0 142363513 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140640579760888 140640559625566 0 4 1 16800974 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8684] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8684/stat : 8684 (java) S 8630 8633 4896 0 -1 1077944384 180 12556 0 0 0 0 5 3 20 0 15 0 142363513 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140640517491728 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8685] ppid=8630 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/8633/task/8685/stat : 8685 (java) S 8630 8633 4896 0 -1 1077944384 46 12556 0 0 1 0 5 3 20 0 15 0 142363513 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140640174742672 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8686] ppid=8630 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/8633/task/8686/stat : 8686 (java) S 8630 8633 4896 0 -1 1077944384 60 12556 0 0 1 0 5 3 20 0 15 0 142363513 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140640173689616 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8687] ppid=8630 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/8633/task/8687/stat : 8687 (java) S 8630 8633 4896 0 -1 1077944384 37 12556 0 0 1 0 5 3 20 0 15 0 142363513 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140640172637072 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8688] ppid=8630 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/8633/task/8688/stat : 8688 (java) S 8630 8633 4896 0 -1 1077944384 1050 12556 0 0 1 0 5 3 20 0 15 0 142363515 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140639693654256 140640575556226 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8689] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8689/stat : 8689 (java) S 8630 8633 4896 0 -1 1077944384 55 12556 0 0 0 0 5 3 20 0 15 0 142363515 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140639692600544 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8690] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8690/stat : 8690 (java) S 8630 8633 4896 0 -1 1077944384 44 12556 0 0 0 0 5 3 20 0 15 0 142363515 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140639691547392 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8691] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8691/stat : 8691 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 15 0 142363518 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140639690495952 140640575563675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8692] ppid=8630 vsize=14065468 CPUtime=0.74 cores=0,2,4,6
/proc/8633/task/8692/stat : 8692 (java) R 8630 8633 4896 0 -1 4202560 3160 12556 0 0 65 1 5 3 20 0 15 0 142363518 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140639689423880 140640559833956 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8693] ppid=8630 vsize=14065468 CPUtime=0.75 cores=0,2,4,6
/proc/8633/task/8693/stat : 8693 (java) R 8630 8633 4896 0 -1 4202560 2962 12556 0 0 66 1 5 3 20 0 15 0 142363518 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140639688372552 140640559044020 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8694] ppid=8630 vsize=14065468 CPUtime=0.92 cores=0,2,4,6
/proc/8633/task/8694/stat : 8694 (java) S 8630 8633 4896 0 -1 1077944384 2883 12556 0 0 84 0 5 3 20 0 15 0 142363518 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140639687338480 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8695] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8695/stat : 8695 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 15 0 142363518 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140639686286176 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8696] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8696/stat : 8696 (java) S 8630 8633 4896 0 -1 1077944384 5 12556 0 0 0 0 5 3 20 0 15 0 142363529 14403039232 67894 18446744073709551615 4194304 4196468 140720808450560 140639685233200 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 14065468

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

[startup+3.20448 s]
/proc/loadavg: 1.44 1.43 1.38 3/213 8696
/proc/meminfo: memFree=29902608/32770624 swapFree=0/441476
[pid=8633] ppid=8630 vsize=14065468 CPUtime=5.4 cores=0,2,4,6
/proc/8633/stat : 8633 (java) S 8630 8633 4896 0 -1 1077944320 52143 12556 0 0 515 17 5 3 20 0 15 0 142363489 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140720808433104 140640575545079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
/proc/8633/statm: 3516367 73332 3440 1 0 3504981 0
[pid=8633/tid=8683] ppid=8630 vsize=14065468 CPUtime=2.85 cores=0,2,4,6
/proc/8633/task/8683/stat : 8683 (java) R 8630 8633 4896 0 -1 1077944384 38699 12556 0 0 267 10 5 3 20 0 15 0 142363513 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140640579776896 140640575555285 0 4 1 16800974 0 0 0 -1 6 0 0 10 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8684] ppid=8630 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/8633/task/8684/stat : 8684 (java) S 8630 8633 4896 0 -1 1077944384 198 12556 0 0 2 0 5 3 20 0 15 0 142363513 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140640517491728 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8685] ppid=8630 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/8633/task/8685/stat : 8685 (java) S 8630 8633 4896 0 -1 1077944384 53 12556 0 0 3 0 5 3 20 0 15 0 142363513 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140640174742672 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8686] ppid=8630 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/8633/task/8686/stat : 8686 (java) S 8630 8633 4896 0 -1 1077944384 65 12556 0 0 3 0 5 3 20 0 15 0 142363513 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140640173689616 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8687] ppid=8630 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/8633/task/8687/stat : 8687 (java) S 8630 8633 4896 0 -1 1077944384 48 12556 0 0 2 0 5 3 20 0 15 0 142363513 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140640172637072 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8688] ppid=8630 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/8633/task/8688/stat : 8688 (java) S 8630 8633 4896 0 -1 1077944384 1234 12556 0 0 2 0 5 3 20 0 15 0 142363515 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140639693654256 140640575556226 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8689] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8689/stat : 8689 (java) S 8630 8633 4896 0 -1 1077944384 55 12556 0 0 0 0 5 3 20 0 15 0 142363515 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140639692600544 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8690] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8690/stat : 8690 (java) S 8630 8633 4896 0 -1 1077944384 44 12556 0 0 0 0 5 3 20 0 15 0 142363515 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140639691547392 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8691] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8691/stat : 8691 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 15 0 142363518 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140639690495952 140640575563675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8692] ppid=8630 vsize=14065468 CPUtime=0.81 cores=0,2,4,6
/proc/8633/task/8692/stat : 8692 (java) R 8630 8633 4896 0 -1 4202560 3414 12556 0 0 72 1 5 3 20 0 15 0 142363518 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140639689425096 140640559041841 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8693] ppid=8630 vsize=14065468 CPUtime=0.82 cores=0,2,4,6
/proc/8633/task/8693/stat : 8693 (java) R 8630 8633 4896 0 -1 4202560 3196 12556 0 0 72 2 5 3 20 0 15 0 142363518 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140639688372552 140640559455488 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8694] ppid=8630 vsize=14065468 CPUtime=0.95 cores=0,2,4,6
/proc/8633/task/8694/stat : 8694 (java) S 8630 8633 4896 0 -1 1077944384 2970 12556 0 0 87 0 5 3 20 0 15 0 142363518 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140639687338480 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8695] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8695/stat : 8695 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 15 0 142363518 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140639686286176 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8696] ppid=8630 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8696/stat : 8696 (java) S 8630 8633 4896 0 -1 1077944384 5 12556 0 0 0 0 5 3 20 0 15 0 142363529 14403039232 73332 18446744073709551615 4194304 4196468 140720808450560 140639685233200 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 14065468

[startup+4.0036 s]
/proc/loadavg: 1.44 1.43 1.38 5/213 8696
/proc/meminfo: memFree=29788784/32770624 swapFree=0/441476
[pid=8633] ppid=8630 vsize=14067516 CPUtime=7.98 cores=0,2,4,6
/proc/8633/stat : 8633 (java) S 8630 8633 4896 0 -1 1077944320 62774 12556 0 0 771 19 5 3 20 0 15 0 142363489 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140720808433104 140640575545079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
/proc/8633/statm: 3516879 91556 3458 1 0 3505493 0
[pid=8633/tid=8683] ppid=8630 vsize=14067516 CPUtime=3.64 cores=0,2,4,6
/proc/8633/task/8683/stat : 8683 (java) R 8630 8633 4896 0 -1 4202560 39347 12556 0 0 345 11 5 3 20 0 15 0 142363513 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140640579776304 140640197412699 0 4 1 16800974 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8684] ppid=8630 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/8633/task/8684/stat : 8684 (java) S 8630 8633 4896 0 -1 1077944384 211 12556 0 0 2 0 5 3 20 0 15 0 142363513 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140640517491728 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8685] ppid=8630 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/8633/task/8685/stat : 8685 (java) S 8630 8633 4896 0 -1 1077944384 296 12556 0 0 3 0 5 3 20 0 15 0 142363513 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140640174742672 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8686] ppid=8630 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/8633/task/8686/stat : 8686 (java) S 8630 8633 4896 0 -1 1077944384 68 12556 0 0 3 0 5 3 20 0 15 0 142363513 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140640173689616 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8687] ppid=8630 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/8633/task/8687/stat : 8687 (java) S 8630 8633 4896 0 -1 1077944384 65 12556 0 0 2 0 5 3 20 0 15 0 142363513 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140640172637072 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8688] ppid=8630 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/8633/task/8688/stat : 8688 (java) S 8630 8633 4896 0 -1 1077944384 1343 12556 0 0 2 0 5 3 20 0 15 0 142363515 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140639693654256 140640575556226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8689] ppid=8630 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8689/stat : 8689 (java) S 8630 8633 4896 0 -1 1077944384 55 12556 0 0 0 0 5 3 20 0 15 0 142363515 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140639692600608 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8690] ppid=8630 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8690/stat : 8690 (java) S 8630 8633 4896 0 -1 1077944384 49 12556 0 0 0 0 5 3 20 0 15 0 142363515 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140639691547392 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8691] ppid=8630 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8691/stat : 8691 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 15 0 142363518 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140639690495952 140640575563675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8692] ppid=8630 vsize=14067516 CPUtime=1.58 cores=0,2,4,6
/proc/8633/task/8692/stat : 8692 (java) R 8630 8633 4896 0 -1 4202560 6761 12556 0 0 149 1 5 3 20 0 15 0 142363518 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140639689430640 140640559952447 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8693] ppid=8630 vsize=14067516 CPUtime=1.61 cores=0,2,4,6
/proc/8633/task/8693/stat : 8693 (java) S 8630 8633 4896 0 -1 1077944384 8353 12556 0 0 151 2 5 3 20 0 15 0 142363518 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140639688391536 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8694] ppid=8630 vsize=14067516 CPUtime=1.17 cores=0,2,4,6
/proc/8633/task/8694/stat : 8694 (java) S 8630 8633 4896 0 -1 1077944384 4054 12556 0 0 108 1 5 3 20 0 15 0 142363518 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140639687338480 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8695] ppid=8630 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8695/stat : 8695 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 15 0 142363518 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140639686286176 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8696] ppid=8630 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8696/stat : 8696 (java) S 8630 8633 4896 0 -1 1077944384 10 12556 0 0 0 0 5 3 20 0 15 0 142363529 14405136384 91556 18446744073709551615 4194304 4196468 140720808450560 140639685233200 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 14067516

[startup+4.40127 s]
/proc/loadavg: 1.44 1.43 1.38 6/213 8696
/proc/meminfo: memFree=29715496/32770624 swapFree=0/441476
[pid=8633] ppid=8630 vsize=14067516 CPUtime=9.1 cores=0,2,4,6
/proc/8633/stat : 8633 (java) S 8630 8633 4896 0 -1 1077944320 65844 12556 0 0 883 19 5 3 20 0 15 0 142363489 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140720808433104 140640575545079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
/proc/8633/statm: 3516879 92421 3465 1 0 3505493 0
[pid=8633/tid=8683] ppid=8630 vsize=14067516 CPUtime=3.92 cores=0,2,4,6
/proc/8633/task/8683/stat : 8683 (java) S 8630 8633 4896 0 -1 1077944384 39641 12556 0 0 373 11 5 3 20 0 15 0 142363513 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140640579782752 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8684] ppid=8630 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/8633/task/8684/stat : 8684 (java) S 8630 8633 4896 0 -1 1077944384 228 12556 0 0 9 0 5 3 20 0 15 0 142363513 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140640517491728 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8685] ppid=8630 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/8633/task/8685/stat : 8685 (java) S 8630 8633 4896 0 -1 1077944384 301 12556 0 0 10 0 5 3 20 0 15 0 142363513 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140640174742672 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8686] ppid=8630 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/8633/task/8686/stat : 8686 (java) S 8630 8633 4896 0 -1 1077944384 73 12556 0 0 8 0 5 3 20 0 15 0 142363513 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140640173689632 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8687] ppid=8630 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/8633/task/8687/stat : 8687 (java) R 8630 8633 4896 0 -1 4202560 68 12556 0 0 8 0 5 3 20 0 15 0 142363513 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140640172637192 140640568173287 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8688] ppid=8630 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/8633/task/8688/stat : 8688 (java) S 8630 8633 4896 0 -1 1077944384 2599 12556 0 0 7 0 5 3 20 0 15 0 142363515 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140639693652880 140640575555285 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8689] ppid=8630 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8689/stat : 8689 (java) S 8630 8633 4896 0 -1 1077944384 55 12556 0 0 0 0 5 3 20 0 15 0 142363515 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140639692600592 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8690] ppid=8630 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8690/stat : 8690 (java) S 8630 8633 4896 0 -1 1077944384 49 12556 0 0 0 0 5 3 20 0 15 0 142363515 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140639691547392 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8691] ppid=8630 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8691/stat : 8691 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 15 0 142363518 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140639690495952 140640575563675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8692] ppid=8630 vsize=14067516 CPUtime=1.8 cores=0,2,4,6
/proc/8633/task/8692/stat : 8692 (java) S 8630 8633 4896 0 -1 1077944384 7106 12556 0 0 171 1 5 3 20 0 15 0 142363518 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140639689444080 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8693] ppid=8630 vsize=14067516 CPUtime=1.86 cores=0,2,4,6
/proc/8633/task/8693/stat : 8693 (java) S 8630 8633 4896 0 -1 1077944384 8695 12556 0 0 176 2 5 3 20 0 15 0 142363518 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140639688375472 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8694] ppid=8630 vsize=14067516 CPUtime=1.25 cores=0,2,4,6
/proc/8633/task/8694/stat : 8694 (java) S 8630 8633 4896 0 -1 1077944384 4857 12556 0 0 116 1 5 3 20 0 15 0 142363518 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140639687338480 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8695] ppid=8630 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8695/stat : 8695 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 15 0 142363518 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140639686286176 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8696] ppid=8630 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8696/stat : 8696 (java) S 8630 8633 4896 0 -1 1077944384 10 12556 0 0 0 0 5 3 20 0 15 0 142363529 14405136384 92421 18446744073709551615 4194304 4196468 140720808450560 140639685233200 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
Current children cumulated CPU time (s) 9.1
Current children cumulated vsize (KiB) 14067516

[startup+4.50649 s]
/proc/loadavg: 1.44 1.43 1.38 6/213 8696
/proc/meminfo: memFree=29715496/32770624 swapFree=0/441476
[pid=8633] ppid=8630 vsize=14134080 CPUtime=9.32 cores=0,2,4,6
/proc/8633/stat : 8633 (java) S 8630 8633 4896 0 -1 1077944320 66115 12556 0 0 905 19 5 3 20 0 13 0 142363489 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140720808433104 140640575545079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
/proc/8633/statm: 3533520 92611 3467 1 0 3522134 0
[pid=8633/tid=8683] ppid=8630 vsize=14134080 CPUtime=3.96 cores=0,2,4,6
/proc/8633/task/8683/stat : 8683 (java) S 8630 8633 4896 0 -1 1077944384 39822 12556 0 0 377 11 5 3 20 0 13 0 142363513 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140640579787920 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8684] ppid=8630 vsize=14134080 CPUtime=0.2 cores=0,2,4,6
/proc/8633/task/8684/stat : 8684 (java) S 8630 8633 4896 0 -1 1077944384 228 12556 0 0 11 1 5 3 20 0 13 0 142363513 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140640517491728 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8685] ppid=8630 vsize=14134080 CPUtime=0.19 cores=0,2,4,6
/proc/8633/task/8685/stat : 8685 (java) S 8630 8633 4896 0 -1 1077944384 306 12556 0 0 11 0 5 3 20 0 13 0 142363513 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140640174742672 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8686] ppid=8630 vsize=14134080 CPUtime=0.18 cores=0,2,4,6
/proc/8633/task/8686/stat : 8686 (java) S 8630 8633 4896 0 -1 1077944384 78 12556 0 0 10 0 5 3 20 0 13 0 142363513 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140640173689616 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8687] ppid=8630 vsize=14134080 CPUtime=0.18 cores=0,2,4,6
/proc/8633/task/8687/stat : 8687 (java) S 8630 8633 4896 0 -1 1077944384 69 12556 0 0 10 0 5 3 20 0 13 0 142363513 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140640172637072 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8688] ppid=8630 vsize=14134080 CPUtime=0.18 cores=0,2,4,6
/proc/8633/task/8688/stat : 8688 (java) S 8630 8633 4896 0 -1 1077944384 2599 12556 0 0 10 0 5 3 20 0 13 0 142363515 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140639693654464 140640575556226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8689] ppid=8630 vsize=14134080 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8689/stat : 8689 (java) S 8630 8633 4896 0 -1 1077944384 55 12556 0 0 0 0 5 3 20 0 13 0 142363515 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140639692600608 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8690] ppid=8630 vsize=14134080 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8690/stat : 8690 (java) S 8630 8633 4896 0 -1 1077944384 49 12556 0 0 0 0 5 3 20 0 13 0 142363515 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140639691547392 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8692] ppid=8630 vsize=14134080 CPUtime=1.81 cores=0,2,4,6
/proc/8633/task/8692/stat : 8692 (java) S 8630 8633 4896 0 -1 1077944384 7109 12556 0 0 172 1 5 3 20 0 13 0 142363518 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140639689424480 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8693] ppid=8630 vsize=14134080 CPUtime=1.92 cores=0,2,4,6
/proc/8633/task/8693/stat : 8693 (java) R 8630 8633 4896 0 -1 4202560 8697 12556 0 0 182 2 5 3 20 0 13 0 142363518 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140639688376496 140640555231777 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8694] ppid=8630 vsize=14134080 CPUtime=1.26 cores=0,2,4,6
/proc/8633/task/8694/stat : 8694 (java) S 8630 8633 4896 0 -1 1077944384 4876 12556 0 0 117 1 5 3 20 0 13 0 142363518 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140639687338480 140640575556226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
[pid=8633/tid=8695] ppid=8630 vsize=14134080 CPUtime=0.08 cores=0,2,4,6
/proc/8633/task/8695/stat : 8695 (java) S 8630 8633 4896 0 -1 1077944384 3 12556 0 0 0 0 5 3 20 0 13 0 142363518 14473297920 92611 18446744073709551615 4194304 4196468 140720808450560 140639686286176 140640575555285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21184512 140720808458192 140720808460977 140720808460977 140720808464335 0
Current children cumulated CPU time (s) 9.32
Current children cumulated vsize (KiB) 14134080

Child status: 0
Real time (s): 4.53916
CPU time (s): 9.36495
CPU user time (s): 9.11619
CPU system time (s): 0.248762
CPU usage (%): 206.315
Max. virtual memory (cumulated for all children) (KiB): 14134080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.11619
system time used= 0.248762
maximum resident set size= 370864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78690
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= 6006
involuntary context switches= 393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021912 second user time and 0.032355 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 06:37:22
IDJOB=4262442
IDBENCH=120860
IDSOLVER=2650
FILE ID=node132/4262442-1502427106
RUNJOBID= node132-1502411403-4959
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-41.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262442-1502427106/watcher-4262442-1502427106 -o /tmp/evaluation-result-4262442-1502427106/solver-4262442-1502427106 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580  bin/concrete HOME/instance-4262442-1502427106.xml

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

MD5SUM BENCH= f335f4ada48cb5fc5845d54f24347b83
RANDOM SEED=458946228

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:        30074552 kB
MemAvailable:   30912496 kB
Buffers:          289304 kB
Cached:           859588 kB
SwapCached:            0 kB
Active:          1771912 kB
Inactive:         490160 kB
Active(anon):    1114112 kB
Inactive(anon):    49012 kB
Active(file):     657800 kB
Inactive(file):   441148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24104 kB
Writeback:             0 kB
AnonPages:       1112792 kB
Mapped:            71876 kB
Shmem:             49852 kB
Slab:             136468 kB
SReclaimable:     109664 kB
SUnreclaim:        26804 kB
KernelStack:        3488 kB
PageTables:         7964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1786780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1024000 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 06:37:27