Trace number 4290159

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.12 2373.67

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g10-g23_c18.xml
MD5SUM5bb458afb57028f2eacd8dc69366d90c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark87.6401
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints121
Number of domains1
Minimum domain size73
Maximum domain size73
Distribution of domain sizes[{"size":73,"count":41}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":4},{"degree":8,"count":4},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity41
Distribution of constraint arities[{"arity":1,"count":40},{"arity":2,"count":80},{"arity":41,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290159-1532220533/watcher-4290159-1532220533 -o /tmp/evaluation-result-4290159-1532220533/solver-4290159-1532220533 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28358 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290159-1532220533.xml 

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

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=29887, runsolver pid=29884

[startup+0.101089 s]*
/proc/loadavg: 2.03 2.56 2.66 2/220 29902
/proc/meminfo: memFree=16264432/32770624 swapFree=67108860/67108860
[pid=29887] ppid=29884 vsize=10659012 memory=31484 CPUtime=0.12 cores=0,2,4,6
/proc/29887/stat : 29887 (java) S 29884 29887 26255 0 -1 1077944320 6430 0 0 0 11 1 0 0 20 0 15 0 39616419 10914828288 7871 33554432000 4194304 4196468 140734138584256 140734138566800 140127952023287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
/proc/29887/statm: 2664753 7871 2842 1 0 2627263 0
[pid=29887/tid=29889] ppid=29884 vsize=10659012 memory=-8701690554791923071 CPUtime=0.09 cores=0,2,4,6
/proc/29887/task/29889/stat : 29889 (java) R 29884 29887 26255 0 -1 4202560 4258 0 0 0 8 1 0 0 20 0 15 0 39616419 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127956244896 140127937389907 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29890] ppid=29884 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29890/stat : 29890 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127878097168 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29891] ppid=29884 vsize=10659012 memory=140452951688832 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29891/stat : 29891 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127877044624 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29892] ppid=29884 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29892/stat : 29892 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127875992080 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29893] ppid=29884 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29893/stat : 29893 (java) S 29884 29887 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39616420 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127874939536 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29894] ppid=29884 vsize=10659012 memory=140452951688832 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29894/stat : 29894 (java) S 29884 29887 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39616422 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127443712496 140127952034434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29895] ppid=29884 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29895/stat : 29895 (java) S 29884 29887 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39616422 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127442658720 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29896] ppid=29884 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29896/stat : 29896 (java) S 29884 29887 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39616422 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127441606128 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29897] ppid=29884 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29897/stat : 29897 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39616425 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127440554704 140127952041883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29898] ppid=29884 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29898/stat : 29898 (java) R 29884 29887 26255 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 39616425 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127439501296 140127952034434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29899] ppid=29884 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29899/stat : 29899 (java) S 29884 29887 26255 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39616425 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127438448752 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29900] ppid=29884 vsize=10659012 memory=140452951688832 CPUtime=0.01 cores=0,2,4,6
/proc/29887/task/29900/stat : 29900 (java) S 29884 29887 26255 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 15 0 39616425 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127437396208 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29901] ppid=29884 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29901/stat : 29901 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39616425 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127436343904 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29902] ppid=29884 vsize=10659012 memory=140452951688832 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29902/stat : 29902 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616425 10914828288 7871 33554432000 4194304 4196468 140734138584256 140127435291440 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31484 KiB

[startup+0.21102 s]*
/proc/loadavg: 2.03 2.56 2.66 4/220 29902
/proc/meminfo: memFree=16255216/32770624 swapFree=67108860/67108860
[pid=29887] ppid=29884 vsize=10659012 memory=42216 CPUtime=0.32 cores=0,2,4,6
/proc/29887/stat : 29887 (java) S 29884 29887 26255 0 -1 1077944320 7664 0 0 0 30 2 0 0 20 0 15 0 39616419 10914828288 10554 33554432000 4194304 4196468 140734138584256 140734138566800 140127952023287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
/proc/29887/statm: 2664753 10554 3005 1 0 2627263 0
[pid=29887/tid=29889] ppid=29884 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/29887/task/29889/stat : 29889 (java) R 29884 29887 26255 0 -1 4202560 4591 0 0 0 18 1 0 0 20 0 15 0 39616419 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127956248288 140127936066917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29890] ppid=29884 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29890/stat : 29890 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127878097168 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29891] ppid=29884 vsize=10659012 memory=3977438181733631648 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29891/stat : 29891 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127877044624 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29892] ppid=29884 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29892/stat : 29892 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127875992080 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29893] ppid=29884 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29893/stat : 29893 (java) S 29884 29887 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39616420 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127874939536 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29894] ppid=29884 vsize=10659012 memory=140452951688832 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29894/stat : 29894 (java) S 29884 29887 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39616422 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127443712496 140127952034434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29895] ppid=29884 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29895/stat : 29895 (java) S 29884 29887 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39616422 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127442658720 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29896] ppid=29884 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29896/stat : 29896 (java) S 29884 29887 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39616422 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127441606128 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29897] ppid=29884 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29897/stat : 29897 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39616425 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127440554704 140127952041883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29898] ppid=29884 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29887/task/29898/stat : 29898 (java) S 29884 29887 26255 0 -1 1077944384 507 0 0 0 2 0 0 0 20 0 15 0 39616425 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127439501296 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29899] ppid=29884 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29887/task/29899/stat : 29899 (java) S 29884 29887 26255 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 39616425 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127438448752 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29900] ppid=29884 vsize=10659012 memory=140452951688832 CPUtime=0.07 cores=0,2,4,6
/proc/29887/task/29900/stat : 29900 (java) R 29884 29887 26255 0 -1 4202560 704 0 0 0 7 0 0 0 20 0 15 0 39616425 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127437396208 140127931623252 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29901] ppid=29884 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29901/stat : 29901 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39616425 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127436343904 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29902] ppid=29884 vsize=10659012 memory=140452951688832 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29902/stat : 29902 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616425 10914828288 10554 33554432000 4194304 4196468 140734138584256 140127435291440 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42216 KiB

[startup+0.310491 s]*
/proc/loadavg: 2.03 2.56 2.66 5/220 29902
/proc/meminfo: memFree=16248516/32770624 swapFree=67108860/67108860
[pid=29887] ppid=29884 vsize=10659088 memory=47380 CPUtime=0.51 cores=0,2,4,6
/proc/29887/stat : 29887 (java) S 29884 29887 26255 0 -1 1077944320 8407 0 0 0 48 3 0 0 20 0 15 0 39616419 10914906112 11845 33554432000 4194304 4196468 140734138584256 140734138566800 140127952023287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
/proc/29887/statm: 2664772 11845 3031 1 0 2627263 0
[pid=29887/tid=29889] ppid=29884 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/29887/task/29889/stat : 29889 (java) R 29884 29887 26255 0 -1 4202560 5158 0 0 0 27 2 0 0 20 0 15 0 39616419 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127956258624 140127937704576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29890] ppid=29884 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29890/stat : 29890 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127878097168 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29891] ppid=29884 vsize=10659088 memory=3691177030907266720 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29891/stat : 29891 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127877044624 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29892] ppid=29884 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29892/stat : 29892 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127875992080 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29893] ppid=29884 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29893/stat : 29893 (java) S 29884 29887 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39616420 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127874939536 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29894] ppid=29884 vsize=10659088 memory=140452951688832 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29894/stat : 29894 (java) S 29884 29887 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39616422 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127443712496 140127952034434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29895] ppid=29884 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29895/stat : 29895 (java) S 29884 29887 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39616422 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127442658720 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29896] ppid=29884 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29896/stat : 29896 (java) S 29884 29887 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39616422 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127441606128 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29897] ppid=29884 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29897/stat : 29897 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39616425 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127440554704 140127952041883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29898] ppid=29884 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29887/task/29898/stat : 29898 (java) S 29884 29887 26255 0 -1 1077944384 604 0 0 0 4 0 0 0 20 0 15 0 39616425 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127439501296 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29899] ppid=29884 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/29887/task/29899/stat : 29899 (java) S 29884 29887 26255 0 -1 1077944384 518 0 0 0 4 0 0 0 20 0 15 0 39616425 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127438448752 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29900] ppid=29884 vsize=10659088 memory=140452951688832 CPUtime=0.12 cores=0,2,4,6
/proc/29887/task/29900/stat : 29900 (java) R 29884 29887 26255 0 -1 4202560 758 0 0 0 12 0 0 0 20 0 15 0 39616425 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127437391968 140127936103774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29901] ppid=29884 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29901/stat : 29901 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39616425 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127436343904 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29902] ppid=29884 vsize=10659088 memory=140452951688832 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29902/stat : 29902 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616425 10914906112 11845 33554432000 4194304 4196468 140734138584256 140127435291440 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47380 KiB

[startup+0.700752 s]
/proc/loadavg: 2.03 2.56 2.66 6/220 29902
/proc/meminfo: memFree=16222188/32770624 swapFree=67108860/67108860
[pid=29887] ppid=29884 vsize=10659088 memory=153992 CPUtime=1.71 cores=0,2,4,6
/proc/29887/stat : 29887 (java) S 29884 29887 26255 0 -1 1077944320 13586 0 0 0 164 7 0 0 20 0 15 0 39616419 10914906112 38498 33554432000 4194304 4196468 140734138584256 140734138566800 140127952023287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
/proc/29887/statm: 2664772 38498 3112 1 0 2627263 0
[pid=29887/tid=29889] ppid=29884 vsize=10659088 memory=1844 CPUtime=0.67 cores=0,2,4,6
/proc/29887/task/29889/stat : 29889 (java) R 29884 29887 26255 0 -1 4202560 5398 0 0 0 63 4 0 0 20 0 15 0 39616419 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127956244000 140127555132156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29890] ppid=29884 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29890/stat : 29890 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127878097168 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29891] ppid=29884 vsize=10659088 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29891/stat : 29891 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127877044624 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29892] ppid=29884 vsize=10659088 memory=12984 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29892/stat : 29892 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616420 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127875992080 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29893] ppid=29884 vsize=10659088 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29893/stat : 29893 (java) S 29884 29887 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39616420 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127874939536 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29894] ppid=29884 vsize=10659088 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29894/stat : 29894 (java) S 29884 29887 26255 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39616422 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127443712496 140127952034434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29895] ppid=29884 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29895/stat : 29895 (java) S 29884 29887 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39616422 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127442658720 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29896] ppid=29884 vsize=10659088 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29896/stat : 29896 (java) S 29884 29887 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39616422 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127441606128 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29897] ppid=29884 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29897/stat : 29897 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39616425 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127440554704 140127952041883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29898] ppid=29884 vsize=10659088 memory=7739276948478455658 CPUtime=0.36 cores=0,2,4,6
/proc/29887/task/29898/stat : 29898 (java) R 29884 29887 26255 0 -1 4202560 2402 0 0 0 36 0 0 0 20 0 15 0 39616425 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127439489832 140127936419380 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29899] ppid=29884 vsize=10659088 memory=7079773312675500112 CPUtime=0.39 cores=0,2,4,6
/proc/29887/task/29899/stat : 29899 (java) R 29884 29887 26255 0 -1 4202560 3059 0 0 0 39 0 0 0 20 0 15 0 39616425 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127438434488 140127933567881 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29900] ppid=29884 vsize=10659088 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/29887/task/29900/stat : 29900 (java) S 29884 29887 26255 0 -1 1077944384 1356 0 0 0 24 0 0 0 20 0 15 0 39616425 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127437396208 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29901] ppid=29884 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29901/stat : 29901 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39616425 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127436343904 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29902] ppid=29884 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29902/stat : 29902 (java) S 29884 29887 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39616425 10914906112 38498 33554432000 4194304 4196468 140734138584256 140127435291440 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 153992 KiB

[startup+1.50488 s]
/proc/loadavg: 2.03 2.56 2.66 6/220 29902
/proc/meminfo: memFree=16073452/32770624 swapFree=67108860/67108860
[pid=29887] ppid=29884 vsize=10659088 memory=413720 CPUtime=4.22 cores=0,2,4,6
/proc/29887/stat : 29887 (java) S 29884 29887 26255 0 -1 1077944320 19215 0 0 0 401 21 0 0 20 0 15 0 39616419 10914906112 103430 33554432000 4194304 4196468 140734138584256 140734138566800 140127952023287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
/proc/29887/statm: 2664772 103430 3152 1 0 2627263 0
[pid=29887/tid=29889] ppid=29884 vsize=10659088 memory=6791534058613427641 CPUtime=1.34 cores=0,2,4,6
/proc/29887/task/29889/stat : 29889 (java) S 29884 29887 26255 0 -1 1077944384 5474 0 0 0 127 7 0 0 20 0 15 0 39616419 10914906112 103430 33554432000 4194304 4196468 140734138584256 140127956256864 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29890] ppid=29884 vsize=10659088 memory=-6951259422114956437 CPUtime=0.11 cores=0,2,4,6
/proc/29887/task/29890/stat : 29890 (java) R 29884 29887 26255 0 -1 4202560 141 0 0 0 8 3 0 0 20 0 15 0 39616420 10914906112 103430 33554432000 4194304 4196468 140734138584256 140127878097168 140127937047342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29891] ppid=29884 vsize=10659088 memory=-6509546260019855295 CPUtime=0.09 cores=0,2,4,6
/proc/29887/task/29891/stat : 29891 (java) R 29884 29887 26255 0 -1 4202560 174 0 0 0 7 2 0 0 20 0 15 0 39616420 10914906112 103430 33554432000 4194304 4196468 140734138584256 140127877044512 140127937045408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29892] ppid=29884 vsize=10659088 memory=-7390251449858225344 CPUtime=0.07 cores=0,2,4,6
/proc/29887/task/29892/stat : 29892 (java) R 29884 29887 26255 0 -1 4202560 70 0 0 0 5 2 0 0 20 0 15 0 39616420 10914906112 103430 33554432000 4194304 4196468 140734138584256 140127875992280 140127937050416 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29893] ppid=29884 vsize=10659088 memory=4134692831991786133 CPUtime=0.13 cores=0,2,4,6
/proc/29887/task/29893/stat : 29893 (java) R 29884 29887 26255 0 -1 4202560 172 0 0 0 10 3 0 0 20 0 15 0 39616420 10914906112 103430 33554432000 4194304 4196468 140734138584256 140127874939736 140127936471505 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29894] ppid=29884 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29894/stat : 29894 (java) S 29884 29887 26255 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39616422 10914906112 103430 33554432000 4194304 4196468 140734138584256 140127443711008 140127952033493 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0

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

/proc/29887/task/29892/stat : 29892 (java) S 29884 29887 26255 0 -1 1077944384 14364 0 0 0 611 84 0 0 20 0 16 0 39616420 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127875992080 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29893] ppid=29884 vsize=10725652 memory=3796304 CPUtime=7.01 cores=0,2,4,6
/proc/29887/task/29893/stat : 29893 (java) S 29884 29887 26255 0 -1 1077944384 15438 0 0 0 618 83 0 0 20 0 16 0 39616420 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127874939536 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29894] ppid=29884 vsize=10725652 memory=3796304 CPUtime=2.01 cores=0,2,4,6
/proc/29887/task/29894/stat : 29894 (java) S 29884 29887 26255 0 -1 1077944384 15636 0 0 0 198 3 0 0 20 0 16 0 39616422 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127443712496 140127952034434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29895] ppid=29884 vsize=10725652 memory=3796304 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29895/stat : 29895 (java) S 29884 29887 26255 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 39616422 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127442658784 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29896] ppid=29884 vsize=10725652 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29896/stat : 29896 (java) S 29884 29887 26255 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 39616422 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127441606144 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29897] ppid=29884 vsize=10725652 memory=3796304 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29897/stat : 29897 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39616425 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127440554704 140127952041883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29898] ppid=29884 vsize=10725652 memory=3796304 CPUtime=2.01 cores=0,2,4,6
/proc/29887/task/29898/stat : 29898 (java) S 29884 29887 26255 0 -1 1077944384 11366 0 0 0 199 2 0 0 20 0 16 0 39616425 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127439501296 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29899] ppid=29884 vsize=10725652 memory=3796304 CPUtime=1.79 cores=0,2,4,6
/proc/29887/task/29899/stat : 29899 (java) S 29884 29887 26255 0 -1 1077944384 10747 0 0 0 177 2 0 0 20 0 16 0 39616425 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127438448752 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29900] ppid=29884 vsize=10725652 memory=3796304 CPUtime=0.4 cores=0,2,4,6
/proc/29887/task/29900/stat : 29900 (java) S 29884 29887 26255 0 -1 1077944384 4345 0 0 0 38 2 0 0 20 0 16 0 39616425 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127437396208 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29901] ppid=29884 vsize=10725652 memory=1956 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29901/stat : 29901 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39616425 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127436343904 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29902] ppid=29884 vsize=10725652 memory=4036 CPUtime=1.31 cores=0,2,4,6
/proc/29887/task/29902/stat : 29902 (java) S 29884 29887 26255 0 -1 1077944384 3065 0 0 0 68 63 0 0 20 0 16 0 39616425 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127435291440 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29903] ppid=29884 vsize=10725652 memory=14132 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29903/stat : 29903 (java) S 29884 29887 26255 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39616951 10983067648 949076 33554432000 4194304 4196468 140734138584256 140127434237232 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
Current children cumulated CPU time: 2288.85 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3796304 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/222 30078
/proc/meminfo: memFree=12846984/32770624 swapFree=67108860/67108860
[pid=29887] ppid=29884 vsize=10725652 memory=3796432 CPUtime=2348.9 cores=0,2,4,6
/proc/29887/stat : 29887 (java) S 29884 29887 26255 0 -1 1077944320 196633 0 0 0 234471 419 0 0 20 0 16 0 39616419 10983067648 949108 33554432000 4194304 4196468 140734138584256 140734138566800 140127952023287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
/proc/29887/statm: 2681413 949108 3187 1 0 2643904 0
[pid=29887/tid=29889] ppid=29884 vsize=10725652 memory=3796432 CPUtime=2313.34 cores=0,2,4,6
/proc/29887/task/29889/stat : 29889 (java) R 29884 29887 26255 0 -1 4202560 92723 0 0 0 231306 28 0 0 20 0 16 0 39616419 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127956262208 140127557765037 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29890] ppid=29884 vsize=10725652 memory=3796432 CPUtime=7 cores=0,2,4,6
/proc/29887/task/29890/stat : 29890 (java) S 29884 29887 26255 0 -1 1077944384 13704 0 0 0 618 82 0 0 20 0 16 0 39616420 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127878097168 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29891] ppid=29884 vsize=10725652 memory=3796432 CPUtime=6.95 cores=0,2,4,6
/proc/29887/task/29891/stat : 29891 (java) S 29884 29887 26255 0 -1 1077944384 13651 0 0 0 615 80 0 0 20 0 16 0 39616420 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127877044624 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29892] ppid=29884 vsize=10725652 memory=1204 CPUtime=6.95 cores=0,2,4,6
/proc/29887/task/29892/stat : 29892 (java) S 29884 29887 26255 0 -1 1077944384 14364 0 0 0 611 84 0 0 20 0 16 0 39616420 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127875992080 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29893] ppid=29884 vsize=10725652 memory=3796432 CPUtime=7.01 cores=0,2,4,6
/proc/29887/task/29893/stat : 29893 (java) S 29884 29887 26255 0 -1 1077944384 15438 0 0 0 618 83 0 0 20 0 16 0 39616420 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127874939536 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29894] ppid=29884 vsize=10725652 memory=3796432 CPUtime=2.01 cores=0,2,4,6
/proc/29887/task/29894/stat : 29894 (java) S 29884 29887 26255 0 -1 1077944384 15669 0 0 0 198 3 0 0 20 0 16 0 39616422 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127443712496 140127952034434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29895] ppid=29884 vsize=10725652 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29895/stat : 29895 (java) S 29884 29887 26255 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 39616422 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127442658784 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29896] ppid=29884 vsize=10725652 memory=3796432 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29896/stat : 29896 (java) S 29884 29887 26255 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 39616422 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127441606144 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29897] ppid=29884 vsize=10725652 memory=3796432 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29897/stat : 29897 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127440554704 140127952041883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29898] ppid=29884 vsize=10725652 memory=3796432 CPUtime=2.02 cores=0,2,4,6
/proc/29887/task/29898/stat : 29898 (java) S 29884 29887 26255 0 -1 1077944384 11378 0 0 0 200 2 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127439501296 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29899] ppid=29884 vsize=10725652 memory=3796432 CPUtime=1.8 cores=0,2,4,6
/proc/29887/task/29899/stat : 29899 (java) S 29884 29887 26255 0 -1 1077944384 10765 0 0 0 178 2 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127438448752 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29900] ppid=29884 vsize=10725652 memory=1844 CPUtime=0.4 cores=0,2,4,6
/proc/29887/task/29900/stat : 29900 (java) S 29884 29887 26255 0 -1 1077944384 4357 0 0 0 38 2 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127437396208 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29901] ppid=29884 vsize=10725652 memory=3796432 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29901/stat : 29901 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127436343904 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29902] ppid=29884 vsize=10725652 memory=3796432 CPUtime=1.34 cores=0,2,4,6
/proc/29887/task/29902/stat : 29902 (java) S 29884 29887 26255 0 -1 1077944384 3127 0 0 0 69 65 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127435291440 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29903] ppid=29884 vsize=10725652 memory=3796432 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29903/stat : 29903 (java) S 29884 29887 26255 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39616951 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127434237232 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
Current children cumulated CPU time: 2348.9 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3796432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2373.4 s]
/proc/loadavg: 2.00 2.01 2.08 3/222 30079
/proc/meminfo: memFree=12783564/32770624 swapFree=67108860/67108860
[pid=29887] ppid=29884 vsize=10725652 memory=3796432 CPUtime=2400.02 cores=0,2,4,6
/proc/29887/stat : 29887 (java) S 29884 29887 26255 0 -1 1077944320 198722 0 0 0 239582 420 0 0 20 0 16 0 39616419 10983067648 949108 33554432000 4194304 4196468 140734138584256 140734138566800 140127952023287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
/proc/29887/statm: 2681413 949108 3187 1 0 2643904 0
[pid=29887/tid=29889] ppid=29884 vsize=10725652 memory=304274695476478263 CPUtime=2364.44 cores=0,2,4,6
/proc/29887/task/29889/stat : 29889 (java) R 29884 29887 26255 0 -1 4202560 94746 0 0 0 236415 29 0 0 20 0 16 0 39616419 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127956262208 140127557123212 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29890] ppid=29884 vsize=10725652 memory=16097065801353040 CPUtime=7 cores=0,2,4,6
/proc/29887/task/29890/stat : 29890 (java) S 29884 29887 26255 0 -1 1077944384 13704 0 0 0 618 82 0 0 20 0 16 0 39616420 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127878097168 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29891] ppid=29884 vsize=10725652 memory=1408 CPUtime=6.95 cores=0,2,4,6
/proc/29887/task/29891/stat : 29891 (java) S 29884 29887 26255 0 -1 1077944384 13651 0 0 0 615 80 0 0 20 0 16 0 39616420 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127877044624 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29892] ppid=29884 vsize=10725652 memory=3296 CPUtime=6.95 cores=0,2,4,6
/proc/29887/task/29892/stat : 29892 (java) S 29884 29887 26255 0 -1 1077944384 14364 0 0 0 611 84 0 0 20 0 16 0 39616420 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127875992080 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29893] ppid=29884 vsize=10725652 memory=3796432 CPUtime=7.01 cores=0,2,4,6
/proc/29887/task/29893/stat : 29893 (java) S 29884 29887 26255 0 -1 1077944384 15438 0 0 0 618 83 0 0 20 0 16 0 39616420 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127874939536 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29894] ppid=29884 vsize=10725652 memory=4100 CPUtime=2.01 cores=0,2,4,6
/proc/29887/task/29894/stat : 29894 (java) S 29884 29887 26255 0 -1 1077944384 15692 0 0 0 198 3 0 0 20 0 16 0 39616422 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127443712496 140127952034434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29895] ppid=29884 vsize=10725652 memory=728 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29895/stat : 29895 (java) S 29884 29887 26255 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 39616422 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127442658784 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29896] ppid=29884 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29896/stat : 29896 (java) S 29884 29887 26255 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 39616422 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127441606144 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29897] ppid=29884 vsize=10725652 memory=-8634980985311628903 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29897/stat : 29897 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127440554704 140127952041883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29898] ppid=29884 vsize=10725652 memory=7897517683652307531 CPUtime=2.02 cores=0,2,4,6
/proc/29887/task/29898/stat : 29898 (java) S 29884 29887 26255 0 -1 1077944384 11382 0 0 0 200 2 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127439501296 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29899] ppid=29884 vsize=10725652 memory=8514726395715349656 CPUtime=1.8 cores=0,2,4,6
/proc/29887/task/29899/stat : 29899 (java) S 29884 29887 26255 0 -1 1077944384 10771 0 0 0 178 2 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127438448752 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29900] ppid=29884 vsize=10725652 memory=3047711553320166262 CPUtime=0.4 cores=0,2,4,6
/proc/29887/task/29900/stat : 29900 (java) S 29884 29887 26255 0 -1 1077944384 4361 0 0 0 38 2 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127437396208 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29901] ppid=29884 vsize=10725652 memory=8514701219730523551 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29901/stat : 29901 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127436343904 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29902] ppid=29884 vsize=10725652 memory=6791534058613427641 CPUtime=1.38 cores=0,2,4,6
/proc/29887/task/29902/stat : 29902 (java) S 29884 29887 26255 0 -1 1077944384 3156 0 0 0 71 67 0 0 20 0 16 0 39616425 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127435291440 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29903] ppid=29884 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29903/stat : 29903 (java) S 29884 29887 26255 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39616951 10983067648 949108 33554432000 4194304 4196468 140734138584256 140127434237232 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3796432 KiB

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

[startup+2373.67 s]
# the end of solver process 29887 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.89 s, system=4.23192 s

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

[startup+2373.6 s]
/proc/loadavg: 2.00 2.01 2.08 3/222 30079
/proc/meminfo: memFree=12783564/32770624 swapFree=67108860/67108860
[pid=29887] ppid=29884 vsize=10925344 memory=3796728 CPUtime=2400.05 cores=0,2,4,6
/proc/29887/stat : 29887 (java) S 29884 29887 26255 0 -1 1077944320 199560 0 0 0 239584 421 0 0 20 0 17 0 39616419 11187552256 949182 33554432000 4194304 4196468 140734138584256 140734138566800 140127952023287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
/proc/29887/statm: 2731336 949182 3190 1 0 2693827 0
[pid=29887/tid=29889] ppid=29884 vsize=10925344 memory=3796432 CPUtime=2364.45 cores=0,2,4,6
/proc/29887/task/29889/stat : 29889 (java) S 29884 29887 26255 0 -1 1077944384 94832 0 0 0 236416 29 0 0 20 0 17 0 39616419 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127956266160 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29890] ppid=29884 vsize=10925344 memory=4036 CPUtime=7 cores=0,2,4,6
/proc/29887/task/29890/stat : 29890 (java) S 29884 29887 26255 0 -1 1077944384 13704 0 0 0 618 82 0 0 20 0 17 0 39616420 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127878097168 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29891] ppid=29884 vsize=10925344 memory=14140 CPUtime=6.95 cores=0,2,4,6
/proc/29887/task/29891/stat : 29891 (java) S 29884 29887 26255 0 -1 1077944384 13651 0 0 0 615 80 0 0 20 0 17 0 39616420 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127877044624 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29892] ppid=29884 vsize=10925344 memory=1296 CPUtime=6.95 cores=0,2,4,6
/proc/29887/task/29892/stat : 29892 (java) S 29884 29887 26255 0 -1 1077944384 14364 0 0 0 611 84 0 0 20 0 17 0 39616420 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127875992080 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29893] ppid=29884 vsize=10925344 memory=6791534058613427641 CPUtime=7.01 cores=0,2,4,6
/proc/29887/task/29893/stat : 29893 (java) S 29884 29887 26255 0 -1 1077944384 15438 0 0 0 618 83 0 0 20 0 17 0 39616420 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127874939536 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29894] ppid=29884 vsize=10925344 memory=8876 CPUtime=2.01 cores=0,2,4,6
/proc/29887/task/29894/stat : 29894 (java) S 29884 29887 26255 0 -1 1077944384 15726 0 0 0 198 3 0 0 20 0 17 0 39616422 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127443712496 140127952034434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29895] ppid=29884 vsize=10925344 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29895/stat : 29895 (java) S 29884 29887 26255 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 39616422 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127442658784 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29896] ppid=29884 vsize=10925344 memory=644 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29896/stat : 29896 (java) S 29884 29887 26255 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 39616422 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127441606144 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29897] ppid=29884 vsize=10925344 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29897/stat : 29897 (java) S 29884 29887 26255 0 -1 1077944384 189 0 0 0 0 0 0 0 20 0 17 0 39616425 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127440554704 140127952041883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29898] ppid=29884 vsize=10925344 memory=1844 CPUtime=2.02 cores=0,2,4,6
/proc/29887/task/29898/stat : 29898 (java) S 29884 29887 26255 0 -1 1077944384 11383 0 0 0 200 2 0 0 20 0 17 0 39616425 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127439501296 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29899] ppid=29884 vsize=10925344 memory=796 CPUtime=1.8 cores=0,2,4,6
/proc/29887/task/29899/stat : 29899 (java) S 29884 29887 26255 0 -1 1077944384 10771 0 0 0 178 2 0 0 20 0 17 0 39616425 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127438448752 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29900] ppid=29884 vsize=10925344 memory=1700 CPUtime=0.4 cores=0,2,4,6
/proc/29887/task/29900/stat : 29900 (java) S 29884 29887 26255 0 -1 1077944384 4574 0 0 0 38 2 0 0 20 0 17 0 39616425 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127437396208 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29901] ppid=29884 vsize=10925344 memory=12984 CPUtime=0 cores=0,2,4,6
/proc/29887/task/29901/stat : 29901 (java) S 29884 29887 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39616425 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127436343904 140127952033493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
[pid=29887/tid=29902] ppid=29884 vsize=10925344 memory=5664 CPUtime=1.38 cores=0,2,4,6
/proc/29887/task/29902/stat : 29902 (java) S 29884 29887 26255 0 -1 1077944384 3156 0 0 0 71 67 0 0 20 0 17 0 39616425 11187552256 949182 33554432000 4194304 4196468 140734138584256 140127435291440 140127952034434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 21065728 140734138590321 140734138590473 140734138590473 140734138593231 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 3796728 KiB

Child status: 143
Real time (s): 2373.67
CPU time (s): 2400.12
CPU user time (s): 2395.89
CPU system time (s): 4.23192
CPU usage (%): 101.114
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 3796728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.89
system time used= 4.23192
maximum resident set size= 3796940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54780
involuntary context switches= 1693


# summary of solver processes directly reported to runsolver:
#   pid: 29887
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2395.89
#   total CPU system time (s): 4.23192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7868 second user time and 22.4978 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 02:48:53
IDJOB=4290159
IDBENCH=141499
IDSOLVER=2742
FILE ID=node133/4290159-1532220533
RUNJOBID= node133-1532209713-28358
PBS_JOBID= 21018934
Free space on /tmp= 52648 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g10-g23_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290159-1532220533/watcher-4290159-1532220533 -o /tmp/evaluation-result-4290159-1532220533/solver-4290159-1532220533 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28358 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290159-1532220533.xml

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

MD5SUM BENCH= 5bb458afb57028f2eacd8dc69366d90c
RANDOM SEED=885660262

node133.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.24
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.24
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.24
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.24
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:        16282128 kB
MemAvailable:   31034072 kB
Buffers:          219636 kB
Cached:         14612144 kB
SwapCached:            0 kB
Active:          2065424 kB
Inactive:       13723528 kB
Active(anon):     959728 kB
Inactive(anon):    17024 kB
Active(file):    1105696 kB
Inactive(file): 13706504 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:        994664 kB
Mapped:            47152 kB
Shmem:             17056 kB
Slab:             395484 kB
SReclaimable:     368204 kB
SUnreclaim:        27280 kB
KernelStack:        3872 kB
PageTables:         7108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2337752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    880640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52644 MiB
End job on node133 at 2018-07-22 03:28:26