Trace number 4308892

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
OscaR - Parallel with EPS 2018-08-14? (TO) 20029.3 2520.52

General information on the benchmark

NameNurseRostering/
NurseRostering-19_c18.xml
MD5SUM4516482276b9b550f1c9d24d3edf9abb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5922
Number of constraints16251
Number of domains21
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":156},{"size":2,"count":1314},{"size":6,"count":3360},{"size":8,"count":2},{"size":12,"count":4},{"size":13,"count":16},{"size":21,"count":3},{"size":22,"count":15},{"size":41,"count":924},{"size":85,"count":128}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":2082},{"degree":3,"count":480},{"degree":17,"count":32},{"degree":18,"count":39},{"degree":19,"count":7},{"degree":20,"count":30},{"degree":21,"count":44},{"degree":22,"count":52},{"degree":23,"count":70},{"degree":24,"count":83},{"degree":25,"count":1394},{"degree":26,"count":1316},{"degree":27,"count":293}]
Minimum constraint arity2
Maximum constraint arity320
Distribution of constraint arities[{"arity":2,"count":5706},{"arity":3,"count":6232},{"arity":4,"count":324},{"arity":5,"count":320},{"arity":6,"count":2884},{"arity":12,"count":40},{"arity":41,"count":504},{"arity":85,"count":240},{"arity":320,"count":1}]
Number of extensional constraints3824
Number of intensional constraints1882
Distribution of constraint types[{"type":"extension","count":3824},{"type":"intension","count":1882},{"type":"regular","count":6556},{"type":"sum","count":80},{"type":"count","count":3908},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1112457854
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
7.08/2.30	c Parsing done, starting search...
20026.55/2520.13	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8906 MiB free)
  memory of node 1: 16384 MiB (9998 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308892-1534354512/watcher-4308892-1534354512 -o /tmp/evaluation-result-4308892-1534354512/solver-4308892-1534354512 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1534351989-27182 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1112457854 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308892-1534354512.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=27369, runsolver pid=27366
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 9.25 8.83 8.26 2/198 27389
/proc/meminfo: memFree=19342576/32770624 swapFree=67108860/67108860
[pid=27369] ppid=27366 vsize=26103420 memory=30976 CPUtime=0.11 cores=0-7
/proc/27369/stat : 27369 (java) S 27366 27369 27155 0 -1 1077944320 7181 0 0 0 10 1 0 0 20 0 20 0 253014391 26729902080 7744 33554432000 4194304 4196468 140723275737648 140723275720192 139629869059831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
/proc/27369/statm: 6525855 7744 3137 1 0 6487932 0
[pid=27369/tid=27371] ppid=27366 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27369/task/27371/stat : 27371 (java) R 27366 27369 27155 0 -1 4202560 5272 0 0 0 8 1 0 0 20 0 20 0 253014391 26729902080 7744 33554432000 4194304 4196468 140723275737648 139629873285520 139629849335659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27372] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27372/stat : 27372 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 7744 33554432000 4194304 4196468 140723275737648 139629791640592 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27373] ppid=27366 vsize=26103420 memory=140001045100160 CPUtime=0 cores=0-7
/proc/27369/task/27373/stat : 27373 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 7744 33554432000 4194304 4196468 140723275737648 139629790588048 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27374] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27374/stat : 27374 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 7744 33554432000 4194304 4196468 140723275737648 139629425613584 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27375] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27375/stat : 27375 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 7744 33554432000 4194304 4196468 140723275737648 139629424561040 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27376] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27376/stat : 27376 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 7810 33554432000 4194304 4196468 140723275737648 139629423507984 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27377] ppid=27366 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27369/task/27377/stat : 27377 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 7810 33554432000 4194304 4196468 140723275737648 139629422455440 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27378] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27378/stat : 27378 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 7810 33554432000 4194304 4196468 140723275737648 139629421402384 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27379] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27379/stat : 27379 (java) S 27366 27369 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 7810 33554432000 4194304 4196468 140723275737648 139629420349840 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27380] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27380/stat : 27380 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014394 26729902080 7810 33554432000 4194304 4196468 140723275737648 139628187708144 139629869070978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27381] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27381/stat : 27381 (java) S 27366 27369 27155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253014394 26729902080 7810 33554432000 4194304 4196468 140723275737648 139628186654368 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27382] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27382/stat : 27382 (java) S 27366 27369 27155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253014394 26729902080 7810 33554432000 4194304 4196468 140723275737648 139628185601264 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27383] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27383/stat : 27383 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 7810 33554432000 4194304 4196468 140723275737648 139628184549840 139629869078427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27384] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27384/stat : 27384 (java) S 27366 27369 27155 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 7810 33554432000 4194304 4196468 140723275737648 139628183496944 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27385] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27385/stat : 27385 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 7810 33554432000 4194304 4196468 140723275737648 139628182444400 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27386] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27386/stat : 27386 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 7810 33554432000 4194304 4196468 140723275737648 139628181391344 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27387] ppid=27366 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27369/task/27387/stat : 27387 (java) S 27366 27369 27155 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 20 0 253014397 26729902080 7810 33554432000 4194304 4196468 140723275737648 139628180338800 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27388] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27388/stat : 27388 (java) S 27366 27369 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 7810 33554432000 4194304 4196468 140723275737648 139628066663392 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27389] ppid=27366 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27369/task/27389/stat : 27389 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 7810 33554432000 4194304 4196468 140723275737648 139628065610928 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30976 KiB

[startup+0.210124 s]*
/proc/loadavg: 9.25 8.83 8.26 4/198 27389
/proc/meminfo: memFree=19328748/32770624 swapFree=67108860/67108860
[pid=27369] ppid=27366 vsize=26103420 memory=43040 CPUtime=0.3 cores=0-7
/proc/27369/stat : 27369 (java) S 27366 27369 27155 0 -1 1077944320 10423 0 0 0 28 2 0 0 20 0 20 0 253014391 26729902080 10760 33554432000 4194304 4196468 140723275737648 140723275720192 139629869059831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
/proc/27369/statm: 6525855 10760 3339 1 0 6487932 0
[pid=27369/tid=27371] ppid=27366 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/27369/task/27371/stat : 27371 (java) R 27366 27369 27155 0 -1 4202560 8186 0 0 0 18 1 0 0 20 0 20 0 253014391 26729902080 10760 33554432000 4194304 4196468 140723275737648 139629873287136 139629853140318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27372] ppid=27366 vsize=26103420 memory=12881 CPUtime=0 cores=0-7
/proc/27369/task/27372/stat : 27372 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 10760 33554432000 4194304 4196468 140723275737648 139629791640592 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27373] ppid=27366 vsize=26103420 memory=288370377196811904 CPUtime=0 cores=0-7
/proc/27369/task/27373/stat : 27373 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 10760 33554432000 4194304 4196468 140723275737648 139629790588048 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27374] ppid=27366 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27369/task/27374/stat : 27374 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 10760 33554432000 4194304 4196468 140723275737648 139629425613584 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27375] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27375/stat : 27375 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 10760 33554432000 4194304 4196468 140723275737648 139629424561040 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27376] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27376/stat : 27376 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 10760 33554432000 4194304 4196468 140723275737648 139629423507984 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27377] ppid=27366 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27369/task/27377/stat : 27377 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 10760 33554432000 4194304 4196468 140723275737648 139629422455440 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27378] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27378/stat : 27378 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 10760 33554432000 4194304 4196468 140723275737648 139629421402384 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27379] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27379/stat : 27379 (java) S 27366 27369 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 10760 33554432000 4194304 4196468 140723275737648 139629420349840 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27380] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27380/stat : 27380 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014394 26729902080 10760 33554432000 4194304 4196468 140723275737648 139628187708144 139629869070978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27381] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27381/stat : 27381 (java) S 27366 27369 27155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253014394 26729902080 10760 33554432000 4194304 4196468 140723275737648 139628186654368 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27382] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27382/stat : 27382 (java) S 27366 27369 27155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253014394 26729902080 10760 33554432000 4194304 4196468 140723275737648 139628185601264 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27383] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27383/stat : 27383 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 10760 33554432000 4194304 4196468 140723275737648 139628184549840 139629869078427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27384] ppid=27366 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27369/task/27384/stat : 27384 (java) S 27366 27369 27155 0 -1 1077944384 454 0 0 0 1 0 0 0 20 0 20 0 253014397 26729902080 10760 33554432000 4194304 4196468 140723275737648 139628183496944 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27385] ppid=27366 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27369/task/27385/stat : 27385 (java) S 27366 27369 27155 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 20 0 253014397 26729902080 10760 33554432000 4194304 4196468 140723275737648 139628182444400 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27386] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27386/stat : 27386 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 10760 33554432000 4194304 4196468 140723275737648 139628181391344 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27387] ppid=27366 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/27369/task/27387/stat : 27387 (java) R 27366 27369 27155 0 -1 4202560 315 0 0 0 6 0 0 0 20 0 20 0 253014397 26729902080 10760 33554432000 4194304 4196468 140723275737648 139628180337984 139629853140318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27388] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27388/stat : 27388 (java) S 27366 27369 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 10760 33554432000 4194304 4196468 140723275737648 139628066663392 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27389] ppid=27366 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27369/task/27389/stat : 27389 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 10760 33554432000 4194304 4196468 140723275737648 139628065610928 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43040 KiB

[startup+0.310451 s]*
/proc/loadavg: 9.25 8.83 8.26 3/198 27389
/proc/meminfo: memFree=19325088/32770624 swapFree=67108860/67108860
[pid=27369] ppid=27366 vsize=26103420 memory=46820 CPUtime=0.43 cores=0-7
/proc/27369/stat : 27369 (java) S 27366 27369 27155 0 -1 1077944320 10857 0 0 0 40 3 0 0 20 0 20 0 253014391 26729902080 11705 33554432000 4194304 4196468 140723275737648 140723275720192 139629869059831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
/proc/27369/statm: 6525855 11705 3389 1 0 6487932 0
[pid=27369/tid=27371] ppid=27366 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/27369/task/27371/stat : 27371 (java) R 27366 27369 27155 0 -1 4202560 8527 0 0 0 28 2 0 0 20 0 20 0 253014391 26729902080 11705 33554432000 4194304 4196468 140723275737648 139629873242280 139629861776983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27372] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27372/stat : 27372 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 11705 33554432000 4194304 4196468 140723275737648 139629791640592 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27373] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27373/stat : 27373 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 11705 33554432000 4194304 4196468 140723275737648 139629790588048 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27374] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27374/stat : 27374 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 11705 33554432000 4194304 4196468 140723275737648 139629425613584 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27375] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27375/stat : 27375 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 11705 33554432000 4194304 4196468 140723275737648 139629424561040 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27376] ppid=27366 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/27369/task/27376/stat : 27376 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 11705 33554432000 4194304 4196468 140723275737648 139629423507984 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27377] ppid=27366 vsize=26103420 memory=140000901559215 CPUtime=0 cores=0-7
/proc/27369/task/27377/stat : 27377 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 11705 33554432000 4194304 4196468 140723275737648 139629422455440 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27378] ppid=27366 vsize=26103420 memory=140000901561520 CPUtime=0 cores=0-7
/proc/27369/task/27378/stat : 27378 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 11705 33554432000 4194304 4196468 140723275737648 139629421402384 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27379] ppid=27366 vsize=26103420 memory=140000901563824 CPUtime=0 cores=0-7
/proc/27369/task/27379/stat : 27379 (java) S 27366 27369 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014392 26729902080 11705 33554432000 4194304 4196468 140723275737648 139629420349840 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27380] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27380/stat : 27380 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014394 26729902080 11705 33554432000 4194304 4196468 140723275737648 139628187708144 139629869070978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27381] ppid=27366 vsize=26103420 memory=280001803134608 CPUtime=0 cores=0-7
/proc/27369/task/27381/stat : 27381 (java) S 27366 27369 27155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253014394 26729902080 11705 33554432000 4194304 4196468 140723275737648 139628186654368 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27382] ppid=27366 vsize=26103420 memory=280001803141520 CPUtime=0 cores=0-7
/proc/27369/task/27382/stat : 27382 (java) S 27366 27369 27155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253014394 26729902080 11705 33554432000 4194304 4196468 140723275737648 139628185601264 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27383] ppid=27366 vsize=26103420 memory=280001803082800 CPUtime=0 cores=0-7
/proc/27369/task/27383/stat : 27383 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 11705 33554432000 4194304 4196468 140723275737648 139628184549840 139629869078427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27384] ppid=27366 vsize=26103420 memory=280001803155344 CPUtime=0.02 cores=0-7
/proc/27369/task/27384/stat : 27384 (java) S 27366 27369 27155 0 -1 1077944384 514 0 0 0 2 0 0 0 20 0 20 0 253014397 26729902080 11705 33554432000 4194304 4196468 140723275737648 139628183496944 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27385] ppid=27366 vsize=26103420 memory=280001803162256 CPUtime=0.01 cores=0-7
/proc/27369/task/27385/stat : 27385 (java) S 27366 27369 27155 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 20 0 253014397 26729902080 11705 33554432000 4194304 4196468 140723275737648 139628182444400 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27386] ppid=27366 vsize=26103420 memory=280001803159952 CPUtime=0 cores=0-7
/proc/27369/task/27386/stat : 27386 (java) S 27366 27369 27155 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 11705 33554432000 4194304 4196468 140723275737648 139628181391344 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27387] ppid=27366 vsize=26103420 memory=280001803176560 CPUtime=0.07 cores=0-7
/proc/27369/task/27387/stat : 27387 (java) S 27366 27369 27155 0 -1 1077944384 331 0 0 0 7 0 0 0 20 0 20 0 253014397 26729902080 11705 33554432000 4194304 4196468 140723275737648 139628180338800 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27388] ppid=27366 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27388/stat : 27388 (java) S 27366 27369 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 11705 33554432000 4194304 4196468 140723275737648 139628066663392 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27389] ppid=27366 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27369/task/27389/stat : 27389 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014397 26729902080 11705 33554432000 4194304 4196468 140723275737648 139628065610928 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46820 KiB

[startup+0.700906 s]
/proc/loadavg: 9.25 8.83 8.26 2/198 27389
/proc/meminfo: memFree=19301152/32770624 swapFree=67108860/67108860
[pid=27369] ppid=27366 vsize=26105488 memory=87732 CPUtime=0.98 cores=0-7
/proc/27369/stat : 27369 (java) S 27366 27369 27155 0 -1 1077944320 17868 0 0 0 92 6 0 0 20 0 20 0 253014391 26732019712 21933 33554432000 4194304 4196468 140723275737648 140723275720192 139629869059831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
/proc/27369/statm: 6526372 21933 3496 1 0 6488444 0
[pid=27369/tid=27371] ppid=27366 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/27369/task/27371/stat : 27371 (java) R 27366 27369 27155 0 -1 4202560 15020 0 0 0 63 4 0 0 20 0 20 0 253014391 26732019712 21933 33554432000 4194304 4196468 140723275737648 139629873274800 139629862159649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27372] ppid=27366 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27372/stat : 27372 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26732019712 21933 33554432000 4194304 4196468 140723275737648 139629791640592 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27373] ppid=27366 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27373/stat : 27373 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014392 26732019712 21933 33554432000 4194304 4196468 140723275737648 139629790588048 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27374] ppid=27366 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27369/task/27374/stat : 27374 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253014392 26732019712 21933 33554432000 4194304 4196468 140723275737648 139629425613584 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27375] ppid=27366 vsize=26105488 memory=1160 CPUtime=0 cores=0-7
/proc/27369/task/27375/stat : 27375 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26732019712 21933 33554432000 4194304 4196468 140723275737648 139629424561040 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27376] ppid=27366 vsize=26105488 memory=10860 CPUtime=0 cores=0-7
/proc/27369/task/27376/stat : 27376 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26732019712 21933 33554432000 4194304 4196468 140723275737648 139629423507984 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27377] ppid=27366 vsize=26105488 memory=4616 CPUtime=0 cores=0-7
/proc/27369/task/27377/stat : 27377 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26732019712 21933 33554432000 4194304 4196468 140723275737648 139629422455440 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27378] ppid=27366 vsize=26105488 memory=1428 CPUtime=0 cores=0-7
/proc/27369/task/27378/stat : 27378 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014392 26732019712 21933 33554432000 4194304 4196468 140723275737648 139629421402384 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27379] ppid=27366 vsize=26105488 memory=15880 CPUtime=0 cores=0-7
/proc/27369/task/27379/stat : 27379 (java) S 27366 27369 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253014392 26732019712 21933 33554432000 4194304 4196468 140723275737648 139629420349840 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27380] ppid=27366 vsize=26105488 memory=16228 CPUtime=0 cores=0-7
/proc/27369/task/27380/stat : 27380 (java) S 27366 27369 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253014394 26732019712 21933 33554432000 4194304 4196468 140723275737648 139628187708144 139629869070978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0

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

[pid=27369/tid=27375] ppid=27366 vsize=27120368 memory=38200 CPUtime=13.87 cores=0-7
/proc/27369/task/27375/stat : 27375 (java) S 27366 27369 27155 0 -1 1077944384 241374 0 0 0 1116 271 0 0 20 0 35 0 253014392 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139629424561040 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 146 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27376] ppid=27366 vsize=27120368 memory=4048 CPUtime=13.92 cores=0-7
/proc/27369/task/27376/stat : 27376 (java) S 27366 27369 27155 0 -1 1077944384 243833 0 0 0 1115 277 0 0 20 0 35 0 253014392 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139629423507984 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 146 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27377] ppid=27366 vsize=27120368 memory=1796 CPUtime=13.75 cores=0-7
/proc/27369/task/27377/stat : 27377 (java) S 27366 27369 27155 0 -1 1077944384 233471 0 0 0 1109 266 0 0 20 0 35 0 253014392 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139629422455440 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 151 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27378] ppid=27366 vsize=27120368 memory=636 CPUtime=13.88 cores=0-7
/proc/27369/task/27378/stat : 27378 (java) S 27366 27369 27155 0 -1 1077944384 232011 0 0 0 1120 268 0 0 20 0 35 0 253014392 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139629421402384 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 145 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27379] ppid=27366 vsize=27120368 memory=960 CPUtime=13.88 cores=0-7
/proc/27369/task/27379/stat : 27379 (java) S 27366 27369 27155 0 -1 1077944384 255443 0 0 0 1120 268 0 0 20 0 35 0 253014392 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139629420349840 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 147 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27380] ppid=27366 vsize=27120368 memory=6791534058613427641 CPUtime=1.48 cores=0-7
/proc/27369/task/27380/stat : 27380 (java) S 27366 27369 27155 0 -1 1077944384 50206 0 0 0 133 15 0 0 20 0 35 0 253014394 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628187708144 139629869070978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27381] ppid=27366 vsize=27120368 memory=303430270546346295 CPUtime=0 cores=0-7
/proc/27369/task/27381/stat : 27381 (java) S 27366 27369 27155 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 35 0 253014394 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628186654432 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27382] ppid=27366 vsize=27120368 memory=13567093857585738 CPUtime=0 cores=0-7
/proc/27369/task/27382/stat : 27382 (java) S 27366 27369 27155 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 35 0 253014394 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628185601280 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27383] ppid=27366 vsize=27120368 memory=1796 CPUtime=0 cores=0-7
/proc/27369/task/27383/stat : 27383 (java) S 27366 27369 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 253014397 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628184549840 139629869078427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27384] ppid=27366 vsize=27120368 memory=1704 CPUtime=4.97 cores=0-7
/proc/27369/task/27384/stat : 27384 (java) S 27366 27369 27155 0 -1 1077944384 17365 0 0 0 493 4 0 0 20 0 35 0 253014397 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628183496944 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27385] ppid=27366 vsize=27120368 memory=6791534058613427641 CPUtime=4.73 cores=0-7
/proc/27369/task/27385/stat : 27385 (java) S 27366 27369 27155 0 -1 1077944384 16042 0 0 0 466 7 0 0 20 0 35 0 253014397 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628182444400 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27386] ppid=27366 vsize=27120368 memory=8089600 CPUtime=4.76 cores=0-7
/proc/27369/task/27386/stat : 27386 (java) S 27366 27369 27155 0 -1 1077944384 19219 0 0 0 473 3 0 0 20 0 35 0 253014397 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628181391344 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27387] ppid=27366 vsize=27120368 memory=4126316290023845779 CPUtime=1.88 cores=0-7
/proc/27369/task/27387/stat : 27387 (java) S 27366 27369 27155 0 -1 1077944384 17973 0 0 0 184 4 0 0 20 0 35 0 253014397 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628180338800 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27388] ppid=27366 vsize=27120368 memory=68752 CPUtime=0 cores=0-7
/proc/27369/task/27388/stat : 27388 (java) S 27366 27369 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 253014397 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628066663392 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27389] ppid=27366 vsize=27120368 memory=6791534058613427641 CPUtime=1.01 cores=0-7
/proc/27369/task/27389/stat : 27389 (java) S 27366 27369 27155 0 -1 1077944384 3711 0 0 0 20 81 0 0 20 0 35 0 253014397 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628065610928 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27390] ppid=27366 vsize=27120368 memory=68752 CPUtime=0 cores=0-7
/proc/27369/task/27390/stat : 27390 (java) S 27366 27369 27155 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 35 0 253015280 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628052169728 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27391] ppid=27366 vsize=27120368 memory=8088576 CPUtime=5.17 cores=0-7
/proc/27369/task/27391/stat : 27391 (java) R 27366 27369 27155 0 -1 1077944384 11490 0 0 0 151 366 0 0 20 0 35 0 253015297 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628049020320 139629869070978 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27392] ppid=27366 vsize=27120368 memory=2416 CPUtime=2491.98 cores=0-7
/proc/27369/task/27392/stat : 27392 (java) R 27366 27369 27155 0 -1 4202560 113671 0 0 0 249058 140 0 0 20 0 35 0 253015312 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139628045862952 139629475727754 0 4 0 16800975 0 0 0 -1 0 0 0 28 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27393] ppid=27366 vsize=27120368 memory=8088576 CPUtime=2486.72 cores=0-7
/proc/27369/task/27393/stat : 27393 (java) R 27366 27369 27155 0 -1 4202560 144892 0 0 0 248532 140 0 0 20 0 35 0 253015313 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627737200696 139629487069255 0 4 0 16800975 0 0 0 -1 7 0 0 32 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27394] ppid=27366 vsize=27120368 memory=8086524 CPUtime=2488.93 cores=0-7
/proc/27369/task/27394/stat : 27394 (java) R 27366 27369 27155 0 -1 4202560 116179 0 0 0 248776 117 0 0 20 0 35 0 253015315 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627736147640 139629487069234 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27395] ppid=27366 vsize=27120368 memory=288230574492221466 CPUtime=1.04 cores=0-7
/proc/27369/task/27395/stat : 27395 (java) S 27366 27369 27155 0 -1 1077944384 2469 0 0 0 97 7 0 0 20 0 35 0 253015319 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627733005104 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27396] ppid=27366 vsize=27120368 memory=288230621803970871 CPUtime=2480.54 cores=0-7
/proc/27369/task/27396/stat : 27396 (java) R 27366 27369 27155 0 -1 4202560 142389 0 0 0 247931 123 0 0 20 0 35 0 253015319 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627731945912 139629475727664 0 4 0 16800975 0 0 0 -1 5 0 0 31 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27397] ppid=27366 vsize=27120368 memory=13567093857585738 CPUtime=2480.16 cores=0-7
/proc/27369/task/27397/stat : 27397 (java) R 27366 27369 27155 0 -1 4202560 124130 0 0 0 247878 138 0 0 20 0 35 0 253015320 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627730892360 139629475727736 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27398] ppid=27366 vsize=27120368 memory=6791534058613427641 CPUtime=0.89 cores=0-7
/proc/27369/task/27398/stat : 27398 (java) S 27366 27369 27155 0 -1 1077944384 2755 0 0 0 83 6 0 0 20 0 35 0 253015320 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627729847472 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27399] ppid=27366 vsize=27120368 memory=4126316290023845779 CPUtime=0.96 cores=0-7
/proc/27369/task/27399/stat : 27399 (java) S 27366 27369 27155 0 -1 1077944384 3927 0 0 0 90 6 0 0 20 0 35 0 253015320 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627728794928 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27400] ppid=27366 vsize=27120368 memory=576587670355044288 CPUtime=2486.6 cores=0-7
/proc/27369/task/27400/stat : 27400 (java) R 27366 27369 27155 0 -1 4202560 123855 0 0 0 248542 118 0 0 20 0 35 0 253015321 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627727736528 139629487069234 0 4 0 16800975 0 0 0 -1 2 0 0 38 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27401] ppid=27366 vsize=27120368 memory=29972 CPUtime=2482.07 cores=0-7
/proc/27369/task/27401/stat : 27401 (java) R 27366 27369 27155 0 -1 4202560 101408 0 0 0 248078 129 0 0 20 0 35 0 253015321 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627726681920 139629475727736 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27402] ppid=27366 vsize=27120368 memory=301794158556324625 CPUtime=2482.3 cores=0-7
/proc/27369/task/27402/stat : 27402 (java) R 27366 27369 27155 0 -1 4202560 125955 0 0 0 248110 120 0 0 20 0 35 0 253015321 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627725629112 139629484951243 0 4 0 16800975 0 0 0 -1 6 0 0 32 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27403] ppid=27366 vsize=27120368 memory=3472328296227703969 CPUtime=0 cores=0-7
/proc/27369/task/27403/stat : 27403 (java) S 27366 27369 27155 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 253015963 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627724583728 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27404] ppid=27366 vsize=27120368 memory=3472328296227701761 CPUtime=0 cores=0-7
/proc/27369/task/27404/stat : 27404 (java) S 27366 27369 27155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 253015963 27771256832 2021631 33554432000 4194304 4196468 140723275737648 139627723531696 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
Current children cumulated CPU time: 20025.7 s
Current children cumulated vsize: 27120368 KiB
Current children cumulated memory: 8086524 KiB

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

[startup+2520.52 s]
# the end of solver process 27369 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19996.5 s, system=32.7557 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.4 s]
/proc/loadavg: 9.13 8.87 8.75 10/213 27458
/proc/meminfo: memFree=11270448/32770624 swapFree=67108860/67108860
[pid=27369] ppid=27366 vsize=27719444 memory=8088216 CPUtime=20028.7 cores=0-7
/proc/27369/stat : 27369 (java) S 27366 27369 27155 0 -1 1077944320 3103169 0 0 0 1999603 3270 0 0 20 0 44 0 253014391 28384710656 2022054 33554432000 4194304 4196468 140723275737648 140723275720192 139629869059831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
/proc/27369/statm: 6929861 2022054 3650 1 0 6891412 0
[pid=27369/tid=27371] ppid=27366 vsize=27719444 memory=1580 CPUtime=8.58 cores=0-7
/proc/27369/task/27371/stat : 27371 (java) S 27366 27369 27155 0 -1 1077944384 24645 0 0 0 830 28 0 0 20 0 44 0 253014391 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139629873297296 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27372] ppid=27366 vsize=27719444 memory=4872558044660077418 CPUtime=13.71 cores=0-7
/proc/27369/task/27372/stat : 27372 (java) S 27366 27369 27155 0 -1 1077944384 242913 0 0 0 1109 262 0 0 20 0 44 0 253014392 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139629791640592 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 149 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27373] ppid=27366 vsize=27719444 memory=0 CPUtime=13.84 cores=0-7
/proc/27369/task/27373/stat : 27373 (java) S 27366 27369 27155 0 -1 1077944384 246355 0 0 0 1117 267 0 0 20 0 44 0 253014392 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139629790588048 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 146 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27374] ppid=27366 vsize=27719444 memory=7090472768238020416 CPUtime=13.85 cores=0-7
/proc/27369/task/27374/stat : 27374 (java) S 27366 27369 27155 0 -1 1077944384 236840 0 0 0 1114 271 0 0 20 0 44 0 253014392 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139629425613584 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 146 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27375] ppid=27366 vsize=27719444 memory=7739243907529468778 CPUtime=13.87 cores=0-7
/proc/27369/task/27375/stat : 27375 (java) S 27366 27369 27155 0 -1 1077944384 241374 0 0 0 1116 271 0 0 20 0 44 0 253014392 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139629424561040 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 146 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27376] ppid=27366 vsize=27719444 memory=7669744958083197032 CPUtime=13.92 cores=0-7
/proc/27369/task/27376/stat : 27376 (java) S 27366 27369 27155 0 -1 1077944384 243833 0 0 0 1115 277 0 0 20 0 44 0 253014392 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139629423507984 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 146 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27377] ppid=27366 vsize=27719444 memory=7738428147026519394 CPUtime=13.75 cores=0-7
/proc/27369/task/27377/stat : 27377 (java) S 27366 27369 27155 0 -1 1077944384 233471 0 0 0 1109 266 0 0 20 0 44 0 253014392 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139629422455440 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 151 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27378] ppid=27366 vsize=27719444 memory=68752 CPUtime=13.88 cores=0-7
/proc/27369/task/27378/stat : 27378 (java) S 27366 27369 27155 0 -1 1077944384 232011 0 0 0 1120 268 0 0 20 0 44 0 253014392 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139629421402384 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 145 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27379] ppid=27366 vsize=27719444 memory=1240 CPUtime=13.88 cores=0-7
/proc/27369/task/27379/stat : 27379 (java) S 27366 27369 27155 0 -1 1077944384 255443 0 0 0 1120 268 0 0 20 0 44 0 253014392 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139629420349840 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 147 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27380] ppid=27366 vsize=27719444 memory=2416 CPUtime=1.48 cores=0-7
/proc/27369/task/27380/stat : 27380 (java) S 27366 27369 27155 0 -1 1077944384 51554 0 0 0 133 15 0 0 20 0 44 0 253014394 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628187708144 139629869070978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27381] ppid=27366 vsize=27719444 memory=1796 CPUtime=0 cores=0-7
/proc/27369/task/27381/stat : 27381 (java) S 27366 27369 27155 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 44 0 253014394 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628186654432 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27382] ppid=27366 vsize=27719444 memory=1704 CPUtime=0 cores=0-7
/proc/27369/task/27382/stat : 27382 (java) S 27366 27369 27155 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 44 0 253014394 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628185601280 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27383] ppid=27366 vsize=27719444 memory=796 CPUtime=0 cores=0-7
/proc/27369/task/27383/stat : 27383 (java) S 27366 27369 27155 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 44 0 253014397 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628184549840 139629869078427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27384] ppid=27366 vsize=27719444 memory=1800 CPUtime=4.97 cores=0-7
/proc/27369/task/27384/stat : 27384 (java) R 27366 27369 27155 0 -1 4202560 17421 0 0 0 493 4 0 0 20 0 44 0 253014397 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628183486736 139629848920505 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27385] ppid=27366 vsize=27719444 memory=920 CPUtime=4.75 cores=0-7
/proc/27369/task/27385/stat : 27385 (java) S 27366 27369 27155 0 -1 1077944384 16557 0 0 0 468 7 0 0 20 0 44 0 253014397 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628182444400 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27386] ppid=27366 vsize=27719444 memory=4136 CPUtime=4.76 cores=0-7
/proc/27369/task/27386/stat : 27386 (java) S 27366 27369 27155 0 -1 1077944384 19219 0 0 0 473 3 0 0 20 0 44 0 253014397 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628181391344 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27387] ppid=27366 vsize=27719444 memory=8087548 CPUtime=1.89 cores=0-7
/proc/27369/task/27387/stat : 27387 (java) R 27366 27369 27155 0 -1 1077944384 19410 0 0 0 185 4 0 0 20 0 44 0 253014397 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628180338800 139629869070978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27388] ppid=27366 vsize=27719444 memory=1408 CPUtime=0 cores=0-7
/proc/27369/task/27388/stat : 27388 (java) S 27366 27369 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 253014397 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628066663392 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27389] ppid=27366 vsize=27719444 memory=4124 CPUtime=1.01 cores=0-7
/proc/27369/task/27389/stat : 27389 (java) S 27366 27369 27155 0 -1 1077944384 3711 0 0 0 20 81 0 0 20 0 44 0 253014397 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628065610928 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27390] ppid=27366 vsize=27719444 memory=8088576 CPUtime=0 cores=0-7
/proc/27369/task/27390/stat : 27390 (java) S 27366 27369 27155 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 44 0 253015280 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628052169728 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27391] ppid=27366 vsize=27719444 memory=288284480744194900 CPUtime=5.17 cores=0-7
/proc/27369/task/27391/stat : 27391 (java) S 27366 27369 27155 0 -1 1077944384 11517 0 0 0 151 366 0 0 20 0 44 0 253015297 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628049020208 139629869070978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27392] ppid=27366 vsize=27719444 memory=7811044310603950144 CPUtime=2492.36 cores=0-7
/proc/27369/task/27392/stat : 27392 (java) R 27366 27369 27155 0 -1 4202560 113690 0 0 0 249096 140 0 0 20 0 44 0 253015312 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139628045862840 139629487069234 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27393] ppid=27366 vsize=27719444 memory=8088576 CPUtime=2487.08 cores=0-7
/proc/27369/task/27393/stat : 27393 (java) R 27366 27369 27155 0 -1 4202560 144912 0 0 0 248568 140 0 0 20 0 44 0 253015313 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627737200696 139629487069207 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27394] ppid=27366 vsize=27719444 memory=6791534058613427641 CPUtime=2489.3 cores=0-7
/proc/27369/task/27394/stat : 27394 (java) R 27366 27369 27155 0 -1 4202560 116197 0 0 0 248813 117 0 0 20 0 44 0 253015315 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627736147960 139629475727519 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27395] ppid=27366 vsize=27719444 memory=13567093857585738 CPUtime=1.06 cores=0-7
/proc/27369/task/27395/stat : 27395 (java) S 27366 27369 27155 0 -1 1077944384 3080 0 0 0 99 7 0 0 20 0 44 0 253015319 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627733005104 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27396] ppid=27366 vsize=27719444 memory=8088576 CPUtime=2480.92 cores=0-7
/proc/27369/task/27396/stat : 27396 (java) R 27366 27369 27155 0 -1 4202560 142409 0 0 0 247969 123 0 0 20 0 44 0 253015319 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627731944904 139629487068886 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27397] ppid=27366 vsize=27719444 memory=6791534058613427641 CPUtime=2480.53 cores=0-7
/proc/27369/task/27397/stat : 27397 (java) R 27366 27369 27155 0 -1 4202560 124148 0 0 0 247915 138 0 0 20 0 44 0 253015320 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627730892616 139629487069234 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27398] ppid=27366 vsize=27719444 memory=4126316290023845779 CPUtime=0.9 cores=0-7
/proc/27369/task/27398/stat : 27398 (java) R 27366 27369 27155 0 -1 1077944384 2950 0 0 0 84 6 0 0 20 0 44 0 253015320 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627729835552 139629869070037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27399] ppid=27366 vsize=27719444 memory=7598824234097836114 CPUtime=0.97 cores=0-7
/proc/27369/task/27399/stat : 27399 (java) S 27366 27369 27155 0 -1 1077944384 4287 0 0 0 91 6 0 0 20 0 44 0 253015320 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627728794928 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27400] ppid=27366 vsize=27719444 memory=2182 CPUtime=2486.95 cores=0-7
/proc/27369/task/27400/stat : 27400 (java) R 27366 27369 27155 0 -1 4202560 123873 0 0 0 248577 118 0 0 20 0 44 0 253015321 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627727734056 139629475727696 0 4 0 16800975 0 0 0 -1 7 0 0 38 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27401] ppid=27366 vsize=27719444 memory=302585811239698725 CPUtime=2482.42 cores=0-7
/proc/27369/task/27401/stat : 27401 (java) R 27366 27369 27155 0 -1 4202560 101427 0 0 0 248113 129 0 0 20 0 44 0 253015321 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627726681160 139629487069145 0 4 0 16800975 0 0 0 -1 6 0 0 29 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27402] ppid=27366 vsize=27719444 memory=15254835599508864 CPUtime=2482.68 cores=0-7
/proc/27369/task/27402/stat : 27402 (java) R 27366 27369 27155 0 -1 4202560 125973 0 0 0 248148 120 0 0 20 0 44 0 253015321 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627725629112 139629484951195 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27403] ppid=27366 vsize=27719444 memory=8088576 CPUtime=0 cores=0-7
/proc/27369/task/27403/stat : 27403 (java) S 27366 27369 27155 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 44 0 253015963 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627724583728 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
[pid=27369/tid=27404] ppid=27366 vsize=27719444 memory=932 CPUtime=0 cores=0-7
/proc/27369/task/27404/stat : 27404 (java) S 27366 27369 27155 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 44 0 253015963 28384710656 2022054 33554432000 4194304 4196468 140723275737648 139627723531696 139629869070037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16769024 140723275744333 140723275744517 140723275744517 140723275747279 0
Current children cumulated CPU time: 20028.7 s
Current children cumulated vsize: 27719444 KiB
Current children cumulated memory: 8088216 KiB

[startup+2520.5 s]*
/proc/loadavg: 9.13 8.87 8.75 2/180 27468
/proc/meminfo: memFree=18983500/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.52
CPU time (s): 20029.3
CPU user time (s): 19996.5
CPU system time (s): 32.7557
CPU usage (%): 794.65
Max. virtual memory (cumulated for all children) (KiB): 27719444
Max. memory (cumulated for all children) (KiB): 8742328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19996.5
system time used= 32.7557
maximum resident set size= 8750368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3103377
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 359414
involuntary context switches= 422284


# summary of solver processes directly reported to runsolver:
#   pid: 27369
#   total CPU time (s): 20029.3
#   total CPU user time (s): 19996.5
#   total CPU system time (s): 32.7557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6089 second user time and 35.9756 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 19:35:12
IDJOB=4308892
IDBENCH=141041
IDSOLVER=2793
FILE ID=node139/4308892-1534354512
RUNJOBID= node139-1534351989-27182
PBS_JOBID= 21038248
Free space on /tmp= 39468 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-19_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308892-1534354512/watcher-4308892-1534354512 -o /tmp/evaluation-result-4308892-1534354512/solver-4308892-1534354512 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1534351989-27182 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1112457854 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308892-1534354512.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4516482276b9b550f1c9d24d3edf9abb
RANDOM SEED=1112457854

node139.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.80
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.80
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.80
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.80
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:        19359356 kB
MemAvailable:   31896696 kB
Buffers:          274916 kB
Cached:         12376444 kB
SwapCached:            0 kB
Active:          6097340 kB
Inactive:        6605744 kB
Active(anon):       5452 kB
Inactive(anon):   106800 kB
Active(file):    6091888 kB
Inactive(file):  6498944 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36032 kB
Writeback:             0 kB
AnonPages:         53112 kB
Mapped:            65616 kB
Shmem:             57996 kB
Slab:             402768 kB
SReclaimable:     374968 kB
SUnreclaim:        27800 kB
KernelStack:        3024 kB
PageTables:         4892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 39432 MiB
End job on node139 at 2018-08-15 20:17:13