Trace number 4263454

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
sat4j-CSP 2017-07-05? (TO) 2520.1899 2506.28

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-009.xml
MD5SUMf1f2c4ea81b28916fca828d1ce53413f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark273.32999
Satisfiable
(Un)Satisfiability was proved
Number of variables243
Number of constraints86
Number of domains2
Minimum domain size9
Maximum domain size81
Distribution of domain sizes[{"size":9,"count":162},{"size":81,"count":81}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":225},{"degree":3,"count":18}]
Minimum constraint arity3
Maximum constraint arity81
Distribution of constraint arities[{"arity":3,"count":81},{"arity":9,"count":2},{"arity":81,"count":3}]
Number of extensional constraints81
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":81},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

3.59/1.31	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.59/1.31	c This is free software under the dual EPL/GNU LGPL licenses.
3.59/1.31	c See www.sat4j.org for details.
3.59/1.31	c That software uses the Rhino library from the Mozilla project.
3.59/1.31	c version CUSTOM.v20170705
3.59/1.31	c java.runtime.name	Java(TM) SE Runtime Environment
3.59/1.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.59/1.31	c java.vm.version	25.131-b11
3.59/1.31	c java.vm.vendor	Oracle Corporation
3.59/1.31	c sun.arch.data.model	64
3.59/1.31	c java.version		1.8.0_131
3.59/1.31	c os.name		Linux
3.59/1.31	c os.version		3.10.0-514.16.1.el7.x86_64
3.59/1.31	c os.arch		amd64
3.59/1.31	c Free memory 		499604488
3.59/1.31	c Max memory 		7247757312
3.59/1.31	c Total memory 		504889344
3.59/1.31	c Number of processors 	4
3.59/1.31	c c --- Begin Solver configuration ---
3.59/1.31	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.59/1.31	c Learn all clauses as in MiniSAT
3.59/1.31	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.59/1.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.59/1.31	c No reason simplification
3.59/1.31	c Glucose 2.1 dynamic restart strategy
3.59/1.31	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.59/1.31	c timeout=2147483s
3.59/1.31	c DB Simplification allowed=false
3.59/1.31	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.59/1.31	c --- End Solver configuration ---
3.59/1.31	c constraints type 
3.59/1.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 486
3.59/1.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 923643
3.59/1.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78408
3.59/1.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 180
3.59/1.31	c 1002717 constraints processed.
2520.10/2506.21	c starts		: 19983
2520.10/2506.21	c conflicts		: 14145502
2520.10/2506.21	c decisions		: 123441842
2520.10/2506.21	c propagations		: 3281662305
2520.10/2506.21	c inspects		: 21894648576
2520.10/2506.21	c shortcuts		: 0
2520.10/2506.21	c learnt literals	: 1235
2520.10/2506.21	c learnt binary clauses	: 12430
2520.10/2506.21	c learnt ternary clauses	: 18969
2520.10/2506.21	c learnt constraints	: 14144267
2520.10/2506.21	c ignored constraints	: 0
2520.10/2506.21	c root simplifications	: 0
2520.10/2506.21	c removed literals (reason simplification)	: 0
2520.10/2506.21	c reason swapping (by a shorter reason)	: 0
2520.10/2506.21	c Calls to reduceDB	: 163
2520.10/2506.21	c Number of update (reduction) of LBD	: 9451975
2520.10/2506.21	c Imported unit clauses	: 0
2520.10/2506.21	c number of reductions to clauses (during analyze)	: 0
2520.10/2506.21	c number of learned constraints concerned by reduction	: 0
2520.10/2506.21	c number of learning phase by resolution	: 0
2520.10/2506.21	c number of learning phase by cutting planes	: 0
2520.10/2506.21	c number of rounding to 1 operations	: 0
2520.10/2506.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.10/2506.21	c number of reductions of the coefficients by power 2 	: 0
2520.10/2506.21	c number of right shift for reduction by power 2 	: 0
2520.10/2506.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.10/2506.21	c speed (assignments/second)	: 1310107.0689585654
2520.10/2506.21	c non guided choices	29049091
2520.10/2506.26	c learnt constraints type 
2520.10/2506.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12430
2520.10/2506.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 281899
2520.10/2506.26	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 (9366 MiB free)
  memory of node 1: 16384 MiB (15002 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263454-1502628947/watcher-4263454-1502628947 -o /tmp/evaluation-result-4263454-1502628947/solver-4263454-1502628947 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263454-1502628947.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=3392, runsolver pid=3389

[startup+0.100107 s]*
/proc/loadavg: 1.96 2.01 2.43 4/216 3407
/proc/meminfo: memFree=24935780/32770624 swapFree=67108860/67108860
[pid=3392] ppid=3389 vsize=10555400 memory=29928 CPUtime=0.13 cores=1,3,5,7
/proc/3392/stat : 3392 (java) S 3389 3392 31095 0 -1 1077944320 6539 0 0 0 12 1 0 0 20 0 15 0 95982665 10808729600 7482 33554432000 4194304 4196468 140724160963168 140724160945712 139899620966135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
/proc/3392/statm: 2638850 7482 2814 1 0 2627263 0
[pid=3392/tid=3394] ppid=3389 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/3392/task/3394/stat : 3394 (java) R 3389 3392 31095 0 -1 4202560 4387 0 0 0 8 1 0 0 20 0 15 0 95982665 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899625187648 139899605046652 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3395] ppid=3389 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3395/stat : 3395 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899573587088 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3396] ppid=3389 vsize=10555400 memory=140704685074048 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3396/stat : 3396 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899572534288 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3397] ppid=3389 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3397/stat : 3397 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899571481488 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3398] ppid=3389 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3398/stat : 3398 (java) S 3389 3392 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95982666 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899570428688 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3399] ppid=3389 vsize=10555400 memory=140704685074048 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3399/stat : 3399 (java) S 3389 3392 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95982667 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899180771696 139899620977282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3400] ppid=3389 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3400/stat : 3400 (java) S 3389 3392 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95982668 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899179717664 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3401] ppid=3389 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3401/stat : 3401 (java) S 3389 3392 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95982668 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899178664816 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3402] ppid=3389 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3402/stat : 3402 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95982670 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899177613136 139899620984731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3403] ppid=3389 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3403/stat : 3403 (java) S 3389 3392 31095 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 95982670 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899176561520 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3404] ppid=3389 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3404/stat : 3404 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95982670 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899175508720 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3405] ppid=3389 vsize=10555400 memory=140704685074048 CPUtime=0.02 cores=1,3,5,7
/proc/3392/task/3405/stat : 3405 (java) S 3389 3392 31095 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 95982670 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899174455920 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3406] ppid=3389 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3406/stat : 3406 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95982670 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899173403360 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3407] ppid=3389 vsize=10555400 memory=140704685074048 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3407/stat : 3407 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982671 10808729600 7482 33554432000 4194304 4196468 140724160963168 139899172350640 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29928 KiB

[startup+0.210589 s]*
/proc/loadavg: 1.96 2.01 2.43 3/216 3407
/proc/meminfo: memFree=24926228/32770624 swapFree=67108860/67108860
[pid=3392] ppid=3389 vsize=10555400 memory=39844 CPUtime=0.29 cores=1,3,5,7
/proc/3392/stat : 3392 (java) S 3389 3392 31095 0 -1 1077944320 8163 0 0 0 27 2 0 0 20 0 15 0 95982665 10808729600 9961 33554432000 4194304 4196468 140724160963168 140724160945712 139899620966135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
/proc/3392/statm: 2638850 9961 2923 1 0 2627263 0
[pid=3392/tid=3394] ppid=3389 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3392/task/3394/stat : 3394 (java) R 3389 3392 31095 0 -1 4202560 5339 0 0 0 18 2 0 0 20 0 15 0 95982665 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899625196752 139899620978070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3395] ppid=3389 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3395/stat : 3395 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899573587088 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3396] ppid=3389 vsize=10555400 memory=288371080836785792 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3396/stat : 3396 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899572534288 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3397] ppid=3389 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3397/stat : 3397 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899571481488 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3398] ppid=3389 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3398/stat : 3398 (java) S 3389 3392 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95982666 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899570428688 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3399] ppid=3389 vsize=10555400 memory=140704685074048 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3399/stat : 3399 (java) S 3389 3392 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95982667 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899180771696 139899620977282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3400] ppid=3389 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3400/stat : 3400 (java) S 3389 3392 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95982668 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899179717664 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3401] ppid=3389 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3401/stat : 3401 (java) S 3389 3392 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95982668 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899178664816 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3402] ppid=3389 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3402/stat : 3402 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95982670 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899177613136 139899620984731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3403] ppid=3389 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3392/task/3403/stat : 3403 (java) S 3389 3392 31095 0 -1 1077944384 541 0 0 0 1 0 0 0 20 0 15 0 95982670 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899176561520 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3404] ppid=3389 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3392/task/3404/stat : 3404 (java) S 3389 3392 31095 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 15 0 95982670 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899175508720 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3405] ppid=3389 vsize=10555400 memory=140704685074048 CPUtime=0.06 cores=1,3,5,7
/proc/3392/task/3405/stat : 3405 (java) S 3389 3392 31095 0 -1 1077944384 815 0 0 0 6 0 0 0 20 0 15 0 95982670 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899174455920 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3406] ppid=3389 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3406/stat : 3406 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95982670 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899173403360 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3407] ppid=3389 vsize=10555400 memory=140704685074048 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3407/stat : 3407 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982671 10808729600 9961 33554432000 4194304 4196468 140724160963168 139899172350640 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39844 KiB

[startup+0.31017 s]*
/proc/loadavg: 2.04 2.02 2.44 4/216 3407
/proc/meminfo: memFree=24919900/32770624 swapFree=67108860/67108860
[pid=3392] ppid=3389 vsize=10555476 memory=45816 CPUtime=0.51 cores=1,3,5,7
/proc/3392/stat : 3392 (java) S 3389 3392 31095 0 -1 1077944320 8743 0 0 0 48 3 0 0 20 0 15 0 95982665 10808807424 11454 33554432000 4194304 4196468 140724160963168 140724160945712 139899620966135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
/proc/3392/statm: 2638869 11454 2991 1 0 2627263 0
[pid=3392/tid=3394] ppid=3389 vsize=10555476 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/3392/task/3394/stat : 3394 (java) R 3389 3392 31095 0 -1 4202560 5706 0 0 0 27 2 0 0 20 0 15 0 95982665 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899625204000 139899620978070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3395] ppid=3389 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3395/stat : 3395 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899573587088 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3396] ppid=3389 vsize=10555476 memory=140704685132064 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3396/stat : 3396 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899572534288 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3397] ppid=3389 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3397/stat : 3397 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899571481488 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3398] ppid=3389 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3398/stat : 3398 (java) S 3389 3392 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95982666 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899570428688 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3399] ppid=3389 vsize=10555476 memory=140704685138976 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3399/stat : 3399 (java) S 3389 3392 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95982667 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899180771696 139899620977282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3400] ppid=3389 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3400/stat : 3400 (java) S 3389 3392 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95982668 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899179717664 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3401] ppid=3389 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3401/stat : 3401 (java) S 3389 3392 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95982668 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899178664816 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3402] ppid=3389 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3402/stat : 3402 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95982670 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899177613136 139899620984731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3403] ppid=3389 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3392/task/3403/stat : 3403 (java) S 3389 3392 31095 0 -1 1077944384 577 0 0 0 3 0 0 0 20 0 15 0 95982670 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899176561520 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3404] ppid=3389 vsize=10555476 memory=140704538021391 CPUtime=0.03 cores=1,3,5,7
/proc/3392/task/3404/stat : 3404 (java) S 3389 3392 31095 0 -1 1077944384 189 0 0 0 3 0 0 0 20 0 15 0 95982670 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899175508720 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3405] ppid=3389 vsize=10555476 memory=140704685077313 CPUtime=0.13 cores=1,3,5,7
/proc/3392/task/3405/stat : 3405 (java) R 3389 3392 31095 0 -1 4202560 904 0 0 0 13 0 0 0 20 0 15 0 95982670 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899174452288 139899599650240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3406] ppid=3389 vsize=10555476 memory=140704538025935 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3406/stat : 3406 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95982670 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899173403360 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3407] ppid=3389 vsize=10555476 memory=281409223116736 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3407/stat : 3407 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982671 10808807424 11454 33554432000 4194304 4196468 140724160963168 139899172350640 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45816 KiB

[startup+0.706147 s]
/proc/loadavg: 2.04 2.02 2.44 6/216 3407
/proc/meminfo: memFree=24882672/32770624 swapFree=67108860/67108860
[pid=3392] ppid=3389 vsize=10555476 memory=124084 CPUtime=1.71 cores=1,3,5,7
/proc/3392/stat : 3392 (java) S 3389 3392 31095 0 -1 1077944320 12912 0 0 0 167 4 0 0 20 0 15 0 95982665 10808807424 31021 33554432000 4194304 4196468 140724160963168 140724160945712 139899620966135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
/proc/3392/statm: 2638869 31021 3085 1 0 2627263 0
[pid=3392/tid=3394] ppid=3389 vsize=10555476 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/3392/task/3394/stat : 3394 (java) R 3389 3392 31095 0 -1 4202560 5874 0 0 0 65 3 0 0 20 0 15 0 95982665 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899625191776 139899250918445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3395] ppid=3389 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3395/stat : 3395 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899573587088 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3396] ppid=3389 vsize=10555476 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3396/stat : 3396 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899572534288 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3397] ppid=3389 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3397/stat : 3397 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982666 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899571481488 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3398] ppid=3389 vsize=10555476 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3398/stat : 3398 (java) S 3389 3392 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95982666 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899570428688 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3399] ppid=3389 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3399/stat : 3399 (java) S 3389 3392 31095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95982667 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899180771696 139899620977282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3400] ppid=3389 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3400/stat : 3400 (java) S 3389 3392 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95982668 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899179717664 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3401] ppid=3389 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3401/stat : 3401 (java) S 3389 3392 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95982668 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899178664816 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3402] ppid=3389 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3402/stat : 3402 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95982670 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899177613136 139899620984731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3403] ppid=3389 vsize=10555476 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/3392/task/3403/stat : 3403 (java) R 3389 3392 31095 0 -1 4202560 2506 0 0 0 41 0 0 0 20 0 15 0 95982670 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899176554008 139899604466724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3404] ppid=3389 vsize=10555476 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/3392/task/3404/stat : 3404 (java) R 3389 3392 31095 0 -1 4202560 1748 0 0 0 37 0 0 0 20 0 15 0 95982670 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899175494600 139899606074167 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3405] ppid=3389 vsize=10555476 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/3392/task/3405/stat : 3405 (java) S 3389 3392 31095 0 -1 1077944384 1414 0 0 0 23 0 0 0 20 0 15 0 95982670 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899174455920 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3406] ppid=3389 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3406/stat : 3406 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95982670 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899173403360 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3407] ppid=3389 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3407/stat : 3407 (java) S 3389 3392 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95982671 10808807424 31021 33554432000 4194304 4196468 140724160963168 139899172350640 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 124084 KiB

[startup+1.50082 s]
/proc/loadavg: 2.04 2.02 2.44 5/216 3407
/proc/meminfo: memFree=24749812/32770624 swapFree=67108860/67108860
[pid=3392] ppid=3389 vsize=10622040 memory=280628 CPUtime=4.23 cores=1,3,5,7
/proc/3392/stat : 3392 (java) S 3389 3392 31095 0 -1 1077944320 19108 0 0 0 408 15 0 0 20 0 16 0 95982665 10876968960 70157 33554432000 4194304 4196468 140724160963168 140724160945712 139899620966135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
/proc/3392/statm: 2655510 70157 3126 1 0 2643904 0
[pid=3392/tid=3394] ppid=3389 vsize=10622040 memory=3467827995252635459 CPUtime=1.38 cores=1,3,5,7
/proc/3392/task/3394/stat : 3394 (java) R 3389 3392 31095 0 -1 4202560 5930 0 0 0 134 4 0 0 20 0 16 0 95982665 10876968960 70157 33554432000 4194304 4196468 140724160963168 139899625202872 139899251943342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3395] ppid=3389 vsize=10622040 memory=213344 CPUtime=0.07 cores=1,3,5,7
/proc/3392/task/3395/stat : 3395 (java) S 3389 3392 31095 0 -1 1077944384 119 0 0 0 6 1 0 0 20 0 16 0 95982666 10876968960 70157 33554432000 4194304 4196468 140724160963168 139899573587088 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3396] ppid=3389 vsize=10622040 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/3392/task/3396/stat : 3396 (java) S 3389 3392 31095 0 -1 1077944384 117 0 0 0 7 1 0 0 20 0 16 0 95982666 10876968960 70157 33554432000 4194304 4196468 140724160963168 139899572534288 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3397] ppid=3389 vsize=10622040 memory=1420 CPUtime=0.05 cores=1,3,5,7
/proc/3392/task/3397/stat : 3397 (java) S 3389 3392 31095 0 -1 1077944384 102 0 0 0 4 1 0 0 20 0 16 0 95982666 10876968960 70157 33554432000 4194304 4196468 140724160963168 139899571481488 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3398] ppid=3389 vsize=10622040 memory=15872 CPUtime=0.08 cores=1,3,5,7
/proc/3392/task/3398/stat : 3398 (java) S 3389 3392 31095 0 -1 1077944384 122 0 0 0 6 2 0 0 20 0 16 0 95982666 10876968960 70157 33554432000 4194304 4196468 140724160963168 139899570428688 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3399] ppid=3389 vsize=10622040 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3399/stat : 3399 (java) S 3389 3392 31095 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 95982667 10876968960 70157 33554432000 4194304 4196468 140724160963168 139899180771696 139899620977282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0

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

/proc/3392/task/3397/stat : 3397 (java) S 3389 3392 31095 0 -1 1077944384 4630 0 0 0 212 70 0 0 20 0 16 0 95982666 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899571481488 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3398] ppid=3389 vsize=10622040 memory=3135404 CPUtime=2.84 cores=1,3,5,7
/proc/3392/task/3398/stat : 3398 (java) S 3389 3392 31095 0 -1 1077944384 4270 0 0 0 218 66 0 0 20 0 16 0 95982666 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899570428688 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3399] ppid=3389 vsize=10622040 memory=3135404 CPUtime=0.41 cores=1,3,5,7
/proc/3392/task/3399/stat : 3399 (java) S 3389 3392 31095 0 -1 1077944384 17821 0 0 0 37 4 0 0 20 0 16 0 95982667 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899180771696 139899620977282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3400] ppid=3389 vsize=10622040 memory=3135404 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3400/stat : 3400 (java) S 3389 3392 31095 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 95982668 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899179717728 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3401] ppid=3389 vsize=10622040 memory=3135404 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3401/stat : 3401 (java) S 3389 3392 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95982668 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899178664832 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3402] ppid=3389 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3402/stat : 3402 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899177613136 139899620984731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3403] ppid=3389 vsize=10622040 memory=1692 CPUtime=1.76 cores=1,3,5,7
/proc/3392/task/3403/stat : 3403 (java) S 3389 3392 31095 0 -1 1077944384 6266 0 0 0 175 1 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899176561520 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3404] ppid=3389 vsize=10622040 memory=3135404 CPUtime=1.79 cores=1,3,5,7
/proc/3392/task/3404/stat : 3404 (java) S 3389 3392 31095 0 -1 1077944384 6659 0 0 0 178 1 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899175508720 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3405] ppid=3389 vsize=10622040 memory=3135404 CPUtime=0.36 cores=1,3,5,7
/proc/3392/task/3405/stat : 3405 (java) S 3389 3392 31095 0 -1 1077944384 3208 0 0 0 35 1 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899174455920 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3406] ppid=3389 vsize=10622040 memory=3135404 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3406/stat : 3406 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899173403360 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3407] ppid=3389 vsize=10622040 memory=3135404 CPUtime=1.35 cores=1,3,5,7
/proc/3392/task/3407/stat : 3407 (java) S 3389 3392 31095 0 -1 1077944384 3309 0 0 0 59 76 0 0 20 0 16 0 95982671 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899172350640 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3408] ppid=3389 vsize=10622040 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3408/stat : 3408 (java) S 3389 3392 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95982798 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899171296176 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
Current children cumulated CPU time: 2456.33 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3135404 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/218 3583
/proc/meminfo: memFree=23579452/32770624 swapFree=67108860/67108860
[pid=3392] ppid=3389 vsize=10622040 memory=3135404 CPUtime=2516.36 cores=1,3,5,7
/proc/3392/stat : 3392 (java) S 3389 3392 31095 0 -1 1077944320 133961 0 0 0 251261 375 0 0 20 0 16 0 95982665 10876968960 783851 33554432000 4194304 4196468 140724160963168 140724160945712 139899620966135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
/proc/3392/statm: 2655510 783851 3162 1 0 2643904 0
[pid=3392/tid=3394] ppid=3389 vsize=10622040 memory=3135404 CPUtime=2499.16 cores=1,3,5,7
/proc/3392/task/3394/stat : 3394 (java) R 3389 3392 31095 0 -1 4202560 76914 0 0 0 249892 24 0 0 20 0 16 0 95982665 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899625205088 139899252364307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3395] ppid=3389 vsize=10622040 memory=3135404 CPUtime=2.86 cores=1,3,5,7
/proc/3392/task/3395/stat : 3395 (java) S 3389 3392 31095 0 -1 1077944384 4708 0 0 0 218 68 0 0 20 0 16 0 95982666 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899573587088 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3396] ppid=3389 vsize=10622040 memory=3135404 CPUtime=2.87 cores=1,3,5,7
/proc/3392/task/3396/stat : 3396 (java) S 3389 3392 31095 0 -1 1077944384 4614 0 0 0 217 70 0 0 20 0 16 0 95982666 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899572534288 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3397] ppid=3389 vsize=10622040 memory=3135404 CPUtime=2.82 cores=1,3,5,7
/proc/3392/task/3397/stat : 3397 (java) S 3389 3392 31095 0 -1 1077944384 4630 0 0 0 212 70 0 0 20 0 16 0 95982666 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899571481488 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3398] ppid=3389 vsize=10622040 memory=3135404 CPUtime=2.84 cores=1,3,5,7
/proc/3392/task/3398/stat : 3398 (java) S 3389 3392 31095 0 -1 1077944384 4270 0 0 0 218 66 0 0 20 0 16 0 95982666 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899570428688 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3399] ppid=3389 vsize=10622040 memory=3135404 CPUtime=0.41 cores=1,3,5,7
/proc/3392/task/3399/stat : 3399 (java) S 3389 3392 31095 0 -1 1077944384 17841 0 0 0 37 4 0 0 20 0 16 0 95982667 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899180771696 139899620977282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3400] ppid=3389 vsize=10622040 memory=3135404 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3400/stat : 3400 (java) S 3389 3392 31095 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 95982668 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899179717728 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3401] ppid=3389 vsize=10622040 memory=3135404 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3401/stat : 3401 (java) S 3389 3392 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95982668 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899178664832 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3402] ppid=3389 vsize=10622040 memory=3135404 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3402/stat : 3402 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899177613136 139899620984731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3403] ppid=3389 vsize=10622040 memory=3135404 CPUtime=1.76 cores=1,3,5,7
/proc/3392/task/3403/stat : 3403 (java) S 3389 3392 31095 0 -1 1077944384 6284 0 0 0 175 1 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899176561520 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3404] ppid=3389 vsize=10622040 memory=3135404 CPUtime=1.79 cores=1,3,5,7
/proc/3392/task/3404/stat : 3404 (java) S 3389 3392 31095 0 -1 1077944384 6669 0 0 0 178 1 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899175508720 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3405] ppid=3389 vsize=10622040 memory=1236 CPUtime=0.36 cores=1,3,5,7
/proc/3392/task/3405/stat : 3405 (java) S 3389 3392 31095 0 -1 1077944384 3232 0 0 0 35 1 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899174455920 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3406] ppid=3389 vsize=10622040 memory=3135404 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3406/stat : 3406 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899173403360 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3407] ppid=3389 vsize=10622040 memory=3135404 CPUtime=1.38 cores=1,3,5,7
/proc/3392/task/3407/stat : 3407 (java) S 3389 3392 31095 0 -1 1077944384 3390 0 0 0 60 78 0 0 20 0 16 0 95982671 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899172350640 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3408] ppid=3389 vsize=10622040 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3408/stat : 3408 (java) S 3389 3392 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95982798 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899171296176 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
Current children cumulated CPU time: 2516.36 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3135404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506 s]*
/proc/loadavg: 2.00 2.00 2.05 3/218 3584
/proc/meminfo: memFree=23579204/32770624 swapFree=67108860/67108860
[pid=3392] ppid=3389 vsize=10622040 memory=3135404 CPUtime=2520.07 cores=1,3,5,7
/proc/3392/stat : 3392 (java) S 3389 3392 31095 0 -1 1077944320 133972 0 0 0 251632 375 0 0 20 0 16 0 95982665 10876968960 783851 33554432000 4194304 4196468 140724160963168 140724160945712 139899620966135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
/proc/3392/statm: 2655510 783851 3162 1 0 2643904 0
[pid=3392/tid=3394] ppid=3389 vsize=10622040 memory=6935054825532540783 CPUtime=2502.87 cores=1,3,5,7
/proc/3392/task/3394/stat : 3394 (java) R 3389 3392 31095 0 -1 4202560 76925 0 0 0 250263 24 0 0 20 0 16 0 95982665 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899625205088 139899252364307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3395] ppid=3389 vsize=10622040 memory=4126316290023845779 CPUtime=2.86 cores=1,3,5,7
/proc/3392/task/3395/stat : 3395 (java) S 3389 3392 31095 0 -1 1077944384 4708 0 0 0 218 68 0 0 20 0 16 0 95982666 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899573587088 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3396] ppid=3389 vsize=10622040 memory=0 CPUtime=2.87 cores=1,3,5,7
/proc/3392/task/3396/stat : 3396 (java) S 3389 3392 31095 0 -1 1077944384 4614 0 0 0 217 70 0 0 20 0 16 0 95982666 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899572534288 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3397] ppid=3389 vsize=10622040 memory=7897517683652307531 CPUtime=2.82 cores=1,3,5,7
/proc/3392/task/3397/stat : 3397 (java) S 3389 3392 31095 0 -1 1077944384 4630 0 0 0 212 70 0 0 20 0 16 0 95982666 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899571481488 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3398] ppid=3389 vsize=10622040 memory=8514726395715349656 CPUtime=2.84 cores=1,3,5,7
/proc/3392/task/3398/stat : 3398 (java) S 3389 3392 31095 0 -1 1077944384 4270 0 0 0 218 66 0 0 20 0 16 0 95982666 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899570428688 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3399] ppid=3389 vsize=10622040 memory=3047711553320166262 CPUtime=0.41 cores=1,3,5,7
/proc/3392/task/3399/stat : 3399 (java) S 3389 3392 31095 0 -1 1077944384 17841 0 0 0 37 4 0 0 20 0 16 0 95982667 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899180771696 139899620977282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3400] ppid=3389 vsize=10622040 memory=8514701219730523551 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3400/stat : 3400 (java) S 3389 3392 31095 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 95982668 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899179717728 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3401] ppid=3389 vsize=10622040 memory=7089627222136412269 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3401/stat : 3401 (java) S 3389 3392 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95982668 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899178664832 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3402] ppid=3389 vsize=10622040 memory=4642768569768437358 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3402/stat : 3402 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899177613136 139899620984731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3403] ppid=3389 vsize=10622040 memory=7596571373313483880 CPUtime=1.76 cores=1,3,5,7
/proc/3392/task/3403/stat : 3403 (java) S 3389 3392 31095 0 -1 1077944384 6284 0 0 0 175 1 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899176561520 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3404] ppid=3389 vsize=10622040 memory=7883383345041199977 CPUtime=1.79 cores=1,3,5,7
/proc/3392/task/3404/stat : 3404 (java) S 3389 3392 31095 0 -1 1077944384 6669 0 0 0 178 1 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899175508720 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3405] ppid=3389 vsize=10622040 memory=5861554110673284456 CPUtime=0.36 cores=1,3,5,7
/proc/3392/task/3405/stat : 3405 (java) S 3389 3392 31095 0 -1 1077944384 3232 0 0 0 35 1 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899174455920 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3406] ppid=3389 vsize=10622040 memory=7594316240605176936 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3406/stat : 3406 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95982670 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899173403360 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3407] ppid=3389 vsize=10622040 memory=-8253362762721939848 CPUtime=1.38 cores=1,3,5,7
/proc/3392/task/3407/stat : 3407 (java) S 3389 3392 31095 0 -1 1077944384 3390 0 0 0 60 78 0 0 20 0 16 0 95982671 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899172350640 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3408] ppid=3389 vsize=10622040 memory=7089630520722215248 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3408/stat : 3408 (java) S 3389 3392 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95982798 10876968960 783851 33554432000 4194304 4196468 140724160963168 139899171296176 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3135404 KiB

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

[startup+2506.28 s]
# the end of solver process 3392 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.41 s, system=3.77766 s

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

[startup+2506.2 s]
/proc/loadavg: 2.00 2.00 2.05 3/218 3584
/proc/meminfo: memFree=23579204/32770624 swapFree=67108860/67108860
[pid=3392] ppid=3389 vsize=10821732 memory=3135720 CPUtime=2520.1 cores=1,3,5,7
/proc/3392/stat : 3392 (java) S 3389 3392 31095 0 -1 1077944320 135138 0 0 0 251634 376 0 0 20 0 17 0 95982665 11081453568 783930 33554432000 4194304 4196468 140724160963168 140724160945712 139899620966135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
/proc/3392/statm: 2705433 783930 3165 1 0 2693827 0
[pid=3392/tid=3394] ppid=3389 vsize=10821732 memory=7512114586635233390 CPUtime=2502.88 cores=1,3,5,7
/proc/3392/task/3394/stat : 3394 (java) S 3389 3392 31095 0 -1 1077944384 77067 0 0 0 250264 24 0 0 20 0 17 0 95982665 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899625209008 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3395] ppid=3389 vsize=10821732 memory=7955166056625300842 CPUtime=2.86 cores=1,3,5,7
/proc/3392/task/3395/stat : 3395 (java) S 3389 3392 31095 0 -1 1077944384 4708 0 0 0 218 68 0 0 20 0 17 0 95982666 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899573587088 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3396] ppid=3389 vsize=10821732 memory=7811866650544335212 CPUtime=2.87 cores=1,3,5,7
/proc/3392/task/3396/stat : 3396 (java) S 3389 3392 31095 0 -1 1077944384 4614 0 0 0 217 70 0 0 20 0 17 0 95982666 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899572534288 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3397] ppid=3389 vsize=10821732 memory=7811866650544335212 CPUtime=2.82 cores=1,3,5,7
/proc/3392/task/3397/stat : 3397 (java) S 3389 3392 31095 0 -1 1077944384 4630 0 0 0 212 70 0 0 20 0 17 0 95982666 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899571481488 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3398] ppid=3389 vsize=10821732 memory=7811866650544335212 CPUtime=2.84 cores=1,3,5,7
/proc/3392/task/3398/stat : 3398 (java) S 3389 3392 31095 0 -1 1077944384 4270 0 0 0 218 66 0 0 20 0 17 0 95982666 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899570428688 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3399] ppid=3389 vsize=10821732 memory=7811866650544335212 CPUtime=0.41 cores=1,3,5,7
/proc/3392/task/3399/stat : 3399 (java) S 3389 3392 31095 0 -1 1077944384 17841 0 0 0 37 4 0 0 20 0 17 0 95982667 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899180771696 139899620977282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3400] ppid=3389 vsize=10821732 memory=7524504884048194153 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3400/stat : 3400 (java) S 3389 3392 31095 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 95982668 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899179717728 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3401] ppid=3389 vsize=10821732 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3401/stat : 3401 (java) S 3389 3392 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95982668 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899178664832 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3402] ppid=3389 vsize=10821732 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3402/stat : 3402 (java) S 3389 3392 31095 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 17 0 95982670 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899177613136 139899620984731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3403] ppid=3389 vsize=10821732 memory=15818885064557964 CPUtime=1.76 cores=1,3,5,7
/proc/3392/task/3403/stat : 3403 (java) S 3389 3392 31095 0 -1 1077944384 6284 0 0 0 175 1 0 0 20 0 17 0 95982670 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899176561520 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3404] ppid=3389 vsize=10821732 memory=1200 CPUtime=1.8 cores=1,3,5,7
/proc/3392/task/3404/stat : 3404 (java) S 3389 3392 31095 0 -1 1077944384 6669 0 0 0 178 2 0 0 20 0 17 0 95982670 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899175508720 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3405] ppid=3389 vsize=10821732 memory=8552 CPUtime=0.36 cores=1,3,5,7
/proc/3392/task/3405/stat : 3405 (java) S 3389 3392 31095 0 -1 1077944384 3686 0 0 0 35 1 0 0 20 0 17 0 95982670 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899174455920 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3406] ppid=3389 vsize=10821732 memory=5516 CPUtime=0 cores=1,3,5,7
/proc/3392/task/3406/stat : 3406 (java) S 3389 3392 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95982670 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899173403360 139899620976341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
[pid=3392/tid=3407] ppid=3389 vsize=10821732 memory=4616 CPUtime=1.38 cores=1,3,5,7
/proc/3392/task/3407/stat : 3407 (java) S 3389 3392 31095 0 -1 1077944384 3390 0 0 0 60 78 0 0 20 0 17 0 95982671 11081453568 783930 33554432000 4194304 4196468 140724160963168 139899172350640 139899620977282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140724160967814 140724160967967 140724160967967 140724160970703 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3135720 KiB

Child status: 143
Real time (s): 2506.28
CPU time (s): 2520.19
CPU user time (s): 2516.41
CPU system time (s): 3.77766
CPU usage (%): 100.555
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3213656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.41
system time used= 3.77766
maximum resident set size= 3213656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56402
involuntary context switches= 912


# summary of solver processes directly reported to runsolver:
#   pid: 3392
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2516.41
#   total CPU system time (s): 3.77766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2381 second user time and 23.8132 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 14:41:29
IDJOB=4263454
IDBENCH=133180
IDSOLVER=2651
FILE ID=node104/4263454-1502628947
RUNJOBID= node104-1502619271-1477
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-009.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263454-1502628947/watcher-4263454-1502628947 -o /tmp/evaluation-result-4263454-1502628947/solver-4263454-1502628947 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263454-1502628947.xml

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

MD5SUM BENCH= f1f2c4ea81b28916fca828d1ce53413f
RANDOM SEED=1525741430

node104.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.43
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.43
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.43
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.43
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:        24954724 kB
MemAvailable:   28266364 kB
Buffers:          152484 kB
Cached:          3441020 kB
SwapCached:            0 kB
Active:          4051276 kB
Inactive:        3308012 kB
Active(anon):    3768556 kB
Inactive(anon):    25024 kB
Active(file):     282720 kB
Inactive(file):  3282988 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:       3776580 kB
Mapped:            55188 kB
Shmem:             25228 kB
Slab:             148996 kB
SReclaimable:     123532 kB
SUnreclaim:        25464 kB
KernelStack:        3712 kB
PageTables:        12404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4962384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3659776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 15:23:16