Trace number 4290132

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.14 2391.45

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-6-cp_c18.xml
MD5SUMe65b09bddae1c8c6b556de8535bf6786
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 variables216
Number of constraints9458
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":216}]
Minimum variable degree177
Maximum variable degree178
Distribution of variable degrees[{"degree":177,"count":180},{"degree":178,"count":36}]
Minimum constraint arity4
Maximum constraint arity216
Distribution of constraint arities[{"arity":4,"count":9450},{"arity":36,"count":7},{"arity":216,"count":1}]
Number of extensional constraints0
Number of intensional constraints9450
Distribution of constraint types[{"type":"intension","count":9450},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290132-1532217434/watcher-4290132-1532217434 -o /tmp/evaluation-result-4290132-1532217434/solver-4290132-1532217434 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290132-1532217434.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
Current StackSize limit: 8192 KiB
solver pid=29540, runsolver pid=29537


[startup+0.100825 s]*
/proc/loadavg: 5.04 4.41 3.63 4/216 29555
/proc/meminfo: memFree=17799016/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10659012 memory=31512 CPUtime=0.13 cores=1,3,5,7
/proc/29540/stat : 29540 (java) S 29537 29540 25105 0 -1 1077944320 6432 0 0 0 12 1 0 0 20 0 15 0 39306568 10914828288 7878 33554432000 4194304 4196468 140725337315872 140725337298416 140311283605239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
/proc/29540/statm: 2664753 7878 2819 1 0 2627263 0
[pid=29540/tid=29542] ppid=29537 vsize=10659012 memory=-8701690554792055934 CPUtime=0.09 cores=1,3,5,7
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25105 0 -1 4202560 4272 0 0 0 8 1 0 0 20 0 15 0 39306568 10914828288 7878 33554432000 4194304 4196468 140725337315872 140311287828864 140311283627165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29543] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 7878 33554432000 4194304 4196468 140725337315872 140311220296336 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29544] ppid=29537 vsize=10659012 memory=140664698209920 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 7878 33554432000 4194304 4196468 140725337315872 140311219243536 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29545] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 7878 33554432000 4194304 4196468 140725337315872 140311218190736 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29546] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 7878 33554432000 4194304 4196468 140725337315872 140311217137936 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29547] ppid=29537 vsize=10659012 memory=140664698209920 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306570 10914828288 7878 33554432000 4194304 4196468 140725337315872 140310520736624 140311283616386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29548] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39306571 10914828288 7878 33554432000 4194304 4196468 140725337315872 140310519682592 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29549] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39306571 10914828288 7878 33554432000 4194304 4196468 140725337315872 140310518629744 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29550] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39306573 10914828288 7878 33554432000 4194304 4196468 140725337315872 140310517578064 140311283623835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29551] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25105 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 39306573 10914828288 7878 33554432000 4194304 4196468 140725337315872 140310516525424 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29552] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39306573 10914828288 7878 33554432000 4194304 4196468 140725337315872 140310515472624 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29553] ppid=29537 vsize=10659012 memory=140664698209920 CPUtime=0.02 cores=1,3,5,7
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25105 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 39306573 10914828288 7878 33554432000 4194304 4196468 140725337315872 140310514419824 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29554] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39306574 10914828288 7878 33554432000 4194304 4196468 140725337315872 140310513367264 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29555] ppid=29537 vsize=10659012 memory=140664698209920 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39306574 10914828288 7878 33554432000 4194304 4196468 140725337315872 140310512315568 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31512 KiB

[startup+0.21055 s]*
/proc/loadavg: 5.04 4.41 3.63 4/216 29555
/proc/meminfo: memFree=17790332/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10659012 memory=41184 CPUtime=0.33 cores=1,3,5,7
/proc/29540/stat : 29540 (java) S 29537 29540 25105 0 -1 1077944320 7410 0 0 0 31 2 0 0 20 0 15 0 39306568 10914828288 10296 33554432000 4194304 4196468 140725337315872 140725337298416 140311283605239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
/proc/29540/statm: 2664753 10296 2980 1 0 2627263 0
[pid=29540/tid=29542] ppid=29537 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25105 0 -1 4202560 4612 0 0 0 18 1 0 0 20 0 15 0 39306568 10914828288 10296 33554432000 4194304 4196468 140725337315872 140311287841520 140311283627165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29543] ppid=29537 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 10296 33554432000 4194304 4196468 140725337315872 140311220296336 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29544] ppid=29537 vsize=10659012 memory=140664698415519 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 10296 33554432000 4194304 4196468 140725337315872 140311219243536 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29545] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 10296 33554432000 4194304 4196468 140725337315872 140311218190736 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29546] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 10296 33554432000 4194304 4196468 140725337315872 140311217137936 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29547] ppid=29537 vsize=10659012 memory=140664698209920 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306570 10914828288 10296 33554432000 4194304 4196468 140725337315872 140310520736624 140311283616386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29548] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39306571 10914828288 10296 33554432000 4194304 4196468 140725337315872 140310519682592 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29549] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39306571 10914828288 10296 33554432000 4194304 4196468 140725337315872 140310518629744 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29550] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39306573 10914828288 10296 33554432000 4194304 4196468 140725337315872 140310517578064 140311283623835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29551] ppid=29537 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25105 0 -1 1077944384 536 0 0 0 2 0 0 0 20 0 15 0 39306573 10914828288 10296 33554432000 4194304 4196468 140725337315872 140310516525424 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29552] ppid=29537 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25105 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 15 0 39306573 10914828288 10296 33554432000 4194304 4196468 140725337315872 140310515472624 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29553] ppid=29537 vsize=10659012 memory=140664698209920 CPUtime=0.07 cores=1,3,5,7
/proc/29540/task/29553/stat : 29553 (java) R 29537 29540 25105 0 -1 4202560 650 0 0 0 7 0 0 0 20 0 15 0 39306573 10914828288 10296 33554432000 4194304 4196468 140725337315872 140310514419824 140311275842366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29554] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39306574 10914828288 10296 33554432000 4194304 4196468 140725337315872 140310513367264 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29555] ppid=29537 vsize=10659012 memory=140664698209920 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39306574 10914828288 10296 33554432000 4194304 4196468 140725337315872 140310512315568 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41184 KiB

[startup+0.310485 s]*
/proc/loadavg: 5.04 4.41 3.63 5/216 29555
/proc/meminfo: memFree=17775568/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10659012 memory=56604 CPUtime=0.6 cores=1,3,5,7
/proc/29540/stat : 29540 (java) S 29537 29540 25105 0 -1 1077944320 9163 0 0 0 58 2 0 0 20 0 15 0 39306568 10914828288 14151 33554432000 4194304 4196468 140725337315872 140725337298416 140311283605239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
/proc/29540/statm: 2664753 14151 3047 1 0 2627263 0
[pid=29540/tid=29542] ppid=29537 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25105 0 -1 4202560 4888 0 0 0 28 2 0 0 20 0 15 0 39306568 10914828288 14151 33554432000 4194304 4196468 140725337315872 140311287840912 140310895915798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29543] ppid=29537 vsize=10659012 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 14151 33554432000 4194304 4196468 140725337315872 140311220296336 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29544] ppid=29537 vsize=10659012 memory=140664698413855 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 14151 33554432000 4194304 4196468 140725337315872 140311219243536 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29545] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 14151 33554432000 4194304 4196468 140725337315872 140311218190736 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29546] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914828288 14151 33554432000 4194304 4196468 140725337315872 140311217137936 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29547] ppid=29537 vsize=10659012 memory=140664698209920 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306570 10914828288 14151 33554432000 4194304 4196468 140725337315872 140310520736624 140311283616386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29548] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39306571 10914828288 14151 33554432000 4194304 4196468 140725337315872 140310519682592 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29549] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39306571 10914828288 14151 33554432000 4194304 4196468 140725337315872 140310518629744 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29550] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39306573 10914828288 14151 33554432000 4194304 4196468 140725337315872 140310517578064 140311283623835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29551] ppid=29537 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29540/task/29551/stat : 29551 (java) R 29537 29540 25105 0 -1 4202560 991 0 0 0 8 0 0 0 20 0 15 0 39306573 10914828288 14151 33554432000 4194304 4196468 140725337315872 140310516506440 140311263259521 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29552] ppid=29537 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29540/task/29552/stat : 29552 (java) R 29537 29540 25105 0 -1 4202560 882 0 0 0 7 0 0 0 20 0 15 0 39306573 10914828288 14151 33554432000 4194304 4196468 140725337315872 140310515464072 140311267516174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29553] ppid=29537 vsize=10659012 memory=140664698209920 CPUtime=0.12 cores=1,3,5,7
/proc/29540/task/29553/stat : 29553 (java) R 29537 29540 25105 0 -1 1077944384 1033 0 0 0 12 0 0 0 20 0 15 0 39306573 10914828288 14151 33554432000 4194304 4196468 140725337315872 140310514419824 140311283616386 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29554] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39306574 10914828288 14151 33554432000 4194304 4196468 140725337315872 140310513367264 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29555] ppid=29537 vsize=10659012 memory=140664698209920 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39306574 10914828288 14151 33554432000 4194304 4196468 140725337315872 140310512315568 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 56604 KiB

[startup+0.700782 s]
/proc/loadavg: 5.04 4.41 3.63 5/216 29555
/proc/meminfo: memFree=17745288/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10659088 memory=156136 CPUtime=1.83 cores=1,3,5,7
/proc/29540/stat : 29540 (java) S 29537 29540 25105 0 -1 1077944320 11216 0 0 0 179 4 0 0 20 0 15 0 39306568 10914906112 39034 33554432000 4194304 4196468 140725337315872 140725337298416 140311283605239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
/proc/29540/statm: 2664772 39034 3108 1 0 2627263 0
[pid=29540/tid=29542] ppid=29537 vsize=10659088 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25105 0 -1 4202560 5419 0 0 0 64 3 0 0 20 0 15 0 39306568 10914906112 39034 33554432000 4194304 4196468 140725337315872 140311287841360 140310894115957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29543] ppid=29537 vsize=10659088 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914906112 39034 33554432000 4194304 4196468 140725337315872 140311220296336 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29544] ppid=29537 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39306569 10914906112 39034 33554432000 4194304 4196468 140725337315872 140311219243536 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29545] ppid=29537 vsize=10659088 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914906112 39034 33554432000 4194304 4196468 140725337315872 140311218190736 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29546] ppid=29537 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39306569 10914906112 39034 33554432000 4194304 4196468 140725337315872 140311217137936 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29547] ppid=29537 vsize=10659088 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39306570 10914906112 39034 33554432000 4194304 4196468 140725337315872 140310520736624 140311283616386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29548] ppid=29537 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39306571 10914906112 39034 33554432000 4194304 4196468 140725337315872 140310519682592 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29549] ppid=29537 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39306571 10914906112 39034 33554432000 4194304 4196468 140725337315872 140310518629744 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29550] ppid=29537 vsize=10659088 memory=4639098309541127013 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39306573 10914906112 39034 33554432000 4194304 4196468 140725337315872 140310517578064 140311283623835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29551] ppid=29537 vsize=10659088 memory=7810176774304459348 CPUtime=0.44 cores=1,3,5,7
/proc/29540/task/29551/stat : 29551 (java) R 29537 29540 25105 0 -1 4202560 1696 0 0 0 44 0 0 0 20 0 15 0 39306573 10914906112 39034 33554432000 4194304 4196468 140725337315872 140310516511304 140311265149328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29552] ppid=29537 vsize=10659088 memory=6154282490091891024 CPUtime=0.44 cores=1,3,5,7
/proc/29540/task/29552/stat : 29552 (java) R 29537 29540 25105 0 -1 4202560 1354 0 0 0 44 0 0 0 20 0 15 0 39306573 10914906112 39034 33554432000 4194304 4196468 140725337315872 140310515459408 140311265150440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29553] ppid=29537 vsize=10659088 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25105 0 -1 1077944384 1375 0 0 0 25 0 0 0 20 0 15 0 39306573 10914906112 39034 33554432000 4194304 4196468 140725337315872 140310514419824 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29554] ppid=29537 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39306574 10914906112 39034 33554432000 4194304 4196468 140725337315872 140310513367264 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29555] ppid=29537 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39306574 10914906112 39034 33554432000 4194304 4196468 140725337315872 140310512315568 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 156136 KiB

[startup+1.50122 s]
/proc/loadavg: 5.04 4.41 3.63 5/216 29555
/proc/meminfo: memFree=17637060/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10661136 memory=231152 CPUtime=4.4 cores=1,3,5,7
/proc/29540/stat : 29540 (java) S 29537 29540 25105 0 -1 1077944320 15927 0 0 0 430 10 0 0 20 0 15 0 39306568 10917003264 57788 33554432000 4194304 4196468 140725337315872 140725337298416 140311283605239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
/proc/29540/statm: 2665284 57788 3150 1 0 2627775 0
[pid=29540/tid=29542] ppid=29537 vsize=10661136 memory=6791534058613427641 CPUtime=1.43 cores=1,3,5,7
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25105 0 -1 4202560 5720 0 0 0 140 3 0 0 20 0 15 0 39306568 10917003264 57788 33554432000 4194304 4196468 140725337315872 140311287840416 140310898466016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29543] ppid=29537 vsize=10661136 memory=-6951259422114956437 CPUtime=0.03 cores=1,3,5,7
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25105 0 -1 1077944384 93 0 0 0 2 1 0 0 20 0 15 0 39306569 10917003264 57788 33554432000 4194304 4196468 140725337315872 140311220296336 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29544] ppid=29537 vsize=10661136 memory=-6509546260019855295 CPUtime=0.03 cores=1,3,5,7
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25105 0 -1 1077944384 102 0 0 0 2 1 0 0 20 0 15 0 39306569 10917003264 57788 33554432000 4194304 4196468 140725337315872 140311219243536 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29545] ppid=29537 vsize=10661136 memory=-7390251449858225344 CPUtime=0.03 cores=1,3,5,7
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25105 0 -1 1077944384 111 0 0 0 2 1 0 0 20 0 15 0 39306569 10917003264 57788 33554432000 4194304 4196468 140725337315872 140311218190736 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29546] ppid=29537 vsize=10661136 memory=4134692831991786133 CPUtime=0.02 cores=1,3,5,7
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25105 0 -1 1077944384 91 0 0 0 2 0 0 0 20 0 15 0 39306569 10917003264 57788 33554432000 4194304 4196468 140725337315872 140311217137936 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29547] ppid=29537 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25105 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39306570 10917003264 57788 33554432000 4194304 4196468 140725337315872 140310520736624 140311283616386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0

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

/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25105 0 -1 1077944384 741 0 0 0 27 9 0 0 20 0 16 0 39306569 10985164800 235940 33554432000 4194304 4196468 140725337315872 140311218190736 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29546] ppid=29537 vsize=10727700 memory=943760 CPUtime=0.37 cores=1,3,5,7
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25105 0 -1 1077944384 2149 0 0 0 27 10 0 0 20 0 16 0 39306569 10985164800 235940 33554432000 4194304 4196468 140725337315872 140311217137936 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29547] ppid=29537 vsize=10727700 memory=943760 CPUtime=0.07 cores=1,3,5,7
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25105 0 -1 1077944384 1599 0 0 0 4 3 0 0 20 0 16 0 39306570 10985164800 235940 33554432000 4194304 4196468 140725337315872 140310520736624 140311283616386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29548] ppid=29537 vsize=10727700 memory=943760 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25105 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 39306571 10985164800 235940 33554432000 4194304 4196468 140725337315872 140310519682656 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29549] ppid=29537 vsize=10727700 memory=943760 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39306571 10985164800 235940 33554432000 4194304 4196468 140725337315872 140310518629744 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29550] ppid=29537 vsize=10727700 memory=943760 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39306573 10985164800 235940 33554432000 4194304 4196468 140725337315872 140310517578064 140311283623835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29551] ppid=29537 vsize=10727700 memory=943760 CPUtime=3.01 cores=1,3,5,7
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25105 0 -1 1077944384 13985 0 0 0 300 1 0 0 20 0 16 0 39306573 10985164800 235940 33554432000 4194304 4196468 140725337315872 140310516525424 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29552] ppid=29537 vsize=10727700 memory=943760 CPUtime=2.75 cores=1,3,5,7
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25105 0 -1 1077944384 11648 0 0 0 272 3 0 0 20 0 16 0 39306573 10985164800 235940 33554432000 4194304 4196468 140725337315872 140310515472624 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29553] ppid=29537 vsize=10727700 memory=943760 CPUtime=0.67 cores=1,3,5,7
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25105 0 -1 1077944384 5687 0 0 0 65 2 0 0 20 0 16 0 39306573 10985164800 235940 33554432000 4194304 4196468 140725337315872 140310514419824 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29554] ppid=29537 vsize=10727700 memory=943760 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39306574 10985164800 235940 33554432000 4194304 4196468 140725337315872 140310513367264 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29555] ppid=29537 vsize=10727700 memory=943760 CPUtime=1.33 cores=1,3,5,7
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25105 0 -1 1077944384 1875 0 0 0 62 71 0 0 20 0 16 0 39306574 10985164800 235940 33554432000 4194304 4196468 140725337315872 140310512315568 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29556] ppid=29537 vsize=10727700 memory=943760 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29556/stat : 29556 (java) S 29537 29540 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39306813 10985164800 235940 33554432000 4194304 4196468 140725337315872 140310509163952 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
Current children cumulated CPU time: 2331.13 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 943760 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.15 6/216 29731
/proc/meminfo: memFree=17070148/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10727700 memory=976528 CPUtime=2391.16 cores=1,3,5,7
/proc/29540/stat : 29540 (java) S 29537 29540 25105 0 -1 1077944320 72047 0 0 0 238997 119 0 0 20 0 16 0 39306568 10985164800 244132 33554432000 4194304 4196468 140725337315872 140725337298416 140311283605239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
/proc/29540/statm: 2681925 244132 3181 1 0 2644416 0
[pid=29540/tid=29542] ppid=29537 vsize=10727700 memory=976528 CPUtime=2381.75 cores=1,3,5,7
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25105 0 -1 4202560 29401 0 0 0 238164 11 0 0 20 0 16 0 39306568 10985164800 244132 33554432000 4194304 4196468 140725337315872 140311287842120 140310900958902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29543] ppid=29537 vsize=10727700 memory=976528 CPUtime=0.37 cores=1,3,5,7
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25105 0 -1 1077944384 2102 0 0 0 27 10 0 0 20 0 16 0 39306569 10985164800 244132 33554432000 4194304 4196468 140725337315872 140311220296336 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29544] ppid=29537 vsize=10727700 memory=976528 CPUtime=0.36 cores=1,3,5,7
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25105 0 -1 1077944384 1420 0 0 0 27 9 0 0 20 0 16 0 39306569 10985164800 244132 33554432000 4194304 4196468 140725337315872 140311219243536 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29545] ppid=29537 vsize=10727700 memory=976528 CPUtime=0.36 cores=1,3,5,7
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25105 0 -1 1077944384 741 0 0 0 27 9 0 0 20 0 16 0 39306569 10985164800 244132 33554432000 4194304 4196468 140725337315872 140311218190736 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29546] ppid=29537 vsize=10727700 memory=976528 CPUtime=0.37 cores=1,3,5,7
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25105 0 -1 1077944384 2149 0 0 0 27 10 0 0 20 0 16 0 39306569 10985164800 244132 33554432000 4194304 4196468 140725337315872 140311217137936 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29547] ppid=29537 vsize=10727700 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25105 0 -1 1077944384 1606 0 0 0 4 3 0 0 20 0 16 0 39306570 10985164800 244132 33554432000 4194304 4196468 140725337315872 140310520736624 140311283616386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29548] ppid=29537 vsize=10727700 memory=14020 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25105 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 39306571 10985164800 244132 33554432000 4194304 4196468 140725337315872 140310519682656 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29549] ppid=29537 vsize=10727700 memory=962192 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39306571 10985164800 244132 33554432000 4194304 4196468 140725337315872 140310518629744 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29550] ppid=29537 vsize=10727700 memory=941148 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39306573 10985164800 244132 33554432000 4194304 4196468 140725337315872 140310517578064 140311283623835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29551] ppid=29537 vsize=10727700 memory=976528 CPUtime=3.01 cores=1,3,5,7
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25105 0 -1 1077944384 13987 0 0 0 300 1 0 0 20 0 16 0 39306573 10985164800 244132 33554432000 4194304 4196468 140725337315872 140310516525424 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29552] ppid=29537 vsize=10727700 memory=976528 CPUtime=2.75 cores=1,3,5,7
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25105 0 -1 1077944384 11652 0 0 0 272 3 0 0 20 0 16 0 39306573 10985164800 244132 33554432000 4194304 4196468 140725337315872 140310515472624 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29553] ppid=29537 vsize=10727700 memory=976528 CPUtime=0.67 cores=1,3,5,7
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25105 0 -1 1077944384 5693 0 0 0 65 2 0 0 20 0 16 0 39306573 10985164800 244132 33554432000 4194304 4196468 140725337315872 140310514419824 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29554] ppid=29537 vsize=10727700 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39306574 10985164800 244132 33554432000 4194304 4196468 140725337315872 140310513367264 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29555] ppid=29537 vsize=10727700 memory=976528 CPUtime=1.37 cores=1,3,5,7
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25105 0 -1 1077944384 1907 0 0 0 64 73 0 0 20 0 16 0 39306574 10985164800 244132 33554432000 4194304 4196468 140725337315872 140310512315568 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29556] ppid=29537 vsize=10727700 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29556/stat : 29556 (java) S 29537 29540 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39306813 10985164800 244132 33554432000 4194304 4196468 140725337315872 140310509163952 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
Current children cumulated CPU time: 2391.16 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 976528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.2 s]
/proc/loadavg: 2.14 2.05 2.15 6/216 29731
/proc/meminfo: memFree=14961600/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10727700 memory=982672 CPUtime=2400.07 cores=1,3,5,7
/proc/29540/stat : 29540 (java) S 29537 29540 25105 0 -1 1077944320 72129 0 0 0 239888 119 0 0 20 0 16 0 39306568 10985164800 245668 33554432000 4194304 4196468 140725337315872 140725337298416 140311283605239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
/proc/29540/statm: 2681925 245668 3181 1 0 2644416 0
[pid=29540/tid=29542] ppid=29537 vsize=10727700 memory=1292 CPUtime=2390.65 cores=1,3,5,7
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25105 0 -1 4202560 29481 0 0 0 239054 11 0 0 20 0 16 0 39306568 10985164800 245668 33554432000 4194304 4196468 140725337315872 140311287842120 140310900958892 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29543] ppid=29537 vsize=10727700 memory=2416 CPUtime=0.37 cores=1,3,5,7
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25105 0 -1 1077944384 2102 0 0 0 27 10 0 0 20 0 16 0 39306569 10985164800 245668 33554432000 4194304 4196468 140725337315872 140311220296336 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29544] ppid=29537 vsize=10727700 memory=1728 CPUtime=0.36 cores=1,3,5,7
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25105 0 -1 1077944384 1420 0 0 0 27 9 0 0 20 0 16 0 39306569 10985164800 245668 33554432000 4194304 4196468 140725337315872 140311219243536 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29545] ppid=29537 vsize=10727700 memory=1228 CPUtime=0.36 cores=1,3,5,7
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25105 0 -1 1077944384 741 0 0 0 27 9 0 0 20 0 16 0 39306569 10985164800 245668 33554432000 4194304 4196468 140725337315872 140311218190736 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29546] ppid=29537 vsize=10727700 memory=1952 CPUtime=0.37 cores=1,3,5,7
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25105 0 -1 1077944384 2149 0 0 0 27 10 0 0 20 0 16 0 39306569 10985164800 245668 33554432000 4194304 4196468 140725337315872 140311217137936 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29547] ppid=29537 vsize=10727700 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25105 0 -1 1077944384 1606 0 0 0 4 3 0 0 20 0 16 0 39306570 10985164800 245668 33554432000 4194304 4196468 140725337315872 140310520736624 140311283616386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29548] ppid=29537 vsize=10727700 memory=10412 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25105 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 39306571 10985164800 245668 33554432000 4194304 4196468 140725337315872 140310519682656 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29549] ppid=29537 vsize=10727700 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39306571 10985164800 245668 33554432000 4194304 4196468 140725337315872 140310518629744 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29550] ppid=29537 vsize=10727700 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39306573 10985164800 245668 33554432000 4194304 4196468 140725337315872 140310517578064 140311283623835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29551] ppid=29537 vsize=10727700 memory=1728 CPUtime=3.01 cores=1,3,5,7
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25105 0 -1 1077944384 13987 0 0 0 300 1 0 0 20 0 16 0 39306573 10985164800 245668 33554432000 4194304 4196468 140725337315872 140310516525424 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29552] ppid=29537 vsize=10727700 memory=1700 CPUtime=2.75 cores=1,3,5,7
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25105 0 -1 1077944384 11652 0 0 0 272 3 0 0 20 0 16 0 39306573 10985164800 245668 33554432000 4194304 4196468 140725337315872 140310515472624 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29553] ppid=29537 vsize=10727700 memory=796 CPUtime=0.67 cores=1,3,5,7
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25105 0 -1 1077944384 5693 0 0 0 65 2 0 0 20 0 16 0 39306573 10985164800 245668 33554432000 4194304 4196468 140725337315872 140310514419824 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29554] ppid=29537 vsize=10727700 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39306574 10985164800 245668 33554432000 4194304 4196468 140725337315872 140310513367264 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29555] ppid=29537 vsize=10727700 memory=1008 CPUtime=1.37 cores=1,3,5,7
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25105 0 -1 1077944384 1909 0 0 0 64 73 0 0 20 0 16 0 39306574 10985164800 245668 33554432000 4194304 4196468 140725337315872 140310512315568 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29556] ppid=29537 vsize=10727700 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29556/stat : 29556 (java) S 29537 29540 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39306813 10985164800 245668 33554432000 4194304 4196468 140725337315872 140310509163952 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 982672 KiB

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

[startup+2391.45 s]
# the end of solver process 29540 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.93 s, system=1.20513 s

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

[startup+2391.4 s]
/proc/loadavg: 2.14 2.05 2.15 6/216 29731
/proc/meminfo: memFree=14961600/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10927392 memory=991116 CPUtime=2400.08 cores=1,3,5,7
/proc/29540/stat : 29540 (java) S 29537 29540 25105 0 -1 1077944320 72501 0 0 0 239889 119 0 0 20 0 17 0 39306568 11189649408 247779 33554432000 4194304 4196468 140725337315872 140725337298416 140311283605239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
/proc/29540/statm: 2731848 247779 3183 1 0 2694339 0
[pid=29540/tid=29542] ppid=29537 vsize=10927392 memory=2416 CPUtime=2390.66 cores=1,3,5,7
/proc/29540/task/29542/stat : 29542 (java) S 29537 29540 25105 0 -1 1077944384 29510 0 0 0 239055 11 0 0 20 0 17 0 39306568 11189649408 247779 33554432000 4194304 4196468 140725337315872 140311287848112 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29543] ppid=29537 vsize=10927392 memory=1728 CPUtime=0.37 cores=1,3,5,7
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25105 0 -1 1077944384 2102 0 0 0 27 10 0 0 20 0 17 0 39306569 11189649408 247779 33554432000 4194304 4196468 140725337315872 140311220296336 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29544] ppid=29537 vsize=10927392 memory=1700 CPUtime=0.36 cores=1,3,5,7
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25105 0 -1 1077944384 1420 0 0 0 27 9 0 0 20 0 17 0 39306569 11189649408 247779 33554432000 4194304 4196468 140725337315872 140311219243536 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29545] ppid=29537 vsize=10927392 memory=796 CPUtime=0.36 cores=1,3,5,7
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25105 0 -1 1077944384 741 0 0 0 27 9 0 0 20 0 17 0 39306569 11189649408 247779 33554432000 4194304 4196468 140725337315872 140311218190736 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29546] ppid=29537 vsize=10927392 memory=5408 CPUtime=0.37 cores=1,3,5,7
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25105 0 -1 1077944384 2149 0 0 0 27 10 0 0 20 0 17 0 39306569 11189649408 247779 33554432000 4194304 4196468 140725337315872 140311217137936 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29547] ppid=29537 vsize=10927392 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25105 0 -1 1077944384 1606 0 0 0 4 3 0 0 20 0 17 0 39306570 11189649408 247779 33554432000 4194304 4196468 140725337315872 140310520736624 140311283616386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29548] ppid=29537 vsize=10927392 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25105 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39306571 11189649408 247779 33554432000 4194304 4196468 140725337315872 140310519682656 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29549] ppid=29537 vsize=10927392 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39306571 11189649408 247779 33554432000 4194304 4196468 140725337315872 140310518629744 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29550] ppid=29537 vsize=10927392 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25105 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 39306573 11189649408 247779 33554432000 4194304 4196468 140725337315872 140310517578064 140311283623835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29551] ppid=29537 vsize=10927392 memory=1200 CPUtime=3.01 cores=1,3,5,7
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25105 0 -1 1077944384 13987 0 0 0 300 1 0 0 20 0 17 0 39306573 11189649408 247779 33554432000 4194304 4196468 140725337315872 140310516525424 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29552] ppid=29537 vsize=10927392 memory=10412 CPUtime=2.75 cores=1,3,5,7
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25105 0 -1 1077944384 11652 0 0 0 272 3 0 0 20 0 17 0 39306573 11189649408 247779 33554432000 4194304 4196468 140725337315872 140310515472624 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29553] ppid=29537 vsize=10927392 memory=4616 CPUtime=0.67 cores=1,3,5,7
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25105 0 -1 1077944384 5757 0 0 0 65 2 0 0 20 0 17 0 39306573 11189649408 247779 33554432000 4194304 4196468 140725337315872 140310514419824 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29554] ppid=29537 vsize=10927392 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39306574 11189649408 247779 33554432000 4194304 4196468 140725337315872 140310513367264 140311283615445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
[pid=29540/tid=29555] ppid=29537 vsize=10927392 memory=4128 CPUtime=1.37 cores=1,3,5,7
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25105 0 -1 1077944384 1909 0 0 0 64 73 0 0 20 0 17 0 39306574 11189649408 247779 33554432000 4194304 4196468 140725337315872 140310512315568 140311283616386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15122432 140725337322609 140725337322761 140725337322761 140725337325519 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 991116 KiB

Child status: 143
Real time (s): 2391.45
CPU time (s): 2400.14
CPU user time (s): 2398.93
CPU system time (s): 1.20513
CPU usage (%): 100.363
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 991116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.93
system time used= 1.20513
maximum resident set size= 993796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73043
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54357
involuntary context switches= 1108


# summary of solver processes directly reported to runsolver:
#   pid: 29540
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2398.93
#   total CPU system time (s): 1.20513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9342 second user time and 21.8633 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 01:57:14
IDJOB=4290132
IDBENCH=141382
IDSOLVER=2742
FILE ID=node139/4290132-1532217434
RUNJOBID= node139-1532209881-27635
PBS_JOBID= 21018928
Free space on /tmp= 45924 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-6-cp_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290132-1532217434/watcher-4290132-1532217434 -o /tmp/evaluation-result-4290132-1532217434/solver-4290132-1532217434 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290132-1532217434.xml

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

MD5SUM BENCH= e65b09bddae1c8c6b556de8535bf6786
RANDOM SEED=1001077846

node139.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.80
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.80
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.80
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.80
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:        17818216 kB
MemAvailable:   31141008 kB
Buffers:          130516 kB
Cached:         13247700 kB
SwapCached:            0 kB
Active:          1875836 kB
Inactive:       12355648 kB
Active(anon):     808644 kB
Inactive(anon):    64124 kB
Active(file):    1067192 kB
Inactive(file): 12291524 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3040 kB
Writeback:             0 kB
AnonPages:        985092 kB
Mapped:            46868 kB
Shmem:             17036 kB
Slab:             419948 kB
SReclaimable:     392536 kB
SUnreclaim:        27412 kB
KernelStack:        3856 kB
PageTables:         6760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2280828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    862208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45920 MiB
End job on node139 at 2018-07-22 02:37:06