Trace number 4301823

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 2018-07-11? (TO) 252.083 239.434

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-14_c18.xml
MD5SUMc1878b2d9e06b3112b686731368ac8cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark140
Best CPU time to get the best result obtained on this benchmark250.339
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints92
Number of domains2
Minimum domain size196
Maximum domain size197
Distribution of domain sizes[{"size":196,"count":91},{"size":197,"count":14}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":13,"count":13},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity91
Distribution of constraint arities[{"arity":3,"count":91},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints91
Distribution of constraint types[{"type":"intension","count":91},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

17.38/7.40	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
17.38/7.40	c This is free software under the dual EPL/GNU LGPL licenses.
17.38/7.40	c See www.sat4j.org for details.
17.38/7.40	c That software uses the Rhino library from the Mozilla project.
17.38/7.40	c version 2.3.6-SNAPSHOT
17.38/7.40	c java.runtime.name	Java(TM) SE Runtime Environment
17.38/7.40	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
17.38/7.40	c java.vm.version	25.131-b11
17.38/7.40	c java.vm.vendor	Oracle Corporation
17.38/7.40	c sun.arch.data.model	64
17.38/7.40	c java.version		1.8.0_131
17.38/7.40	c os.name		Linux
17.38/7.40	c os.version		3.10.0-514.16.1.el7.x86_64
17.38/7.40	c os.arch		amd64
17.38/7.40	c Free memory 		499604488
17.38/7.40	c Max memory 		7247757312
17.38/7.40	c Total memory 		504889344
17.38/7.40	c Number of processors 	4
17.38/7.40	c c --- Begin Solver configuration ---
17.38/7.40	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
17.38/7.40	c Learn all clauses as in MiniSAT
17.38/7.40	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
17.38/7.40	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
17.38/7.40	c No reason simplification
17.38/7.40	c Glucose 2.1 dynamic restart strategy
17.38/7.40	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
17.38/7.40	c timeout=2147483s
17.38/7.40	c DB Simplification allowed=false
17.38/7.40	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
17.38/7.40	c --- End Solver configuration ---
17.38/7.40	c constraints type 
17.38/7.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 210
17.38/7.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 802620
17.38/7.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10541076
17.38/7.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 182
17.38/7.40	c 11344088 constraints processed.
252.05/239.40	c starts		: 1286
252.05/239.40	c conflicts		: 237381
252.05/239.40	c decisions		: 8912870
252.05/239.40	c propagations		: 393982214
252.05/239.40	c inspects		: 2700364983
252.05/239.40	c shortcuts		: 0
252.05/239.40	c learnt literals	: 1439
252.05/239.40	c learnt binary clauses	: 773
252.05/239.40	c learnt ternary clauses	: 622
252.05/239.40	c learnt constraints	: 235942
252.05/239.40	c ignored constraints	: 0
252.05/239.40	c root simplifications	: 0
252.05/239.40	c removed literals (reason simplification)	: 0
252.05/239.40	c reason swapping (by a shorter reason)	: 0
252.05/239.40	c Calls to reduceDB	: 17
252.05/239.40	c Number of update (reduction) of LBD	: 199257
252.05/239.40	c Imported unit clauses	: 0
252.05/239.40	c number of reductions to clauses (during analyze)	: 0
252.05/239.40	c number of learned constraints concerned by reduction	: 0
252.05/239.40	c number of learning phase by resolution	: 0
252.05/239.40	c number of learning phase by cutting planes	: 0
252.05/239.40	c number of rounding to 1 operations	: 0
252.05/239.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.05/239.40	c number of reductions of the coefficients by power 2 	: 0
252.05/239.40	c number of right shift for reduction by power 2 	: 0
252.05/239.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.05/239.40	c number of ending skipping 	: 0
252.05/239.40	c number of internal skipping 	: 0
252.05/239.40	c number of derivation steps 	: 0
252.05/239.40	c number of skipped derivation steps 	: 0
252.05/239.40	c number of remaining unassigned 	: 0
252.05/239.40	c number of remaining assigned 	: 0
252.05/239.40	c speed (assignments/second)	: 1698272.3996723995
252.05/239.40	c non guided choices	: 179174
252.05/239.42	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 773
252.05/239.42	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 35512
252.05/239.42	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 (11844 MiB free)
  memory of node 1: 16384 MiB (15836 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301823-1532884705/watcher-4301823-1532884705 -o /tmp/evaluation-result-4301823-1532884705/solver-4301823-1532884705 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301823-1532884705.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=18293, runsolver pid=18290

[startup+0.100144 s]*
/proc/loadavg: 5.14 3.58 2.85 2/216 18308
/proc/meminfo: memFree=28327456/32770624 swapFree=67108860/67108860
[pid=18293] ppid=18290 vsize=10659012 memory=31520 CPUtime=0.12 cores=1,3,5,7
/proc/18293/stat : 18293 (java) S 18290 18293 13514 0 -1 1077944320 6435 0 0 0 11 1 0 0 20 0 15 0 106033668 10914828288 7880 33554432000 4194304 4196468 140734740454112 140734740436656 140132718427895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
/proc/18293/statm: 2664753 7880 2841 1 0 2627263 0
[pid=18293/tid=18295] ppid=18290 vsize=10659012 memory=-8701690554792186750 CPUtime=0.09 cores=1,3,5,7
/proc/18293/task/18295/stat : 18295 (java) R 18290 18293 13514 0 -1 4202560 4277 0 0 0 8 1 0 0 20 0 15 0 106033669 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132722642496 140132718449821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18296] ppid=18290 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18296/stat : 18296 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132644502032 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18297] ppid=18290 vsize=10659012 memory=140217865873024 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18297/stat : 18297 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132643449488 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18298] ppid=18290 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18298/stat : 18298 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132642396432 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18299] ppid=18290 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18299/stat : 18299 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033669 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132641343888 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18300] ppid=18290 vsize=10659012 memory=140217865873024 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18300/stat : 18300 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033671 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132209326832 140132718439042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18301] ppid=18290 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18301/stat : 18301 (java) S 18290 18293 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106033671 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132208273056 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18302] ppid=18290 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18302/stat : 18302 (java) S 18290 18293 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106033671 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132207219952 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18303] ppid=18290 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18303/stat : 18303 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106033674 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132206168528 140132718446491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18304] ppid=18290 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18304/stat : 18304 (java) S 18290 18293 13514 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 106033674 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132205115632 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18305] ppid=18290 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18305/stat : 18305 (java) R 18290 18293 13514 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 106033674 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132204063088 140132718439042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18306] ppid=18290 vsize=10659012 memory=140217865873024 CPUtime=0.02 cores=1,3,5,7
/proc/18293/task/18306/stat : 18306 (java) R 18290 18293 13514 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 106033674 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132203010032 140132710665022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18307] ppid=18290 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18307/stat : 18307 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106033674 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132201957728 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18308] ppid=18290 vsize=10659012 memory=140217865873024 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18308/stat : 18308 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033674 10914828288 7880 33554432000 4194304 4196468 140734740454112 140132200905776 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31520 KiB

[startup+0.210648 s]*
/proc/loadavg: 5.14 3.58 2.85 4/216 18308
/proc/meminfo: memFree=28317448/32770624 swapFree=67108860/67108860
[pid=18293] ppid=18290 vsize=10659012 memory=41980 CPUtime=0.34 cores=1,3,5,7
/proc/18293/stat : 18293 (java) S 18290 18293 13514 0 -1 1077944320 7638 0 0 0 32 2 0 0 20 0 15 0 106033668 10914828288 10495 33554432000 4194304 4196468 140734740454112 140734740436656 140132718427895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
/proc/18293/statm: 2664753 10495 3004 1 0 2627263 0
[pid=18293/tid=18295] ppid=18290 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/18293/task/18295/stat : 18295 (java) R 18290 18293 13514 0 -1 4202560 4627 0 0 0 19 1 0 0 20 0 15 0 106033669 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132722664176 140132702508382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18296] ppid=18290 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18296/stat : 18296 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132644502032 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18297] ppid=18290 vsize=10659012 memory=140217866504433 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18297/stat : 18297 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132643449488 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18298] ppid=18290 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18298/stat : 18298 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132642396432 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18299] ppid=18290 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18299/stat : 18299 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033669 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132641343888 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18300] ppid=18290 vsize=10659012 memory=140217865873024 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18300/stat : 18300 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033671 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132209326832 140132718439042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18301] ppid=18290 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18301/stat : 18301 (java) S 18290 18293 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106033671 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132208273056 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18302] ppid=18290 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18302/stat : 18302 (java) S 18290 18293 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106033671 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132207219952 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18303] ppid=18290 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18303/stat : 18303 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106033674 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132206168528 140132718446491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18304] ppid=18290 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18293/task/18304/stat : 18304 (java) S 18290 18293 13514 0 -1 1077944384 455 0 0 0 2 0 0 0 20 0 15 0 106033674 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132205115632 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18305] ppid=18290 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18293/task/18305/stat : 18305 (java) S 18290 18293 13514 0 -1 1077944384 537 0 0 0 2 0 0 0 20 0 15 0 106033674 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132204063088 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18306] ppid=18290 vsize=10659012 memory=140217865873024 CPUtime=0.08 cores=1,3,5,7
/proc/18293/task/18306/stat : 18306 (java) S 18290 18293 13514 0 -1 1077944384 657 0 0 0 8 0 0 0 20 0 15 0 106033674 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132203010032 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18307] ppid=18290 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18307/stat : 18307 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106033674 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132201957728 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18308] ppid=18290 vsize=10659012 memory=140217865873024 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18308/stat : 18308 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033674 10914828288 10495 33554432000 4194304 4196468 140734740454112 140132200905776 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41980 KiB

[startup+0.310535 s]*
/proc/loadavg: 5.14 3.58 2.85 5/216 18308
/proc/meminfo: memFree=28310128/32770624 swapFree=67108860/67108860
[pid=18293] ppid=18290 vsize=10659088 memory=47300 CPUtime=0.54 cores=1,3,5,7
/proc/18293/stat : 18293 (java) S 18290 18293 13514 0 -1 1077944320 8409 0 0 0 52 2 0 0 20 0 15 0 106033668 10914906112 11825 33554432000 4194304 4196468 140734740454112 140734740436656 140132718427895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
/proc/18293/statm: 2664772 11825 3051 1 0 2627263 0
[pid=18293/tid=18295] ppid=18290 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/18293/task/18295/stat : 18295 (java) R 18290 18293 13514 0 -1 4202560 5171 0 0 0 28 1 0 0 20 0 15 0 106033669 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132722662736 140132718439830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18296] ppid=18290 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18296/stat : 18296 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132644502032 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18297] ppid=18290 vsize=10659088 memory=140217866502159 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18297/stat : 18297 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132643449488 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18298] ppid=18290 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18298/stat : 18298 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132642396432 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18299] ppid=18290 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18299/stat : 18299 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132641343888 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18300] ppid=18290 vsize=10659088 memory=140217865873024 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18300/stat : 18300 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033671 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132209326832 140132718439042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18301] ppid=18290 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18301/stat : 18301 (java) S 18290 18293 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106033671 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132208273056 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18302] ppid=18290 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18302/stat : 18302 (java) S 18290 18293 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106033671 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132207219952 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18303] ppid=18290 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18303/stat : 18303 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106033674 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132206168528 140132718446491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18304] ppid=18290 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/18293/task/18304/stat : 18304 (java) S 18290 18293 13514 0 -1 1077944384 499 0 0 0 4 0 0 0 20 0 15 0 106033674 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132205115632 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18305] ppid=18290 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/18293/task/18305/stat : 18305 (java) S 18290 18293 13514 0 -1 1077944384 627 0 0 0 5 0 0 0 20 0 15 0 106033674 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132204063088 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18306] ppid=18290 vsize=10659088 memory=140217865873024 CPUtime=0.13 cores=1,3,5,7
/proc/18293/task/18306/stat : 18306 (java) R 18290 18293 13514 0 -1 4202560 746 0 0 0 13 0 0 0 20 0 15 0 106033674 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132203010032 140132718439830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18307] ppid=18290 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18307/stat : 18307 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106033674 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132201957728 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18308] ppid=18290 vsize=10659088 memory=140217865873024 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18308/stat : 18308 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033674 10914906112 11825 33554432000 4194304 4196468 140734740454112 140132200905776 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47300 KiB

[startup+0.700829 s]
/proc/loadavg: 4.97 3.57 2.85 5/216 18308
/proc/meminfo: memFree=28272216/32770624 swapFree=67108860/67108860
[pid=18293] ppid=18290 vsize=10659088 memory=108316 CPUtime=1.55 cores=1,3,5,7
/proc/18293/stat : 18293 (java) S 18290 18293 13514 0 -1 1077944320 12368 0 0 0 152 3 0 0 20 0 15 0 106033668 10914906112 27079 33554432000 4194304 4196468 140734740454112 140734740436656 140132718427895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
/proc/18293/statm: 2664772 27079 3097 1 0 2627263 0
[pid=18293/tid=18295] ppid=18290 vsize=10659088 memory=16868 CPUtime=0.68 cores=1,3,5,7
/proc/18293/task/18295/stat : 18295 (java) R 18290 18293 13514 0 -1 4202560 5276 0 0 0 66 2 0 0 20 0 15 0 106033669 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132722665520 140132319965850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18296] ppid=18290 vsize=10659088 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18296/stat : 18296 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132644502032 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18297] ppid=18290 vsize=10659088 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18297/stat : 18297 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132643449488 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18298] ppid=18290 vsize=10659088 memory=496 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18298/stat : 18298 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132642396432 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18299] ppid=18290 vsize=10659088 memory=928 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18299/stat : 18299 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132641343888 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18300] ppid=18290 vsize=10659088 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18300/stat : 18300 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033671 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132209326832 140132718439042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18301] ppid=18290 vsize=10659088 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18301/stat : 18301 (java) S 18290 18293 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106033671 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132208273056 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18302] ppid=18290 vsize=10659088 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18302/stat : 18302 (java) S 18290 18293 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106033671 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132207219952 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18303] ppid=18290 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18303/stat : 18303 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106033674 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132206168528 140132718446491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18304] ppid=18290 vsize=10659088 memory=6081108994580573287 CPUtime=0.38 cores=1,3,5,7
/proc/18293/task/18304/stat : 18304 (java) R 18290 18293 13514 0 -1 4202560 3339 0 0 0 38 0 0 0 20 0 15 0 106033674 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132205096648 140132699949286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18305] ppid=18290 vsize=10659088 memory=6220993253238723945 CPUtime=0.29 cores=1,3,5,7
/proc/18293/task/18305/stat : 18305 (java) S 18290 18293 13514 0 -1 1077944384 1521 0 0 0 29 0 0 0 20 0 15 0 106033674 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132204063088 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18306] ppid=18290 vsize=10659088 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/18293/task/18306/stat : 18306 (java) S 18290 18293 13514 0 -1 1077944384 865 0 0 0 18 0 0 0 20 0 15 0 106033674 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132203010032 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18307] ppid=18290 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18307/stat : 18307 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106033674 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132201957728 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18308] ppid=18290 vsize=10659088 memory=756 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18308/stat : 18308 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033674 10914906112 27079 33554432000 4194304 4196468 140734740454112 140132200905776 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 108316 KiB

[startup+1.50082 s]
/proc/loadavg: 4.97 3.57 2.85 3/216 18308
/proc/meminfo: memFree=28224624/32770624 swapFree=67108860/67108860
[pid=18293] ppid=18290 vsize=10659088 memory=178320 CPUtime=2.49 cores=1,3,5,7
/proc/18293/stat : 18293 (java) S 18290 18293 13514 0 -1 1077944320 12731 0 0 0 244 5 0 0 20 0 15 0 106033668 10914906112 44580 33554432000 4194304 4196468 140734740454112 140734740436656 140132718427895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
/proc/18293/statm: 2664772 44580 3102 1 0 2627263 0
[pid=18293/tid=18295] ppid=18290 vsize=10659088 memory=155792 CPUtime=1.48 cores=1,3,5,7
/proc/18293/task/18295/stat : 18295 (java) R 18290 18293 13514 0 -1 4202560 5426 0 0 0 144 4 0 0 20 0 15 0 106033669 10914906112 44580 33554432000 4194304 4196468 140734740454112 140132722663856 140132320167811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18296] ppid=18290 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18296/stat : 18296 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 44580 33554432000 4194304 4196468 140734740454112 140132644502032 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18297] ppid=18290 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18297/stat : 18297 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 44580 33554432000 4194304 4196468 140734740454112 140132643449488 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18298] ppid=18290 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18298/stat : 18298 (java) S 18290 18293 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 44580 33554432000 4194304 4196468 140734740454112 140132642396432 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18299] ppid=18290 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18299/stat : 18299 (java) S 18290 18293 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106033669 10914906112 44580 33554432000 4194304 4196468 140734740454112 140132641343888 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18300] ppid=18290 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18300/stat : 18300 (java) S 18290 18293 13514 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 15 0 106033671 10914906112 44580 33554432000 4194304 4196468 140734740454112 140132209326832 140132718439042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0

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

/proc/18293/task/18298/stat : 18298 (java) S 18290 18293 13514 0 -1 1077944384 4015 0 0 0 281 30 0 0 20 0 16 0 106033669 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132642396432 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18299] ppid=18290 vsize=10725652 memory=1658608 CPUtime=3.11 cores=1,3,5,7
/proc/18293/task/18299/stat : 18299 (java) S 18290 18293 13514 0 -1 1077944384 4581 0 0 0 281 30 0 0 20 0 16 0 106033669 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132641343888 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18300] ppid=18290 vsize=10725652 memory=4140 CPUtime=1.07 cores=1,3,5,7
/proc/18293/task/18300/stat : 18300 (java) S 18290 18293 13514 0 -1 1077944384 2519 0 0 0 107 0 0 0 20 0 16 0 106033671 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132209326832 140132718439042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18301] ppid=18290 vsize=10725652 memory=30228 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18301/stat : 18301 (java) S 18290 18293 13514 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 106033671 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132208273120 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18302] ppid=18290 vsize=10725652 memory=1658608 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18302/stat : 18302 (java) S 18290 18293 13514 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 106033671 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132207219968 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18303] ppid=18290 vsize=10725652 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18303/stat : 18303 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106033674 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132206168528 140132718446491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18304] ppid=18290 vsize=10725652 memory=1658608 CPUtime=1.53 cores=1,3,5,7
/proc/18293/task/18304/stat : 18304 (java) S 18290 18293 13514 0 -1 1077944384 7720 0 0 0 152 1 0 0 20 0 16 0 106033674 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132205115632 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18305] ppid=18290 vsize=10725652 memory=1992 CPUtime=1.48 cores=1,3,5,7
/proc/18293/task/18305/stat : 18305 (java) S 18290 18293 13514 0 -1 1077944384 7003 0 0 0 148 0 0 0 20 0 16 0 106033674 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132204063088 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18306] ppid=18290 vsize=10725652 memory=1658588 CPUtime=0.4 cores=1,3,5,7
/proc/18293/task/18306/stat : 18306 (java) S 18290 18293 13514 0 -1 1077944384 3542 0 0 0 39 1 0 0 20 0 16 0 106033674 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132203010032 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18307] ppid=18290 vsize=10725652 memory=1658588 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18307/stat : 18307 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106033674 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132201957728 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18308] ppid=18290 vsize=10725652 memory=1658608 CPUtime=0.09 cores=1,3,5,7
/proc/18293/task/18308/stat : 18308 (java) S 18290 18293 13514 0 -1 1077944384 270 0 0 0 4 5 0 0 20 0 16 0 106033674 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132200905776 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18309] ppid=18290 vsize=10725652 memory=1658608 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18309/stat : 18309 (java) S 18290 18293 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106034410 10983067648 414652 33554432000 4194304 4196468 140734740454112 140132199851568 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
Current children cumulated CPU time: 175.09 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1658608 KiB

[startup+222.301 s]
/proc/loadavg: 2.08 2.77 2.68 3/218 18320
/proc/meminfo: memFree=26217744/32770624 swapFree=67108860/67108860
[pid=18293] ppid=18290 vsize=10725652 memory=1658792 CPUtime=235.13 cores=1,3,5,7
/proc/18293/stat : 18293 (java) S 18290 18293 13514 0 -1 1077944320 55481 0 0 0 23370 143 0 0 20 0 16 0 106033668 10983067648 414698 33554432000 4194304 4196468 140734740454112 140734740436656 140132718427895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
/proc/18293/statm: 2681413 414698 3174 1 0 2643904 0
[pid=18293/tid=18295] ppid=18290 vsize=10725652 memory=1658780 CPUtime=218.02 cores=1,3,5,7
/proc/18293/task/18295/stat : 18295 (java) R 18290 18293 13514 0 -1 4202560 14472 0 0 0 21792 10 0 0 20 0 16 0 106033669 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132722664568 140132321688601 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18296] ppid=18290 vsize=10725652 memory=1658780 CPUtime=3.11 cores=1,3,5,7
/proc/18293/task/18296/stat : 18296 (java) S 18290 18293 13514 0 -1 1077944384 3803 0 0 0 281 30 0 0 20 0 16 0 106033669 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132644502032 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18297] ppid=18290 vsize=10725652 memory=1658792 CPUtime=3.07 cores=1,3,5,7
/proc/18293/task/18297/stat : 18297 (java) S 18290 18293 13514 0 -1 1077944384 5887 0 0 0 276 31 0 0 20 0 16 0 106033669 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132643449488 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18298] ppid=18290 vsize=10725652 memory=5456 CPUtime=3.11 cores=1,3,5,7
/proc/18293/task/18298/stat : 18298 (java) S 18290 18293 13514 0 -1 1077944384 4015 0 0 0 281 30 0 0 20 0 16 0 106033669 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132642396432 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18299] ppid=18290 vsize=10725652 memory=0 CPUtime=3.11 cores=1,3,5,7
/proc/18293/task/18299/stat : 18299 (java) S 18290 18293 13514 0 -1 1077944384 4581 0 0 0 281 30 0 0 20 0 16 0 106033669 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132641343888 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18300] ppid=18290 vsize=10725652 memory=1658780 CPUtime=1.07 cores=1,3,5,7
/proc/18293/task/18300/stat : 18300 (java) S 18290 18293 13514 0 -1 1077944384 2568 0 0 0 107 0 0 0 20 0 16 0 106033671 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132209326832 140132718439042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18301] ppid=18290 vsize=10725652 memory=1658780 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18301/stat : 18301 (java) S 18290 18293 13514 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 106033671 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132208273120 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18302] ppid=18290 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18302/stat : 18302 (java) S 18290 18293 13514 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 106033671 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132207219968 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18303] ppid=18290 vsize=10725652 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18303/stat : 18303 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132206168528 140132718446491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18304] ppid=18290 vsize=10725652 memory=1658780 CPUtime=1.53 cores=1,3,5,7
/proc/18293/task/18304/stat : 18304 (java) S 18290 18293 13514 0 -1 1077944384 7723 0 0 0 152 1 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132205115632 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18305] ppid=18290 vsize=10725652 memory=280435460579744 CPUtime=1.48 cores=1,3,5,7
/proc/18293/task/18305/stat : 18305 (java) S 18290 18293 13514 0 -1 1077944384 7012 0 0 0 148 0 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132204063088 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18306] ppid=18290 vsize=10725652 memory=1658780 CPUtime=0.4 cores=1,3,5,7
/proc/18293/task/18306/stat : 18306 (java) S 18290 18293 13514 0 -1 1077944384 3653 0 0 0 39 1 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132203010032 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18307] ppid=18290 vsize=10725652 memory=1658780 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18307/stat : 18307 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132201957728 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18308] ppid=18290 vsize=10725652 memory=1658780 CPUtime=0.12 cores=1,3,5,7
/proc/18293/task/18308/stat : 18308 (java) S 18290 18293 13514 0 -1 1077944384 308 0 0 0 5 7 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132200905776 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18309] ppid=18290 vsize=10725652 memory=371 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18309/stat : 18309 (java) S 18290 18293 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106034410 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132199851568 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
Current children cumulated CPU time: 235.13 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1658792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+239.201 s]
/proc/loadavg: 2.13 2.75 2.67 3/218 18399
/proc/meminfo: memFree=26361384/32770624 swapFree=67108860/67108860
[pid=18293] ppid=18290 vsize=10725652 memory=1658792 CPUtime=252.04 cores=1,3,5,7
/proc/18293/stat : 18293 (java) S 18290 18293 13514 0 -1 1077944320 55743 0 0 0 25061 143 0 0 20 0 16 0 106033668 10983067648 414698 33554432000 4194304 4196468 140734740454112 140734740436656 140132718427895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
/proc/18293/statm: 2681413 414698 3174 1 0 2643904 0
[pid=18293/tid=18295] ppid=18290 vsize=10725652 memory=2724 CPUtime=234.92 cores=1,3,5,7
/proc/18293/task/18295/stat : 18295 (java) R 18290 18293 13514 0 -1 4202560 14707 0 0 0 23482 10 0 0 20 0 16 0 106033669 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132722664792 140132319854417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18296] ppid=18290 vsize=10725652 memory=-3621219749712857441 CPUtime=3.11 cores=1,3,5,7
/proc/18293/task/18296/stat : 18296 (java) S 18290 18293 13514 0 -1 1077944384 3803 0 0 0 281 30 0 0 20 0 16 0 106033669 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132644502032 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18297] ppid=18290 vsize=10725652 memory=35044 CPUtime=3.07 cores=1,3,5,7
/proc/18293/task/18297/stat : 18297 (java) S 18290 18293 13514 0 -1 1077944384 5887 0 0 0 276 31 0 0 20 0 16 0 106033669 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132643449488 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18298] ppid=18290 vsize=10725652 memory=6791534058613427641 CPUtime=3.11 cores=1,3,5,7
/proc/18293/task/18298/stat : 18298 (java) S 18290 18293 13514 0 -1 1077944384 4015 0 0 0 281 30 0 0 20 0 16 0 106033669 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132642396432 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18299] ppid=18290 vsize=10725652 memory=804 CPUtime=3.11 cores=1,3,5,7
/proc/18293/task/18299/stat : 18299 (java) S 18290 18293 13514 0 -1 1077944384 4581 0 0 0 281 30 0 0 20 0 16 0 106033669 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132641343888 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18300] ppid=18290 vsize=10725652 memory=1696 CPUtime=1.07 cores=1,3,5,7
/proc/18293/task/18300/stat : 18300 (java) S 18290 18293 13514 0 -1 1077944384 2568 0 0 0 107 0 0 0 20 0 16 0 106033671 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132209326832 140132718439042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18301] ppid=18290 vsize=10725652 memory=916 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18301/stat : 18301 (java) S 18290 18293 13514 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 106033671 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132208273120 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18302] ppid=18290 vsize=10725652 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18302/stat : 18302 (java) S 18290 18293 13514 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 106033671 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132207219968 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18303] ppid=18290 vsize=10725652 memory=2592 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18303/stat : 18303 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132206168528 140132718446491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18304] ppid=18290 vsize=10725652 memory=2724 CPUtime=1.53 cores=1,3,5,7
/proc/18293/task/18304/stat : 18304 (java) S 18290 18293 13514 0 -1 1077944384 7723 0 0 0 152 1 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132205115632 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18305] ppid=18290 vsize=10725652 memory=1256 CPUtime=1.48 cores=1,3,5,7
/proc/18293/task/18305/stat : 18305 (java) S 18290 18293 13514 0 -1 1077944384 7012 0 0 0 148 0 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132204063088 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18306] ppid=18290 vsize=10725652 memory=10368 CPUtime=0.4 cores=1,3,5,7
/proc/18293/task/18306/stat : 18306 (java) S 18290 18293 13514 0 -1 1077944384 3680 0 0 0 39 1 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132203010032 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18307] ppid=18290 vsize=10725652 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18307/stat : 18307 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132201957728 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18308] ppid=18290 vsize=10725652 memory=1172 CPUtime=0.14 cores=1,3,5,7
/proc/18293/task/18308/stat : 18308 (java) S 18290 18293 13514 0 -1 1077944384 308 0 0 0 6 8 0 0 20 0 16 0 106033674 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132200905776 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18309] ppid=18290 vsize=10725652 memory=1812 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18309/stat : 18309 (java) S 18290 18293 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106034410 10983067648 414698 33554432000 4194304 4196468 140734740454112 140132199851568 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1658792 KiB

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

[startup+239.434 s]
# the end of solver process 18293 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.632 s, system=1.45144 s

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

[startup+239.401 s]
/proc/loadavg: 2.13 2.75 2.67 3/218 18399
/proc/meminfo: memFree=26361384/32770624 swapFree=67108860/67108860
[pid=18293] ppid=18290 vsize=10925344 memory=1659092 CPUtime=252.05 cores=1,3,5,7
/proc/18293/stat : 18293 (java) S 18290 18293 13514 0 -1 1077944320 56352 0 0 0 25062 143 0 0 20 0 17 0 106033668 11187552256 414773 33554432000 4194304 4196468 140734740454112 140734740436656 140132718427895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
/proc/18293/statm: 2731336 414773 3177 1 0 2693827 0
[pid=18293/tid=18295] ppid=18290 vsize=10925344 memory=6791534058613427641 CPUtime=234.93 cores=1,3,5,7
/proc/18293/task/18295/stat : 18295 (java) S 18290 18293 13514 0 -1 1077944384 14765 0 0 0 23483 10 0 0 20 0 17 0 106033669 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132722670768 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18296] ppid=18290 vsize=10925344 memory=756 CPUtime=3.11 cores=1,3,5,7
/proc/18293/task/18296/stat : 18296 (java) S 18290 18293 13514 0 -1 1077944384 3803 0 0 0 281 30 0 0 20 0 17 0 106033669 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132644502032 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18297] ppid=18290 vsize=10925344 memory=14572 CPUtime=3.07 cores=1,3,5,7
/proc/18293/task/18297/stat : 18297 (java) S 18290 18293 13514 0 -1 1077944384 5887 0 0 0 276 31 0 0 20 0 17 0 106033669 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132643449488 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18298] ppid=18290 vsize=10925344 memory=12708 CPUtime=3.11 cores=1,3,5,7
/proc/18293/task/18298/stat : 18298 (java) S 18290 18293 13514 0 -1 1077944384 4015 0 0 0 281 30 0 0 20 0 17 0 106033669 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132642396432 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18299] ppid=18290 vsize=10925344 memory=16868 CPUtime=3.11 cores=1,3,5,7
/proc/18293/task/18299/stat : 18299 (java) S 18290 18293 13514 0 -1 1077944384 4581 0 0 0 281 30 0 0 20 0 17 0 106033669 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132641343888 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18300] ppid=18290 vsize=10925344 memory=2324 CPUtime=1.07 cores=1,3,5,7
/proc/18293/task/18300/stat : 18300 (java) S 18290 18293 13514 0 -1 1077944384 2606 0 0 0 107 0 0 0 20 0 17 0 106033671 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132209326832 140132718439042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18301] ppid=18290 vsize=10925344 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18301/stat : 18301 (java) S 18290 18293 13514 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 106033671 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132208273120 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18302] ppid=18290 vsize=10925344 memory=756 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18302/stat : 18302 (java) S 18290 18293 13514 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 106033671 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132207219968 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18303] ppid=18290 vsize=10925344 memory=14572 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18303/stat : 18303 (java) S 18290 18293 13514 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 17 0 106033674 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132206168528 140132718446491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18304] ppid=18290 vsize=10925344 memory=12708 CPUtime=1.53 cores=1,3,5,7
/proc/18293/task/18304/stat : 18304 (java) S 18290 18293 13514 0 -1 1077944384 7723 0 0 0 152 1 0 0 20 0 17 0 106033674 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132205115632 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18305] ppid=18290 vsize=10925344 memory=16868 CPUtime=1.48 cores=1,3,5,7
/proc/18293/task/18305/stat : 18305 (java) S 18290 18293 13514 0 -1 1077944384 7012 0 0 0 148 0 0 0 20 0 17 0 106033674 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132204063088 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18306] ppid=18290 vsize=10925344 memory=2324 CPUtime=0.4 cores=1,3,5,7
/proc/18293/task/18306/stat : 18306 (java) S 18290 18293 13514 0 -1 1077944384 3689 0 0 0 39 1 0 0 20 0 17 0 106033674 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132203010032 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18307] ppid=18290 vsize=10925344 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/18293/task/18307/stat : 18307 (java) S 18290 18293 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106033674 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132201957728 140132718438101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
[pid=18293/tid=18308] ppid=18290 vsize=10925344 memory=496 CPUtime=0.14 cores=1,3,5,7
/proc/18293/task/18308/stat : 18308 (java) S 18290 18293 13514 0 -1 1077944384 308 0 0 0 6 8 0 0 20 0 17 0 106033674 11187552256 414773 33554432000 4194304 4196468 140734740454112 140132200905776 140132718439042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140734740456566 140734740456718 140734740456718 140734740459471 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 1659092 KiB

Child status: 143
Real time (s): 239.434
CPU time (s): 252.083
CPU user time (s): 250.632
CPU system time (s): 1.45144
CPU usage (%): 105.283
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 1659092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.632
system time used= 1.45144
maximum resident set size= 1659300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7666
involuntary context switches= 317


# summary of solver processes directly reported to runsolver:
#   pid: 18293
#   total CPU time (s): 252.083
#   total CPU user time (s): 250.632
#   total CPU system time (s): 1.45144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.55686 second user time and 2.32116 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:18:25
IDJOB=4301823
IDBENCH=141367
IDSOLVER=2773
FILE ID=node136/4301823-1532884705
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60228 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-14_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301823-1532884705/watcher-4301823-1532884705 -o /tmp/evaluation-result-4301823-1532884705/solver-4301823-1532884705 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301823-1532884705.xml

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

MD5SUM BENCH= c1878b2d9e06b3112b686731368ac8cc
RANDOM SEED=1631451862

node136.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.50
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.50
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.50
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.50
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:        28346120 kB
MemAvailable:   31648028 kB
Buffers:          213824 kB
Cached:          3358728 kB
SwapCached:            0 kB
Active:          1998792 kB
Inactive:        1952640 kB
Active(anon):     330196 kB
Inactive(anon):    76480 kB
Active(file):    1668596 kB
Inactive(file):  1876160 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2520 kB
Writeback:             0 kB
AnonPages:        477736 kB
Mapped:            46716 kB
Shmem:             25228 kB
Slab:             173888 kB
SReclaimable:     145972 kB
SUnreclaim:        27916 kB
KernelStack:        3824 kB
PageTables:         6224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1310232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 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= 60224 MiB
End job on node136 at 2018-07-29 19:22:25