Trace number 4273993

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26UNSAT 139.34399 135.64799

General information on the benchmark

NameMixed/Mixed-xcsp2-cril/
cril-1_X2.xml
MD5SUMdd2597fd45b2b65539ad35fe2cbcb377
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.185491
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4015
Number of domains5
Minimum domain size6
Maximum domain size34
Distribution of domain sizes[{"size":6,"count":2},{"size":19,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":34,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":88},{"degree":10,"count":29},{"degree":11,"count":43},{"degree":12,"count":25},{"degree":13,"count":41},{"degree":14,"count":15},{"degree":15,"count":39},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":8},{"degree":19,"count":18},{"degree":20,"count":17},{"degree":21,"count":18},{"degree":22,"count":6},{"degree":23,"count":11},{"degree":24,"count":7},{"degree":25,"count":5},{"degree":27,"count":5},{"degree":29,"count":2},{"degree":30,"count":2},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4015}]
Number of extensional constraints4015
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4015}]
Optimization problemNO
Type of objective

Solver Data

0.31/0.35	c version: 2017-07-26
0.31/0.35	c seed: 1400633105
0.31/0.35	c timeout: 2520
0.31/0.35	c memlimit: 11000
0.31/0.35	c nbcore: 4
0.31/0.37	c Parsing instance...
4.01/1.65	c Parsing done, starting search...
139.29/135.63	s UNSATISFIABLE

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 (15116 MiB free)
  memory of node 1: 16384 MiB (15445 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273993-1502727767/watcher-4273993-1502727767 -o /tmp/evaluation-result-4273993-1502727767/solver-4273993-1502727767 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1400633105 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273993-1502727767.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23524, runsolver pid=23521

[startup+0.100138 s]*
/proc/loadavg: 1.60 1.66 1.72 3/203 23533
/proc/meminfo: memFree=31286352/32770624 swapFree=67105588/67108860
[pid=23524] ppid=23521 vsize=13573664 memory=18364 CPUtime=0.04 cores=1,3,5,7
/proc/23524/stat : 23524 (java) S 23521 23524 12560 0 -1 1077944320 4024 0 0 0 3 1 0 0 20 0 9 0 74972019 13899431936 4591 18446744073709551615 4194304 4196468 140726094113648 140726094096192 140546136788727 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
/proc/23524/statm: 3393416 4591 2145 1 0 3382913 0
[pid=23524/tid=23526] ppid=23521 vsize=13573664 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/23524/task/23526/stat : 23526 (java) R 23521 23524 12560 0 -1 4202560 2653 0 0 0 3 1 0 0 20 0 9 0 74972025 13899431936 4591 18446744073709551615 4194304 4196468 140726094113648 140546141024120 140546136810653 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23527] ppid=23521 vsize=13573664 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23527/stat : 23527 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 74972026 13899431936 4591 18446744073709551615 4194304 4196468 140726094113648 140546097687184 140546136798933 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23528] ppid=23521 vsize=13573664 memory=139670170257024 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23528/stat : 23528 (java) S 23521 23524 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 74972026 13899431936 4591 18446744073709551615 4194304 4196468 140726094113648 140546096634384 140546136798933 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23529] ppid=23521 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23529/stat : 23529 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 74972026 13899431936 4591 18446744073709551615 4194304 4196468 140726094113648 140546095581584 140546136798933 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23530] ppid=23521 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23530/stat : 23530 (java) S 23521 23524 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 74972026 13899431936 4591 18446744073709551615 4194304 4196468 140726094113648 140545733617936 140546136798933 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23531] ppid=23521 vsize=13573664 memory=139670170257024 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23531/stat : 23531 (java) S 23521 23524 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 74972027 13899431936 4591 18446744073709551615 4194304 4196468 140726094113648 140545615686512 140546136799874 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23532] ppid=23521 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23532/stat : 23532 (java) S 23521 23524 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 74972027 13899431936 4591 18446744073709551615 4194304 4196468 140726094113648 140545614632480 140546136798933 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23533] ppid=23521 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23533/stat : 23533 (java) S 23521 23524 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 74972028 13899431936 4591 18446744073709551615 4194304 4196468 140726094113648 140545613579632 140546136798933 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 18364 KiB

[startup+0.209827 s]*
/proc/loadavg: 1.60 1.66 1.72 4/209 23539
/proc/meminfo: memFree=31273648/32770624 swapFree=67105588/67108860
[pid=23524] ppid=23521 vsize=13975920 memory=32844 CPUtime=0.14 cores=1,3,5,7
/proc/23524/stat : 23524 (java) S 23521 23524 12560 0 -1 1077944320 9251 0 0 0 12 2 0 0 20 0 15 0 74972019 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140726094096192 140546136788727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
/proc/23524/statm: 3493980 8211 3381 1 0 3482759 0
[pid=23524/tid=23526] ppid=23521 vsize=13975920 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/23524/task/23526/stat : 23526 (java) R 23521 23524 12560 0 -1 4202560 7166 0 0 0 8 2 0 0 20 0 15 0 74972025 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140546140994720 140546114791232 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23527] ppid=23521 vsize=13975920 memory=328 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23527/stat : 23527 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74972026 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140546097687184 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23528] ppid=23521 vsize=13975920 memory=139670170969383 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23528/stat : 23528 (java) S 23521 23524 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74972026 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140546096634384 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23529] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23529/stat : 23529 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74972026 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140546095581584 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23530] ppid=23521 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23530/stat : 23530 (java) S 23521 23524 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74972026 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140545733617936 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23531] ppid=23521 vsize=13975920 memory=139670170257024 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23531/stat : 23531 (java) S 23521 23524 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74972027 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140545615686512 140546136799874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23532] ppid=23521 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23532/stat : 23532 (java) S 23521 23524 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74972027 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140545614632480 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23533] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23533/stat : 23533 (java) S 23521 23524 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74972028 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140545613579632 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23534] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23534/stat : 23534 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140545612527952 140546136807323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23535] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23535/stat : 23535 (java) S 23521 23524 12560 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 74972030 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140545611475312 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23536] ppid=23521 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23536/stat : 23536 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140545610422512 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23537] ppid=23521 vsize=13975920 memory=139670170257024 CPUtime=0.02 cores=1,3,5,7
/proc/23524/task/23537/stat : 23537 (java) S 23521 23524 12560 0 -1 1077944384 390 0 0 0 2 0 0 0 20 0 15 0 74972030 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140545609369712 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23538] ppid=23521 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23538/stat : 23538 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140545608317152 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23539] ppid=23521 vsize=13975920 memory=139670170257024 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23539/stat : 23539 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74972035 14311342080 8211 18446744073709551615 4194304 4196468 140726094113648 140545607265456 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 32844 KiB

[startup+0.310158 s]*
/proc/loadavg: 1.60 1.66 1.72 3/209 23539
/proc/meminfo: memFree=31267108/32770624 swapFree=67105588/67108860
[pid=23524] ppid=23521 vsize=13975920 memory=42444 CPUtime=0.31 cores=1,3,5,7
/proc/23524/stat : 23524 (java) S 23521 23524 12560 0 -1 1077944320 10810 0 0 0 28 3 0 0 20 0 15 0 74972019 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140726094096192 140546136788727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
/proc/23524/statm: 3493980 10611 3618 1 0 3482759 0
[pid=23524/tid=23526] ppid=23521 vsize=13975920 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/23524/task/23526/stat : 23526 (java) R 23521 23524 12560 0 -1 4202560 8360 0 0 0 18 2 0 0 20 0 15 0 74972025 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140546141007520 140546136810653 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23527] ppid=23521 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23527/stat : 23527 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74972026 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140546097687184 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23528] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23528/stat : 23528 (java) S 23521 23524 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74972026 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140546096634384 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23529] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23529/stat : 23529 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74972026 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140546095581584 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23530] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23530/stat : 23530 (java) S 23521 23524 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74972026 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140545733617936 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23531] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23531/stat : 23531 (java) S 23521 23524 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74972027 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140545615686512 140546136799874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23532] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23532/stat : 23532 (java) S 23521 23524 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74972027 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140545614632480 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23533] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23533/stat : 23533 (java) S 23521 23524 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74972028 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140545613579632 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23534] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23534/stat : 23534 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140545612527952 140546136807323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23535] ppid=23521 vsize=13975920 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23524/task/23535/stat : 23535 (java) S 23521 23524 12560 0 -1 1077944384 552 0 0 0 2 0 0 0 20 0 15 0 74972030 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140545611475312 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23536] ppid=23521 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23524/task/23536/stat : 23536 (java) S 23521 23524 12560 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 74972030 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140545610422512 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23537] ppid=23521 vsize=13975920 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/23524/task/23537/stat : 23537 (java) S 23521 23524 12560 0 -1 1077944384 438 0 0 0 5 0 0 0 20 0 15 0 74972030 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140545609369712 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23538] ppid=23521 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23538/stat : 23538 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140545608317152 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23539] ppid=23521 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23539/stat : 23539 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74972035 14311342080 10611 18446744073709551615 4194304 4196468 140726094113648 140545607265456 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 42444 KiB

[startup+0.708179 s]
/proc/loadavg: 1.60 1.66 1.72 3/209 23539
/proc/meminfo: memFree=31253004/32770624 swapFree=67105588/67108860
[pid=23524] ppid=23521 vsize=13977988 memory=71060 CPUtime=1.19 cores=1,3,5,7
/proc/23524/stat : 23524 (java) S 23521 23524 12560 0 -1 1077944320 13972 0 0 0 114 5 0 0 20 0 15 0 74972019 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140726094096192 140546136788727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
/proc/23524/statm: 3494497 17765 3731 1 0 3483271 0
[pid=23524/tid=23526] ppid=23521 vsize=13977988 memory=94 CPUtime=0.58 cores=1,3,5,7
/proc/23524/task/23526/stat : 23526 (java) R 23521 23524 12560 0 -1 4202560 10376 0 0 0 55 3 0 0 20 0 15 0 74972025 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140546141024512 140545775403072 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23527] ppid=23521 vsize=13977988 memory=28 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23527/stat : 23527 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74972026 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140546097687184 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23528] ppid=23521 vsize=13977988 memory=33 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23528/stat : 23528 (java) S 23521 23524 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74972026 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140546096634384 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23529] ppid=23521 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23529/stat : 23529 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74972026 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140546095581584 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23530] ppid=23521 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23530/stat : 23530 (java) S 23521 23524 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74972026 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140545733617936 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23531] ppid=23521 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23531/stat : 23531 (java) S 23521 23524 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74972027 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140545615686512 140546136799874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23532] ppid=23521 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23532/stat : 23532 (java) S 23521 23524 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74972027 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140545614632480 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23533] ppid=23521 vsize=13977988 memory=962 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23533/stat : 23533 (java) S 23521 23524 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74972028 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140545613579632 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23534] ppid=23521 vsize=13977988 memory=68 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23534/stat : 23534 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140545612527952 140546136807323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23535] ppid=23521 vsize=13977988 memory=252 CPUtime=0.15 cores=1,3,5,7
/proc/23524/task/23535/stat : 23535 (java) R 23521 23524 12560 0 -1 4202560 844 0 0 0 15 0 0 0 20 0 15 0 74972030 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140545611468504 140546116298773 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23536] ppid=23521 vsize=13977988 memory=279340109532944 CPUtime=0.16 cores=1,3,5,7
/proc/23524/task/23536/stat : 23536 (java) R 23521 23524 12560 0 -1 4202560 439 0 0 0 16 0 0 0 20 0 15 0 74972030 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140545610410384 140546136810074 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23537] ppid=23521 vsize=13977988 memory=2510274168577 CPUtime=0.26 cores=1,3,5,7
/proc/23524/task/23537/stat : 23537 (java) R 23521 23524 12560 0 -1 4202560 930 0 0 0 26 0 0 0 20 0 15 0 74972030 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140545609364784 140546136800662 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23538] ppid=23521 vsize=13977988 memory=2518864103169 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23538/stat : 23538 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140545608317152 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23539] ppid=23521 vsize=13977988 memory=2561813776129 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23539/stat : 23539 (java) S 23521 23524 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74972035 14313459712 17765 18446744073709551615 4194304 4196468 140726094113648 140545607265456 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 71060 KiB

[startup+1.50122 s]
/proc/loadavg: 1.60 1.66 1.72 4/209 23539
/proc/meminfo: memFree=31194492/32770624 swapFree=67105588/67108860
[pid=23524] ppid=23521 vsize=13980036 memory=238700 CPUtime=3.66 cores=1,3,5,7
/proc/23524/stat : 23524 (java) S 23521 23524 12560 0 -1 1077944320 31195 0 0 0 354 12 0 0 20 0 15 0 74972019 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140726094096192 140546136788727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
/proc/23524/statm: 3495009 59675 3787 1 0 3483783 0
[pid=23524/tid=23526] ppid=23521 vsize=13980036 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/23524/task/23526/stat : 23526 (java) R 23521 23524 12560 0 -1 4202560 14505 0 0 0 129 6 0 0 20 0 15 0 74972025 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140546141019104 140545782165527 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23527] ppid=23521 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23527/stat : 23527 (java) S 23521 23524 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 74972026 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140546097687184 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23528] ppid=23521 vsize=13980036 memory=279340109764704 CPUtime=0.01 cores=1,3,5,7
/proc/23524/task/23528/stat : 23528 (java) S 23521 23524 12560 0 -1 1077944384 335 0 0 0 1 0 0 0 20 0 15 0 74972026 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140546096634384 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23529] ppid=23521 vsize=13980036 memory=9132 CPUtime=0.01 cores=1,3,5,7
/proc/23524/task/23529/stat : 23529 (java) S 23521 23524 12560 0 -1 1077944384 145 0 0 0 1 0 0 0 20 0 15 0 74972026 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140546095581584 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23530] ppid=23521 vsize=13980036 memory=19658 CPUtime=0.01 cores=1,3,5,7
/proc/23524/task/23530/stat : 23530 (java) S 23521 23524 12560 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 15 0 74972026 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140545733617936 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23531] ppid=23521 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23531/stat : 23531 (java) S 23521 23524 12560 0 -1 1077944384 613 0 0 0 0 0 0 0 20 0 15 0 74972027 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140545615686512 140546136799874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23532] ppid=23521 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23532/stat : 23532 (java) S 23521 23524 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 74972027 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140545614632480 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23533] ppid=23521 vsize=13980036 memory=33 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23533/stat : 23533 (java) S 23521 23524 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 74972028 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140545613579632 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23534] ppid=23521 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23534/stat : 23534 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140545612527952 140546136807323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23535] ppid=23521 vsize=13980036 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/23524/task/23535/stat : 23535 (java) R 23521 23524 12560 0 -1 4202560 4312 0 0 0 79 0 0 0 20 0 15 0 74972030 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140545611463184 140546118309602 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23536] ppid=23521 vsize=13980036 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/23524/task/23536/stat : 23536 (java) R 23521 23524 12560 0 -1 4202560 3841 0 0 0 81 0 0 0 20 0 15 0 74972030 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140545610408392 140546118332016 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23537] ppid=23521 vsize=13980036 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/23524/task/23537/stat : 23537 (java) S 23521 23524 12560 0 -1 1077944384 5857 0 0 0 57 1 0 0 20 0 15 0 74972030 14315556864 59675 18446744073709551615 4194304 4196468 140726094113648 140545609369712 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0

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

[pid=23524/tid=23538] ppid=23521 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23538/stat : 23538 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545608317152 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23539] ppid=23521 vsize=13980036 memory=832 CPUtime=0.04 cores=1,3,5,7
/proc/23524/task/23539/stat : 23539 (java) S 23521 23524 12560 0 -1 1077944384 166 0 0 0 1 3 0 0 20 0 15 0 74972035 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545607265456 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
Current children cumulated CPU time: 134.88 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 707144 KiB

[startup+132.801 s]
/proc/loadavg: 1.91 1.75 1.75 3/213 23558
/proc/meminfo: memFree=30620008/32770624 swapFree=67105588/67108860
[pid=23524] ppid=23521 vsize=13980036 memory=707144 CPUtime=136.48 cores=1,3,5,7
/proc/23524/stat : 23524 (java) S 23521 23524 12560 0 -1 1077944320 44977 0 0 0 13615 33 0 0 20 0 15 0 74972019 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140726094096192 140546136788727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
/proc/23524/statm: 3495009 176786 3798 1 0 3483783 0
[pid=23524/tid=23526] ppid=23521 vsize=13980036 memory=-8774313645642428999 CPUtime=132.5 cores=1,3,5,7
/proc/23524/task/23526/stat : 23526 (java) R 23521 23524 12560 0 -1 4202560 17512 0 0 0 13240 10 0 0 20 0 15 0 74972025 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546141027136 140545783318398 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23527] ppid=23521 vsize=13980036 memory=1412 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23527/stat : 23527 (java) S 23521 23524 12560 0 -1 1077944384 1878 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546097687184 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23528] ppid=23521 vsize=13980036 memory=15584 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23528/stat : 23528 (java) S 23521 23524 12560 0 -1 1077944384 2037 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546096634384 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23529] ppid=23521 vsize=13980036 memory=25560 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23529/stat : 23529 (java) S 23521 23524 12560 0 -1 1077944384 1033 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546095581584 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23530] ppid=23521 vsize=13980036 memory=-8774313645642428999 CPUtime=0.09 cores=1,3,5,7
/proc/23524/task/23530/stat : 23530 (java) S 23521 23524 12560 0 -1 1077944384 1726 0 0 0 5 4 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545733617936 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23531] ppid=23521 vsize=13980036 memory=2384 CPUtime=0.01 cores=1,3,5,7
/proc/23524/task/23531/stat : 23531 (java) S 23521 23524 12560 0 -1 1077944384 1780 0 0 0 1 0 0 0 20 0 15 0 74972027 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545615686512 140546136799874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23532] ppid=23521 vsize=13980036 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23532/stat : 23532 (java) S 23521 23524 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 74972027 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545614632480 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23533] ppid=23521 vsize=13980036 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23533/stat : 23533 (java) S 23521 23524 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 74972028 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545613579632 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23534] ppid=23521 vsize=13980036 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23534/stat : 23534 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545612527952 140546136807323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23535] ppid=23521 vsize=13980036 memory=288230574492221466 CPUtime=1.31 cores=1,3,5,7
/proc/23524/task/23535/stat : 23535 (java) S 23521 23524 12560 0 -1 1077944384 5110 0 0 0 131 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545611475312 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23536] ppid=23521 vsize=13980036 memory=288230617509003574 CPUtime=1.41 cores=1,3,5,7
/proc/23524/task/23536/stat : 23536 (java) S 23521 23524 12560 0 -1 1077944384 6296 0 0 0 140 1 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545610422512 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23537] ppid=23521 vsize=13980036 memory=15540738687502695 CPUtime=0.68 cores=1,3,5,7
/proc/23524/task/23537/stat : 23537 (java) S 23521 23524 12560 0 -1 1077944384 6014 0 0 0 66 2 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545609369712 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23538] ppid=23521 vsize=13980036 memory=2768 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23538/stat : 23538 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545608317152 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23539] ppid=23521 vsize=13980036 memory=3088 CPUtime=0.04 cores=1,3,5,7
/proc/23524/task/23539/stat : 23539 (java) S 23521 23524 12560 0 -1 1077944384 166 0 0 0 1 3 0 0 20 0 15 0 74972035 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545607265456 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
Current children cumulated CPU time: 136.48 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 707144 KiB

[startup+134.401 s]
/proc/loadavg: 1.91 1.75 1.75 3/213 23558
/proc/meminfo: memFree=30620320/32770624 swapFree=67105588/67108860
[pid=23524] ppid=23521 vsize=13980036 memory=707144 CPUtime=138.09 cores=1,3,5,7
/proc/23524/stat : 23524 (java) S 23521 23524 12560 0 -1 1077944320 44988 0 0 0 13775 34 0 0 20 0 15 0 74972019 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140726094096192 140546136788727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
/proc/23524/statm: 3495009 176786 3798 1 0 3483783 0
[pid=23524/tid=23526] ppid=23521 vsize=13980036 memory=707144 CPUtime=134.1 cores=1,3,5,7
/proc/23524/task/23526/stat : 23526 (java) R 23521 23524 12560 0 -1 4202560 17523 0 0 0 13400 10 0 0 20 0 15 0 74972025 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546141027136 140545783319697 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23527] ppid=23521 vsize=13980036 memory=707144 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23527/stat : 23527 (java) S 23521 23524 12560 0 -1 1077944384 1878 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546097687184 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23528] ppid=23521 vsize=13980036 memory=4144 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23528/stat : 23528 (java) S 23521 23524 12560 0 -1 1077944384 2037 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546096634384 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23529] ppid=23521 vsize=13980036 memory=41624 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23529/stat : 23529 (java) S 23521 23524 12560 0 -1 1077944384 1033 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546095581584 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23530] ppid=23521 vsize=13980036 memory=2016 CPUtime=0.09 cores=1,3,5,7
/proc/23524/task/23530/stat : 23530 (java) S 23521 23524 12560 0 -1 1077944384 1726 0 0 0 5 4 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545733617936 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23531] ppid=23521 vsize=13980036 memory=1196 CPUtime=0.01 cores=1,3,5,7
/proc/23524/task/23531/stat : 23531 (java) S 23521 23524 12560 0 -1 1077944384 1780 0 0 0 1 0 0 0 20 0 15 0 74972027 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545615686512 140546136799874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23532] ppid=23521 vsize=13980036 memory=8620 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23532/stat : 23532 (java) S 23521 23524 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 74972027 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545614632480 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23533] ppid=23521 vsize=13980036 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23533/stat : 23533 (java) S 23521 23524 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 74972028 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545613579632 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23534] ppid=23521 vsize=13980036 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23534/stat : 23534 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545612527952 140546136807323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23535] ppid=23521 vsize=13980036 memory=8620 CPUtime=1.31 cores=1,3,5,7
/proc/23524/task/23535/stat : 23535 (java) S 23521 23524 12560 0 -1 1077944384 5110 0 0 0 131 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545611475312 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23536] ppid=23521 vsize=13980036 memory=-8774313645642428999 CPUtime=1.41 cores=1,3,5,7
/proc/23524/task/23536/stat : 23536 (java) S 23521 23524 12560 0 -1 1077944384 6296 0 0 0 140 1 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545610422512 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23537] ppid=23521 vsize=13980036 memory=707144 CPUtime=0.68 cores=1,3,5,7
/proc/23524/task/23537/stat : 23537 (java) S 23521 23524 12560 0 -1 1077944384 6014 0 0 0 66 2 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545609369712 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23538] ppid=23521 vsize=13980036 memory=707144 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23538/stat : 23538 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545608317152 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23539] ppid=23521 vsize=13980036 memory=1292 CPUtime=0.04 cores=1,3,5,7
/proc/23524/task/23539/stat : 23539 (java) S 23521 23524 12560 0 -1 1077944384 166 0 0 0 1 3 0 0 20 0 15 0 74972035 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545607265456 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
Current children cumulated CPU time: 138.09 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 707144 KiB

[startup+135.201 s]
/proc/loadavg: 1.91 1.75 1.75 3/213 23558
/proc/meminfo: memFree=30620320/32770624 swapFree=67105588/67108860
[pid=23524] ppid=23521 vsize=13980036 memory=707144 CPUtime=138.89 cores=1,3,5,7
/proc/23524/stat : 23524 (java) S 23521 23524 12560 0 -1 1077944320 44992 0 0 0 13855 34 0 0 20 0 15 0 74972019 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140726094096192 140546136788727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
/proc/23524/statm: 3495009 176786 3798 1 0 3483783 0
[pid=23524/tid=23526] ppid=23521 vsize=13980036 memory=707144 CPUtime=134.9 cores=1,3,5,7
/proc/23524/task/23526/stat : 23526 (java) R 23521 23524 12560 0 -1 4202560 17527 0 0 0 13480 10 0 0 20 0 15 0 74972025 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546141027136 140545783319285 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23527] ppid=23521 vsize=13980036 memory=4144 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23527/stat : 23527 (java) S 23521 23524 12560 0 -1 1077944384 1878 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546097687184 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23528] ppid=23521 vsize=13980036 memory=41624 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23528/stat : 23528 (java) S 23521 23524 12560 0 -1 1077944384 2037 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546096634384 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23529] ppid=23521 vsize=13980036 memory=-8774313645642428999 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23529/stat : 23529 (java) S 23521 23524 12560 0 -1 1077944384 1033 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546095581584 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23530] ppid=23521 vsize=13980036 memory=4048 CPUtime=0.09 cores=1,3,5,7
/proc/23524/task/23530/stat : 23530 (java) S 23521 23524 12560 0 -1 1077944384 1726 0 0 0 5 4 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545733617936 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23531] ppid=23521 vsize=13980036 memory=644 CPUtime=0.01 cores=1,3,5,7
/proc/23524/task/23531/stat : 23531 (java) S 23521 23524 12560 0 -1 1077944384 1780 0 0 0 1 0 0 0 20 0 15 0 74972027 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545615686512 140546136799874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23532] ppid=23521 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23532/stat : 23532 (java) S 23521 23524 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 74972027 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545614632480 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23533] ppid=23521 vsize=13980036 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23533/stat : 23533 (java) S 23521 23524 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 74972028 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545613579632 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23534] ppid=23521 vsize=13980036 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23534/stat : 23534 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545612527952 140546136807323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23535] ppid=23521 vsize=13980036 memory=1228 CPUtime=1.31 cores=1,3,5,7
/proc/23524/task/23535/stat : 23535 (java) S 23521 23524 12560 0 -1 1077944384 5110 0 0 0 131 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545611475312 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23536] ppid=23521 vsize=13980036 memory=5808 CPUtime=1.41 cores=1,3,5,7
/proc/23524/task/23536/stat : 23536 (java) S 23521 23524 12560 0 -1 1077944384 6296 0 0 0 140 1 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545610422512 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23537] ppid=23521 vsize=13980036 memory=4612 CPUtime=0.68 cores=1,3,5,7
/proc/23524/task/23537/stat : 23537 (java) S 23521 23524 12560 0 -1 1077944384 6014 0 0 0 66 2 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545609369712 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23538] ppid=23521 vsize=13980036 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23538/stat : 23538 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545608317152 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23539] ppid=23521 vsize=13980036 memory=2016 CPUtime=0.04 cores=1,3,5,7
/proc/23524/task/23539/stat : 23539 (java) S 23521 23524 12560 0 -1 1077944384 166 0 0 0 1 3 0 0 20 0 15 0 74972035 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545607265456 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
Current children cumulated CPU time: 138.89 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 707144 KiB

[startup+135.601 s]
/proc/loadavg: 1.91 1.75 1.75 3/213 23558
/proc/meminfo: memFree=30620320/32770624 swapFree=67105588/67108860
[pid=23524] ppid=23521 vsize=13980036 memory=707144 CPUtime=139.29 cores=1,3,5,7
/proc/23524/stat : 23524 (java) S 23521 23524 12560 0 -1 1077944320 44995 0 0 0 13895 34 0 0 20 0 15 0 74972019 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140726094096192 140546136788727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
/proc/23524/statm: 3495009 176786 3798 1 0 3483783 0
[pid=23524/tid=23526] ppid=23521 vsize=13980036 memory=1292 CPUtime=135.3 cores=1,3,5,7
/proc/23524/task/23526/stat : 23526 (java) R 23521 23524 12560 0 -1 4202560 17530 0 0 0 13520 10 0 0 20 0 15 0 74972025 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546141027136 140545783319351 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23527] ppid=23521 vsize=13980036 memory=-8774313645642428999 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23527/stat : 23527 (java) S 23521 23524 12560 0 -1 1077944384 1878 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546097687184 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23528] ppid=23521 vsize=13980036 memory=14260 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23528/stat : 23528 (java) S 23521 23524 12560 0 -1 1077944384 2037 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546096634384 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23529] ppid=23521 vsize=13980036 memory=796 CPUtime=0.11 cores=1,3,5,7
/proc/23524/task/23529/stat : 23529 (java) S 23521 23524 12560 0 -1 1077944384 1033 0 0 0 8 3 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140546095581584 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23530] ppid=23521 vsize=13980036 memory=1228 CPUtime=0.09 cores=1,3,5,7
/proc/23524/task/23530/stat : 23530 (java) S 23521 23524 12560 0 -1 1077944384 1726 0 0 0 5 4 0 0 20 0 15 0 74972026 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545733617936 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23531] ppid=23521 vsize=13980036 memory=1412 CPUtime=0.01 cores=1,3,5,7
/proc/23524/task/23531/stat : 23531 (java) S 23521 23524 12560 0 -1 1077944384 1780 0 0 0 1 0 0 0 20 0 15 0 74972027 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545615686512 140546136799874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23532] ppid=23521 vsize=13980036 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23532/stat : 23532 (java) S 23521 23524 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 74972027 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545614632480 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23533] ppid=23521 vsize=13980036 memory=25560 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23533/stat : 23533 (java) S 23521 23524 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 74972028 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545613579632 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23534] ppid=23521 vsize=13980036 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23534/stat : 23534 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545612527952 140546136807323 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23535] ppid=23521 vsize=13980036 memory=644 CPUtime=1.31 cores=1,3,5,7
/proc/23524/task/23535/stat : 23535 (java) S 23521 23524 12560 0 -1 1077944384 5110 0 0 0 131 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545611475312 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23536] ppid=23521 vsize=13980036 memory=1744 CPUtime=1.41 cores=1,3,5,7
/proc/23524/task/23536/stat : 23536 (java) S 23521 23524 12560 0 -1 1077944384 6296 0 0 0 140 1 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545610422512 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23537] ppid=23521 vsize=13980036 memory=956 CPUtime=0.68 cores=1,3,5,7
/proc/23524/task/23537/stat : 23537 (java) S 23521 23524 12560 0 -1 1077944384 6014 0 0 0 66 2 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545609369712 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23538] ppid=23521 vsize=13980036 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/23524/task/23538/stat : 23538 (java) S 23521 23524 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74972030 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545608317152 140546136798933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
[pid=23524/tid=23539] ppid=23521 vsize=13980036 memory=2240 CPUtime=0.04 cores=1,3,5,7
/proc/23524/task/23539/stat : 23539 (java) S 23521 23524 12560 0 -1 1077944384 166 0 0 0 1 3 0 0 20 0 15 0 74972035 14315556864 176786 18446744073709551615 4194304 4196468 140726094113648 140545607265456 140546136799874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13271040 140726094119278 140726094119465 140726094119465 140726094122959 0
Current children cumulated CPU time: 139.29 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 707144 KiB

Child status: 0
Real time (s): 135.648
CPU time (s): 139.344
CPU user time (s): 138.995
CPU system time (s): 0.349111
CPU usage (%): 102.725
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 707144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.995
system time used= 0.349111
maximum resident set size= 707732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5531
involuntary context switches= 186


# summary of solver processes directly reported to runsolver:
#   pid: 23524
#   total CPU time (s): 139.344
#   total CPU user time (s): 138.995
#   total CPU system time (s): 0.349111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.868516 second user time and 1.21448 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 18:08:44
IDJOB=4273993
IDBENCH=122868
IDSOLVER=2666
FILE ID=node126/4273993-1502727767
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-cril/cril-1_X2.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273993-1502727767/watcher-4273993-1502727767 -o /tmp/evaluation-result-4273993-1502727767/solver-4273993-1502727767 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1400633105 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273993-1502727767.xml

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

MD5SUM BENCH= dd2597fd45b2b65539ad35fe2cbcb377
RANDOM SEED=1400633105

node126.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.81
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.81
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.81
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.81
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:        31296188 kB
MemAvailable:   31785432 kB
Buffers:          308856 kB
Cached:           449556 kB
SwapCached:          524 kB
Active:           754252 kB
Inactive:         235520 kB
Active(anon):     180056 kB
Inactive(anon):    85392 kB
Active(file):     574196 kB
Inactive(file):   150128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42400 kB
Writeback:             0 kB
AnonPages:        227048 kB
Mapped:            63368 kB
Shmem:             33440 kB
Slab:             188224 kB
SReclaimable:     161508 kB
SUnreclaim:        26716 kB
KernelStack:        3440 kB
PageTables:         5528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1197572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-14 18:11:00