Trace number 4290018

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.13 2381.47

General information on the benchmark

NameBibd/
Bibd-sum-34-085-30-12-10_c18.xml
MD5SUMb8a3101f481aadf5580b66257c4acd87
Bench CategoryCSP (decision 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 variables2890
Number of constraints681
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2890}]
Minimum variable degree36
Maximum variable degree36
Distribution of variable degrees[{"degree":36,"count":2890}]
Minimum constraint arity34
Maximum constraint arity2890
Distribution of constraint arities[{"arity":34,"count":85},{"arity":85,"count":34},{"arity":170,"count":561},{"arity":2890,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":680}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290018-1532216001/watcher-4290018-1532216001 -o /tmp/evaluation-result-4290018-1532216001/solver-4290018-1532216001 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290018-1532216001.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30597, runsolver pid=30594
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.62 1.80 2.07 4/216 30612
/proc/meminfo: memFree=13951328/32770624 swapFree=67108860/67108860
[pid=30597] ppid=30594 vsize=10659012 memory=30644 CPUtime=0.12 cores=1,3,5,7
/proc/30597/stat : 30597 (java) S 30594 30597 26594 0 -1 1077944320 6736 0 0 0 11 1 0 0 20 0 15 0 39163281 10914828288 7661 33554432000 4194304 4196468 140722990945984 140722990928528 140417444175607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
/proc/30597/statm: 2664753 7661 2843 1 0 2627263 0
[pid=30597/tid=30599] ppid=30594 vsize=10659012 memory=-8773748148830114173 CPUtime=0.09 cores=1,3,5,7
/proc/30597/task/30599/stat : 30599 (java) R 30594 30597 26594 0 -1 4202560 4567 0 0 0 8 1 0 0 20 0 15 0 39163281 10914828288 7661 33554432000 4194304 4196468 140722990945984 140417448380272 140417428256094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30600] ppid=30594 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30600/stat : 30600 (java) S 30594 30597 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163282 10914828288 7661 33554432000 4194304 4196468 140722990945984 140417380866576 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30601] ppid=30594 vsize=10659012 memory=140036384867968 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30601/stat : 30601 (java) S 30594 30597 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163282 10914828288 7661 33554432000 4194304 4196468 140722990945984 140417049684624 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30602] ppid=30594 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30602/stat : 30602 (java) S 30594 30597 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163282 10914828288 7661 33554432000 4194304 4196468 140722990945984 140417048631568 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30603] ppid=30594 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30603/stat : 30603 (java) S 30594 30597 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163282 10914828288 7661 33554432000 4194304 4196468 140722990945984 140417047579024 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30604] ppid=30594 vsize=10659012 memory=140036384867968 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30604/stat : 30604 (java) S 30594 30597 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163284 10914828288 7661 33554432000 4194304 4196468 140722990945984 140416936311536 140417444186754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30605] ppid=30594 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30605/stat : 30605 (java) S 30594 30597 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39163284 10914828288 7661 33554432000 4194304 4196468 140722990945984 140416935257760 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30606] ppid=30594 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30606/stat : 30606 (java) S 30594 30597 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39163284 10914828288 7661 33554432000 4194304 4196468 140722990945984 140416934204656 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30607] ppid=30594 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30607/stat : 30607 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163287 10914828288 7661 33554432000 4194304 4196468 140722990945984 140416933153232 140417444194203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30608] ppid=30594 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30608/stat : 30608 (java) S 30594 30597 26594 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 39163287 10914828288 7661 33554432000 4194304 4196468 140722990945984 140416932100336 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30609] ppid=30594 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30609/stat : 30609 (java) S 30594 30597 26594 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39163287 10914828288 7661 33554432000 4194304 4196468 140722990945984 140416931047792 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30610] ppid=30594 vsize=10659012 memory=140036384867968 CPUtime=0.02 cores=1,3,5,7
/proc/30597/task/30610/stat : 30610 (java) R 30594 30597 26594 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 39163287 10914828288 7661 33554432000 4194304 4196468 140722990945984 140416929994736 140417429341160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30611] ppid=30594 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30611/stat : 30611 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163287 10914828288 7661 33554432000 4194304 4196468 140722990945984 140416928942432 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30612] ppid=30594 vsize=10659012 memory=140036384867968 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30612/stat : 30612 (java) S 30594 30597 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163287 10914828288 7661 33554432000 4194304 4196468 140722990945984 140416927890480 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30644 KiB

[startup+0.210885 s]*
/proc/loadavg: 1.62 1.80 2.07 3/216 30612
/proc/meminfo: memFree=13940536/32770624 swapFree=67108860/67108860
[pid=30597] ppid=30594 vsize=10659012 memory=41856 CPUtime=0.33 cores=1,3,5,7
/proc/30597/stat : 30597 (java) S 30594 30597 26594 0 -1 1077944320 8038 0 0 0 31 2 0 0 20 0 15 0 39163281 10914828288 10464 33554432000 4194304 4196468 140722990945984 140722990928528 140417444175607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
/proc/30597/statm: 2664753 10464 3005 1 0 2627263 0
[pid=30597/tid=30599] ppid=30594 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30597/task/30599/stat : 30599 (java) R 30594 30597 26594 0 -1 4202560 5025 0 0 0 19 1 0 0 20 0 15 0 39163281 10914828288 10464 33554432000 4194304 4196468 140722990945984 140417448407968 140417444187542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30600] ppid=30594 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30600/stat : 30600 (java) S 30594 30597 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163282 10914828288 10464 33554432000 4194304 4196468 140722990945984 140417380866576 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30601] ppid=30594 vsize=10659012 memory=140036384897238 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30601/stat : 30601 (java) S 30594 30597 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163282 10914828288 10464 33554432000 4194304 4196468 140722990945984 140417049684624 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30602] ppid=30594 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30602/stat : 30602 (java) S 30594 30597 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163282 10914828288 10464 33554432000 4194304 4196468 140722990945984 140417048631568 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30603] ppid=30594 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30603/stat : 30603 (java) S 30594 30597 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163282 10914828288 10464 33554432000 4194304 4196468 140722990945984 140417047579024 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30604] ppid=30594 vsize=10659012 memory=140036384867968 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30604/stat : 30604 (java) S 30594 30597 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163284 10914828288 10464 33554432000 4194304 4196468 140722990945984 140416936311536 140417444186754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30605] ppid=30594 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30605/stat : 30605 (java) S 30594 30597 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39163284 10914828288 10464 33554432000 4194304 4196468 140722990945984 140416935257760 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30606] ppid=30594 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30606/stat : 30606 (java) S 30594 30597 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39163284 10914828288 10464 33554432000 4194304 4196468 140722990945984 140416934204656 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30607] ppid=30594 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30607/stat : 30607 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163287 10914828288 10464 33554432000 4194304 4196468 140722990945984 140416933153232 140417444194203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30608] ppid=30594 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30597/task/30608/stat : 30608 (java) S 30594 30597 26594 0 -1 1077944384 484 0 0 0 2 0 0 0 20 0 15 0 39163287 10914828288 10464 33554432000 4194304 4196468 140722990945984 140416932100336 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30609] ppid=30594 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30597/task/30609/stat : 30609 (java) S 30594 30597 26594 0 -1 1077944384 468 0 0 0 2 0 0 0 20 0 15 0 39163287 10914828288 10464 33554432000 4194304 4196468 140722990945984 140416931047792 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30610] ppid=30594 vsize=10659012 memory=140036384867968 CPUtime=0.07 cores=1,3,5,7
/proc/30597/task/30610/stat : 30610 (java) R 30594 30597 26594 0 -1 4202560 693 0 0 0 7 0 0 0 20 0 15 0 39163287 10914828288 10464 33554432000 4194304 4196468 140722990945984 140416929994736 140417422724489 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30611] ppid=30594 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30611/stat : 30611 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163287 10914828288 10464 33554432000 4194304 4196468 140722990945984 140416928942432 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30612] ppid=30594 vsize=10659012 memory=140036384867968 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30612/stat : 30612 (java) S 30594 30597 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163287 10914828288 10464 33554432000 4194304 4196468 140722990945984 140416927890480 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41856 KiB

[startup+0.316727 s]*
/proc/loadavg: 1.62 1.80 2.07 5/216 30612
/proc/meminfo: memFree=13933588/32770624 swapFree=67108860/67108860
[pid=30597] ppid=30594 vsize=10659088 memory=48796 CPUtime=0.54 cores=1,3,5,7
/proc/30597/stat : 30597 (java) S 30594 30597 26594 0 -1 1077944320 8753 0 0 0 51 3 0 0 20 0 15 0 39163281 10914906112 12199 33554432000 4194304 4196468 140722990945984 140722990928528 140417444175607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
/proc/30597/statm: 2664772 12199 3026 1 0 2627263 0
[pid=30597/tid=30599] ppid=30594 vsize=10659088 memory=7311146985107750967 CPUtime=0.31 cores=1,3,5,7
/proc/30597/task/30599/stat : 30599 (java) R 30594 30597 26594 0 -1 4202560 5590 0 0 0 29 2 0 0 20 0 15 0 39163281 10914906112 12199 33554432000 4194304 4196468 140722990945984 140417448412256 140417060442376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30600] ppid=30594 vsize=10659088 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30600/stat : 30600 (java) S 30594 30597 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163282 10914906112 12199 33554432000 4194304 4196468 140722990945984 140417380866576 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30601] ppid=30594 vsize=10659088 memory=140036384895735 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30601/stat : 30601 (java) S 30594 30597 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163282 10914906112 12199 33554432000 4194304 4196468 140722990945984 140417049684624 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30602] ppid=30594 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30602/stat : 30602 (java) S 30594 30597 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163282 10914906112 12199 33554432000 4194304 4196468 140722990945984 140417048631568 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30603] ppid=30594 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30603/stat : 30603 (java) S 30594 30597 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163282 10914906112 12199 33554432000 4194304 4196468 140722990945984 140417047579024 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30604] ppid=30594 vsize=10659088 memory=140036384867968 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30604/stat : 30604 (java) S 30594 30597 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163284 10914906112 12199 33554432000 4194304 4196468 140722990945984 140416936311536 140417444186754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30605] ppid=30594 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30605/stat : 30605 (java) S 30594 30597 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39163284 10914906112 12199 33554432000 4194304 4196468 140722990945984 140416935257760 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30606] ppid=30594 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30606/stat : 30606 (java) S 30594 30597 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39163284 10914906112 12199 33554432000 4194304 4196468 140722990945984 140416934204656 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30607] ppid=30594 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30607/stat : 30607 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163287 10914906112 12199 33554432000 4194304 4196468 140722990945984 140416933153232 140417444194203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30608] ppid=30594 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30597/task/30608/stat : 30608 (java) R 30594 30597 26594 0 -1 4202560 514 0 0 0 4 0 0 0 20 0 15 0 39163287 10914906112 12199 33554432000 4194304 4196468 140722990945984 140416932100336 140417423565224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30609] ppid=30594 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/30597/task/30609/stat : 30609 (java) R 30594 30597 26594 0 -1 1077944384 487 0 0 0 4 0 0 0 20 0 15 0 39163287 10914906112 12199 33554432000 4194304 4196468 140722990945984 140416931047792 140417444186754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30610] ppid=30594 vsize=10659088 memory=140036384867968 CPUtime=0.13 cores=1,3,5,7
/proc/30597/task/30610/stat : 30610 (java) R 30594 30597 26594 0 -1 4202560 793 0 0 0 13 0 0 0 20 0 15 0 39163287 10914906112 12199 33554432000 4194304 4196468 140722990945984 140416929989120 140417423160800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30611] ppid=30594 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30611/stat : 30611 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163287 10914906112 12199 33554432000 4194304 4196468 140722990945984 140416928942432 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30612] ppid=30594 vsize=10659088 memory=140036384867968 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30612/stat : 30612 (java) S 30594 30597 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163287 10914906112 12199 33554432000 4194304 4196468 140722990945984 140416927890480 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 48796 KiB

[startup+0.701219 s]
/proc/loadavg: 1.73 1.82 2.07 6/216 30612
/proc/meminfo: memFree=13895120/32770624 swapFree=67108860/67108860
[pid=30597] ppid=30594 vsize=10659088 memory=183532 CPUtime=1.73 cores=1,3,5,7
/proc/30597/stat : 30597 (java) S 30594 30597 26594 0 -1 1077944320 12026 0 0 0 167 6 0 0 20 0 15 0 39163281 10914906112 45883 33554432000 4194304 4196468 140722990945984 140722990928528 140417444175607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
/proc/30597/statm: 2664772 45883 3126 1 0 2627263 0
[pid=30597/tid=30599] ppid=30594 vsize=10659088 memory=1728 CPUtime=0.66 cores=1,3,5,7
/proc/30597/task/30599/stat : 30599 (java) R 30594 30597 26594 0 -1 4202560 6065 0 0 0 62 4 0 0 20 0 15 0 39163281 10914906112 45883 33554432000 4194304 4196468 140722990945984 140417448346536 140417064094177 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30600] ppid=30594 vsize=10659088 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30600/stat : 30600 (java) S 30594 30597 26594 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 39163282 10914906112 45883 33554432000 4194304 4196468 140722990945984 140417380866576 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30601] ppid=30594 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30601/stat : 30601 (java) S 30594 30597 26594 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39163282 10914906112 45883 33554432000 4194304 4196468 140722990945984 140417049684624 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30602] ppid=30594 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30602/stat : 30602 (java) S 30594 30597 26594 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 39163282 10914906112 45883 33554432000 4194304 4196468 140722990945984 140417048631568 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30603] ppid=30594 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30603/stat : 30603 (java) S 30594 30597 26594 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39163282 10914906112 45883 33554432000 4194304 4196468 140722990945984 140417047579024 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30604] ppid=30594 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30604/stat : 30604 (java) S 30594 30597 26594 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39163284 10914906112 45883 33554432000 4194304 4196468 140722990945984 140416936311536 140417444186754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30605] ppid=30594 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30605/stat : 30605 (java) S 30594 30597 26594 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 39163284 10914906112 45883 33554432000 4194304 4196468 140722990945984 140416935257760 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30606] ppid=30594 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30606/stat : 30606 (java) S 30594 30597 26594 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 39163284 10914906112 45883 33554432000 4194304 4196468 140722990945984 140416934204656 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30607] ppid=30594 vsize=10659088 memory=12972 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30607/stat : 30607 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163287 10914906112 45883 33554432000 4194304 4196468 140722990945984 140416933153232 140417444194203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30608] ppid=30594 vsize=10659088 memory=7662705889289527641 CPUtime=0.34 cores=1,3,5,7
/proc/30597/task/30608/stat : 30608 (java) R 30594 30597 26594 0 -1 4202560 1392 0 0 0 34 0 0 0 20 0 15 0 39163287 10914906112 45883 33554432000 4194304 4196468 140722990945984 140416932081352 140417427661625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30609] ppid=30594 vsize=10659088 memory=7597685182856913236 CPUtime=0.34 cores=1,3,5,7
/proc/30597/task/30609/stat : 30609 (java) R 30594 30597 26594 0 -1 4202560 1483 0 0 0 34 0 0 0 20 0 15 0 39163287 10914906112 45883 33554432000 4194304 4196468 140722990945984 140416931047920 140417423421599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30610] ppid=30594 vsize=10659088 memory=7079773312675500112 CPUtime=0.33 cores=1,3,5,7
/proc/30597/task/30610/stat : 30610 (java) S 30594 30597 26594 0 -1 1077944384 1599 0 0 0 33 0 0 0 20 0 15 0 39163287 10914906112 45883 33554432000 4194304 4196468 140722990945984 140416929994736 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30611] ppid=30594 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30611/stat : 30611 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163287 10914906112 45883 33554432000 4194304 4196468 140722990945984 140416928942432 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30612] ppid=30594 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30612/stat : 30612 (java) S 30594 30597 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163287 10914906112 45883 33554432000 4194304 4196468 140722990945984 140416927890480 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 183532 KiB

[startup+1.50089 s]
/proc/loadavg: 1.73 1.82 2.07 5/216 30612
/proc/meminfo: memFree=13746840/32770624 swapFree=67108860/67108860
[pid=30597] ppid=30594 vsize=10659088 memory=473368 CPUtime=3.92 cores=1,3,5,7
/proc/30597/stat : 30597 (java) S 30594 30597 26594 0 -1 1077944320 13156 0 0 0 364 28 0 0 20 0 15 0 39163281 10914906112 118342 33554432000 4194304 4196468 140722990945984 140722990928528 140417444175607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
/proc/30597/statm: 2664772 118342 3155 1 0 2627263 0
[pid=30597/tid=30599] ppid=30594 vsize=10659088 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/30597/task/30599/stat : 30599 (java) R 30594 30597 26594 0 -1 4202560 6132 0 0 0 120 6 0 0 20 0 15 0 39163281 10914906112 118342 33554432000 4194304 4196468 140722990945984 140417448411232 140417064157861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30600] ppid=30594 vsize=10659088 memory=-6951259422114956437 CPUtime=0.19 cores=1,3,5,7
/proc/30597/task/30600/stat : 30600 (java) S 30594 30597 26594 0 -1 1077944384 173 0 0 0 14 5 0 0 20 0 15 0 39163282 10914906112 118342 33554432000 4194304 4196468 140722990945984 140417380866576 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30601] ppid=30594 vsize=10659088 memory=-6509546260019855295 CPUtime=0.18 cores=1,3,5,7
/proc/30597/task/30601/stat : 30601 (java) S 30594 30597 26594 0 -1 1077944384 160 0 0 0 14 4 0 0 20 0 15 0 39163282 10914906112 118342 33554432000 4194304 4196468 140722990945984 140417049684624 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30602] ppid=30594 vsize=10659088 memory=-7390251449858225344 CPUtime=0.19 cores=1,3,5,7
/proc/30597/task/30602/stat : 30602 (java) S 30594 30597 26594 0 -1 1077944384 173 0 0 0 14 5 0 0 20 0 15 0 39163282 10914906112 118342 33554432000 4194304 4196468 140722990945984 140417048631568 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30603] ppid=30594 vsize=10659088 memory=4134692831991786133 CPUtime=0.18 cores=1,3,5,7
/proc/30597/task/30603/stat : 30603 (java) S 30594 30597 26594 0 -1 1077944384 188 0 0 0 14 4 0 0 20 0 15 0 39163282 10914906112 118342 33554432000 4194304 4196468 140722990945984 140417047579024 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30604] ppid=30594 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30604/stat : 30604 (java) S 30594 30597 26594 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 39163284 10914906112 118342 33554432000 4194304 4196468 140722990945984 140416936311536 140417444186754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0

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

/proc/30597/task/30602/stat : 30602 (java) S 30594 30597 26594 0 -1 1077944384 7582 0 0 0 366 68 0 0 20 0 16 0 39163282 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417048631568 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30603] ppid=30594 vsize=10727700 memory=3436004 CPUtime=4.34 cores=1,3,5,7
/proc/30597/task/30603/stat : 30603 (java) S 30594 30597 26594 0 -1 1077944384 7577 0 0 0 367 67 0 0 20 0 16 0 39163282 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417047579024 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30604] ppid=30594 vsize=10727700 memory=1240 CPUtime=0.73 cores=1,3,5,7
/proc/30597/task/30604/stat : 30604 (java) S 30594 30597 26594 0 -1 1077944384 3739 0 0 0 70 3 0 0 20 0 16 0 39163284 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416936311536 140417444186754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30605] ppid=30594 vsize=10727700 memory=960 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30605/stat : 30605 (java) S 30594 30597 26594 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39163284 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416935257824 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30606] ppid=30594 vsize=10727700 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30606/stat : 30606 (java) S 30594 30597 26594 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 39163284 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416934204672 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30607] ppid=30594 vsize=10727700 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30607/stat : 30607 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416933153232 140417444194203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30608] ppid=30594 vsize=10727700 memory=3436004 CPUtime=2.24 cores=1,3,5,7
/proc/30597/task/30608/stat : 30608 (java) S 30594 30597 26594 0 -1 1077944384 8425 0 0 0 223 1 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416932100336 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30609] ppid=30594 vsize=10727700 memory=3436004 CPUtime=1.88 cores=1,3,5,7
/proc/30597/task/30609/stat : 30609 (java) S 30594 30597 26594 0 -1 1077944384 6801 0 0 0 187 1 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416931047792 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30610] ppid=30594 vsize=10727700 memory=3436004 CPUtime=0.52 cores=1,3,5,7
/proc/30597/task/30610/stat : 30610 (java) S 30594 30597 26594 0 -1 1077944384 3821 0 0 0 51 1 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416929994736 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30611] ppid=30594 vsize=10727700 memory=3436004 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30611/stat : 30611 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416928942432 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30612] ppid=30594 vsize=10727700 memory=3436004 CPUtime=1.39 cores=1,3,5,7
/proc/30597/task/30612/stat : 30612 (java) S 30594 30597 26594 0 -1 1077944384 2083 0 0 0 59 80 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416927890480 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30613] ppid=30594 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30613/stat : 30613 (java) S 30594 30597 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39164463 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416924739120 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
Current children cumulated CPU time: 2281.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3436004 KiB

[startup+2322.3 s]
/proc/loadavg: 2.03 2.06 1.97 3/218 30788
/proc/meminfo: memFree=18033768/32770624 swapFree=67108860/67108860
[pid=30597] ppid=30594 vsize=10727700 memory=3436004 CPUtime=2341.1 cores=1,3,5,7
/proc/30597/stat : 30597 (java) S 30594 30597 26594 0 -1 1077944320 140156 0 0 0 233741 369 0 0 20 0 16 0 39163281 10985164800 859001 33554432000 4194304 4196468 140722990945984 140722990928528 140417444175607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
/proc/30597/statm: 2681925 859001 3190 1 0 2644416 0
[pid=30597/tid=30599] ppid=30594 vsize=10727700 memory=3436004 CPUtime=2316.89 cores=1,3,5,7
/proc/30597/task/30599/stat : 30599 (java) R 30594 30597 26594 0 -1 4202560 83822 0 0 0 231668 21 0 0 20 0 16 0 39163281 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417448414576 140417060646985 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30600] ppid=30594 vsize=10727700 memory=3436004 CPUtime=4.32 cores=1,3,5,7
/proc/30597/task/30600/stat : 30600 (java) S 30594 30597 26594 0 -1 1077944384 7694 0 0 0 365 67 0 0 20 0 16 0 39163282 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417380866576 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30601] ppid=30594 vsize=10727700 memory=3436004 CPUtime=4.35 cores=1,3,5,7
/proc/30597/task/30601/stat : 30601 (java) S 30594 30597 26594 0 -1 1077944384 7089 0 0 0 366 69 0 0 20 0 16 0 39163282 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417049684624 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30602] ppid=30594 vsize=10727700 memory=3436004 CPUtime=4.34 cores=1,3,5,7
/proc/30597/task/30602/stat : 30602 (java) S 30594 30597 26594 0 -1 1077944384 7582 0 0 0 366 68 0 0 20 0 16 0 39163282 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417048631568 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30603] ppid=30594 vsize=10727700 memory=3436004 CPUtime=4.34 cores=1,3,5,7
/proc/30597/task/30603/stat : 30603 (java) S 30594 30597 26594 0 -1 1077944384 7577 0 0 0 367 67 0 0 20 0 16 0 39163282 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417047579024 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30604] ppid=30594 vsize=10727700 memory=3436004 CPUtime=0.74 cores=1,3,5,7
/proc/30597/task/30604/stat : 30604 (java) S 30594 30597 26594 0 -1 1077944384 3749 0 0 0 71 3 0 0 20 0 16 0 39163284 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416936311536 140417444186754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30605] ppid=30594 vsize=10727700 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30605/stat : 30605 (java) S 30594 30597 26594 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39163284 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416935257824 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30606] ppid=30594 vsize=10727700 memory=3436004 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30606/stat : 30606 (java) S 30594 30597 26594 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 39163284 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416934204672 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30607] ppid=30594 vsize=10727700 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30607/stat : 30607 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416933153232 140417444194203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30608] ppid=30594 vsize=10727700 memory=3436004 CPUtime=2.24 cores=1,3,5,7
/proc/30597/task/30608/stat : 30608 (java) S 30594 30597 26594 0 -1 1077944384 8428 0 0 0 223 1 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416932100336 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30609] ppid=30594 vsize=10727700 memory=3436004 CPUtime=1.88 cores=1,3,5,7
/proc/30597/task/30609/stat : 30609 (java) S 30594 30597 26594 0 -1 1077944384 6814 0 0 0 187 1 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416931047792 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30610] ppid=30594 vsize=10727700 memory=3436004 CPUtime=0.52 cores=1,3,5,7
/proc/30597/task/30610/stat : 30610 (java) S 30594 30597 26594 0 -1 1077944384 3824 0 0 0 51 1 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416929994736 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30611] ppid=30594 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30611/stat : 30611 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416928942432 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30612] ppid=30594 vsize=10727700 memory=3436004 CPUtime=1.39 cores=1,3,5,7
/proc/30597/task/30612/stat : 30612 (java) S 30594 30597 26594 0 -1 1077944384 2123 0 0 0 59 80 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416927890480 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30613] ppid=30594 vsize=10727700 memory=3436004 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30613/stat : 30613 (java) S 30594 30597 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39164463 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416924739120 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
Current children cumulated CPU time: 2341.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3436004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381.2 s]
/proc/loadavg: 2.01 2.05 1.97 3/218 30789
/proc/meminfo: memFree=18033332/32770624 swapFree=67108860/67108860
[pid=30597] ppid=30594 vsize=10727700 memory=3436004 CPUtime=2400 cores=1,3,5,7
/proc/30597/stat : 30597 (java) S 30594 30597 26594 0 -1 1077944320 141457 0 0 0 239630 370 0 0 20 0 16 0 39163281 10985164800 859001 33554432000 4194304 4196468 140722990945984 140722990928528 140417444175607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
/proc/30597/statm: 2681925 859001 3190 1 0 2644416 0
[pid=30597/tid=30599] ppid=30594 vsize=10727700 memory=1240 CPUtime=2375.78 cores=1,3,5,7
/proc/30597/task/30599/stat : 30599 (java) R 30594 30597 26594 0 -1 4202560 84992 0 0 0 237557 21 0 0 20 0 16 0 39163281 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417448414576 140417061443407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30600] ppid=30594 vsize=10727700 memory=960 CPUtime=4.32 cores=1,3,5,7
/proc/30597/task/30600/stat : 30600 (java) S 30594 30597 26594 0 -1 1077944384 7694 0 0 0 365 67 0 0 20 0 16 0 39163282 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417380866576 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30601] ppid=30594 vsize=10727700 memory=1792 CPUtime=4.35 cores=1,3,5,7
/proc/30597/task/30601/stat : 30601 (java) S 30594 30597 26594 0 -1 1077944384 7089 0 0 0 366 69 0 0 20 0 16 0 39163282 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417049684624 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30602] ppid=30594 vsize=10727700 memory=1240 CPUtime=4.34 cores=1,3,5,7
/proc/30597/task/30602/stat : 30602 (java) S 30594 30597 26594 0 -1 1077944384 7582 0 0 0 366 68 0 0 20 0 16 0 39163282 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417048631568 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30603] ppid=30594 vsize=10727700 memory=960 CPUtime=4.34 cores=1,3,5,7
/proc/30597/task/30603/stat : 30603 (java) S 30594 30597 26594 0 -1 1077944384 7577 0 0 0 367 67 0 0 20 0 16 0 39163282 10985164800 859001 33554432000 4194304 4196468 140722990945984 140417047579024 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30604] ppid=30594 vsize=10727700 memory=6428 CPUtime=0.74 cores=1,3,5,7
/proc/30597/task/30604/stat : 30604 (java) S 30594 30597 26594 0 -1 1077944384 3768 0 0 0 71 3 0 0 20 0 16 0 39163284 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416936311536 140417444186754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30605] ppid=30594 vsize=10727700 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30605/stat : 30605 (java) S 30594 30597 26594 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39163284 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416935257824 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30606] ppid=30594 vsize=10727700 memory=932 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30606/stat : 30606 (java) S 30594 30597 26594 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 39163284 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416934204672 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30607] ppid=30594 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30607/stat : 30607 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416933153232 140417444194203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30608] ppid=30594 vsize=10727700 memory=1944 CPUtime=2.24 cores=1,3,5,7
/proc/30597/task/30608/stat : 30608 (java) S 30594 30597 26594 0 -1 1077944384 8434 0 0 0 223 1 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416932100336 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30609] ppid=30594 vsize=10727700 memory=1004 CPUtime=1.88 cores=1,3,5,7
/proc/30597/task/30609/stat : 30609 (java) S 30594 30597 26594 0 -1 1077944384 6841 0 0 0 187 1 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416931047792 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30610] ppid=30594 vsize=10727700 memory=8372 CPUtime=0.52 cores=1,3,5,7
/proc/30597/task/30610/stat : 30610 (java) S 30594 30597 26594 0 -1 1077944384 3830 0 0 0 51 1 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416929994736 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30611] ppid=30594 vsize=10727700 memory=12972 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30611/stat : 30611 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416928942432 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30612] ppid=30594 vsize=10727700 memory=796 CPUtime=1.42 cores=1,3,5,7
/proc/30597/task/30612/stat : 30612 (java) S 30594 30597 26594 0 -1 1077944384 2196 0 0 0 60 82 0 0 20 0 16 0 39163287 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416927890480 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30613] ppid=30594 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30613/stat : 30613 (java) S 30594 30597 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39164463 10985164800 859001 33554432000 4194304 4196468 140722990945984 140416924739120 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3436004 KiB

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

[startup+2381.47 s]
# the end of solver process 30597 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.4 s, system=3.73111 s

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

[startup+2381.4 s]
/proc/loadavg: 2.01 2.05 1.97 3/218 30789
/proc/meminfo: memFree=18033332/32770624 swapFree=67108860/67108860
[pid=30597] ppid=30594 vsize=10927392 memory=3436324 CPUtime=2400.04 cores=1,3,5,7
/proc/30597/stat : 30597 (java) S 30594 30597 26594 0 -1 1077944320 142693 0 0 0 239633 371 0 0 20 0 17 0 39163281 11189649408 859081 33554432000 4194304 4196468 140722990945984 140722990928528 140417444175607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
/proc/30597/statm: 2731848 859081 3193 1 0 2694339 0
[pid=30597/tid=30599] ppid=30594 vsize=10927392 memory=15872 CPUtime=2375.8 cores=1,3,5,7
/proc/30597/task/30599/stat : 30599 (java) S 30594 30597 26594 0 -1 1077944384 85270 0 0 0 237559 21 0 0 20 0 17 0 39163281 11189649408 859081 33554432000 4194304 4196468 140722990945984 140417448418480 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30600] ppid=30594 vsize=10927392 memory=6791534058613427641 CPUtime=4.32 cores=1,3,5,7
/proc/30597/task/30600/stat : 30600 (java) S 30594 30597 26594 0 -1 1077944384 7694 0 0 0 365 67 0 0 20 0 17 0 39163282 11189649408 859081 33554432000 4194304 4196468 140722990945984 140417380866576 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30601] ppid=30594 vsize=10927392 memory=6791534058613427641 CPUtime=4.35 cores=1,3,5,7
/proc/30597/task/30601/stat : 30601 (java) S 30594 30597 26594 0 -1 1077944384 7089 0 0 0 366 69 0 0 20 0 17 0 39163282 11189649408 859081 33554432000 4194304 4196468 140722990945984 140417049684624 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30602] ppid=30594 vsize=10927392 memory=844 CPUtime=4.34 cores=1,3,5,7
/proc/30597/task/30602/stat : 30602 (java) S 30594 30597 26594 0 -1 1077944384 7582 0 0 0 366 68 0 0 20 0 17 0 39163282 11189649408 859081 33554432000 4194304 4196468 140722990945984 140417048631568 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30603] ppid=30594 vsize=10927392 memory=1696 CPUtime=4.34 cores=1,3,5,7
/proc/30597/task/30603/stat : 30603 (java) S 30594 30597 26594 0 -1 1077944384 7577 0 0 0 367 67 0 0 20 0 17 0 39163282 11189649408 859081 33554432000 4194304 4196468 140722990945984 140417047579024 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30604] ppid=30594 vsize=10927392 memory=920 CPUtime=0.74 cores=1,3,5,7
/proc/30597/task/30604/stat : 30604 (java) S 30594 30597 26594 0 -1 1077944384 3798 0 0 0 71 3 0 0 20 0 17 0 39163284 11189649408 859081 33554432000 4194304 4196468 140722990945984 140416936311536 140417444186754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30605] ppid=30594 vsize=10927392 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30605/stat : 30605 (java) S 30594 30597 26594 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 39163284 11189649408 859081 33554432000 4194304 4196468 140722990945984 140416935257824 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30606] ppid=30594 vsize=10927392 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30606/stat : 30606 (java) S 30594 30597 26594 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 39163284 11189649408 859081 33554432000 4194304 4196468 140722990945984 140416934204672 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30607] ppid=30594 vsize=10927392 memory=2584 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30607/stat : 30607 (java) S 30594 30597 26594 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 17 0 39163287 11189649408 859081 33554432000 4194304 4196468 140722990945984 140416933153232 140417444194203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30608] ppid=30594 vsize=10927392 memory=4108 CPUtime=2.24 cores=1,3,5,7
/proc/30597/task/30608/stat : 30608 (java) S 30594 30597 26594 0 -1 1077944384 8434 0 0 0 223 1 0 0 20 0 17 0 39163287 11189649408 859081 33554432000 4194304 4196468 140722990945984 140416932100336 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30609] ppid=30594 vsize=10927392 memory=1408 CPUtime=1.88 cores=1,3,5,7
/proc/30597/task/30609/stat : 30609 (java) S 30594 30597 26594 0 -1 1077944384 6841 0 0 0 187 1 0 0 20 0 17 0 39163287 11189649408 859081 33554432000 4194304 4196468 140722990945984 140416931047792 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30610] ppid=30594 vsize=10927392 memory=3340 CPUtime=0.53 cores=1,3,5,7
/proc/30597/task/30610/stat : 30610 (java) S 30594 30597 26594 0 -1 1077944384 4176 0 0 0 51 2 0 0 20 0 17 0 39163287 11189649408 859081 33554432000 4194304 4196468 140722990945984 140416929994736 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30611] ppid=30594 vsize=10927392 memory=3436004 CPUtime=0 cores=1,3,5,7
/proc/30597/task/30611/stat : 30611 (java) S 30594 30597 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39163287 11189649408 859081 33554432000 4194304 4196468 140722990945984 140416928942432 140417444185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
[pid=30597/tid=30612] ppid=30594 vsize=10927392 memory=1404 CPUtime=1.42 cores=1,3,5,7
/proc/30597/task/30612/stat : 30612 (java) S 30594 30597 26594 0 -1 1077944384 2196 0 0 0 60 82 0 0 20 0 17 0 39163287 11189649408 859081 33554432000 4194304 4196468 140722990945984 140416927890480 140417444186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26378240 140722990949489 140722990949641 140722990949641 140722990952399 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3436324 KiB

Child status: 143
Real time (s): 2381.47
CPU time (s): 2400.13
CPU user time (s): 2396.4
CPU system time (s): 3.73111
CPU usage (%): 100.784
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3436324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.4
system time used= 3.73111
maximum resident set size= 3436584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144535
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55033
involuntary context switches= 1825


# summary of solver processes directly reported to runsolver:
#   pid: 30597
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2396.4
#   total CPU system time (s): 3.73111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7745 second user time and 23.4755 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 01:33:21
IDJOB=4290018
IDBENCH=141332
IDSOLVER=2742
FILE ID=node137/4290018-1532216001
RUNJOBID= node137-1532209965-29592
PBS_JOBID= 21018930
Free space on /tmp= 56736 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Bibd/Bibd-sum-34-085-30-12-10_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290018-1532216001/watcher-4290018-1532216001 -o /tmp/evaluation-result-4290018-1532216001/solver-4290018-1532216001 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290018-1532216001.xml

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

MD5SUM BENCH= b8a3101f481aadf5580b66257c4acd87
RANDOM SEED=839560207

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        13968256 kB
MemAvailable:   24172504 kB
Buffers:          219784 kB
Cached:         10181524 kB
SwapCached:            0 kB
Active:          9530640 kB
Inactive:        8678328 kB
Active(anon):    7810176 kB
Inactive(anon):    16948 kB
Active(file):    1720464 kB
Inactive(file):  8661380 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2136 kB
Writeback:             0 kB
AnonPages:       7814364 kB
Mapped:            46692 kB
Shmem:             17036 kB
Slab:             277788 kB
SReclaimable:     250864 kB
SUnreclaim:        26924 kB
KernelStack:        3600 kB
PageTables:        20976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8643404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7593984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56888 MiB
End job on node137 at 2018-07-22 02:13:03