Trace number 4263076

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.21 2403.1201

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-19.xml
MD5SUM30814e96d0bc4cf3d8fc4c07c399f55d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables434
Number of constraints433
Number of domains2
Minimum domain size2
Maximum domain size361
Distribution of domain sizes[{"size":2,"count":72},{"size":361,"count":362}]
Minimum variable degree2
Maximum variable degree72
Distribution of variable degrees[{"degree":2,"count":74},{"degree":3,"count":287},{"degree":4,"count":72},{"degree":72,"count":1}]
Minimum constraint arity2
Maximum constraint arity361
Distribution of constraint arities[{"arity":2,"count":360},{"arity":3,"count":72},{"arity":361,"count":1}]
Number of extensional constraints0
Number of intensional constraints432
Distribution of constraint types[{"type":"intension","count":432},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

98.98/62.53	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
98.98/62.53	c This is free software under the dual EPL/GNU LGPL licenses.
98.98/62.53	c See www.sat4j.org for details.
98.98/62.53	c That software uses the Rhino library from the Mozilla project.
98.98/62.53	c version CUSTOM.v20170705
98.98/62.53	c java.runtime.name	Java(TM) SE Runtime Environment
98.98/62.53	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
98.98/62.53	c java.vm.version	25.131-b11
98.98/62.53	c java.vm.vendor	Oracle Corporation
98.98/62.53	c sun.arch.data.model	64
98.98/62.53	c java.version		1.8.0_131
98.98/62.53	c os.name		Linux
98.98/62.53	c os.version		3.10.0-514.16.1.el7.x86_64
98.98/62.53	c os.arch		amd64
98.98/62.53	c Free memory 		499604488
98.98/62.53	c Max memory 		7247757312
98.98/62.53	c Total memory 		504889344
98.98/62.53	c Number of processors 	4
98.98/62.53	c c --- Begin Solver configuration ---
98.98/62.53	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
98.98/62.53	c Learn all clauses as in MiniSAT
98.98/62.53	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
98.98/62.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
98.98/62.53	c No reason simplification
98.98/62.53	c Glucose 2.1 dynamic restart strategy
98.98/62.53	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
98.98/62.53	c timeout=2147483s
98.98/62.53	c DB Simplification allowed=false
98.98/62.53	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
98.98/62.53	c --- End Solver configuration ---
98.98/62.53	c constraints type 
98.98/62.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 868
98.98/62.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24732756
98.98/62.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10038384
98.98/62.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 864
98.98/62.53	c 34772872 constraints processed.
2520.08/2403.00	c starts		: 44038
2520.08/2403.00	c conflicts		: 11347931
2520.08/2403.00	c decisions		: 354497596
2520.08/2403.00	c propagations		: 4333672686
2520.08/2403.00	c inspects		: 14293095633
2520.08/2403.00	c shortcuts		: 0
2520.08/2403.00	c learnt literals	: 0
2520.08/2403.00	c learnt binary clauses	: 62030
2520.08/2403.00	c learnt ternary clauses	: 208025
2520.08/2403.00	c learnt constraints	: 11347931
2520.08/2403.00	c ignored constraints	: 0
2520.08/2403.00	c root simplifications	: 0
2520.08/2403.01	c removed literals (reason simplification)	: 0
2520.08/2403.01	c reason swapping (by a shorter reason)	: 0
2520.08/2403.01	c Calls to reduceDB	: 146
2520.08/2403.01	c Number of update (reduction) of LBD	: 7093168
2520.08/2403.01	c Imported unit clauses	: 0
2520.08/2403.01	c number of reductions to clauses (during analyze)	: 0
2520.08/2403.01	c number of learned constraints concerned by reduction	: 0
2520.08/2403.01	c number of learning phase by resolution	: 0
2520.08/2403.01	c number of learning phase by cutting planes	: 0
2520.08/2403.01	c number of rounding to 1 operations	: 0
2520.08/2403.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.08/2403.01	c number of reductions of the coefficients by power 2 	: 0
2520.08/2403.01	c number of right shift for reduction by power 2 	: 0
2520.08/2403.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.08/2403.01	c speed (assignments/second)	: 1851643.1630368044
2520.08/2403.01	c non guided choices	57873766
2520.08/2403.06	c learnt constraints type 
2520.08/2403.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62030
2520.08/2403.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 445151
2520.08/2403.06	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 (15396 MiB free)
  memory of node 1: 16384 MiB (14170 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263076-1502627525/watcher-4263076-1502627525 -o /tmp/evaluation-result-4263076-1502627525/solver-4263076-1502627525 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263076-1502627525.xml 

running on 4 cores: 0,2,4,6

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
solver pid=27050, runsolver pid=27047
Current StackSize limit: 8192 KiB


[startup+0.100201 s]*
/proc/loadavg: 4.53 4.81 4.68 3/204 27059
/proc/meminfo: memFree=30267804/32770624 swapFree=67105588/67108860
[pid=27050] ppid=27047 vsize=10151672 memory=20876 CPUtime=0.04 cores=0,2,4,6
/proc/27050/stat : 27050 (java) S 27047 27050 12560 0 -1 1077944320 4121 0 0 0 3 1 0 0 20 0 9 0 64947910 10395312128 5219 18446744073709551615 4194304 4196468 140730924271616 140730924254160 139714176495351 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
/proc/27050/statm: 2537918 5219 2122 1 0 2527415 0
[pid=27050/tid=27052] ppid=27047 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/27050/task/27052/stat : 27052 (java) R 27047 27050 12560 0 -1 4202560 2761 0 0 0 3 0 0 0 20 0 9 0 64947917 10395312128 5219 18446744073709551615 4194304 4196468 140730924271616 139714180730744 139714162177877 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27053] ppid=27047 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27053/stat : 27053 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64947917 10395312128 5219 18446744073709551615 4194304 4196468 140730924271616 139713787222928 139714176505557 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27054] ppid=27047 vsize=10151672 memory=140147728094848 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27054/stat : 27054 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64947917 10395312128 5219 18446744073709551615 4194304 4196468 140730924271616 139713786170128 139714176505557 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27055] ppid=27047 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27055/stat : 27055 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64947917 10395312128 5219 18446744073709551615 4194304 4196468 140730924271616 139713785117840 139714176505557 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27056] ppid=27047 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27056/stat : 27056 (java) S 27047 27050 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64947917 10395312128 5219 18446744073709551615 4194304 4196468 140730924271616 139713784065040 139714176505557 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27057] ppid=27047 vsize=10151672 memory=140147728094848 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27057/stat : 27057 (java) S 27047 27050 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64947919 10395312128 5219 18446744073709551615 4194304 4196468 140730924271616 139713673414768 139714176506498 0 0 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27058] ppid=27047 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27058/stat : 27058 (java) S 27047 27050 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 64947919 10395312128 5219 18446744073709551615 4194304 4196468 140730924271616 139713672360736 139714176505557 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27059] ppid=27047 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27059/stat : 27059 (java) S 27047 27050 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 64947919 10395312128 5219 18446744073709551615 4194304 4196468 140730924271616 139713671308400 139714176505557 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20876 KiB

[startup+0.210069 s]*
/proc/loadavg: 4.53 4.81 4.68 3/210 27065
/proc/meminfo: memFree=30264668/32770624 swapFree=67105588/67108860
[pid=27050] ppid=27047 vsize=10551156 memory=23568 CPUtime=0.07 cores=0,2,4,6
/proc/27050/stat : 27050 (java) S 27047 27050 12560 0 -1 1077944320 4911 0 0 0 6 1 0 0 20 0 15 0 64947910 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 140730924254160 139714176495351 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
/proc/27050/statm: 2637789 5892 2612 1 0 2627261 0
[pid=27050/tid=27052] ppid=27047 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/27050/task/27052/stat : 27052 (java) R 27047 27050 12560 0 -1 4202560 3014 0 0 0 5 0 0 0 20 0 15 0 64947917 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139714180721040 139713817817240 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27053] ppid=27047 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27053/stat : 27053 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64947917 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713787222928 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27054] ppid=27047 vsize=10551156 memory=288370523879806592 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27054/stat : 27054 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64947917 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713786170128 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27055] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27055/stat : 27055 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64947917 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713785117840 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27056] ppid=27047 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27056/stat : 27056 (java) S 27047 27050 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64947917 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713784065040 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27057] ppid=27047 vsize=10551156 memory=140147728094848 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27057/stat : 27057 (java) S 27047 27050 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64947919 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713673414768 139714176506498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27058] ppid=27047 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27058/stat : 27058 (java) S 27047 27050 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64947919 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713672360736 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27059] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27059/stat : 27059 (java) S 27047 27050 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64947919 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713671308400 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27060] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27060/stat : 27060 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64947922 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713670256720 139714176513947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27061] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27061/stat : 27061 (java) S 27047 27050 12560 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 64947922 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713669204592 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27062] ppid=27047 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27062/stat : 27062 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64947922 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713668151792 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27063] ppid=27047 vsize=10551156 memory=140147728094848 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27063/stat : 27063 (java) S 27047 27050 12560 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 64947922 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713667099504 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27064] ppid=27047 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27064/stat : 27064 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64947922 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713666046944 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27065] ppid=27047 vsize=10551156 memory=140147728094848 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27065/stat : 27065 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64947931 10804383744 5892 18446744073709551615 4194304 4196468 140730924271616 139713664993712 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23568 KiB

[startup+0.309984 s]*
/proc/loadavg: 4.53 4.81 4.68 3/210 27065
/proc/meminfo: memFree=30252576/32770624 swapFree=67105588/67108860
[pid=27050] ppid=27047 vsize=10551156 memory=35692 CPUtime=0.23 cores=0,2,4,6
/proc/27050/stat : 27050 (java) S 27047 27050 12560 0 -1 1077944320 8256 0 0 0 20 3 0 0 20 0 15 0 64947910 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 140730924254160 139714176495351 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
/proc/27050/statm: 2637789 8923 2867 1 0 2627261 0
[pid=27050/tid=27052] ppid=27047 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/27050/task/27052/stat : 27052 (java) R 27047 27050 12560 0 -1 4202560 5905 0 0 0 14 2 0 0 20 0 15 0 64947917 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139714180707184 139714160575838 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27053] ppid=27047 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27053/stat : 27053 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64947917 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713787222928 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27054] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27054/stat : 27054 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64947917 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713786170128 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27055] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27055/stat : 27055 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64947917 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713785117840 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27056] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27056/stat : 27056 (java) S 27047 27050 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64947917 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713784065040 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27057] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27057/stat : 27057 (java) S 27047 27050 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64947919 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713673414768 139714176506498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27058] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27058/stat : 27058 (java) S 27047 27050 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64947919 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713672360736 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27059] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27059/stat : 27059 (java) S 27047 27050 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64947919 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713671308400 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27060] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27060/stat : 27060 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64947922 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713670256720 139714176513947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27061] ppid=27047 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27050/task/27061/stat : 27061 (java) S 27047 27050 12560 0 -1 1077944384 524 0 0 0 1 0 0 0 20 0 15 0 64947922 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713669204592 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27062] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27062/stat : 27062 (java) S 27047 27050 12560 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 64947922 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713668151792 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27063] ppid=27047 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/27050/task/27063/stat : 27063 (java) S 27047 27050 12560 0 -1 1077944384 393 0 0 0 3 0 0 0 20 0 15 0 64947922 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713667099504 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27064] ppid=27047 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27064/stat : 27064 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64947922 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713666046944 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27065] ppid=27047 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27065/stat : 27065 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64947931 10804383744 8923 18446744073709551615 4194304 4196468 140730924271616 139713664993712 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35692 KiB

[startup+0.701388 s]
/proc/loadavg: 4.53 4.81 4.68 5/210 27065
/proc/meminfo: memFree=30241808/32770624 swapFree=67105588/67108860
[pid=27050] ppid=27047 vsize=10551232 memory=209324 CPUtime=1.16 cores=0,2,4,6
/proc/27050/stat : 27050 (java) S 27047 27050 12560 0 -1 1077944320 11560 0 0 0 107 9 0 0 20 0 15 0 64947910 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 140730924254160 139714176495351 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
/proc/27050/statm: 2637808 52331 3075 1 0 2627261 0
[pid=27050/tid=27052] ppid=27047 vsize=10551232 memory=82 CPUtime=0.49 cores=0,2,4,6
/proc/27050/task/27052/stat : 27052 (java) R 27047 27050 12560 0 -1 4202560 7473 0 0 0 45 4 0 0 20 0 15 0 64947917 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139714180732016 139713820568036 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27053] ppid=27047 vsize=10551232 memory=27 CPUtime=0.01 cores=0,2,4,6
/proc/27050/task/27053/stat : 27053 (java) S 27047 27050 12560 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 15 0 64947917 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713787222928 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27054] ppid=27047 vsize=10551232 memory=33 CPUtime=0.02 cores=0,2,4,6
/proc/27050/task/27054/stat : 27054 (java) S 27047 27050 12560 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 64947917 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713786170128 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27055] ppid=27047 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27050/task/27055/stat : 27055 (java) S 27047 27050 12560 0 -1 1077944384 105 0 0 0 2 1 0 0 20 0 15 0 64947917 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713785117840 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27056] ppid=27047 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27050/task/27056/stat : 27056 (java) S 27047 27050 12560 0 -1 1077944384 117 0 0 0 2 1 0 0 20 0 15 0 64947917 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713784065040 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27057] ppid=27047 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27057/stat : 27057 (java) S 27047 27050 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64947919 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713673414768 139714176506498 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27058] ppid=27047 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27058/stat : 27058 (java) S 27047 27050 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64947919 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713672360736 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27059] ppid=27047 vsize=10551232 memory=839 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27059/stat : 27059 (java) S 27047 27050 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64947919 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713671308400 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27060] ppid=27047 vsize=10551232 memory=56 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27060/stat : 27060 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64947922 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713670256720 139714176513947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27061] ppid=27047 vsize=10551232 memory=221 CPUtime=0.14 cores=0,2,4,6
/proc/27050/task/27061/stat : 27061 (java) S 27047 27050 12560 0 -1 1077944384 829 0 0 0 14 0 0 0 20 0 15 0 64947922 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713669204592 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27062] ppid=27047 vsize=10551232 memory=280295202885392 CPUtime=0.16 cores=0,2,4,6
/proc/27050/task/27062/stat : 27062 (java) R 27047 27050 12560 0 -1 4202560 426 0 0 0 16 0 0 0 20 0 15 0 64947922 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713668151712 139714160888600 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27063] ppid=27047 vsize=10551232 memory=2511079474945 CPUtime=0.21 cores=0,2,4,6
/proc/27050/task/27063/stat : 27063 (java) S 27047 27050 12560 0 -1 1077944384 1027 0 0 0 21 0 0 0 20 0 15 0 64947922 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713667099504 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27064] ppid=27047 vsize=10551232 memory=2519669409537 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27064/stat : 27064 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64947922 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713666046944 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27065] ppid=27047 vsize=10551232 memory=2562619082497 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27065/stat : 27065 (java) S 27047 27050 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64947931 10804461568 52331 18446744073709551615 4194304 4196468 140730924271616 139713664993712 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 209324 KiB

[startup+1.50081 s]
/proc/loadavg: 4.41 4.78 4.67 3/210 27065
/proc/meminfo: memFree=29933236/32770624 swapFree=67105588/67108860
[pid=27050] ppid=27047 vsize=10551232 memory=355156 CPUtime=2.41 cores=0,2,4,6
/proc/27050/stat : 27050 (java) S 27047 27050 12560 0 -1 1077944320 13757 0 0 0 225 16 0 0 20 0 15 0 64947910 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 140730924254160 139714176495351 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
/proc/27050/statm: 2637808 88789 3084 1 0 2627261 0
[pid=27050/tid=27052] ppid=27047 vsize=10551232 memory=82 CPUtime=1.26 cores=0,2,4,6
/proc/27050/task/27052/stat : 27052 (java) R 27047 27050 12560 0 -1 4202560 7547 0 0 0 121 5 0 0 20 0 15 0 64947917 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139714180731784 139713820847591 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27053] ppid=27047 vsize=10551232 memory=27 CPUtime=0.04 cores=0,2,4,6
/proc/27050/task/27053/stat : 27053 (java) S 27047 27050 12560 0 -1 1077944384 129 0 0 0 3 1 0 0 20 0 15 0 64947917 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713787222928 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27054] ppid=27047 vsize=10551232 memory=280295203117632 CPUtime=0.05 cores=0,2,4,6
/proc/27050/task/27054/stat : 27054 (java) S 27047 27050 12560 0 -1 1077944384 41 0 0 0 3 2 0 0 20 0 15 0 64947917 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713786170128 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27055] ppid=27047 vsize=10551232 memory=9132 CPUtime=0.05 cores=0,2,4,6
/proc/27050/task/27055/stat : 27055 (java) S 27047 27050 12560 0 -1 1077944384 123 0 0 0 3 2 0 0 20 0 15 0 64947917 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713785117840 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27056] ppid=27047 vsize=10551232 memory=19658 CPUtime=0.05 cores=0,2,4,6
/proc/27050/task/27056/stat : 27056 (java) S 27047 27050 12560 0 -1 1077944384 132 0 0 0 3 2 0 0 20 0 15 0 64947917 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713784065040 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27057] ppid=27047 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27057/stat : 27057 (java) S 27047 27050 12560 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 64947919 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713673414768 139714176506498 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27058] ppid=27047 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27058/stat : 27058 (java) S 27047 27050 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64947919 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713672360736 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27059] ppid=27047 vsize=10551232 memory=355156 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27059/stat : 27059 (java) S 27047 27050 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64947919 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713671308400 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27060] ppid=27047 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27060/stat : 27060 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64947922 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713670256720 139714176513947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27061] ppid=27047 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/27050/task/27061/stat : 27061 (java) S 27047 27050 12560 0 -1 1077944384 1815 0 0 0 29 0 0 0 20 0 15 0 64947922 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713669204592 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27062] ppid=27047 vsize=10551232 memory=6788 CPUtime=0.37 cores=0,2,4,6
/proc/27050/task/27062/stat : 27062 (java) S 27047 27050 12560 0 -1 1077944384 1347 0 0 0 36 1 0 0 20 0 15 0 64947922 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713668151792 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27063] ppid=27047 vsize=10551232 memory=280295202953152 CPUtime=0.22 cores=0,2,4,6
/proc/27050/task/27063/stat : 27063 (java) S 27047 27050 12560 0 -1 1077944384 1050 0 0 0 22 0 0 0 20 0 15 0 64947922 10804461568 88789 18446744073709551615 4194304 4196468 140730924271616 139713667099504 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0

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

[pid=27050/tid=27061] ppid=27047 vsize=10617796 memory=6834444 CPUtime=2.25 cores=0,2,4,6
/proc/27050/task/27061/stat : 27061 (java) S 27047 27050 12560 0 -1 1077944384 9639 0 0 0 223 2 0 0 20 0 16 0 64947922 10872623104 1708611 18446744073709551615 4194304 4196468 140730924271616 139713669204592 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27062] ppid=27047 vsize=10617796 memory=6834444 CPUtime=2.83 cores=0,2,4,6
/proc/27050/task/27062/stat : 27062 (java) S 27047 27050 12560 0 -1 1077944384 10020 0 0 0 280 3 0 0 20 0 16 0 64947922 10872623104 1708611 18446744073709551615 4194304 4196468 140730924271616 139713668151792 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27063] ppid=27047 vsize=10617796 memory=6834444 CPUtime=0.48 cores=0,2,4,6
/proc/27050/task/27063/stat : 27063 (java) S 27047 27050 12560 0 -1 1077944384 5497 0 0 0 47 1 0 0 20 0 16 0 64947922 10872623104 1708611 18446744073709551615 4194304 4196468 140730924271616 139713667099504 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27064] ppid=27047 vsize=10617796 memory=6834444 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27064/stat : 27064 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64947922 10872623104 1708611 18446744073709551615 4194304 4196468 140730924271616 139713666046944 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27065] ppid=27047 vsize=10617796 memory=6834444 CPUtime=1.48 cores=0,2,4,6
/proc/27050/task/27065/stat : 27065 (java) S 27047 27050 12560 0 -1 1077944384 3158 0 0 0 74 74 0 0 20 0 16 0 64947931 10872623104 1708611 18446744073709551615 4194304 4196468 140730924271616 139713664993712 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27068] ppid=27047 vsize=10617796 memory=6834444 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27068/stat : 27068 (java) S 27047 27050 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64954166 10872623104 1708611 18446744073709551615 4194304 4196468 140730924271616 139713663939248 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
Current children cumulated CPU time: 2431.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6834444 KiB

[startup+2382.3 s]
/proc/loadavg: 3.07 3.55 3.04 3/211 27362
/proc/meminfo: memFree=24479140/32770624 swapFree=67105588/67108860
[pid=27050] ppid=27047 vsize=10617796 memory=7140384 CPUtime=2499.55 cores=0,2,4,6
/proc/27050/stat : 27050 (java) S 27047 27050 12560 0 -1 1077944320 1853227 0 0 0 249071 884 0 0 20 0 16 0 64947910 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 140730924254160 139714176495351 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
/proc/27050/statm: 2654449 1785096 3149 1 0 2643902 0
[pid=27050/tid=27052] ppid=27047 vsize=10617796 memory=37116 CPUtime=2336.48 cores=0,2,4,6
/proc/27050/task/27052/stat : 27052 (java) R 27047 27050 12560 0 -1 4202560 1311007 0 0 0 233531 117 0 0 20 0 16 0 64947917 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139714180734304 139713823150027 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27053] ppid=27047 vsize=10617796 memory=7140384 CPUtime=36.87 cores=0,2,4,6
/proc/27050/task/27053/stat : 27053 (java) S 27047 27050 12560 0 -1 1077944384 106202 0 0 0 3521 166 0 0 20 0 16 0 64947917 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713787222928 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27054] ppid=27047 vsize=10617796 memory=7140384 CPUtime=37 cores=0,2,4,6
/proc/27050/task/27054/stat : 27054 (java) S 27047 27050 12560 0 -1 1077944384 119311 0 0 0 3522 178 0 0 20 0 16 0 64947917 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713786170128 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27055] ppid=27047 vsize=10617796 memory=7140384 CPUtime=36.84 cores=0,2,4,6
/proc/27050/task/27055/stat : 27055 (java) S 27047 27050 12560 0 -1 1077944384 121000 0 0 0 3509 175 0 0 20 0 16 0 64947917 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713785117840 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27056] ppid=27047 vsize=10617796 memory=7140384 CPUtime=36.98 cores=0,2,4,6
/proc/27050/task/27056/stat : 27056 (java) S 27047 27050 12560 0 -1 1077944384 118422 0 0 0 3523 175 0 0 20 0 16 0 64947917 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713784065040 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27057] ppid=27047 vsize=10617796 memory=7140384 CPUtime=8.2 cores=0,2,4,6
/proc/27050/task/27057/stat : 27057 (java) S 27047 27050 12560 0 -1 1077944384 47298 0 0 0 814 6 0 0 20 0 16 0 64947919 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713673414768 139714176506498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27058] ppid=27047 vsize=10617796 memory=7140384 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27058/stat : 27058 (java) S 27047 27050 12560 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 16 0 64947919 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713672360800 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27059] ppid=27047 vsize=10617796 memory=7140384 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27059/stat : 27059 (java) S 27047 27050 12560 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 16 0 64947919 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713671308416 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27060] ppid=27047 vsize=10617796 memory=7140384 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27060/stat : 27060 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64947922 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713670256720 139714176513947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27061] ppid=27047 vsize=10617796 memory=5808 CPUtime=2.25 cores=0,2,4,6
/proc/27050/task/27061/stat : 27061 (java) S 27047 27050 12560 0 -1 1077944384 9643 0 0 0 223 2 0 0 20 0 16 0 64947922 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713669204592 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27062] ppid=27047 vsize=10617796 memory=7140384 CPUtime=2.83 cores=0,2,4,6
/proc/27050/task/27062/stat : 27062 (java) S 27047 27050 12560 0 -1 1077944384 10022 0 0 0 280 3 0 0 20 0 16 0 64947922 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713668151792 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27063] ppid=27047 vsize=10617796 memory=7140384 CPUtime=0.49 cores=0,2,4,6
/proc/27050/task/27063/stat : 27063 (java) S 27047 27050 12560 0 -1 1077944384 5499 0 0 0 48 1 0 0 20 0 16 0 64947922 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713667099504 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27064] ppid=27047 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27064/stat : 27064 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64947922 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713666046944 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27065] ppid=27047 vsize=10617796 memory=842 CPUtime=1.53 cores=0,2,4,6
/proc/27050/task/27065/stat : 27065 (java) S 27047 27050 12560 0 -1 1077944384 3199 0 0 0 76 77 0 0 20 0 16 0 64947931 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713664993712 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27068] ppid=27047 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27068/stat : 27068 (java) S 27047 27050 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64954166 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713663939248 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
Current children cumulated CPU time: 2499.55 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7140384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.8 s]
/proc/loadavg: 2.77 3.45 3.01 3/211 27365
/proc/meminfo: memFree=24465220/32770624 swapFree=67105588/67108860
[pid=27050] ppid=27047 vsize=10617796 memory=7140384 CPUtime=2520.05 cores=0,2,4,6
/proc/27050/stat : 27050 (java) S 27047 27050 12560 0 -1 1077944320 1855371 0 0 0 251121 884 0 0 20 0 16 0 64947910 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 140730924254160 139714176495351 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
/proc/27050/statm: 2654449 1785096 3149 1 0 2643902 0
[pid=27050/tid=27052] ppid=27047 vsize=10617796 memory=956 CPUtime=2356.97 cores=0,2,4,6
/proc/27050/task/27052/stat : 27052 (java) R 27047 27050 12560 0 -1 4202560 1313149 0 0 0 235580 117 0 0 20 0 16 0 64947917 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139714180734304 139713823150027 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27053] ppid=27047 vsize=10617796 memory=-8774313645642428999 CPUtime=36.87 cores=0,2,4,6
/proc/27050/task/27053/stat : 27053 (java) S 27047 27050 12560 0 -1 1077944384 106202 0 0 0 3521 166 0 0 20 0 16 0 64947917 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713787222928 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27054] ppid=27047 vsize=10617796 memory=303430266251378998 CPUtime=37 cores=0,2,4,6
/proc/27050/task/27054/stat : 27054 (java) S 27047 27050 12560 0 -1 1077944384 119311 0 0 0 3522 178 0 0 20 0 16 0 64947917 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713786170128 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27055] ppid=27047 vsize=10617796 memory=15254835616287083 CPUtime=36.84 cores=0,2,4,6
/proc/27050/task/27055/stat : 27055 (java) S 27047 27050 12560 0 -1 1077944384 121000 0 0 0 3509 175 0 0 20 0 16 0 64947917 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713785117840 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27056] ppid=27047 vsize=10617796 memory=302022848351043610 CPUtime=36.98 cores=0,2,4,6
/proc/27050/task/27056/stat : 27056 (java) S 27047 27050 12560 0 -1 1077944384 118422 0 0 0 3523 175 0 0 20 0 16 0 64947917 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713784065040 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27057] ppid=27047 vsize=10617796 memory=302585841321247030 CPUtime=8.2 cores=0,2,4,6
/proc/27050/task/27057/stat : 27057 (java) S 27047 27050 12560 0 -1 1077944384 47298 0 0 0 814 6 0 0 20 0 16 0 64947919 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713673414768 139714176506498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27058] ppid=27047 vsize=10617796 memory=15254835616287083 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27058/stat : 27058 (java) S 27047 27050 12560 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 16 0 64947919 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713672360800 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27059] ppid=27047 vsize=10617796 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27059/stat : 27059 (java) S 27047 27050 12560 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 16 0 64947919 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713671308416 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27060] ppid=27047 vsize=10617796 memory=7523376918531162212 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27060/stat : 27060 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64947922 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713670256720 139714176513947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27061] ppid=27047 vsize=10617796 memory=4639948313719891052 CPUtime=2.25 cores=0,2,4,6
/proc/27050/task/27061/stat : 27061 (java) S 27047 27050 12560 0 -1 1077944384 9643 0 0 0 223 2 0 0 20 0 16 0 64947922 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713669204592 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27062] ppid=27047 vsize=10617796 memory=7597408096681748584 CPUtime=2.83 cores=0,2,4,6
/proc/27050/task/27062/stat : 27062 (java) S 27047 27050 12560 0 -1 1077944384 10022 0 0 0 280 3 0 0 20 0 16 0 64947922 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713668151792 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27063] ppid=27047 vsize=10617796 memory=7235147594880805952 CPUtime=0.49 cores=0,2,4,6
/proc/27050/task/27063/stat : 27063 (java) S 27047 27050 12560 0 -1 1077944384 5499 0 0 0 48 1 0 0 20 0 16 0 64947922 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713667099504 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27064] ppid=27047 vsize=10617796 memory=8028345011024717927 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27064/stat : 27064 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64947922 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713666046944 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27065] ppid=27047 vsize=10617796 memory=7236229500900889449 CPUtime=1.53 cores=0,2,4,6
/proc/27050/task/27065/stat : 27065 (java) S 27047 27050 12560 0 -1 1077944384 3201 0 0 0 76 77 0 0 20 0 16 0 64947931 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713664993712 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27068] ppid=27047 vsize=10617796 memory=7236229500900889449 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27068/stat : 27068 (java) S 27047 27050 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64954166 10872623104 1785096 18446744073709551615 4194304 4196468 140730924271616 139713663939248 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7140384 KiB

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

[startup+2403.12 s]
# the end of solver process 27050 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.32 s, system=8.89411 s

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

[startup+2403 s]*
/proc/loadavg: 2.77 3.45 3.01 2/212 27368
/proc/meminfo: memFree=24464924/32770624 swapFree=67105588/67108860
[pid=27050] ppid=27047 vsize=10817488 memory=7140540 CPUtime=2520.08 cores=0,2,4,6
/proc/27050/stat : 27050 (java) S 27047 27050 12560 0 -1 1077944320 1855694 0 0 0 251123 885 0 0 20 0 17 0 64947910 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 140730924254160 139714176495351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
/proc/27050/statm: 2704372 1785135 3152 1 0 2693825 0
[pid=27050/tid=27052] ppid=27047 vsize=10817488 memory=8318255677412212789 CPUtime=2356.98 cores=0,2,4,6
/proc/27050/task/27052/stat : 27052 (java) S 27047 27050 12560 0 -1 1077944384 1313158 0 0 0 235581 117 0 0 20 0 17 0 64947917 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139714180738224 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27053] ppid=27047 vsize=10817488 memory=328 CPUtime=36.87 cores=0,2,4,6
/proc/27050/task/27053/stat : 27053 (java) S 27047 27050 12560 0 -1 1077944384 106202 0 0 0 3521 166 0 0 20 0 17 0 64947917 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713787222928 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27054] ppid=27047 vsize=10817488 memory=301934138954414976 CPUtime=37 cores=0,2,4,6
/proc/27050/task/27054/stat : 27054 (java) S 27047 27050 12560 0 -1 1077944384 119311 0 0 0 3522 178 0 0 20 0 17 0 64947917 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713786170128 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27055] ppid=27047 vsize=10817488 memory=6944656592387989600 CPUtime=36.84 cores=0,2,4,6
/proc/27050/task/27055/stat : 27055 (java) S 27047 27050 12560 0 -1 1077944384 121000 0 0 0 3509 175 0 0 20 0 17 0 64947917 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713785117840 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27056] ppid=27047 vsize=10817488 memory=3472328279047811119 CPUtime=36.98 cores=0,2,4,6
/proc/27050/task/27056/stat : 27056 (java) S 27047 27050 12560 0 -1 1077944384 118422 0 0 0 3523 175 0 0 20 0 17 0 64947917 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713784065040 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27057] ppid=27047 vsize=10817488 memory=3472468443955513008 CPUtime=8.2 cores=0,2,4,6
/proc/27050/task/27057/stat : 27057 (java) S 27047 27050 12560 0 -1 1077944384 47300 0 0 0 814 6 0 0 20 0 17 0 64947919 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713673414768 139714176506498 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27058] ppid=27047 vsize=10817488 memory=8461260352690138415 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27058/stat : 27058 (java) S 27047 27050 12560 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 17 0 64947919 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713672360800 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27059] ppid=27047 vsize=10817488 memory=8099255969085935696 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27059/stat : 27059 (java) S 27047 27050 12560 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 17 0 64947919 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713671308416 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27060] ppid=27047 vsize=10817488 memory=-9178176116494409632 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27060/stat : 27060 (java) S 27047 27050 12560 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 64947922 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713670256720 139714176513947 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27061] ppid=27047 vsize=10817488 memory=0 CPUtime=2.25 cores=0,2,4,6
/proc/27050/task/27061/stat : 27061 (java) R 27047 27050 12560 0 -1 1077944384 9643 0 0 0 223 2 0 0 20 0 17 0 64947922 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713669204592 139714176506498 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27062] ppid=27047 vsize=10817488 memory=3472323898181169199 CPUtime=2.83 cores=0,2,4,6
/proc/27050/task/27062/stat : 27062 (java) S 27047 27050 12560 0 -1 1077944384 10108 0 0 0 280 3 0 0 20 0 17 0 64947922 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713668151792 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27063] ppid=27047 vsize=10817488 memory=3472468443955513008 CPUtime=0.49 cores=0,2,4,6
/proc/27050/task/27063/stat : 27063 (java) R 27047 27050 12560 0 -1 4202560 5628 0 0 0 48 1 0 0 20 0 17 0 64947922 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713667099504 139714158052784 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27064] ppid=27047 vsize=10817488 memory=3461362060437843038 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27064/stat : 27064 (java) S 27047 27050 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64947922 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713666046944 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27065] ppid=27047 vsize=10817488 memory=3472468443955774128 CPUtime=1.53 cores=0,2,4,6
/proc/27050/task/27065/stat : 27065 (java) S 27047 27050 12560 0 -1 1077944384 3201 0 0 0 76 77 0 0 20 0 17 0 64947931 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713664993712 139714176506498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27366] ppid=27047 vsize=10817488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27366/stat : 27366 (java) S 27047 27050 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65188191 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713662886256 139714176505557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
[pid=27050/tid=27367] ppid=27047 vsize=10817488 memory=140147602635279 CPUtime=0 cores=0,2,4,6
/proc/27050/task/27367/stat : 27367 (java) R 27047 27050 12560 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 17 0 65188191 11077107712 1785135 18446744073709551615 4194304 4196468 140730924271616 139713661834384 139713820769773 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38653952 140730924274064 140730924274217 140730924274217 140730924277711 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 7140540 KiB

[startup+2403.11 s]*
/proc/loadavg: 2.77 3.45 3.01 3/197 27368
/proc/meminfo: memFree=30926464/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2403.12
CPU time (s): 2520.21
CPU user time (s): 2511.32
CPU system time (s): 8.89411
CPU usage (%): 104.873
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 7140540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.32
system time used= 8.89411
maximum resident set size= 7141016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1856581
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57381
involuntary context switches= 3689


# summary of solver processes directly reported to runsolver:
#   pid: 27050
#   total CPU time (s): 2520.21
#   total CPU user time (s): 2511.32
#   total CPU system time (s): 8.89411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.979 second user time and 22.1813 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 14:18:03
IDJOB=4263076
IDBENCH=130626
IDSOLVER=2651
FILE ID=node126/4263076-1502627525
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263076-1502627525/watcher-4263076-1502627525 -o /tmp/evaluation-result-4263076-1502627525/solver-4263076-1502627525 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263076-1502627525.xml

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

MD5SUM BENCH= 30814e96d0bc4cf3d8fc4c07c399f55d
RANDOM SEED=1726637753

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:        30277164 kB
MemAvailable:   30524548 kB
Buffers:          262868 kB
Cached:           254520 kB
SwapCached:          524 kB
Active:          1860772 kB
Inactive:         151836 kB
Active(anon):    1442852 kB
Inactive(anon):    85544 kB
Active(file):     417920 kB
Inactive(file):    66292 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1636 kB
Writeback:             0 kB
AnonPages:       1494292 kB
Mapped:            57920 kB
Shmem:             33440 kB
Slab:             184068 kB
SReclaimable:     158016 kB
SUnreclaim:        26052 kB
KernelStack:        3488 kB
PageTables:         7860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3170372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1378304 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= 62028 MiB
End job on node126 at 2017-08-13 14:58:07