Trace number 4289744

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.11 2376.84

General information on the benchmark

NameStillLife/
StillLife-wastage-08_c18.xml
MD5SUM7fa074241beecf824461849015848bff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark3.65099
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints152
Number of domains4
Minimum domain size2
Maximum domain size201
Distribution of domain sizes[{"size":2,"count":100},{"size":3,"count":100},{"size":65,"count":1},{"size":201,"count":10}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":97},{"degree":3,"count":13},{"degree":4,"count":32},{"degree":8,"count":28},{"degree":9,"count":36},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":32},{"arity":10,"count":68},{"arity":11,"count":1},{"arity":12,"count":9}]
Number of extensional constraints96
Number of intensional constraints41
Distribution of constraint types[{"type":"extension","count":96},{"type":"intension","count":41},{"type":"sum","count":11},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

17.17/8.88	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
17.17/8.88	c This is free software under the dual EPL/GNU LGPL licenses.
17.17/8.88	c See www.sat4j.org for details.
17.17/8.88	c That software uses the Rhino library from the Mozilla project.
17.17/8.88	c version 2.3.6-SNAPSHOT
17.17/8.88	c java.runtime.name	Java(TM) SE Runtime Environment
17.17/8.88	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
17.17/8.88	c java.vm.version	25.131-b11
17.17/8.88	c java.vm.vendor	Oracle Corporation
17.17/8.88	c sun.arch.data.model	64
17.17/8.88	c java.version		1.8.0_131
17.17/8.88	c os.name		Linux
17.17/8.88	c os.version		3.10.0-514.16.1.el7.x86_64
17.17/8.88	c os.arch		amd64
17.17/8.88	c Free memory 		499604488
17.17/8.88	c Max memory 		7247757312
17.17/8.88	c Total memory 		504889344
17.17/8.88	c Number of processors 	4
17.17/8.88	c c --- Begin Solver configuration ---
17.17/8.88	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
17.17/8.88	c Learn all clauses as in MiniSAT
17.17/8.88	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
17.17/8.88	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
17.17/8.88	c No reason simplification
17.17/8.88	c Glucose 2.1 dynamic restart strategy
17.17/8.88	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
17.17/8.88	c timeout=2147483s
17.17/8.88	c DB Simplification allowed=false
17.17/8.88	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
17.17/8.88	c --- End Solver configuration ---
17.17/8.88	c constraints type 
17.17/8.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 422
17.17/8.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1039027
17.17/8.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2533734
17.17/8.88	c org.sat4j.specs.Constr$1 => 4685
17.17/8.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 73392
17.17/8.88	c 3651260 constraints processed.
2400.06/2376.80	c starts		: 492
2400.06/2376.80	c conflicts		: 494537
2400.06/2376.80	c decisions		: 434742758
2400.06/2376.80	c propagations		: 6031190438
2400.06/2376.80	c inspects		: 7410650817
2400.06/2376.80	c shortcuts		: 0
2400.06/2376.80	c learnt literals	: 810
2400.06/2376.80	c learnt binary clauses	: 21820
2400.06/2376.80	c learnt ternary clauses	: 11982
2400.06/2376.80	c learnt constraints	: 493727
2400.06/2376.80	c ignored constraints	: 0
2400.06/2376.80	c root simplifications	: 0
2400.06/2376.80	c removed literals (reason simplification)	: 0
2400.06/2376.80	c reason swapping (by a shorter reason)	: 0
2400.06/2376.80	c Calls to reduceDB	: 27
2400.06/2376.80	c Number of update (reduction) of LBD	: 234623
2400.06/2376.80	c Imported unit clauses	: 0
2400.06/2376.80	c number of reductions to clauses (during analyze)	: 0
2400.06/2376.80	c number of learned constraints concerned by reduction	: 0
2400.06/2376.80	c number of learning phase by resolution	: 0
2400.06/2376.80	c number of learning phase by cutting planes	: 0
2400.06/2376.80	c number of rounding to 1 operations	: 0
2400.06/2376.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.06/2376.80	c number of reductions of the coefficients by power 2 	: 0
2400.06/2376.80	c number of right shift for reduction by power 2 	: 0
2400.06/2376.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.06/2376.80	c number of ending skipping 	: 0
2400.06/2376.80	c number of internal skipping 	: 0
2400.06/2376.80	c number of derivation steps 	: 0
2400.06/2376.80	c number of skipped derivation steps 	: 0
2400.06/2376.80	c number of remaining unassigned 	: 0
2400.06/2376.80	c number of remaining assigned 	: 0
2400.06/2376.80	c speed (assignments/second)	: 2547160.8723507677
2400.06/2376.80	c non guided choices	: 111978840
2400.06/2376.82	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 21820
2400.06/2376.82	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 22570
2400.06/2376.82	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 (11164 MiB free)
  memory of node 1: 16384 MiB (11897 MiB free)
  node distances:
     10  21
     21  10

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=27163, runsolver pid=27160
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 1.00 1.01 1.12 4/216 27191
/proc/meminfo: memFree=23580248/32770624 swapFree=67108860/67108860
[pid=27163] ppid=27160 vsize=10659012 memory=30064 CPUtime=0.12 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 24904 0 -1 1077944320 6604 0 0 0 11 1 0 0 20 0 15 0 38534966 10914828288 7516 33554432000 4194304 4196468 140722016798992 140722016781536 139691522961143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
/proc/27163/statm: 2664753 7516 2818 1 0 2627263 0
[pid=27163/tid=27167] ppid=27160 vsize=10659012 memory=-8773748148829851523 CPUtime=0.09 cores=1,3,5,7
/proc/27163/task/27167/stat : 27167 (java) R 27160 27163 24904 0 -1 4202560 4427 0 0 0 8 1 0 0 20 0 15 0 38534967 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691527182272 139691507041630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27170] ppid=27160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691464964880 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27171] ppid=27160 vsize=10659012 memory=139935685211776 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691463912336 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27172] ppid=27160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534967 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691127790608 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27173] ppid=27160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691126738064 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27177] ppid=27160 vsize=10659012 memory=139935685211776 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27177/stat : 27177 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534969 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691082835952 139691522972290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27178] ppid=27160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27178/stat : 27178 (java) S 27160 27163 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534969 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691081782176 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27179] ppid=27160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27179/stat : 27179 (java) S 27160 27163 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534969 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691080729584 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27186] ppid=27160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27186/stat : 27186 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534972 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691079678160 139691522979739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27187] ppid=27160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27187/stat : 27187 (java) S 27160 27163 24904 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 38534972 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691078625776 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27188] ppid=27160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27188/stat : 27188 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534972 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691077573232 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27189] ppid=27160 vsize=10659012 memory=139935685211776 CPUtime=0.02 cores=1,3,5,7
/proc/27163/task/27189/stat : 27189 (java) R 27160 27163 24904 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 38534972 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691076520688 139691522982490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27190] ppid=27160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27190/stat : 27190 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534972 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691075468384 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27191] ppid=27160 vsize=10659012 memory=139935685211776 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27191/stat : 27191 (java) S 27160 27163 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534972 10914828288 7516 33554432000 4194304 4196468 140722016798992 139691074414896 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30064 KiB

[startup+0.210669 s]*
/proc/loadavg: 1.00 1.01 1.12 5/216 27191
/proc/meminfo: memFree=23560956/32770624 swapFree=67108860/67108860
[pid=27163] ppid=27160 vsize=10659012 memory=41768 CPUtime=0.34 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 24904 0 -1 1077944320 8107 0 0 0 32 2 0 0 20 0 15 0 38534966 10914828288 10442 33554432000 4194304 4196468 140722016798992 140722016781536 139691522961143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
/proc/27163/statm: 2664753 10442 2995 1 0 2627263 0
[pid=27163/tid=27167] ppid=27160 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27163/task/27167/stat : 27167 (java) R 27160 27163 24904 0 -1 4202560 5015 0 0 0 19 1 0 0 20 0 15 0 38534967 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691527197424 139691522983069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27170] ppid=27160 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691464964880 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27171] ppid=27160 vsize=10659012 memory=288370311836923520 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691463912336 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27172] ppid=27160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534967 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691127790608 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27173] ppid=27160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691126738064 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27177] ppid=27160 vsize=10659012 memory=139935685211776 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27177/stat : 27177 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534969 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691082835952 139691522972290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27178] ppid=27160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27178/stat : 27178 (java) S 27160 27163 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534969 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691081782176 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27179] ppid=27160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27179/stat : 27179 (java) S 27160 27163 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534969 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691080729584 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27186] ppid=27160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27186/stat : 27186 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534972 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691079678160 139691522979739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27187] ppid=27160 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27163/task/27187/stat : 27187 (java) S 27160 27163 24904 0 -1 1077944384 792 0 0 0 2 0 0 0 20 0 15 0 38534972 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691078625776 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27188] ppid=27160 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27163/task/27188/stat : 27188 (java) S 27160 27163 24904 0 -1 1077944384 209 0 0 0 2 0 0 0 20 0 15 0 38534972 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691077573232 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27189] ppid=27160 vsize=10659012 memory=139935685211776 CPUtime=0.07 cores=1,3,5,7
/proc/27163/task/27189/stat : 27189 (java) S 27160 27163 24904 0 -1 1077944384 722 0 0 0 7 0 0 0 20 0 15 0 38534972 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691076520688 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27190] ppid=27160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27190/stat : 27190 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534972 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691075468384 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27191] ppid=27160 vsize=10659012 memory=139935685211776 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27191/stat : 27191 (java) S 27160 27163 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534972 10914828288 10442 33554432000 4194304 4196468 140722016798992 139691074414896 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41768 KiB

[startup+0.310963 s]*
/proc/loadavg: 1.00 1.01 1.12 9/216 27191
/proc/meminfo: memFree=23549232/32770624 swapFree=67108860/67108860
[pid=27163] ppid=27160 vsize=10659088 memory=47504 CPUtime=0.53 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 24904 0 -1 1077944320 8953 0 0 0 51 2 0 0 20 0 15 0 38534966 10914906112 11876 33554432000 4194304 4196468 140722016798992 140722016781536 139691522961143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
/proc/27163/statm: 2664772 11876 3042 1 0 2627263 0
[pid=27163/tid=27167] ppid=27160 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/27163/task/27167/stat : 27167 (java) R 27160 27163 24904 0 -1 4202560 5650 0 0 0 29 1 0 0 20 0 15 0 38534967 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691527195408 139691507041630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27170] ppid=27160 vsize=10659088 memory=4294979967 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691464964880 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27171] ppid=27160 vsize=10659088 memory=288370311836923520 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691463912336 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27172] ppid=27160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534967 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691127790608 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27173] ppid=27160 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691126738064 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27177] ppid=27160 vsize=10659088 memory=139935685211776 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27177/stat : 27177 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534969 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691082835952 139691522972290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27178] ppid=27160 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27178/stat : 27178 (java) S 27160 27163 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534969 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691081782176 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27179] ppid=27160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27179/stat : 27179 (java) S 27160 27163 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534969 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691080729584 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27186] ppid=27160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27186/stat : 27186 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534972 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691079678160 139691522979739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27187] ppid=27160 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27163/task/27187/stat : 27187 (java) S 27160 27163 24904 0 -1 1077944384 820 0 0 0 4 0 0 0 20 0 15 0 38534972 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691078625776 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27188] ppid=27160 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/27163/task/27188/stat : 27188 (java) S 27160 27163 24904 0 -1 1077944384 320 0 0 0 4 0 0 0 20 0 15 0 38534972 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691077573232 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27189] ppid=27160 vsize=10659088 memory=139935685211776 CPUtime=0.12 cores=1,3,5,7
/proc/27163/task/27189/stat : 27189 (java) S 27160 27163 24904 0 -1 1077944384 793 0 0 0 12 0 0 0 20 0 15 0 38534972 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691076520688 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27190] ppid=27160 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27190/stat : 27190 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534972 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691075468384 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27191] ppid=27160 vsize=10659088 memory=139935685211776 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27191/stat : 27191 (java) S 27160 27163 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534972 10914906112 11876 33554432000 4194304 4196468 140722016798992 139691074414896 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47504 KiB

[startup+0.700773 s]
/proc/loadavg: 1.00 1.01 1.12 9/216 27191
/proc/meminfo: memFree=23477892/32770624 swapFree=67108860/67108860
[pid=27163] ppid=27160 vsize=10659088 memory=155236 CPUtime=1.71 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 24904 0 -1 1077944320 14955 0 0 0 166 5 0 0 20 0 15 0 38534966 10914906112 38809 33554432000 4194304 4196468 140722016798992 140722016781536 139691522961143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
/proc/27163/statm: 2664772 38809 3113 1 0 2627263 0
[pid=27163/tid=27167] ppid=27160 vsize=10659088 memory=8496 CPUtime=0.68 cores=1,3,5,7
/proc/27163/task/27167/stat : 27167 (java) R 27160 27163 24904 0 -1 4202560 6051 0 0 0 65 3 0 0 20 0 15 0 38534967 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691527179472 139691507397872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27170] ppid=27160 vsize=10659088 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691464964880 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27171] ppid=27160 vsize=10659088 memory=644 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691463912336 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27172] ppid=27160 vsize=10659088 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534967 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691127790608 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27173] ppid=27160 vsize=10659088 memory=952 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38534967 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691126738064 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27177] ppid=27160 vsize=10659088 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27177/stat : 27177 (java) S 27160 27163 24904 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 38534969 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691082835952 139691522972290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27178] ppid=27160 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27178/stat : 27178 (java) S 27160 27163 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38534969 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691081782176 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27179] ppid=27160 vsize=10659088 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27179/stat : 27179 (java) S 27160 27163 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38534969 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691080729584 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27186] ppid=27160 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27186/stat : 27186 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534972 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691079678160 139691522979739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27187] ppid=27160 vsize=10659088 memory=7013340940837610608 CPUtime=0.34 cores=1,3,5,7
/proc/27163/task/27187/stat : 27187 (java) R 27160 27163 24904 0 -1 4202560 3870 0 0 0 34 0 0 0 20 0 15 0 38534972 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691078606120 139691506457923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27188] ppid=27160 vsize=10659088 memory=6004820471124940137 CPUtime=0.35 cores=1,3,5,7
/proc/27163/task/27188/stat : 27188 (java) R 27160 27163 24904 0 -1 4202560 1888 0 0 0 35 0 0 0 20 0 15 0 38534972 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691077562328 139691502228611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27189] ppid=27160 vsize=10659088 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/27163/task/27189/stat : 27189 (java) S 27160 27163 24904 0 -1 1077944384 1772 0 0 0 30 0 0 0 20 0 15 0 38534972 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691076520688 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27190] ppid=27160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27190/stat : 27190 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38534972 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691075468384 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27191] ppid=27160 vsize=10659088 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27191/stat : 27191 (java) S 27160 27163 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38534972 10914906112 38809 33554432000 4194304 4196468 140722016798992 139691074414896 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 155236 KiB

[startup+1.50077 s]
/proc/loadavg: 1.00 1.01 1.12 7/216 27191
/proc/meminfo: memFree=23192388/32770624 swapFree=67108860/67108860
[pid=27163] ppid=27160 vsize=10659088 memory=290404 CPUtime=3.98 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 24904 0 -1 1077944320 21066 0 0 0 386 12 0 0 20 0 15 0 38534966 10914906112 72601 33554432000 4194304 4196468 140722016798992 140722016781536 139691522961143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
/proc/27163/statm: 2664772 72601 3143 1 0 2627263 0
[pid=27163/tid=27167] ppid=27160 vsize=10659088 memory=267292 CPUtime=1.33 cores=1,3,5,7
/proc/27163/task/27167/stat : 27167 (java) R 27160 27163 24904 0 -1 4202560 6082 0 0 0 130 3 0 0 20 0 15 0 38534967 10914906112 72601 33554432000 4194304 4196468 140722016798992 139691527188720 139691508651731 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27170] ppid=27160 vsize=10659088 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 24904 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 38534967 10914906112 72601 33554432000 4194304 4196468 140722016798992 139691464964880 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27171] ppid=27160 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 24904 0 -1 1077944384 114 0 0 0 5 1 0 0 20 0 15 0 38534967 10914906112 72601 33554432000 4194304 4196468 140722016798992 139691463912336 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27172] ppid=27160 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 24904 0 -1 1077944384 116 0 0 0 4 1 0 0 20 0 15 0 38534967 10914906112 72601 33554432000 4194304 4196468 140722016798992 139691127790608 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27173] ppid=27160 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 24904 0 -1 1077944384 120 0 0 0 5 1 0 0 20 0 15 0 38534967 10914906112 72601 33554432000 4194304 4196468 140722016798992 139691126738064 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27177] ppid=27160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27177/stat : 27177 (java) S 27160 27163 24904 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 38534969 10914906112 72601 33554432000 4194304 4196468 140722016798992 139691082835952 139691522972290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0

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

/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 24904 0 -1 1077944384 24189 0 0 0 320 43 0 0 20 0 16 0 38534967 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691127790608 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27173] ppid=27160 vsize=10727700 memory=3246808 CPUtime=3.63 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 24904 0 -1 1077944384 19289 0 0 0 321 42 0 0 20 0 16 0 38534967 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691126738064 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27177] ppid=27160 vsize=10727700 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/27163/task/27177/stat : 27177 (java) S 27160 27163 24904 0 -1 1077944384 6713 0 0 0 107 3 0 0 20 0 16 0 38534969 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691082835952 139691522972290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27178] ppid=27160 vsize=10727700 memory=3271384 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27178/stat : 27178 (java) S 27160 27163 24904 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38534969 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691081782240 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27179] ppid=27160 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27179/stat : 27179 (java) S 27160 27163 24904 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38534969 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691080729600 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27186] ppid=27160 vsize=10727700 memory=13836 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27186/stat : 27186 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534972 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691079678160 139691522979739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27187] ppid=27160 vsize=10727700 memory=3267288 CPUtime=2.23 cores=1,3,5,7
/proc/27163/task/27187/stat : 27187 (java) S 27160 27163 24904 0 -1 1077944384 16858 0 0 0 220 3 0 0 20 0 16 0 38534972 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691078625776 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27188] ppid=27160 vsize=10727700 memory=1296 CPUtime=1.99 cores=1,3,5,7
/proc/27163/task/27188/stat : 27188 (java) S 27160 27163 24904 0 -1 1077944384 16443 0 0 0 198 1 0 0 20 0 16 0 38534972 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691077573232 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27189] ppid=27160 vsize=10727700 memory=3271384 CPUtime=0.5 cores=1,3,5,7
/proc/27163/task/27189/stat : 27189 (java) S 27160 27163 24904 0 -1 1077944384 8699 0 0 0 49 1 0 0 20 0 16 0 38534972 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691076520688 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27190] ppid=27160 vsize=10727700 memory=-7361174377247368086 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27190/stat : 27190 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534972 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691075468384 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27191] ppid=27160 vsize=10727700 memory=4140 CPUtime=1.35 cores=1,3,5,7
/proc/27163/task/27191/stat : 27191 (java) S 27160 27163 24904 0 -1 1077944384 2020 0 0 0 59 76 0 0 20 0 16 0 38534972 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691074414896 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27192] ppid=27160 vsize=10727700 memory=13836 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27192/stat : 27192 (java) S 27160 27163 24904 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38535866 10985164800 817846 33554432000 4194304 4196468 140722016798992 139691071263536 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
Current children cumulated CPU time: 2279.26 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3271384 KiB

[startup+2322.3 s]
/proc/loadavg: 1.98 2.00 2.09 3/217 27382
/proc/meminfo: memFree=19746948/32770624 swapFree=67108860/67108860
[pid=27163] ppid=27160 vsize=10727700 memory=3330776 CPUtime=2339.3 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 24904 0 -1 1077944320 297424 0 0 0 233646 284 0 0 20 0 16 0 38534966 10985164800 832694 33554432000 4194304 4196468 140722016798992 140722016781536 139691522961143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
/proc/27163/statm: 2681925 832694 3188 1 0 2644416 0
[pid=27163/tid=27167] ppid=27160 vsize=10727700 memory=3289816 CPUtime=2317.5 cores=1,3,5,7
/proc/27163/task/27167/stat : 27167 (java) R 27160 27163 24904 0 -1 4202560 160405 0 0 0 231711 39 0 0 20 0 16 0 38534967 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691527199592 139691148975715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27170] ppid=27160 vsize=10727700 memory=3298008 CPUtime=3.6 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 24904 0 -1 1077944384 18449 0 0 0 321 39 0 0 20 0 16 0 38534967 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691464964880 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27171] ppid=27160 vsize=10727700 memory=3306200 CPUtime=3.64 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 24904 0 -1 1077944384 22878 0 0 0 322 42 0 0 20 0 16 0 38534967 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691463912336 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27172] ppid=27160 vsize=10727700 memory=3312344 CPUtime=3.63 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 24904 0 -1 1077944384 24189 0 0 0 320 43 0 0 20 0 16 0 38534967 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691127790608 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27173] ppid=27160 vsize=10727700 memory=3312344 CPUtime=3.63 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 24904 0 -1 1077944384 19289 0 0 0 321 42 0 0 20 0 16 0 38534967 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691126738064 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27177] ppid=27160 vsize=10727700 memory=3320536 CPUtime=1.1 cores=1,3,5,7
/proc/27163/task/27177/stat : 27177 (java) S 27160 27163 24904 0 -1 1077944384 6723 0 0 0 107 3 0 0 20 0 16 0 38534969 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691082835952 139691522972290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27178] ppid=27160 vsize=10727700 memory=3330776 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27178/stat : 27178 (java) S 27160 27163 24904 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38534969 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691081782240 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27179] ppid=27160 vsize=10727700 memory=3330776 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27179/stat : 27179 (java) S 27160 27163 24904 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38534969 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691080729600 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27186] ppid=27160 vsize=10727700 memory=116784455799918 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27186/stat : 27186 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534972 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691079678160 139691522979739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27187] ppid=27160 vsize=10727700 memory=3328728 CPUtime=2.23 cores=1,3,5,7
/proc/27163/task/27187/stat : 27187 (java) S 27160 27163 24904 0 -1 1077944384 16871 0 0 0 220 3 0 0 20 0 16 0 38534972 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691078625776 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27188] ppid=27160 vsize=10727700 memory=3054941726128165456 CPUtime=1.99 cores=1,3,5,7
/proc/27163/task/27188/stat : 27188 (java) S 27160 27163 24904 0 -1 1077944384 16446 0 0 0 198 1 0 0 20 0 16 0 38534972 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691077573232 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27189] ppid=27160 vsize=10727700 memory=1228 CPUtime=0.5 cores=1,3,5,7
/proc/27163/task/27189/stat : 27189 (java) S 27160 27163 24904 0 -1 1077944384 8702 0 0 0 49 1 0 0 20 0 16 0 38534972 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691076520688 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27190] ppid=27160 vsize=10727700 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27190/stat : 27190 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534972 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691075468384 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27191] ppid=27160 vsize=10727700 memory=3330776 CPUtime=1.39 cores=1,3,5,7
/proc/27163/task/27191/stat : 27191 (java) S 27160 27163 24904 0 -1 1077944384 2060 0 0 0 61 78 0 0 20 0 16 0 38534972 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691074414896 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27192] ppid=27160 vsize=10727700 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27192/stat : 27192 (java) S 27160 27163 24904 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38535866 10985164800 832694 33554432000 4194304 4196468 140722016798992 139691071263536 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
Current children cumulated CPU time: 2339.3 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3330776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2376.6 s]
/proc/loadavg: 2.11 2.03 2.10 3/217 27384
/proc/meminfo: memFree=18969388/32770624 swapFree=67108860/67108860
[pid=27163] ppid=27160 vsize=10727700 memory=4114380 CPUtime=2400 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 24904 0 -1 1077944320 307734 0 0 0 239620 380 0 0 20 0 16 0 38534966 10985164800 1028595 33554432000 4194304 4196468 140722016798992 140722016781536 139691522961143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
/proc/27163/statm: 2681925 1028595 3188 1 0 2644416 0
[pid=27163/tid=27167] ppid=27160 vsize=10727700 memory=3244 CPUtime=2368.66 cores=1,3,5,7
/proc/27163/task/27167/stat : 27167 (java) R 27160 27163 24904 0 -1 4202560 162241 0 0 0 236826 40 0 0 20 0 16 0 38534967 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691527200192 139691149120929 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27170] ppid=27160 vsize=10727700 memory=543908 CPUtime=5.74 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 24904 0 -1 1077944384 19693 0 0 0 511 63 0 0 20 0 16 0 38534967 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691464964880 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27171] ppid=27160 vsize=10727700 memory=6791534058613427641 CPUtime=5.79 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 24904 0 -1 1077944384 24091 0 0 0 513 66 0 0 20 0 16 0 38534967 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691463912336 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27172] ppid=27160 vsize=10727700 memory=4126316290023845779 CPUtime=5.77 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 24904 0 -1 1077944384 25734 0 0 0 510 67 0 0 20 0 16 0 38534967 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691127790608 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27173] ppid=27160 vsize=10727700 memory=1408 CPUtime=5.74 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 24904 0 -1 1077944384 20478 0 0 0 509 65 0 0 20 0 16 0 38534967 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691126738064 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27177] ppid=27160 vsize=10727700 memory=3304 CPUtime=2.07 cores=1,3,5,7
/proc/27163/task/27177/stat : 27177 (java) S 27160 27163 24904 0 -1 1077944384 9941 0 0 0 204 3 0 0 20 0 16 0 38534969 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691082835952 139691522972290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27178] ppid=27160 vsize=10727700 memory=4114380 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27178/stat : 27178 (java) S 27160 27163 24904 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38534969 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691081782240 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27179] ppid=27160 vsize=10727700 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27179/stat : 27179 (java) S 27160 27163 24904 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38534969 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691080729600 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27186] ppid=27160 vsize=10727700 memory=3244 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27186/stat : 27186 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534972 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691079678160 139691522979739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27187] ppid=27160 vsize=10727700 memory=11960 CPUtime=2.23 cores=1,3,5,7
/proc/27163/task/27187/stat : 27187 (java) S 27160 27163 24904 0 -1 1077944384 16884 0 0 0 220 3 0 0 20 0 16 0 38534972 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691078625776 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27188] ppid=27160 vsize=10727700 memory=1008 CPUtime=1.99 cores=1,3,5,7
/proc/27163/task/27188/stat : 27188 (java) S 27160 27163 24904 0 -1 1077944384 16449 0 0 0 198 1 0 0 20 0 16 0 38534972 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691077573232 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27189] ppid=27160 vsize=10727700 memory=792 CPUtime=0.5 cores=1,3,5,7
/proc/27163/task/27189/stat : 27189 (java) S 27160 27163 24904 0 -1 1077944384 8705 0 0 0 49 1 0 0 20 0 16 0 38534972 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691076520688 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27190] ppid=27160 vsize=10727700 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27190/stat : 27190 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38534972 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691075468384 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27191] ppid=27160 vsize=10727700 memory=1952 CPUtime=1.42 cores=1,3,5,7
/proc/27163/task/27191/stat : 27191 (java) S 27160 27163 24904 0 -1 1077944384 2106 0 0 0 62 80 0 0 20 0 16 0 38534972 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691074414896 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27192] ppid=27160 vsize=10727700 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27192/stat : 27192 (java) S 27160 27163 24904 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38535866 10985164800 1028595 33554432000 4194304 4196468 140722016798992 139691071263536 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4114380 KiB

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

[startup+2376.84 s]
# the end of solver process 27163 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.28 s, system=3.82954 s

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

[startup+2376.8 s]
/proc/loadavg: 2.11 2.03 2.10 3/217 27384
/proc/meminfo: memFree=18969388/32770624 swapFree=67108860/67108860
[pid=27163] ppid=27160 vsize=10927392 memory=4114440 CPUtime=2400.06 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 24904 0 -1 1077944320 307984 0 0 0 239626 380 0 0 20 0 17 0 38534966 11189649408 1028610 33554432000 4194304 4196468 140722016798992 140722016781536 139691522961143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
/proc/27163/statm: 2731848 1028610 3190 1 0 2694339 0
[pid=27163/tid=27167] ppid=27160 vsize=10927392 memory=4114380 CPUtime=2368.71 cores=1,3,5,7
/proc/27163/task/27167/stat : 27167 (java) S 27160 27163 24904 0 -1 1077944384 162267 0 0 0 236831 40 0 0 20 0 17 0 38534967 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691527204016 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27170] ppid=27160 vsize=10927392 memory=1196 CPUtime=5.74 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 24904 0 -1 1077944384 19693 0 0 0 511 63 0 0 20 0 17 0 38534967 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691464964880 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27171] ppid=27160 vsize=10927392 memory=5300 CPUtime=5.79 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 24904 0 -1 1077944384 24091 0 0 0 513 66 0 0 20 0 17 0 38534967 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691463912336 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27172] ppid=27160 vsize=10927392 memory=4616 CPUtime=5.77 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 24904 0 -1 1077944384 25734 0 0 0 510 67 0 0 20 0 17 0 38534967 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691127790608 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27173] ppid=27160 vsize=10927392 memory=4128 CPUtime=5.74 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 24904 0 -1 1077944384 20478 0 0 0 509 65 0 0 20 0 17 0 38534967 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691126738064 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27177] ppid=27160 vsize=10927392 memory=2200 CPUtime=2.07 cores=1,3,5,7
/proc/27163/task/27177/stat : 27177 (java) S 27160 27163 24904 0 -1 1077944384 9947 0 0 0 204 3 0 0 20 0 17 0 38534969 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691082835952 139691522972290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27178] ppid=27160 vsize=10927392 memory=7392 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27178/stat : 27178 (java) S 27160 27163 24904 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38534969 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691081782240 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27179] ppid=27160 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27179/stat : 27179 (java) S 27160 27163 24904 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38534969 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691080729600 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27186] ppid=27160 vsize=10927392 memory=543908 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27186/stat : 27186 (java) S 27160 27163 24904 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 38534972 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691079678160 139691522979739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27187] ppid=27160 vsize=10927392 memory=2240 CPUtime=2.23 cores=1,3,5,7
/proc/27163/task/27187/stat : 27187 (java) S 27160 27163 24904 0 -1 1077944384 16884 0 0 0 220 3 0 0 20 0 17 0 38534972 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691078625776 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27188] ppid=27160 vsize=10927392 memory=1196 CPUtime=1.99 cores=1,3,5,7
/proc/27163/task/27188/stat : 27188 (java) S 27160 27163 24904 0 -1 1077944384 16449 0 0 0 198 1 0 0 20 0 17 0 38534972 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691077573232 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27189] ppid=27160 vsize=10927392 memory=5300 CPUtime=0.5 cores=1,3,5,7
/proc/27163/task/27189/stat : 27189 (java) S 27160 27163 24904 0 -1 1077944384 8743 0 0 0 49 1 0 0 20 0 17 0 38534972 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691076520688 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27190] ppid=27160 vsize=10927392 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27190/stat : 27190 (java) S 27160 27163 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38534972 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691075468384 139691522971349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
[pid=27163/tid=27191] ppid=27160 vsize=10927392 memory=4114380 CPUtime=1.42 cores=1,3,5,7
/proc/27163/task/27191/stat : 27191 (java) S 27160 27163 24904 0 -1 1077944384 2106 0 0 0 62 80 0 0 20 0 17 0 38534972 11189649408 1028610 33554432000 4194304 4196468 140722016798992 139691074414896 139691522972290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32018432 140722016806001 140722016806153 140722016806153 140722016808911 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4114440 KiB

Child status: 143
Real time (s): 2376.84
CPU time (s): 2400.11
CPU user time (s): 2396.28
CPU system time (s): 3.82954
CPU usage (%): 100.979
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4114440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.28
system time used= 3.82954
maximum resident set size= 4115464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55653
involuntary context switches= 1251


# summary of solver processes directly reported to runsolver:
#   pid: 27163
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.28
#   total CPU system time (s): 3.82954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3724 second user time and 23.816 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-21 23:48:38
IDJOB=4289744
IDBENCH=141038
IDSOLVER=2742
FILE ID=node103/4289744-1532209718
RUNJOBID= node103-1532209718-27132
PBS_JOBID= 21018940
Free space on /tmp= 56872 MiB

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

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

MD5SUM BENCH= 7fa074241beecf824461849015848bff
RANDOM SEED=576878269

node103.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.48
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.48
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.48
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.48
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:        23618700 kB
MemAvailable:   31941216 kB
Buffers:          214472 kB
Cached:          8313432 kB
SwapCached:            0 kB
Active:          1321400 kB
Inactive:        7260168 kB
Active(anon):      55572 kB
Inactive(anon):    16984 kB
Active(file):    1265828 kB
Inactive(file):  7243184 kB
Unevictable:        7140 kB
Mlocked:            7140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4608 kB
Writeback:             0 kB
AnonPages:        209308 kB
Mapped:            35280 kB
Shmem:             17036 kB
Slab:             269040 kB
SReclaimable:     241964 kB
SUnreclaim:        27076 kB
KernelStack:        3456 kB
PageTables:         5132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 00:28:15