Trace number 4259791

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4OPT12 8.1588497 4.1798801

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-04-05.xml
MD5SUM0116bae2a95e7b115a3e9036ad78d6b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.012916
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints50
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":20},{"size":9,"count":20}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":20},{"degree":7,"count":4},{"degree":8,"count":10},{"degree":10,"count":6}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":10},{"arity":4,"count":4},{"arity":6,"count":10},{"arity":9,"count":6}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"sum","count":20}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.38/2.21	c Concrete v3.4 running
6.69/3.70	o 8
6.99/3.83	o 10
6.99/3.88	o 12
7.97/4.14	v <instantiation cost="12">
7.97/4.14	v       <list>
7.97/4.14	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4]
7.97/4.14	v       </list>
7.97/4.14	v       <values>
7.97/4.14	v         1 1 0 1 1 1 0 0 0 1 0 1 0 1 0 1 1 0 1 1 2 2 2 2 2 3 4 4 4 3 4 3 4 3 4 2 2 4 2 2
7.97/4.14	v       </values>
7.97/4.14	v     </instantiation>
7.97/4.14	s OPTIMUM FOUND

Verifier Data

OK	12

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-4259791-1501646419/watcher-4259791-1501646419 -o /tmp/evaluation-result-4259791-1501646419/solver-4259791-1501646419 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300 bin/concrete HOME/instance-4259791-1501646419.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.23 1.51 1.63 2/194 710
/proc/meminfo: memFree=30212064/32770624 swapFree=0/938604
[pid=710] ppid=707 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/710/stat : 710 (runsolver) D 707 710 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13266567 24240128 106 18446744073709551615 4194304 4338465 140733905689024 140733905686664 140141972980439 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 30683136 140733905690832 140733905691206 140733905691206 140733905694666 0
/proc/710/statm: 5918 106 53 36 0 2156 0

[startup+0.100108 s]
/proc/loadavg: 1.23 1.51 1.63 2/194 710
/proc/meminfo: memFree=30212064/32770624 swapFree=0/938604
[pid=710] ppid=707 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/710/stat : 710 (runsolver) D 707 710 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13266567 24240128 106 18446744073709551615 4194304 4338465 140733905689024 140733905686664 140141972980439 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 30683136 140733905690832 140733905691206 140733905691206 140733905694666 0
/proc/710/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20033 s]
/proc/loadavg: 1.23 1.51 1.63 2/194 710
/proc/meminfo: memFree=30212064/32770624 swapFree=0/938604
[pid=710] ppid=707 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/710/stat : 710 (bash) S 707 710 5678 0 -1 4202496 892 6495 0 0 0 0 0 1 20 0 1 0 13266567 9867264 377 18446744073709551615 4194304 5098028 140737204936512 140737204930520 139884417293312 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 18866176 140737204941329 140737204941414 140737204941414 140737204944874 0
/proc/710/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300409 s]
/proc/loadavg: 1.23 1.51 1.63 2/194 710
/proc/meminfo: memFree=30212064/32770624 swapFree=0/938604
[pid=710] ppid=707 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/710/stat : 710 (java) S 707 710 5678 0 -1 1077944320 5731 12513 0 0 6 0 5 2 20 0 14 0 13266567 14241083392 5420 18446744073709551615 4194304 4196468 140726888980192 140726888962736 139689868803831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
/proc/710/statm: 3476827 5420 2563 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.701096 s]
/proc/loadavg: 1.23 1.51 1.63 2/194 710
/proc/meminfo: memFree=30212064/32770624 swapFree=0/938604
[pid=710] ppid=707 vsize=13974784 CPUtime=0.63 cores=1,3,5,7
/proc/710/stat : 710 (java) S 707 710 5678 0 -1 1077944320 13731 12513 0 0 53 3 5 2 20 0 15 0 13266567 14310178816 14177 18446744073709551615 4194304 4196468 140726888980192 140726888962736 139689868803831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
/proc/710/statm: 3493696 14177 3102 1 0 3482973 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13974784

[startup+1.50249 s]
/proc/loadavg: 1.21 1.51 1.63 3/209 773
/proc/meminfo: memFree=30113092/32770624 swapFree=0/938680
[pid=710] ppid=707 vsize=13985408 CPUtime=1.84 cores=1,3,5,7
/proc/710/stat : 710 (java) S 707 710 5678 0 -1 1077944320 27723 12513 0 0 169 8 5 2 20 0 15 0 13266567 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 140726888962736 139689868803831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
/proc/710/statm: 3496352 36072 3337 1 0 3485533 0
[pid=710/tid=760] ppid=707 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/710/task/760/stat : 760 (java) S 707 710 5678 0 -1 1077944384 22128 12513 0 0 114 6 5 2 20 0 15 0 13266590 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689873024880 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=761] ppid=707 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/761/stat : 761 (java) S 707 710 5678 0 -1 1077944384 191 12513 0 0 0 0 5 2 20 0 15 0 13266591 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689788217744 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=762] ppid=707 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/762/stat : 762 (java) S 707 710 5678 0 -1 1077944384 35 12513 0 0 0 0 5 2 20 0 15 0 13266591 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689787164944 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=763] ppid=707 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/763/stat : 763 (java) S 707 710 5678 0 -1 1077944384 39 12513 0 0 0 0 5 2 20 0 15 0 13266591 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689786112656 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=764] ppid=707 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/764/stat : 764 (java) S 707 710 5678 0 -1 1077944384 42 12513 0 0 0 0 5 2 20 0 15 0 13266591 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689465997840 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=765] ppid=707 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/765/stat : 765 (java) R 707 710 5678 0 -1 4202560 39 12513 0 0 0 0 5 2 20 0 15 0 13266592 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689347327104 139689853868576 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=766] ppid=707 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/766/stat : 766 (java) S 707 710 5678 0 -1 1077944384 33 12513 0 0 0 0 5 2 20 0 15 0 13266593 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689346274592 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=767] ppid=707 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/767/stat : 767 (java) S 707 710 5678 0 -1 1077944384 21 12513 0 0 0 0 5 2 20 0 15 0 13266593 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689345222256 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=768] ppid=707 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/768/stat : 768 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689344170576 139689868822427 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=769] ppid=707 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/710/task/769/stat : 769 (java) S 707 710 5678 0 -1 1077944384 943 12513 0 0 16 0 5 2 20 0 15 0 13266596 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689343117424 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=770] ppid=707 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/710/task/770/stat : 770 (java) S 707 710 5678 0 -1 1077944384 700 12513 0 0 13 0 5 2 20 0 15 0 13266596 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689342064624 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=771] ppid=707 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/710/task/771/stat : 771 (java) S 707 710 5678 0 -1 1077944384 1385 12513 0 0 22 0 5 2 20 0 15 0 13266596 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689341008208 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=772] ppid=707 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/772/stat : 772 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689339959776 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=773] ppid=707 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/773/stat : 773 (java) S 707 710 5678 0 -1 1077944384 10 12513 0 0 0 0 5 2 20 0 15 0 13266600 14321057792 36072 18446744073709551615 4194304 4196468 140726888980192 139689338907568 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10063 s]
/proc/loadavg: 1.21 1.51 1.63 3/209 773
/proc/meminfo: memFree=30040348/32770624 swapFree=0/938680
[pid=710] ppid=707 vsize=13999932 CPUtime=4.91 cores=1,3,5,7
/proc/710/stat : 710 (java) S 707 710 5678 0 -1 1077944320 49132 12513 0 0 468 16 5 2 20 0 15 0 13266567 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 140726888962736 139689868803831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
/proc/710/statm: 3499983 58803 3448 1 0 3488605 0
[pid=710/tid=760] ppid=707 vsize=13999932 CPUtime=2.82 cores=1,3,5,7
/proc/710/task/760/stat : 760 (java) S 707 710 5678 0 -1 1077944384 37820 12513 0 0 266 9 5 2 20 0 15 0 13266590 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689873036240 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=761] ppid=707 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/710/task/761/stat : 761 (java) S 707 710 5678 0 -1 1077944384 234 12513 0 0 1 0 5 2 20 0 15 0 13266591 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689788217744 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=762] ppid=707 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/710/task/762/stat : 762 (java) S 707 710 5678 0 -1 1077944384 121 12513 0 0 1 0 5 2 20 0 15 0 13266591 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689787164944 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=763] ppid=707 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/710/task/763/stat : 763 (java) S 707 710 5678 0 -1 1077944384 78 12513 0 0 1 0 5 2 20 0 15 0 13266591 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689786112656 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=764] ppid=707 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/710/task/764/stat : 764 (java) S 707 710 5678 0 -1 1077944384 72 12513 0 0 1 0 5 2 20 0 15 0 13266591 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689465997840 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=765] ppid=707 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/710/task/765/stat : 765 (java) R 707 710 5678 0 -1 4202560 1471 12513 0 0 1 0 5 2 20 0 15 0 13266592 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689347326912 139689854484481 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=766] ppid=707 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/766/stat : 766 (java) S 707 710 5678 0 -1 1077944384 55 12513 0 0 0 0 5 2 20 0 15 0 13266593 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689346274656 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=767] ppid=707 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/767/stat : 767 (java) S 707 710 5678 0 -1 1077944384 43 12513 0 0 0 0 5 2 20 0 15 0 13266593 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689345222272 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=768] ppid=707 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/768/stat : 768 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689344170576 139689868822427 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=769] ppid=707 vsize=13999932 CPUtime=0.61 cores=1,3,5,7
/proc/710/task/769/stat : 769 (java) S 707 710 5678 0 -1 1077944384 1923 12513 0 0 53 1 5 2 20 0 15 0 13266596 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689343117424 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=770] ppid=707 vsize=13999932 CPUtime=0.55 cores=1,3,5,7
/proc/710/task/770/stat : 770 (java) S 707 710 5678 0 -1 1077944384 1276 12513 0 0 48 0 5 2 20 0 15 0 13266596 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689342064624 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=771] ppid=707 vsize=13999932 CPUtime=0.98 cores=1,3,5,7
/proc/710/task/771/stat : 771 (java) S 707 710 5678 0 -1 1077944384 3868 12513 0 0 90 1 5 2 20 0 15 0 13266596 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689341008992 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=772] ppid=707 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/772/stat : 772 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689339959776 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=773] ppid=707 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/773/stat : 773 (java) S 707 710 5678 0 -1 1077944384 13 12513 0 0 0 0 5 2 20 0 15 0 13266600 14335930368 58803 18446744073709551615 4194304 4196468 140726888980192 139689338907568 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20075 s]
/proc/loadavg: 1.21 1.51 1.63 3/209 773
/proc/meminfo: memFree=30040348/32770624 swapFree=0/938680
[pid=710] ppid=707 vsize=14001980 CPUtime=5.15 cores=1,3,5,7
/proc/710/stat : 710 (java) S 707 710 5678 0 -1 1077944320 50218 12513 0 0 491 17 5 2 20 0 15 0 13266567 14338027520 60214 18446744073709551615 4194304 4196468 140726888980192 140726888962736 139689868803831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
/proc/710/statm: 3500495 60214 3449 1 0 3489117 0
[pid=710/tid=760] ppid=707 vsize=14001980 CPUtime=2.9 cores=1,3,5,7
/proc/710/task/760/stat : 760 (java) R 707 710 5678 0 -1 4202560 37970 12513 0 0 274 9 5 2 20 0 15 0 13266590 14338027520 60214 18446744073709551615 4194304 4196468 140726888980192 139689873033208 139689852847461 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=761] ppid=707 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/710/task/761/stat : 761 (java) S 707 710 5678 0 -1 1077944384 236 12513 0 0 2 0 5 2 20 0 15 0 13266591 14338027520 60214 18446744073709551615 4194304 4196468 140726888980192 139689788217744 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=762] ppid=707 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/710/task/762/stat : 762 (java) S 707 710 5678 0 -1 1077944384 121 12513 0 0 2 0 5 2 20 0 15 0 13266591 14338027520 60214 18446744073709551615 4194304 4196468 140726888980192 139689787164944 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=763] ppid=707 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/710/task/763/stat : 763 (java) S 707 710 5678 0 -1 1077944384 78 12513 0 0 2 0 5 2 20 0 15 0 13266591 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689786112656 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=764] ppid=707 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/710/task/764/stat : 764 (java) S 707 710 5678 0 -1 1077944384 72 12513 0 0 2 0 5 2 20 0 15 0 13266591 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689465997840 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=765] ppid=707 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/710/task/765/stat : 765 (java) S 707 710 5678 0 -1 1077944384 2275 12513 0 0 3 0 5 2 20 0 15 0 13266592 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689347328624 139689868814978 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=766] ppid=707 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/766/stat : 766 (java) S 707 710 5678 0 -1 1077944384 55 12513 0 0 0 0 5 2 20 0 15 0 13266593 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689346274656 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=767] ppid=707 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/767/stat : 767 (java) S 707 710 5678 0 -1 1077944384 43 12513 0 0 0 0 5 2 20 0 15 0 13266593 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689345222272 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=768] ppid=707 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/768/stat : 768 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689344170576 139689868822427 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=769] ppid=707 vsize=14001980 CPUtime=0.64 cores=1,3,5,7
/proc/710/task/769/stat : 769 (java) R 707 710 5678 0 -1 4202560 1929 12513 0 0 56 1 5 2 20 0 15 0 13266596 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689343097232 139689846398576 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=770] ppid=707 vsize=14001980 CPUtime=0.58 cores=1,3,5,7
/proc/710/task/770/stat : 770 (java) R 707 710 5678 0 -1 4202560 1293 12513 0 0 51 0 5 2 20 0 15 0 13266596 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689342064624 139689868815766 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=771] ppid=707 vsize=14001980 CPUtime=1.02 cores=1,3,5,7
/proc/710/task/771/stat : 771 (java) R 707 710 5678 0 -1 1077944384 3975 12513 0 0 94 1 5 2 20 0 15 0 13266596 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689341012336 139689868814978 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=772] ppid=707 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/772/stat : 772 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689339959776 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=773] ppid=707 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/773/stat : 773 (java) S 707 710 5678 0 -1 1077944384 13 12513 0 0 0 0 5 2 20 0 15 0 13266600 14338027520 60279 18446744073709551615 4194304 4196468 140726888980192 139689338907568 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 14001980

[startup+3.60213 s]
/proc/loadavg: 1.21 1.51 1.63 5/209 773
/proc/meminfo: memFree=29980520/32770624 swapFree=0/938680
[pid=710] ppid=707 vsize=14067516 CPUtime=6.44 cores=1,3,5,7
/proc/710/stat : 710 (java) S 707 710 5678 0 -1 1077944320 63190 12513 0 0 619 18 5 2 20 0 15 0 13266567 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 140726888962736 139689868803831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
/proc/710/statm: 3516879 73122 3452 1 0 3505501 0
[pid=710/tid=760] ppid=707 vsize=14067516 CPUtime=3.19 cores=1,3,5,7
/proc/710/task/760/stat : 760 (java) S 707 710 5678 0 -1 1077944384 47124 12513 0 0 302 10 5 2 20 0 15 0 13266590 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689873041376 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=761] ppid=707 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/710/task/761/stat : 761 (java) R 707 710 5678 0 -1 4202560 240 12513 0 0 8 0 5 2 20 0 15 0 13266591 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689788217640 139689861432039 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=762] ppid=707 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/710/task/762/stat : 762 (java) R 707 710 5678 0 -1 4202560 122 12513 0 0 7 0 5 2 20 0 15 0 13266591 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689787164944 139689861432039 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=763] ppid=707 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/710/task/763/stat : 763 (java) R 707 710 5678 0 -1 4202560 96 12513 0 0 7 0 5 2 20 0 15 0 13266591 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689786112656 139689853501583 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=764] ppid=707 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/710/task/764/stat : 764 (java) R 707 710 5678 0 -1 4202560 77 12513 0 0 8 0 5 2 20 0 15 0 13266591 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689465997840 139689861432039 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=765] ppid=707 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/710/task/765/stat : 765 (java) S 707 710 5678 0 -1 1077944384 2289 12513 0 0 6 0 5 2 20 0 15 0 13266592 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689347327024 139689868814037 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=766] ppid=707 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/766/stat : 766 (java) S 707 710 5678 0 -1 1077944384 55 12513 0 0 0 0 5 2 20 0 15 0 13266593 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689346274192 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=767] ppid=707 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/767/stat : 767 (java) S 707 710 5678 0 -1 1077944384 43 12513 0 0 0 0 5 2 20 0 15 0 13266593 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689345222272 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=768] ppid=707 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/768/stat : 768 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689344170576 139689868822427 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=769] ppid=707 vsize=14067516 CPUtime=1.03 cores=1,3,5,7
/proc/710/task/769/stat : 769 (java) S 707 710 5678 0 -1 1077944384 3465 12513 0 0 95 1 5 2 20 0 15 0 13266596 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689343103888 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=770] ppid=707 vsize=14067516 CPUtime=0.88 cores=1,3,5,7
/proc/710/task/770/stat : 770 (java) S 707 710 5678 0 -1 1077944384 3378 12513 0 0 81 0 5 2 20 0 15 0 13266596 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689342043984 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=771] ppid=707 vsize=14067516 CPUtime=1.09 cores=1,3,5,7
/proc/710/task/771/stat : 771 (java) S 707 710 5678 0 -1 1077944384 4130 12513 0 0 101 1 5 2 20 0 15 0 13266596 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689341012336 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=772] ppid=707 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/772/stat : 772 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689339959776 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=773] ppid=707 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/773/stat : 773 (java) S 707 710 5678 0 -1 1077944384 13 12513 0 0 0 0 5 2 20 0 15 0 13266600 14405136384 73122 18446744073709551615 4194304 4196468 140726888980192 139689338907568 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 14067516

[startup+4.00926 s]
/proc/loadavg: 1.21 1.51 1.63 5/209 773
/proc/meminfo: memFree=29980520/32770624 swapFree=0/938680
[pid=710] ppid=707 vsize=14072064 CPUtime=7.68 cores=1,3,5,7
/proc/710/stat : 710 (java) S 707 710 5678 0 -1 1077944320 65387 12513 0 0 742 19 5 2 20 0 15 0 13266567 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 140726888962736 139689868803831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
/proc/710/statm: 3518016 74353 3459 1 0 3506638 0
[pid=710/tid=760] ppid=707 vsize=14072064 CPUtime=3.53 cores=1,3,5,7
/proc/710/task/760/stat : 760 (java) R 707 710 5678 0 -1 4202560 47290 12513 0 0 336 10 5 2 20 0 15 0 13266590 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689873035904 139689476871648 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=761] ppid=707 vsize=14072064 CPUtime=0.17 cores=1,3,5,7
/proc/710/task/761/stat : 761 (java) S 707 710 5678 0 -1 1077944384 240 12513 0 0 10 0 5 2 20 0 15 0 13266591 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689788217744 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=762] ppid=707 vsize=14072064 CPUtime=0.16 cores=1,3,5,7
/proc/710/task/762/stat : 762 (java) S 707 710 5678 0 -1 1077944384 127 12513 0 0 9 0 5 2 20 0 15 0 13266591 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689787164944 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=763] ppid=707 vsize=14072064 CPUtime=0.15 cores=1,3,5,7
/proc/710/task/763/stat : 763 (java) S 707 710 5678 0 -1 1077944384 96 12513 0 0 8 0 5 2 20 0 15 0 13266591 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689786112656 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=764] ppid=707 vsize=14072064 CPUtime=0.17 cores=1,3,5,7
/proc/710/task/764/stat : 764 (java) S 707 710 5678 0 -1 1077944384 82 12513 0 0 10 0 5 2 20 0 15 0 13266591 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689465997840 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=765] ppid=707 vsize=14072064 CPUtime=0.17 cores=1,3,5,7
/proc/710/task/765/stat : 765 (java) S 707 710 5678 0 -1 1077944384 2291 12513 0 0 10 0 5 2 20 0 15 0 13266592 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689347328624 139689868814978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=766] ppid=707 vsize=14072064 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/766/stat : 766 (java) S 707 710 5678 0 -1 1077944384 55 12513 0 0 0 0 5 2 20 0 15 0 13266593 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689346274656 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=767] ppid=707 vsize=14072064 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/767/stat : 767 (java) S 707 710 5678 0 -1 1077944384 44 12513 0 0 0 0 5 2 20 0 15 0 13266593 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689345222272 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=768] ppid=707 vsize=14072064 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/768/stat : 768 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689344170576 139689868822427 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=769] ppid=707 vsize=14072064 CPUtime=1.26 cores=1,3,5,7
/proc/710/task/769/stat : 769 (java) R 707 710 5678 0 -1 4202560 3633 12513 0 0 118 1 5 2 20 0 15 0 13266596 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689343102624 139689846398832 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=770] ppid=707 vsize=14072064 CPUtime=1.25 cores=1,3,5,7
/proc/710/task/770/stat : 770 (java) R 707 710 5678 0 -1 4202560 4788 12513 0 0 117 1 5 2 20 0 15 0 13266596 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689342050504 139689848049679 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=771] ppid=707 vsize=14072064 CPUtime=1.29 cores=1,3,5,7
/proc/710/task/771/stat : 771 (java) S 707 710 5678 0 -1 1077944384 4570 12513 0 0 120 2 5 2 20 0 15 0 13266596 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689341012336 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=772] ppid=707 vsize=14072064 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/772/stat : 772 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689339959776 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=773] ppid=707 vsize=14072064 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/773/stat : 773 (java) S 707 710 5678 0 -1 1077944384 13 12513 0 0 0 0 5 2 20 0 15 0 13266600 14409793536 74353 18446744073709551615 4194304 4196468 140726888980192 139689338907568 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 14072064

[startup+4.1053 s]
/proc/loadavg: 1.21 1.51 1.63 5/209 773
/proc/meminfo: memFree=29980520/32770624 swapFree=0/938680
[pid=710] ppid=707 vsize=14069564 CPUtime=7.97 cores=1,3,5,7
/proc/710/stat : 710 (java) S 707 710 5678 0 -1 1077944320 66029 12513 0 0 771 19 5 2 20 0 15 0 13266567 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 140726888962736 139689868803831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
/proc/710/statm: 3517391 74379 3459 1 0 3506013 0
[pid=710/tid=760] ppid=707 vsize=14069564 CPUtime=3.62 cores=1,3,5,7
/proc/710/task/760/stat : 760 (java) R 707 710 5678 0 -1 4202560 47290 12513 0 0 345 10 5 2 20 0 15 0 13266590 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689873034512 139689477836583 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=761] ppid=707 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/710/task/761/stat : 761 (java) S 707 710 5678 0 -1 1077944384 240 12513 0 0 10 0 5 2 20 0 15 0 13266591 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689788217744 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=762] ppid=707 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/710/task/762/stat : 762 (java) S 707 710 5678 0 -1 1077944384 127 12513 0 0 9 0 5 2 20 0 15 0 13266591 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689787164944 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=763] ppid=707 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/710/task/763/stat : 763 (java) S 707 710 5678 0 -1 1077944384 96 12513 0 0 8 0 5 2 20 0 15 0 13266591 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689786112656 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=764] ppid=707 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/710/task/764/stat : 764 (java) S 707 710 5678 0 -1 1077944384 82 12513 0 0 10 0 5 2 20 0 15 0 13266591 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689465997840 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=765] ppid=707 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/710/task/765/stat : 765 (java) S 707 710 5678 0 -1 1077944384 2291 12513 0 0 10 0 5 2 20 0 15 0 13266592 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689347328624 139689868814978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=766] ppid=707 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/766/stat : 766 (java) S 707 710 5678 0 -1 1077944384 55 12513 0 0 0 0 5 2 20 0 15 0 13266593 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689346274656 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=767] ppid=707 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/767/stat : 767 (java) S 707 710 5678 0 -1 1077944384 44 12513 0 0 0 0 5 2 20 0 15 0 13266593 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689345222272 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=768] ppid=707 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/768/stat : 768 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689344170576 139689868822427 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=769] ppid=707 vsize=14069564 CPUtime=1.35 cores=1,3,5,7
/proc/710/task/769/stat : 769 (java) R 707 710 5678 0 -1 4202560 3647 12513 0 0 127 1 5 2 20 0 15 0 13266596 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689343098304 139689852289781 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=770] ppid=707 vsize=14069564 CPUtime=1.34 cores=1,3,5,7
/proc/710/task/770/stat : 770 (java) R 707 710 5678 0 -1 4202560 5414 12513 0 0 126 1 5 2 20 0 15 0 13266596 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689342050600 139689850348502 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=771] ppid=707 vsize=14069564 CPUtime=1.3 cores=1,3,5,7
/proc/710/task/771/stat : 771 (java) S 707 710 5678 0 -1 1077944384 4572 12513 0 0 121 2 5 2 20 0 15 0 13266596 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689341012336 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=772] ppid=707 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/772/stat : 772 (java) S 707 710 5678 0 -1 1077944384 3 12513 0 0 0 0 5 2 20 0 15 0 13266596 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689339959776 139689868814037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
[pid=710/tid=773] ppid=707 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/710/task/773/stat : 773 (java) S 707 710 5678 0 -1 1077944384 13 12513 0 0 0 0 5 2 20 0 15 0 13266600 14407233536 74379 18446744073709551615 4194304 4196468 140726888980192 139689338907568 139689868814978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15970304 140726888982477 140726888985262 140726888985262 140726888988623 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 4.17988
CPU time (s): 8.15885
CPU user time (s): 7.91782
CPU system time (s): 0.241025
CPU usage (%): 195.193
Max. virtual memory (cumulated for all children) (KiB): 14072064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.91782
system time used= 0.241025
maximum resident set size= 298620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78649
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6692
involuntary context switches= 760

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016243 second user time and 0.029006 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 05:46:20
IDJOB=4259791
IDBENCH=116016
IDSOLVER=2646
FILE ID=node128/4259791-1501646419
RUNJOBID= node128-1501642693-29418
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-04-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259791-1501646419/watcher-4259791-1501646419 -o /tmp/evaluation-result-4259791-1501646419/solver-4259791-1501646419 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300  bin/concrete HOME/instance-4259791-1501646419.xml

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

MD5SUM BENCH= 0116bae2a95e7b115a3e9036ad78d6b8
RANDOM SEED=359637719

node128.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.05
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.05
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.05
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.05
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:        30212968 kB
MemAvailable:   31147580 kB
Buffers:          115036 kB
Cached:          1100628 kB
SwapCached:            0 kB
Active:          1200536 kB
Inactive:         946876 kB
Active(anon):     932608 kB
Inactive(anon):     8532 kB
Active(file):     267928 kB
Inactive(file):   938344 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24124 kB
Writeback:             0 kB
AnonPages:        944280 kB
Mapped:            43660 kB
Shmem:              8872 kB
Slab:             114144 kB
SReclaimable:      88352 kB
SUnreclaim:        25792 kB
KernelStack:        3696 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1840648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    720896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61804 MiB
End job on node128 at 2017-08-02 05:46:24