Trace number 4289745

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.25 2372.66

General information on the benchmark

NameStillLife/
StillLife-wastage-09_c18.xml
MD5SUMa10fd40fbec13ca4761d088766469069
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark15.45
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of constraints179
Number of domains4
Minimum domain size2
Maximum domain size243
Distribution of domain sizes[{"size":2,"count":121},{"size":3,"count":121},{"size":82,"count":1},{"size":243,"count":11}]
Minimum variable degree1
Maximum variable degree12
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":118},{"degree":3,"count":14},{"degree":4,"count":36},{"degree":8,"count":32},{"degree":9,"count":49},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":47},{"arity":3,"count":36},{"arity":10,"count":81},{"arity":11,"count":4},{"arity":12,"count":1},{"arity":13,"count":10}]
Number of extensional constraints117
Number of intensional constraints46
Distribution of constraint types[{"type":"extension","count":117},{"type":"intension","count":46},{"type":"sum","count":12},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289745-1532209713/watcher-4289745-1532209713 -o /tmp/evaluation-result-4289745-1532209713/solver-4289745-1532209713 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289745-1532209713.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=28380, runsolver pid=28376

[startup+0.100093 s]*
/proc/loadavg: 1.00 1.02 1.15 4/221 28418
/proc/meminfo: memFree=17168400/32770624 swapFree=67108860/67108860
[pid=28380] ppid=28376 vsize=10659012 memory=29540 CPUtime=0.12 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28376 28380 26255 0 -1 1077944320 7010 0 0 0 11 1 0 0 20 0 15 0 38534482 10914828288 7385 33554432000 4194304 4196468 140729102257760 140729102240304 139712902323959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
/proc/28380/statm: 2664753 7385 2841 1 0 2627263 0
[pid=28380/tid=28385] ppid=28376 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28376 28380 26255 0 -1 4202560 4802 0 0 0 8 1 0 0 20 0 15 0 38534483 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712906528624 139712902335894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28386] ppid=28376 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712872037008 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28387] ppid=28376 vsize=10659012 memory=139866338961024 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712507808272 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28388] ppid=28376 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712506755472 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28389] ppid=28376 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28376 28380 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534483 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712505702672 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28397] ppid=28376 vsize=10659012 memory=139866338961024 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28376 28380 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712394136432 139712902335106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28398] ppid=28376 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28376 28380 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712393082400 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28403] ppid=28376 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) S 28376 28380 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712392029552 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28407] ppid=28376 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28407/stat : 28407 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534488 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712390977872 139712902342555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28408] ppid=28376 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28408/stat : 28408 (java) S 28376 28380 26255 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 38534488 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712389925232 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28409] ppid=28376 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28409/stat : 28409 (java) S 28376 28380 26255 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 38534488 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712388872432 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28410] ppid=28376 vsize=10659012 memory=139866338961024 CPUtime=0.02 cores=1,3,5,7
/proc/28380/task/28410/stat : 28410 (java) R 28376 28380 26255 0 -1 4202560 393 0 0 0 2 0 0 0 20 0 15 0 38534488 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712387819632 139712902345306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28411] ppid=28376 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28411/stat : 28411 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534488 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712386767072 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28412] ppid=28376 vsize=10659012 memory=139866338961024 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28412/stat : 28412 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534488 10914828288 7385 33554432000 4194304 4196468 140729102257760 139712385715376 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29540 KiB

[startup+0.211025 s]*
/proc/loadavg: 1.00 1.02 1.15 4/221 28418
/proc/meminfo: memFree=17147640/32770624 swapFree=67108860/67108860
[pid=28380] ppid=28376 vsize=10659012 memory=41096 CPUtime=0.33 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28376 28380 26255 0 -1 1077944320 8332 0 0 0 31 2 0 0 20 0 15 0 38534482 10914828288 10274 33554432000 4194304 4196468 140729102257760 140729102240304 139712902323959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
/proc/28380/statm: 2664753 10274 3008 1 0 2627263 0
[pid=28380/tid=28385] ppid=28376 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28376 28380 26255 0 -1 4202560 5137 0 0 0 19 1 0 0 20 0 15 0 38534483 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712906559632 139712902335894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28386] ppid=28376 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712872037008 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28387] ppid=28376 vsize=10659012 memory=288370242490672768 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712507808272 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28388] ppid=28376 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712506755472 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28389] ppid=28376 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28376 28380 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534483 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712505702672 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28397] ppid=28376 vsize=10659012 memory=139866338961024 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28376 28380 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712394136432 139712902335106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28398] ppid=28376 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28376 28380 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712393082400 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28403] ppid=28376 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) S 28376 28380 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534485 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712392029552 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28407] ppid=28376 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28407/stat : 28407 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534488 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712390977872 139712902342555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28408] ppid=28376 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28380/task/28408/stat : 28408 (java) S 28376 28380 26255 0 -1 1077944384 624 0 0 0 2 0 0 0 20 0 15 0 38534488 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712389925232 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28409] ppid=28376 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28380/task/28409/stat : 28409 (java) S 28376 28380 26255 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 15 0 38534488 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712388872432 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28410] ppid=28376 vsize=10659012 memory=139866338961024 CPUtime=0.07 cores=1,3,5,7
/proc/28380/task/28410/stat : 28410 (java) R 28376 28380 26255 0 -1 4202560 805 0 0 0 7 0 0 0 20 0 15 0 38534488 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712387819632 139712895420795 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28411] ppid=28376 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28411/stat : 28411 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534488 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712386767072 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28412] ppid=28376 vsize=10659012 memory=139866338961024 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28412/stat : 28412 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534488 10914828288 10274 33554432000 4194304 4196468 140729102257760 139712385715376 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41096 KiB

[startup+0.315994 s]*
/proc/loadavg: 1.00 1.02 1.15 6/221 28418
/proc/meminfo: memFree=17130884/32770624 swapFree=67108860/67108860
[pid=28380] ppid=28376 vsize=10659088 memory=46760 CPUtime=0.53 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28376 28380 26255 0 -1 1077944320 9247 0 0 0 50 3 0 0 20 0 15 0 38534482 10914906112 11690 33554432000 4194304 4196468 140729102257760 140729102240304 139712902323959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
/proc/28380/statm: 2664772 11690 3058 1 0 2627263 0
[pid=28380/tid=28385] ppid=28376 vsize=10659088 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28376 28380 26255 0 -1 4202560 5762 0 0 0 29 1 0 0 20 0 15 0 38534483 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712906557088 139712886367589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28386] ppid=28376 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712872037008 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28387] ppid=28376 vsize=10659088 memory=139866339019040 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712507808272 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28388] ppid=28376 vsize=10659088 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712506755472 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28389] ppid=28376 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28376 28380 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534483 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712505702672 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28397] ppid=28376 vsize=10659088 memory=139866339025952 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28376 28380 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712394136432 139712902335106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28398] ppid=28376 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28376 28380 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712393082400 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28403] ppid=28376 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) S 28376 28380 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712392029552 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28407] ppid=28376 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28407/stat : 28407 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534488 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712390977872 139712902342555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28408] ppid=28376 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28380/task/28408/stat : 28408 (java) S 28376 28380 26255 0 -1 1077944384 714 0 0 0 4 0 0 0 20 0 15 0 38534488 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712389925232 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28409] ppid=28376 vsize=10659088 memory=139866214096847 CPUtime=0.04 cores=1,3,5,7
/proc/28380/task/28409/stat : 28409 (java) S 28376 28380 26255 0 -1 1077944384 472 0 0 0 4 0 0 0 20 0 15 0 38534488 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712388872432 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28410] ppid=28376 vsize=10659088 memory=139866338989383 CPUtime=0.12 cores=1,3,5,7
/proc/28380/task/28410/stat : 28410 (java) R 28376 28380 26255 0 -1 1077944384 934 0 0 0 12 0 0 0 20 0 15 0 38534488 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712387819632 139712902335106 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28411] ppid=28376 vsize=10659088 memory=139866214096847 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28411/stat : 28411 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534488 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712386767072 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28412] ppid=28376 vsize=10659088 memory=279732553074624 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28412/stat : 28412 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534488 10914906112 11690 33554432000 4194304 4196468 140729102257760 139712385715376 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46760 KiB

[startup+0.701434 s]
/proc/loadavg: 1.00 1.02 1.15 7/221 28418
/proc/meminfo: memFree=17077512/32770624 swapFree=67108860/67108860
[pid=28380] ppid=28376 vsize=10659088 memory=148192 CPUtime=1.7 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28376 28380 26255 0 -1 1077944320 16854 0 0 0 164 6 0 0 20 0 15 0 38534482 10914906112 37048 33554432000 4194304 4196468 140729102257760 140729102240304 139712902323959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
/proc/28380/statm: 2664772 37048 3109 1 0 2627263 0
[pid=28380/tid=28385] ppid=28376 vsize=10659088 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28376 28380 26255 0 -1 4202560 6170 0 0 0 65 3 0 0 20 0 15 0 38534483 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712906545040 139712883166222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28386] ppid=28376 vsize=10659088 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712872037008 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28387] ppid=28376 vsize=10659088 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712507808272 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28388] ppid=28376 vsize=10659088 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534483 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712506755472 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28389] ppid=28376 vsize=10659088 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28376 28380 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534483 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712505702672 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28397] ppid=28376 vsize=10659088 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28376 28380 26255 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712394136432 139712902335106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28398] ppid=28376 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28376 28380 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712393082400 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28403] ppid=28376 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) S 28376 28380 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712392029552 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28407] ppid=28376 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28407/stat : 28407 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534488 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712390977872 139712902342555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28408] ppid=28376 vsize=10659088 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/28380/task/28408/stat : 28408 (java) R 28376 28380 26255 0 -1 4202560 5527 0 0 0 34 0 0 0 20 0 15 0 38534488 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712389906040 139712885820485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28409] ppid=28376 vsize=10659088 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/28380/task/28409/stat : 28409 (java) R 28376 28380 26255 0 -1 4202560 1829 0 0 0 34 0 0 0 20 0 15 0 38534488 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712388858688 139712883868638 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28410] ppid=28376 vsize=10659088 memory=-1807685287725067907 CPUtime=0.31 cores=1,3,5,7
/proc/28380/task/28410/stat : 28410 (java) S 28376 28380 26255 0 -1 1077944384 1957 0 0 0 30 1 0 0 20 0 15 0 38534488 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712387819632 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28411] ppid=28376 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28411/stat : 28411 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534488 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712386767072 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28412] ppid=28376 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28412/stat : 28412 (java) S 28376 28380 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534488 10914906112 37048 33554432000 4194304 4196468 140729102257760 139712385715376 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 148192 KiB

[startup+1.50083 s]
/proc/loadavg: 1.00 1.02 1.15 7/221 28418
/proc/meminfo: memFree=16766092/32770624 swapFree=67108860/67108860
[pid=28380] ppid=28376 vsize=10659088 memory=316784 CPUtime=4.06 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28376 28380 26255 0 -1 1077944320 24138 0 0 0 392 14 0 0 20 0 15 0 38534482 10914906112 79196 33554432000 4194304 4196468 140729102257760 140729102240304 139712902323959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
/proc/28380/statm: 2664772 79196 3146 1 0 2627263 0
[pid=28380/tid=28385] ppid=28376 vsize=10659088 memory=3617008659254628452 CPUtime=1.4 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28376 28380 26255 0 -1 4202560 6214 0 0 0 136 4 0 0 20 0 15 0 38534483 10914906112 79196 33554432000 4194304 4196468 140729102257760 139712906551968 139712541882783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28386] ppid=28376 vsize=10659088 memory=224900 CPUtime=0.04 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28376 28380 26255 0 -1 1077944384 106 0 0 0 3 1 0 0 20 0 15 0 38534483 10914906112 79196 33554432000 4194304 4196468 140729102257760 139712872037008 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28387] ppid=28376 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28376 28380 26255 0 -1 1077944384 145 0 0 0 4 1 0 0 20 0 15 0 38534483 10914906112 79196 33554432000 4194304 4196468 140729102257760 139712507808272 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28388] ppid=28376 vsize=10659088 memory=8384 CPUtime=0.04 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28376 28380 26255 0 -1 1077944384 97 0 0 0 3 1 0 0 20 0 15 0 38534483 10914906112 79196 33554432000 4194304 4196468 140729102257760 139712506755472 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28389] ppid=28376 vsize=10659088 memory=15872 CPUtime=0.03 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28376 28380 26255 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 38534483 10914906112 79196 33554432000 4194304 4196468 140729102257760 139712505702672 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28397] ppid=28376 vsize=10659088 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28376 28380 26255 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 38534485 10914906112 79196 33554432000 4194304 4196468 140729102257760 139712394136432 139712902335106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0

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

/proc/28380/task/28388/stat : 28388 (java) S 28376 28380 26255 0 -1 1077944384 6509 0 0 0 397 32 0 0 20 0 16 0 38534483 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712506755472 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28389] ppid=28376 vsize=10727700 memory=3026032 CPUtime=4.27 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28376 28380 26255 0 -1 1077944384 11193 0 0 0 395 32 0 0 20 0 16 0 38534483 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712505702672 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28397] ppid=28376 vsize=10727700 memory=3026032 CPUtime=1.75 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28376 28380 26255 0 -1 1077944384 6936 0 0 0 172 3 0 0 20 0 16 0 38534485 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712394136432 139712902335106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28398] ppid=28376 vsize=10727700 memory=3028080 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28376 28380 26255 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 38534485 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712393082464 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28403] ppid=28376 vsize=10727700 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) S 28376 28380 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 38534485 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712392029568 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28407] ppid=28376 vsize=10727700 memory=1844 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28407/stat : 28407 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534488 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712390977872 139712902342555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28408] ppid=28376 vsize=10727700 memory=3023984 CPUtime=2.33 cores=1,3,5,7
/proc/28380/task/28408/stat : 28408 (java) S 28376 28380 26255 0 -1 1077944384 18005 0 0 0 231 2 0 0 20 0 16 0 38534488 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712389925232 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28409] ppid=28376 vsize=10727700 memory=3017840 CPUtime=2.23 cores=1,3,5,7
/proc/28380/task/28409/stat : 28409 (java) S 28376 28380 26255 0 -1 1077944384 18371 0 0 0 220 3 0 0 20 0 16 0 38534488 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712388872432 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28410] ppid=28376 vsize=10727700 memory=3009648 CPUtime=0.52 cores=1,3,5,7
/proc/28380/task/28410/stat : 28410 (java) S 28376 28380 26255 0 -1 1077944384 7601 0 0 0 50 2 0 0 20 0 16 0 38534488 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712387819632 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28411] ppid=28376 vsize=10727700 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28411/stat : 28411 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534488 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712386767072 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28412] ppid=28376 vsize=10727700 memory=12984 CPUtime=1.43 cores=1,3,5,7
/proc/28380/task/28412/stat : 28412 (java) S 28376 28380 26255 0 -1 1077944384 1855 0 0 0 59 84 0 0 20 0 16 0 38534488 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712385715376 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28419] ppid=28376 vsize=10727700 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28419/stat : 28419 (java) S 28376 28380 26255 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38535567 10985164800 757020 33554432000 4194304 4196468 140729102257760 139712382563760 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
Current children cumulated CPU time: 2281.89 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3028080 KiB

[startup+2322.3 s]
/proc/loadavg: 1.96 2.01 1.95 3/221 28540
/proc/meminfo: memFree=7929856/32770624 swapFree=67108860/67108860
[pid=28380] ppid=28376 vsize=10727700 memory=4077584 CPUtime=2349.96 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28376 28380 26255 0 -1 1077944320 261263 0 0 0 234652 344 0 0 20 0 16 0 38534482 10985164800 1019396 33554432000 4194304 4196468 140729102257760 140729102240304 139712902323959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
/proc/28380/statm: 2681925 1019396 3188 1 0 2644416 0
[pid=28380/tid=28385] ppid=28376 vsize=10727700 memory=4077584 CPUtime=2312.37 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28376 28380 26255 0 -1 4202560 93498 0 0 0 231204 33 0 0 20 0 16 0 38534483 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712906563008 139712543754882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28386] ppid=28376 vsize=10727700 memory=697 CPUtime=7.02 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28376 28380 26255 0 -1 1077944384 22678 0 0 0 645 57 0 0 20 0 16 0 38534483 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712872037008 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28387] ppid=28376 vsize=10727700 memory=4077584 CPUtime=7.05 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28376 28380 26255 0 -1 1077944384 30486 0 0 0 647 58 0 0 20 0 16 0 38534483 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712507808272 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28388] ppid=28376 vsize=10727700 memory=4077584 CPUtime=6.97 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28376 28380 26255 0 -1 1077944384 23945 0 0 0 643 54 0 0 20 0 16 0 38534483 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712506755472 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28389] ppid=28376 vsize=10727700 memory=4077584 CPUtime=6.95 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28376 28380 26255 0 -1 1077944384 32782 0 0 0 638 57 0 0 20 0 16 0 38534483 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712505702672 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28397] ppid=28376 vsize=10727700 memory=4077584 CPUtime=2.96 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28376 28380 26255 0 -1 1077944384 10569 0 0 0 293 3 0 0 20 0 16 0 38534485 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712394136432 139712902335106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28398] ppid=28376 vsize=10727700 memory=4077584 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28376 28380 26255 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 38534485 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712393082464 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28403] ppid=28376 vsize=10727700 memory=4077584 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) S 28376 28380 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 38534485 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712392029568 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28407] ppid=28376 vsize=10727700 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28407/stat : 28407 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534488 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712390977872 139712902342555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28408] ppid=28376 vsize=10727700 memory=6791534058613427641 CPUtime=2.33 cores=1,3,5,7
/proc/28380/task/28408/stat : 28408 (java) S 28376 28380 26255 0 -1 1077944384 18015 0 0 0 231 2 0 0 20 0 16 0 38534488 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712389925232 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28409] ppid=28376 vsize=10727700 memory=4077584 CPUtime=2.23 cores=1,3,5,7
/proc/28380/task/28409/stat : 28409 (java) S 28376 28380 26255 0 -1 1077944384 18374 0 0 0 220 3 0 0 20 0 16 0 38534488 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712388872432 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28410] ppid=28376 vsize=10727700 memory=4096 CPUtime=0.52 cores=1,3,5,7
/proc/28380/task/28410/stat : 28410 (java) S 28376 28380 26255 0 -1 1077944384 7607 0 0 0 50 2 0 0 20 0 16 0 38534488 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712387819632 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28411] ppid=28376 vsize=10727700 memory=4077584 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28411/stat : 28411 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534488 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712386767072 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28412] ppid=28376 vsize=10727700 memory=4077584 CPUtime=1.46 cores=1,3,5,7
/proc/28380/task/28412/stat : 28412 (java) S 28376 28380 26255 0 -1 1077944384 1899 0 0 0 60 86 0 0 20 0 16 0 38534488 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712385715376 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28419] ppid=28376 vsize=10727700 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28419/stat : 28419 (java) S 28376 28380 26255 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38535567 10985164800 1019396 33554432000 4194304 4196468 140729102257760 139712382563760 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
Current children cumulated CPU time: 2349.96 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4077584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2372.4 s]
/proc/loadavg: 1.92 1.99 1.95 3/221 28622
/proc/meminfo: memFree=12941776/32770624 swapFree=67108860/67108860
[pid=28380] ppid=28376 vsize=10727700 memory=4077636 CPUtime=2400.09 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28376 28380 26255 0 -1 1077944320 261849 0 0 0 239663 346 0 0 20 0 16 0 38534482 10985164800 1019409 33554432000 4194304 4196468 140729102257760 140729102240304 139712902323959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
/proc/28380/statm: 2681925 1019409 3188 1 0 2644416 0
[pid=28380/tid=28385] ppid=28376 vsize=10727700 memory=4620 CPUtime=2362.46 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28376 28380 26255 0 -1 4202560 93962 0 0 0 236213 33 0 0 20 0 16 0 38534483 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712906562696 139712543746478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28386] ppid=28376 vsize=10727700 memory=1424 CPUtime=7.02 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28376 28380 26255 0 -1 1077944384 22678 0 0 0 645 57 0 0 20 0 16 0 38534483 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712872037008 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28387] ppid=28376 vsize=10727700 memory=1232 CPUtime=7.05 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28376 28380 26255 0 -1 1077944384 30486 0 0 0 647 58 0 0 20 0 16 0 38534483 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712507808272 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28388] ppid=28376 vsize=10727700 memory=1012 CPUtime=6.97 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28376 28380 26255 0 -1 1077944384 23945 0 0 0 643 54 0 0 20 0 16 0 38534483 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712506755472 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28389] ppid=28376 vsize=10727700 memory=1956 CPUtime=6.95 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28376 28380 26255 0 -1 1077944384 32782 0 0 0 638 57 0 0 20 0 16 0 38534483 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712505702672 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28397] ppid=28376 vsize=10727700 memory=1204 CPUtime=2.96 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28376 28380 26255 0 -1 1077944384 10579 0 0 0 293 3 0 0 20 0 16 0 38534485 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712394136432 139712902335106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28398] ppid=28376 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28376 28380 26255 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 38534485 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712393082464 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28403] ppid=28376 vsize=10727700 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) S 28376 28380 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 38534485 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712392029568 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28407] ppid=28376 vsize=10727700 memory=928 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28407/stat : 28407 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534488 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712390977872 139712902342555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28408] ppid=28376 vsize=10727700 memory=2244 CPUtime=2.33 cores=1,3,5,7
/proc/28380/task/28408/stat : 28408 (java) S 28376 28380 26255 0 -1 1077944384 18015 0 0 0 231 2 0 0 20 0 16 0 38534488 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712389925232 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28409] ppid=28376 vsize=10727700 memory=4312 CPUtime=2.23 cores=1,3,5,7
/proc/28380/task/28409/stat : 28409 (java) S 28376 28380 26255 0 -1 1077944384 18374 0 0 0 220 3 0 0 20 0 16 0 38534488 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712388872432 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28410] ppid=28376 vsize=10727700 memory=2196 CPUtime=0.52 cores=1,3,5,7
/proc/28380/task/28410/stat : 28410 (java) S 28376 28380 26255 0 -1 1077944384 7685 0 0 0 50 2 0 0 20 0 16 0 38534488 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712387819632 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28411] ppid=28376 vsize=10727700 memory=7380 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28411/stat : 28411 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534488 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712386767072 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28412] ppid=28376 vsize=10727700 memory=4077636 CPUtime=1.5 cores=1,3,5,7
/proc/28380/task/28412/stat : 28412 (java) S 28376 28380 26255 0 -1 1077944384 1933 0 0 0 62 88 0 0 20 0 16 0 38534488 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712385715376 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28419] ppid=28376 vsize=10727700 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28419/stat : 28419 (java) S 28376 28380 26255 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38535567 10985164800 1019409 33554432000 4194304 4196468 140729102257760 139712382563760 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4077636 KiB

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

[startup+2372.66 s]
# the end of solver process 28380 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.76 s, system=3.49769 s

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

[startup+2372.6 s]
/proc/loadavg: 1.92 1.99 1.95 3/221 28622
/proc/meminfo: memFree=12941776/32770624 swapFree=67108860/67108860
[pid=28380] ppid=28376 vsize=10927392 memory=4078104 CPUtime=2400.19 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28376 28380 26255 0 -1 1077944320 262822 0 0 0 239673 346 0 0 20 0 17 0 38534482 11189649408 1019526 33554432000 4194304 4196468 140729102257760 140729102240304 139712902323959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
/proc/28380/statm: 2731848 1019526 3191 1 0 2694339 0
[pid=28380/tid=28385] ppid=28376 vsize=10927392 memory=1240 CPUtime=2362.56 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) S 28376 28380 26255 0 -1 1077944384 94069 0 0 0 236223 33 0 0 20 0 17 0 38534483 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712906566832 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28386] ppid=28376 vsize=10927392 memory=8744 CPUtime=7.02 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28376 28380 26255 0 -1 1077944384 22678 0 0 0 645 57 0 0 20 0 17 0 38534483 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712872037008 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28387] ppid=28376 vsize=10927392 memory=1788 CPUtime=7.05 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28376 28380 26255 0 -1 1077944384 30486 0 0 0 647 58 0 0 20 0 17 0 38534483 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712507808272 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28388] ppid=28376 vsize=10927392 memory=644 CPUtime=6.97 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28376 28380 26255 0 -1 1077944384 23945 0 0 0 643 54 0 0 20 0 17 0 38534483 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712506755472 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28389] ppid=28376 vsize=10927392 memory=956 CPUtime=6.95 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28376 28380 26255 0 -1 1077944384 32782 0 0 0 638 57 0 0 20 0 17 0 38534483 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712505702672 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28397] ppid=28376 vsize=10927392 memory=2336 CPUtime=2.96 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28376 28380 26255 0 -1 1077944384 10615 0 0 0 293 3 0 0 20 0 17 0 38534485 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712394136432 139712902335106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28398] ppid=28376 vsize=10927392 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28376 28380 26255 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 38534485 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712393082464 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28403] ppid=28376 vsize=10927392 memory=13912 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) S 28376 28380 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38534485 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712392029568 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28407] ppid=28376 vsize=10927392 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28407/stat : 28407 (java) S 28376 28380 26255 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 17 0 38534488 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712390977872 139712902342555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28408] ppid=28376 vsize=10927392 memory=2324 CPUtime=2.33 cores=1,3,5,7
/proc/28380/task/28408/stat : 28408 (java) S 28376 28380 26255 0 -1 1077944384 18018 0 0 0 231 2 0 0 20 0 17 0 38534488 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712389925232 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28409] ppid=28376 vsize=10927392 memory=1844 CPUtime=2.23 cores=1,3,5,7
/proc/28380/task/28409/stat : 28409 (java) S 28376 28380 26255 0 -1 1077944384 18377 0 0 0 220 3 0 0 20 0 17 0 38534488 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712388872432 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28410] ppid=28376 vsize=10927392 memory=796 CPUtime=0.52 cores=1,3,5,7
/proc/28380/task/28410/stat : 28410 (java) S 28376 28380 26255 0 -1 1077944384 7810 0 0 0 50 2 0 0 20 0 17 0 38534488 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712387819632 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28411] ppid=28376 vsize=10927392 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28411/stat : 28411 (java) S 28376 28380 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38534488 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712386767072 139712902334165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
[pid=28380/tid=28412] ppid=28376 vsize=10927392 memory=12984 CPUtime=1.5 cores=1,3,5,7
/proc/28380/task/28412/stat : 28412 (java) S 28376 28380 26255 0 -1 1077944384 1933 0 0 0 62 88 0 0 20 0 17 0 38534488 11189649408 1019526 33554432000 4194304 4196468 140729102257760 139712385715376 139712902335106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 25640960 140729102259313 140729102259465 140729102259465 140729102262223 0
Current children cumulated CPU time: 2400.19 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4078104 KiB

Child status: 143
Real time (s): 2372.66
CPU time (s): 2400.25
CPU user time (s): 2396.76
CPU system time (s): 3.49769
CPU usage (%): 101.163
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4078104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.76
system time used= 3.49769
maximum resident set size= 4078552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263271
page faults= 0
swaps= 0
block input operations= 176
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57077
involuntary context switches= 1277


# summary of solver processes directly reported to runsolver:
#   pid: 28380
#   total CPU time (s): 2400.25
#   total CPU user time (s): 2396.76
#   total CPU system time (s): 3.49769

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3433 second user time and 19.9553 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-21 23:48:33
IDJOB=4289745
IDBENCH=141035
IDSOLVER=2742
FILE ID=node133/4289745-1532209713
RUNJOBID= node133-1532209713-28359
PBS_JOBID= 21018934
Free space on /tmp= 52648 MiB

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

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

MD5SUM BENCH= a10fd40fbec13ca4761d088766469069
RANDOM SEED=1025515177

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:        17203604 kB
MemAvailable:   31942916 kB
Buffers:          216792 kB
Cached:         14602920 kB
SwapCached:            0 kB
Active:          1147608 kB
Inactive:       13723464 kB
Active(anon):      54024 kB
Inactive(anon):    17024 kB
Active(file):    1093584 kB
Inactive(file): 13706440 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2352 kB
Writeback:             0 kB
AnonPages:         58336 kB
Mapped:            34964 kB
Shmem:             17056 kB
Slab:             394784 kB
SReclaimable:     367748 kB
SUnreclaim:        27036 kB
KernelStack:        3280 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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 00:28:06