Trace number 4259789

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.4OPT16 11.5221 5.4444799

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-10.xml
MD5SUM73d437c55a2dcfaad474645e4d596452
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.25943601
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints78
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":30},{"size":9,"count":30}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":30},{"degree":7,"count":4},{"degree":8,"count":18},{"degree":10,"count":8}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":18},{"arity":4,"count":4},{"arity":6,"count":18},{"arity":9,"count":8}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48},{"type":"sum","count":30}]
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.20/2.19	c Concrete v3.4 running
6.80/3.89	o 14
7.90/4.21	o 15
7.90/4.23	o 16
11.47/5.42	v <instantiation cost="16">
11.47/5.42	v       <list>
11.47/5.42	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9]
11.47/5.42	v       </list>
11.47/5.42	v       <values>
11.47/5.42	v         1 1 0 1 1 0 0 0 1 1 1 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 1 0 3 3 4 2 3 2 2 2 3 2 3 3 4 3 6 3 4 3 6 3 2 2 2 2 3 2 4 2 3 2
11.47/5.42	v       </values>
11.47/5.42	v     </instantiation>
11.47/5.42	s OPTIMUM FOUND

Verifier Data

OK	16

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

pid=556
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.16 1.51 1.63 3/194 559
/proc/meminfo: memFree=30209524/32770624 swapFree=0/938712
[pid=559] ppid=556 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/559/stat : 559 (runsolver) D 556 559 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13265884 24240128 108 18446744073709551615 4194304 4338465 140731954552976 140731954550616 139792474624727 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 38096896 140731954557136 140731954557510 140731954557510 140731954560970 0
/proc/559/statm: 5918 108 54 36 0 2156 0

[startup+0.100135 s]
/proc/loadavg: 1.16 1.51 1.63 3/194 559
/proc/meminfo: memFree=30209524/32770624 swapFree=0/938712
[pid=559] ppid=556 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/559/stat : 559 (runsolver) R 556 559 5678 0 -1 4202560 113 0 0 0 0 0 0 0 20 0 1 0 13265884 8192 1 18446744073709551615 0 0 0 140731954550472 139792474450423 0 0 1 24578 0 0 0 17 3 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/559/statm: 588 1 0 0 0 34 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8

[startup+0.200298 s]
/proc/loadavg: 1.16 1.51 1.63 3/194 559
/proc/meminfo: memFree=30209524/32770624 swapFree=0/938712
[pid=559] ppid=556 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/559/stat : 559 (bash) S 556 559 5678 0 -1 4202496 890 6485 0 0 0 0 0 1 20 0 1 0 13265884 9867264 376 18446744073709551615 4194304 5098028 140734778051872 140734778045880 140203650530304 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 35979264 140734778053137 140734778053222 140734778053222 140734778056682 0
/proc/559/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300305 s]
/proc/loadavg: 1.16 1.51 1.63 3/194 559
/proc/meminfo: memFree=30209524/32770624 swapFree=0/938712
[pid=559] ppid=556 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/559/stat : 559 (java) S 556 559 5678 0 -1 1077944320 5489 12359 0 0 5 1 5 3 20 0 14 0 13265884 14241083392 5162 18446744073709551615 4194304 4196468 140735338958768 140735338941312 140086959640311 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
/proc/559/statm: 3476827 5162 2552 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700475 s]
/proc/loadavg: 1.16 1.51 1.63 3/194 559
/proc/meminfo: memFree=30209524/32770624 swapFree=0/938712
[pid=559] ppid=556 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/559/stat : 559 (java) S 556 559 5678 0 -1 1077944320 13596 12359 0 0 56 4 5 3 20 0 15 0 13265884 14310178816 14524 18446744073709551615 4194304 4196468 140735338958768 140735338941312 140086959640311 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
/proc/559/statm: 3493696 14524 3096 1 0 3482973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50337 s]
/proc/loadavg: 1.16 1.51 1.63 3/209 645
/proc/meminfo: memFree=30118064/32770624 swapFree=0/938600
[pid=559] ppid=556 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/559/stat : 559 (java) S 556 559 5678 0 -1 1077944320 28770 12359 0 0 174 9 5 3 20 0 15 0 13265884 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140735338941312 140086959640311 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
/proc/559/statm: 3496352 40655 3350 1 0 3485533 0
[pid=559/tid=632] ppid=556 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/559/task/632/stat : 632 (java) S 556 559 5678 0 -1 1077944384 21829 12359 0 0 115 5 5 3 20 0 15 0 13265906 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086963858720 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=633] ppid=556 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/633/stat : 633 (java) R 556 559 5678 0 -1 4202560 47 12359 0 0 0 0 5 3 20 0 15 0 13265907 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086879054096 140086959652246 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=634] ppid=556 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/634/stat : 634 (java) R 556 559 5678 0 -1 1077944384 49 12359 0 0 0 0 5 3 20 0 15 0 13265907 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086878001552 140086959650517 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=635] ppid=556 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/635/stat : 635 (java) R 556 559 5678 0 -1 4202560 193 12359 0 0 0 0 5 3 20 0 15 0 13265907 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086876949008 140086952745004 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=636] ppid=556 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/636/stat : 636 (java) R 556 559 5678 0 -1 4202560 60 12359 0 0 0 0 5 3 20 0 15 0 13265907 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086875896464 140086944628711 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=637] ppid=556 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/637/stat : 637 (java) S 556 559 5678 0 -1 1077944384 1146 12359 0 0 1 0 5 3 20 0 15 0 13265908 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086437467168 140086959650517 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=638] ppid=556 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/638/stat : 638 (java) S 556 559 5678 0 -1 1077944384 33 12359 0 0 0 0 5 3 20 0 15 0 13265909 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086436414880 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=639] ppid=556 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/639/stat : 639 (java) S 556 559 5678 0 -1 1077944384 21 12359 0 0 0 0 5 3 20 0 15 0 13265909 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086435362288 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=640] ppid=556 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/640/stat : 640 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265911 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086434310864 140086959658907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=641] ppid=556 vsize=13985408 CPUtime=0.26 cores=1,3,5,7
/proc/559/task/641/stat : 641 (java) S 556 559 5678 0 -1 1077944384 1165 12359 0 0 18 0 5 3 20 0 15 0 13265911 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086433257456 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=642] ppid=556 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/559/task/642/stat : 642 (java) S 556 559 5678 0 -1 1077944384 775 12359 0 0 15 0 5 3 20 0 15 0 13265911 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086432204912 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=643] ppid=556 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/559/task/643/stat : 643 (java) S 556 559 5678 0 -1 1077944384 1292 12359 0 0 22 0 5 3 20 0 15 0 13265911 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086431147856 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=644] ppid=556 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/644/stat : 644 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265912 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086430100064 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=645] ppid=556 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/645/stat : 645 (java) S 556 559 5678 0 -1 1077944384 5 12359 0 0 0 0 5 3 20 0 15 0 13265915 14321057792 40655 18446744073709551615 4194304 4196468 140735338958768 140086429047600 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.16 1.51 1.63 4/209 645
/proc/meminfo: memFree=30032240/32770624 swapFree=0/938600
[pid=559] ppid=556 vsize=13999932 CPUtime=5.17 cores=1,3,5,7
/proc/559/stat : 559 (java) S 556 559 5678 0 -1 1077944320 48244 12359 0 0 494 15 5 3 20 0 15 0 13265884 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140735338941312 140086959640311 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
/proc/559/statm: 3499983 53756 3430 1 0 3488605 0
[pid=559/tid=632] ppid=556 vsize=13999932 CPUtime=2.76 cores=1,3,5,7
/proc/559/task/632/stat : 632 (java) R 556 559 5678 0 -1 4202560 36043 12359 0 0 259 9 5 3 20 0 15 0 13265906 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086963870944 140086552992688 0 4 1 16800974 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=633] ppid=556 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/633/stat : 633 (java) S 556 559 5678 0 -1 1077944384 52 12359 0 0 1 0 5 3 20 0 15 0 13265907 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086879054096 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=634] ppid=556 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/634/stat : 634 (java) S 556 559 5678 0 -1 1077944384 49 12359 0 0 1 0 5 3 20 0 15 0 13265907 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086878001552 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=635] ppid=556 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/635/stat : 635 (java) S 556 559 5678 0 -1 1077944384 193 12359 0 0 1 0 5 3 20 0 15 0 13265907 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086876949008 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=636] ppid=556 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/636/stat : 636 (java) S 556 559 5678 0 -1 1077944384 60 12359 0 0 1 0 5 3 20 0 15 0 13265907 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086875896464 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=637] ppid=556 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/637/stat : 637 (java) S 556 559 5678 0 -1 1077944384 1164 12359 0 0 1 0 5 3 20 0 15 0 13265908 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086437468656 140086959651458 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=638] ppid=556 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/638/stat : 638 (java) S 556 559 5678 0 -1 1077944384 56 12359 0 0 0 0 5 3 20 0 15 0 13265909 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086436414944 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=639] ppid=556 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/639/stat : 639 (java) S 556 559 5678 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 13265909 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086435362304 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=640] ppid=556 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/640/stat : 640 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265911 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086434310864 140086959658907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=641] ppid=556 vsize=13999932 CPUtime=0.6 cores=1,3,5,7
/proc/559/task/641/stat : 641 (java) S 556 559 5678 0 -1 1077944384 1485 12359 0 0 51 1 5 3 20 0 15 0 13265911 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086433257456 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=642] ppid=556 vsize=13999932 CPUtime=0.97 cores=1,3,5,7
/proc/559/task/642/stat : 642 (java) S 556 559 5678 0 -1 1077944384 3311 12359 0 0 88 1 5 3 20 0 15 0 13265911 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086432204912 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=643] ppid=556 vsize=13999932 CPUtime=0.95 cores=1,3,5,7
/proc/559/task/643/stat : 643 (java) R 556 559 5678 0 -1 4202560 3625 12359 0 0 87 0 5 3 20 0 15 0 13265911 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086431152368 140086945006835 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=644] ppid=556 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/644/stat : 644 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265912 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086430100064 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=645] ppid=556 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/645/stat : 645 (java) S 556 559 5678 0 -1 1077944384 8 12359 0 0 0 0 5 3 20 0 15 0 13265915 14335930368 53756 18446744073709551615 4194304 4196468 140735338958768 140086429047600 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20086 s]
/proc/loadavg: 1.16 1.51 1.63 4/209 645
/proc/meminfo: memFree=30032240/32770624 swapFree=0/938600
[pid=559] ppid=556 vsize=13999932 CPUtime=5.4 cores=1,3,5,7
/proc/559/stat : 559 (java) S 556 559 5678 0 -1 1077944320 48611 12359 0 0 517 15 5 3 20 0 15 0 13265884 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140735338941312 140086959640311 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
/proc/559/statm: 3499983 55195 3431 1 0 3488605 0
[pid=559/tid=632] ppid=556 vsize=13999932 CPUtime=2.86 cores=1,3,5,7
/proc/559/task/632/stat : 632 (java) R 556 559 5678 0 -1 4202560 36210 12359 0 0 269 9 5 3 20 0 15 0 13265906 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086963859760 140086943720798 0 4 1 16800974 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=633] ppid=556 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/633/stat : 633 (java) S 556 559 5678 0 -1 1077944384 52 12359 0 0 1 0 5 3 20 0 15 0 13265907 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086879054096 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=634] ppid=556 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/634/stat : 634 (java) S 556 559 5678 0 -1 1077944384 49 12359 0 0 1 0 5 3 20 0 15 0 13265907 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086878001552 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=635] ppid=556 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/635/stat : 635 (java) S 556 559 5678 0 -1 1077944384 193 12359 0 0 1 0 5 3 20 0 15 0 13265907 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086876949008 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=636] ppid=556 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/636/stat : 636 (java) S 556 559 5678 0 -1 1077944384 60 12359 0 0 1 0 5 3 20 0 15 0 13265907 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086875896464 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=637] ppid=556 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/559/task/637/stat : 637 (java) S 556 559 5678 0 -1 1077944384 1164 12359 0 0 1 0 5 3 20 0 15 0 13265908 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086437468656 140086959651458 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=638] ppid=556 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/638/stat : 638 (java) S 556 559 5678 0 -1 1077944384 56 12359 0 0 0 0 5 3 20 0 15 0 13265909 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086436414944 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=639] ppid=556 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/639/stat : 639 (java) S 556 559 5678 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 13265909 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086435362304 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=640] ppid=556 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/640/stat : 640 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265911 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086434310864 140086959658907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=641] ppid=556 vsize=13999932 CPUtime=0.63 cores=1,3,5,7
/proc/559/task/641/stat : 641 (java) S 556 559 5678 0 -1 1077944384 1507 12359 0 0 54 1 5 3 20 0 15 0 13265911 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086433257456 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=642] ppid=556 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/559/task/642/stat : 642 (java) R 556 559 5678 0 -1 4202560 3326 12359 0 0 92 1 5 3 20 0 15 0 13265911 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086432185840 140086943123636 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=643] ppid=556 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/559/task/643/stat : 643 (java) S 556 559 5678 0 -1 1077944384 3787 12359 0 0 93 0 5 3 20 0 15 0 13265911 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086431152368 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=644] ppid=556 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/644/stat : 644 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265912 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086430100064 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=645] ppid=556 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/645/stat : 645 (java) S 556 559 5678 0 -1 1077944384 8 12359 0 0 0 0 5 3 20 0 15 0 13265915 14335930368 55195 18446744073709551615 4194304 4196468 140735338958768 140086429047600 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 13999932

[startup+4.80069 s]
/proc/loadavg: 1.23 1.51 1.63 5/209 645
/proc/meminfo: memFree=29949248/32770624 swapFree=0/938600
[pid=559] ppid=556 vsize=14069564 CPUtime=9.72 cores=1,3,5,7
/proc/559/stat : 559 (java) S 556 559 5678 0 -1 1077944320 58904 12359 0 0 943 21 5 3 20 0 15 0 13265884 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140735338941312 140086959640311 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
/proc/559/statm: 3517391 86755 3461 1 0 3506013 0
[pid=559/tid=632] ppid=556 vsize=14069564 CPUtime=4.26 cores=1,3,5,7
/proc/559/task/632/stat : 632 (java) R 556 559 5678 0 -1 4202560 42728 12359 0 0 405 13 5 3 20 0 15 0 13265906 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086963874480 140086561343487 0 4 1 16800974 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=633] ppid=556 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/559/task/633/stat : 633 (java) S 556 559 5678 0 -1 1077944384 148 12359 0 0 11 0 5 3 20 0 15 0 13265907 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086879054096 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=634] ppid=556 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/559/task/634/stat : 634 (java) S 556 559 5678 0 -1 1077944384 96 12359 0 0 10 0 5 3 20 0 15 0 13265907 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086878001552 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=635] ppid=556 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/559/task/635/stat : 635 (java) S 556 559 5678 0 -1 1077944384 214 12359 0 0 10 0 5 3 20 0 15 0 13265907 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086876949008 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=636] ppid=556 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/559/task/636/stat : 636 (java) S 556 559 5678 0 -1 1077944384 84 12359 0 0 11 0 5 3 20 0 15 0 13265907 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086875896464 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=637] ppid=556 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/559/task/637/stat : 637 (java) S 556 559 5678 0 -1 1077944384 2062 12359 0 0 10 0 5 3 20 0 15 0 13265908 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086437468656 140086959651458 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=638] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/638/stat : 638 (java) S 556 559 5678 0 -1 1077944384 56 12359 0 0 0 0 5 3 20 0 15 0 13265909 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086436415008 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=639] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/639/stat : 639 (java) S 556 559 5678 0 -1 1077944384 44 12359 0 0 0 0 5 3 20 0 15 0 13265909 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086435362304 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=640] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/640/stat : 640 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265911 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086434310864 140086959658907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=641] ppid=556 vsize=14069564 CPUtime=1.6 cores=1,3,5,7
/proc/559/task/641/stat : 641 (java) R 556 559 5678 0 -1 4202560 2120 12359 0 0 151 1 5 3 20 0 15 0 13265911 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086433247200 140086941158210 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=642] ppid=556 vsize=14069564 CPUtime=2.11 cores=1,3,5,7
/proc/559/task/642/stat : 642 (java) R 556 559 5678 0 -1 4202560 4637 12359 0 0 202 1 5 3 20 0 15 0 13265911 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086432191440 140086941184538 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=643] ppid=556 vsize=14069564 CPUtime=1.36 cores=1,3,5,7
/proc/559/task/643/stat : 643 (java) S 556 559 5678 0 -1 1077944384 4550 12359 0 0 127 1 5 3 20 0 15 0 13265911 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086431152368 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=644] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/644/stat : 644 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265912 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086430100064 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=645] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/645/stat : 645 (java) S 556 559 5678 0 -1 1077944384 9 12359 0 0 0 0 5 3 20 0 15 0 13265915 14407233536 86755 18446744073709551615 4194304 4196468 140735338958768 140086429047600 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 14069564

[startup+5.20105 s]
/proc/loadavg: 1.23 1.51 1.63 5/209 645
/proc/meminfo: memFree=29949248/32770624 swapFree=0/938600
[pid=559] ppid=556 vsize=14069564 CPUtime=10.87 cores=1,3,5,7
/proc/559/stat : 559 (java) S 556 559 5678 0 -1 1077944320 59906 12359 0 0 1057 22 5 3 20 0 15 0 13265884 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140735338941312 140086959640311 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
/proc/559/statm: 3517391 87744 3464 1 0 3506013 0
[pid=559/tid=632] ppid=556 vsize=14069564 CPUtime=4.65 cores=1,3,5,7
/proc/559/task/632/stat : 632 (java) R 556 559 5678 0 -1 4202560 42730 12359 0 0 444 13 5 3 20 0 15 0 13265906 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086963873896 140086942997000 0 4 1 16800974 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=633] ppid=556 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/559/task/633/stat : 633 (java) S 556 559 5678 0 -1 1077944384 148 12359 0 0 11 0 5 3 20 0 15 0 13265907 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086879054096 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=634] ppid=556 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/559/task/634/stat : 634 (java) S 556 559 5678 0 -1 1077944384 96 12359 0 0 10 0 5 3 20 0 15 0 13265907 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086878001552 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=635] ppid=556 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/559/task/635/stat : 635 (java) S 556 559 5678 0 -1 1077944384 214 12359 0 0 10 0 5 3 20 0 15 0 13265907 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086876949008 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=636] ppid=556 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/559/task/636/stat : 636 (java) S 556 559 5678 0 -1 1077944384 84 12359 0 0 11 0 5 3 20 0 15 0 13265907 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086875896464 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=637] ppid=556 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/559/task/637/stat : 637 (java) S 556 559 5678 0 -1 1077944384 2073 12359 0 0 10 0 5 3 20 0 15 0 13265908 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086437468656 140086959651458 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=638] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/638/stat : 638 (java) S 556 559 5678 0 -1 1077944384 56 12359 0 0 0 0 5 3 20 0 15 0 13265909 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086436415008 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=639] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/639/stat : 639 (java) S 556 559 5678 0 -1 1077944384 44 12359 0 0 0 0 5 3 20 0 15 0 13265909 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086435362304 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=640] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/640/stat : 640 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265911 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086434310864 140086959658907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=641] ppid=556 vsize=14069564 CPUtime=1.98 cores=1,3,5,7
/proc/559/task/641/stat : 641 (java) R 556 559 5678 0 -1 4202560 2779 12359 0 0 189 1 5 3 20 0 15 0 13265911 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086433241984 140086938085071 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=642] ppid=556 vsize=14069564 CPUtime=2.48 cores=1,3,5,7
/proc/559/task/642/stat : 642 (java) R 556 559 5678 0 -1 4202560 4964 12359 0 0 239 1 5 3 20 0 15 0 13265911 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086432205208 140086943137091 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=643] ppid=556 vsize=14069564 CPUtime=1.38 cores=1,3,5,7
/proc/559/task/643/stat : 643 (java) S 556 559 5678 0 -1 1077944384 4553 12359 0 0 128 2 5 3 20 0 15 0 13265911 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086431152368 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=644] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/644/stat : 644 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265912 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086430100064 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=645] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/645/stat : 645 (java) S 556 559 5678 0 -1 1077944384 9 12359 0 0 0 0 5 3 20 0 15 0 13265915 14407233536 87744 18446744073709551615 4194304 4196468 140735338958768 140086429047600 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
Current children cumulated CPU time (s) 10.87
Current children cumulated vsize (KiB) 14069564

[startup+5.40105 s]
/proc/loadavg: 1.23 1.51 1.63 5/209 645
/proc/meminfo: memFree=29949248/32770624 swapFree=0/938600
[pid=559] ppid=556 vsize=14069564 CPUtime=11.47 cores=1,3,5,7
/proc/559/stat : 559 (java) S 556 559 5678 0 -1 1077944320 60474 12359 0 0 1117 22 5 3 20 0 15 0 13265884 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140735338941312 140086959640311 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
/proc/559/statm: 3517391 87556 3464 1 0 3506013 0
[pid=559/tid=632] ppid=556 vsize=14069564 CPUtime=4.85 cores=1,3,5,7
/proc/559/task/632/stat : 632 (java) R 556 559 5678 0 -1 4202560 42730 12359 0 0 464 13 5 3 20 0 15 0 13265906 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086963871880 140086550269911 0 4 1 16800974 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=633] ppid=556 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/559/task/633/stat : 633 (java) S 556 559 5678 0 -1 1077944384 148 12359 0 0 11 0 5 3 20 0 15 0 13265907 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086879054096 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=634] ppid=556 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/559/task/634/stat : 634 (java) S 556 559 5678 0 -1 1077944384 96 12359 0 0 10 0 5 3 20 0 15 0 13265907 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086878001552 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=635] ppid=556 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/559/task/635/stat : 635 (java) S 556 559 5678 0 -1 1077944384 214 12359 0 0 10 0 5 3 20 0 15 0 13265907 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086876949008 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=636] ppid=556 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/559/task/636/stat : 636 (java) S 556 559 5678 0 -1 1077944384 84 12359 0 0 11 0 5 3 20 0 15 0 13265907 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086875896464 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=637] ppid=556 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/559/task/637/stat : 637 (java) S 556 559 5678 0 -1 1077944384 2073 12359 0 0 10 0 5 3 20 0 15 0 13265908 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086437468656 140086959651458 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=638] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/638/stat : 638 (java) S 556 559 5678 0 -1 1077944384 56 12359 0 0 0 0 5 3 20 0 15 0 13265909 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086436415008 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=639] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/639/stat : 639 (java) S 556 559 5678 0 -1 1077944384 44 12359 0 0 0 0 5 3 20 0 15 0 13265909 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086435362304 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=640] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/640/stat : 640 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265911 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086434310864 140086959658907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=641] ppid=556 vsize=14069564 CPUtime=2.17 cores=1,3,5,7
/proc/559/task/641/stat : 641 (java) S 556 559 5678 0 -1 1077944384 2806 12359 0 0 208 1 5 3 20 0 15 0 13265911 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086433257456 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=642] ppid=556 vsize=14069564 CPUtime=2.67 cores=1,3,5,7
/proc/559/task/642/stat : 642 (java) S 556 559 5678 0 -1 1077944384 5504 12359 0 0 258 1 5 3 20 0 15 0 13265911 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086432204912 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=643] ppid=556 vsize=14069564 CPUtime=1.38 cores=1,3,5,7
/proc/559/task/643/stat : 643 (java) S 556 559 5678 0 -1 1077944384 4554 12359 0 0 128 2 5 3 20 0 15 0 13265911 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086431152368 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=644] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/644/stat : 644 (java) S 556 559 5678 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 13265912 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086430100064 140086959650517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
[pid=559/tid=645] ppid=556 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/559/task/645/stat : 645 (java) S 556 559 5678 0 -1 1077944384 9 12359 0 0 0 0 5 3 20 0 15 0 13265915 14407233536 87556 18446744073709551615 4194304 4196468 140735338958768 140086429047600 140086959651458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140735338960845 140735338963630 140735338963630 140735338966991 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 5.44448
CPU time (s): 11.5221
CPU user time (s): 11.2561
CPU system time (s): 0.265973
CPU usage (%): 211.629
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2561
system time used= 0.265973
maximum resident set size= 353228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72915
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= 7443
involuntary context switches= 59

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03074 second user time and 0.033622 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 05:46:13
IDJOB=4259789
IDBENCH=116012
IDSOLVER=2646
FILE ID=node128/4259789-1501646412
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-03-10.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259789-1501646412/watcher-4259789-1501646412 -o /tmp/evaluation-result-4259789-1501646412/solver-4259789-1501646412 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300  bin/concrete HOME/instance-4259789-1501646412.xml

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

MD5SUM BENCH= 73d437c55a2dcfaad474645e4d596452
RANDOM SEED=1767793867

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:        30210052 kB
MemAvailable:   31144948 kB
Buffers:          114932 kB
Cached:          1100708 kB
SwapCached:            0 kB
Active:          1202684 kB
Inactive:         947244 kB
Active(anon):     934860 kB
Inactive(anon):     8532 kB
Active(file):     267824 kB
Inactive(file):   938712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24188 kB
Writeback:             0 kB
AnonPages:        934404 kB
Mapped:            43708 kB
Shmem:              8872 kB
Slab:             114188 kB
SReclaimable:      88388 kB
SUnreclaim:        25800 kB
KernelStack:        3408 kB
PageTables:         6704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1842700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    710656 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:19