Trace number 4289751

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.32 2316.46

General information on the benchmark

NameStillLife/
StillLife-wastage-15_c18.xml
MD5SUMe301970dbbdacc0ad69519f2afe54420
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark66.0119
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of constraints383
Number of domains4
Minimum domain size2
Maximum domain size579
Distribution of domain sizes[{"size":2,"count":289},{"size":3,"count":289},{"size":226,"count":1},{"size":579,"count":17}]
Minimum variable degree1
Maximum variable degree18
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":286},{"degree":3,"count":20},{"degree":4,"count":60},{"degree":8,"count":56},{"degree":9,"count":169},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":77},{"arity":3,"count":60},{"arity":10,"count":225},{"arity":17,"count":4},{"arity":18,"count":1},{"arity":19,"count":16}]
Number of extensional constraints285
Number of intensional constraints76
Distribution of constraint types[{"type":"extension","count":285},{"type":"intension","count":76},{"type":"sum","count":18},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289751-1532209647/watcher-4289751-1532209647 -o /tmp/evaluation-result-4289751-1532209647/solver-4289751-1532209647 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532209647-24670 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289751-1532209647.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=24700, runsolver pid=24696
Current StackSize limit: 8192 KiB


[startup+0.107517 s]*
/proc/loadavg: 1.00 1.01 1.16 4/215 24728
/proc/meminfo: memFree=29443772/32770624 swapFree=67108860/67108860
[pid=24700] ppid=24696 vsize=10659012 memory=30564 CPUtime=0.13 cores=1,3,5,7
/proc/24700/stat : 24700 (java) S 24696 24700 22644 0 -1 1077944320 6714 0 0 0 12 1 0 0 20 0 15 0 38527935 10914828288 7641 33554432000 4194304 4196468 140726789153264 140726789135808 140539857682167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
/proc/24700/statm: 2664753 7641 2823 1 0 2627263 0
[pid=24700/tid=24702] ppid=24696 vsize=10659012 memory=-8773748148830113662 CPUtime=0.09 cores=1,3,5,7
/proc/24700/task/24702/stat : 24702 (java) R 24696 24700 22644 0 -1 4202560 4564 0 0 0 8 1 0 0 20 0 15 0 38527935 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539861912416 140539857704093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24707] ppid=24696 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24707/stat : 24707 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539794373264 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24708] ppid=24696 vsize=10659012 memory=140552388028032 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24708/stat : 24708 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539793320464 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24709] ppid=24696 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24709/stat : 24709 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539792267664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24710] ppid=24696 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24710/stat : 24710 (java) S 24696 24700 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38527936 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539791214864 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24713] ppid=24696 vsize=10659012 memory=140552388028032 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24713/stat : 24713 (java) S 24696 24700 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38527937 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539349195632 140539857693314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24715] ppid=24696 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24715/stat : 24715 (java) S 24696 24700 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38527938 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539348141600 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24716] ppid=24696 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24716/stat : 24716 (java) S 24696 24700 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38527938 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539347088752 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24723] ppid=24696 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24723/stat : 24723 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38527940 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539346037072 140539857700763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24724] ppid=24696 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24724/stat : 24724 (java) S 24696 24700 22644 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 38527940 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539344984432 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24725] ppid=24696 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24725/stat : 24725 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38527940 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539343931632 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24726] ppid=24696 vsize=10659012 memory=140552388028032 CPUtime=0.02 cores=1,3,5,7
/proc/24700/task/24726/stat : 24726 (java) S 24696 24700 22644 0 -1 1077944384 342 0 0 0 2 0 0 0 20 0 15 0 38527940 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539342878832 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24727] ppid=24696 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24727/stat : 24727 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38527941 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539341826272 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24728] ppid=24696 vsize=10659012 memory=140552388028032 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24728/stat : 24728 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527941 10914828288 7641 33554432000 4194304 4196468 140726789153264 140539340774576 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30564 KiB

[startup+0.210242 s]*
/proc/loadavg: 1.00 1.01 1.16 4/215 24728
/proc/meminfo: memFree=29424004/32770624 swapFree=67108860/67108860
[pid=24700] ppid=24696 vsize=10659012 memory=41556 CPUtime=0.32 cores=1,3,5,7
/proc/24700/stat : 24700 (java) S 24696 24700 22644 0 -1 1077944320 8023 0 0 0 30 2 0 0 20 0 15 0 38527935 10914828288 10389 33554432000 4194304 4196468 140726789153264 140726789135808 140539857682167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
/proc/24700/statm: 2664753 10389 2988 1 0 2627263 0
[pid=24700/tid=24702] ppid=24696 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/24700/task/24702/stat : 24702 (java) R 24696 24700 22644 0 -1 4202560 5007 0 0 0 18 1 0 0 20 0 15 0 38527935 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539861918448 140539841725797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24707] ppid=24696 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24707/stat : 24707 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539794373264 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24708] ppid=24696 vsize=10659012 memory=140552388211798 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24708/stat : 24708 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539793320464 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24709] ppid=24696 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24709/stat : 24709 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539792267664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24710] ppid=24696 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24710/stat : 24710 (java) S 24696 24700 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38527936 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539791214864 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24713] ppid=24696 vsize=10659012 memory=140552388028032 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24713/stat : 24713 (java) S 24696 24700 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38527937 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539349195632 140539857693314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24715] ppid=24696 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24715/stat : 24715 (java) S 24696 24700 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38527938 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539348141600 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24716] ppid=24696 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24716/stat : 24716 (java) S 24696 24700 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38527938 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539347088752 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24723] ppid=24696 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24723/stat : 24723 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38527940 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539346037072 140539857700763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24724] ppid=24696 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24700/task/24724/stat : 24724 (java) S 24696 24700 22644 0 -1 1077944384 625 0 0 0 2 0 0 0 20 0 15 0 38527940 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539344984432 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24725] ppid=24696 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24700/task/24725/stat : 24725 (java) S 24696 24700 22644 0 -1 1077944384 329 0 0 0 2 0 0 0 20 0 15 0 38527940 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539343931632 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24726] ppid=24696 vsize=10659012 memory=140552388028032 CPUtime=0.07 cores=1,3,5,7
/proc/24700/task/24726/stat : 24726 (java) R 24696 24700 22644 0 -1 4202560 695 0 0 0 7 0 0 0 20 0 15 0 38527940 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539342878832 140539836643125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24727] ppid=24696 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24727/stat : 24727 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38527941 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539341826272 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24728] ppid=24696 vsize=10659012 memory=140552388028032 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24728/stat : 24728 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527941 10914828288 10389 33554432000 4194304 4196468 140726789153264 140539340774576 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41556 KiB

[startup+0.317558 s]*
/proc/loadavg: 1.00 1.01 1.16 8/215 24728
/proc/meminfo: memFree=29412652/32770624 swapFree=67108860/67108860
[pid=24700] ppid=24696 vsize=10659088 memory=46752 CPUtime=0.53 cores=1,3,5,7
/proc/24700/stat : 24700 (java) S 24696 24700 22644 0 -1 1077944320 8805 0 0 0 51 2 0 0 20 0 15 0 38527935 10914906112 11688 33554432000 4194304 4196468 140726789153264 140726789135808 140539857682167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
/proc/24700/statm: 2664772 11688 3045 1 0 2627263 0
[pid=24700/tid=24702] ppid=24696 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/24700/task/24702/stat : 24702 (java) R 24696 24700 22644 0 -1 4202560 5614 0 0 0 29 1 0 0 20 0 15 0 38527935 10914906112 11688 33554432000 4194304 4196468 140726789153264 140539861916752 140539468158689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24707] ppid=24696 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24707/stat : 24707 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914906112 11688 33554432000 4194304 4196468 140726789153264 140539794373264 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24708] ppid=24696 vsize=10659088 memory=140552388211794 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24708/stat : 24708 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914906112 11688 33554432000 4194304 4196468 140726789153264 140539793320464 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24709] ppid=24696 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24709/stat : 24709 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914906112 12200 33554432000 4194304 4196468 140726789153264 140539792267664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24710] ppid=24696 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24710/stat : 24710 (java) S 24696 24700 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38527936 10914906112 12200 33554432000 4194304 4196468 140726789153264 140539791214864 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24713] ppid=24696 vsize=10659088 memory=140552388028032 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24713/stat : 24713 (java) S 24696 24700 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38527937 10914906112 12264 33554432000 4194304 4196468 140726789153264 140539349195632 140539857693314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24715] ppid=24696 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24715/stat : 24715 (java) S 24696 24700 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38527938 10914906112 12264 33554432000 4194304 4196468 140726789153264 140539348141600 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24716] ppid=24696 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24716/stat : 24716 (java) S 24696 24700 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38527938 10914906112 12264 33554432000 4194304 4196468 140726789153264 140539347088752 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24723] ppid=24696 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24723/stat : 24723 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38527940 10914906112 12264 33554432000 4194304 4196468 140726789153264 140539346037072 140539857700763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24724] ppid=24696 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/24700/task/24724/stat : 24724 (java) R 24696 24700 22644 0 -1 4202560 678 0 0 0 4 0 0 0 20 0 15 0 38527940 10914906112 12264 33554432000 4194304 4196468 140726789153264 140539344965448 140539840886193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24725] ppid=24696 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/24700/task/24725/stat : 24725 (java) R 24696 24700 22644 0 -1 1077944384 352 0 0 0 4 0 0 0 20 0 15 0 38527940 10914906112 12264 33554432000 4194304 4196468 140726789153264 140539343931632 140539857693314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24726] ppid=24696 vsize=10659088 memory=140552388028032 CPUtime=0.13 cores=1,3,5,7
/proc/24700/task/24726/stat : 24726 (java) R 24696 24700 22644 0 -1 4202560 793 0 0 0 13 0 0 0 20 0 15 0 38527940 10914906112 12264 33554432000 4194304 4196468 140726789153264 140539342878832 140539857703514 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24727] ppid=24696 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24727/stat : 24727 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38527941 10914906112 12264 33554432000 4194304 4196468 140726789153264 140539341826272 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24728] ppid=24696 vsize=10659088 memory=140552388028032 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24728/stat : 24728 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527941 10914906112 12264 33554432000 4194304 4196468 140726789153264 140539340774576 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46752 KiB

[startup+0.701511 s]
/proc/loadavg: 1.00 1.01 1.16 7/215 24728
/proc/meminfo: memFree=29348172/32770624 swapFree=67108860/67108860
[pid=24700] ppid=24696 vsize=10659088 memory=143104 CPUtime=1.69 cores=1,3,5,7
/proc/24700/stat : 24700 (java) S 24696 24700 22644 0 -1 1077944320 13407 0 0 0 165 4 0 0 20 0 15 0 38527935 10914906112 35776 33554432000 4194304 4196468 140726789153264 140726789135808 140539857682167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
/proc/24700/statm: 2664772 35776 3113 1 0 2627263 0
[pid=24700/tid=24702] ppid=24696 vsize=10659088 memory=1724 CPUtime=0.67 cores=1,3,5,7
/proc/24700/task/24702/stat : 24702 (java) R 24696 24700 22644 0 -1 4202560 5915 0 0 0 64 3 0 0 20 0 15 0 38527935 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539861901808 140539470286732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24707] ppid=24696 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24707/stat : 24707 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539794373264 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24708] ppid=24696 vsize=10659088 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24708/stat : 24708 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539793320464 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24709] ppid=24696 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24709/stat : 24709 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527936 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539792267664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24710] ppid=24696 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24710/stat : 24710 (java) S 24696 24700 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38527936 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539791214864 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24713] ppid=24696 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24713/stat : 24713 (java) S 24696 24700 22644 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38527937 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539349195632 140539857693314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24715] ppid=24696 vsize=10659088 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24715/stat : 24715 (java) S 24696 24700 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38527938 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539348141600 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24716] ppid=24696 vsize=10659088 memory=8352 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24716/stat : 24716 (java) S 24696 24700 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38527938 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539347088752 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24723] ppid=24696 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24723/stat : 24723 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38527940 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539346037072 140539857700763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24724] ppid=24696 vsize=10659088 memory=7524502762334872664 CPUtime=0.34 cores=1,3,5,7
/proc/24700/task/24724/stat : 24724 (java) R 24696 24700 22644 0 -1 4202560 2829 0 0 0 34 0 0 0 20 0 15 0 38527940 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539344965448 140539841179001 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24725] ppid=24696 vsize=10659088 memory=5787213827046467687 CPUtime=0.32 cores=1,3,5,7
/proc/24700/task/24725/stat : 24725 (java) R 24696 24700 22644 0 -1 4202560 1570 0 0 0 32 0 0 0 20 0 15 0 38527940 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539343924656 140539842072270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24726] ppid=24696 vsize=10659088 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/24700/task/24726/stat : 24726 (java) S 24696 24700 22644 0 -1 1077944384 1722 0 0 0 33 0 0 0 20 0 15 0 38527940 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539342878832 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24727] ppid=24696 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24727/stat : 24727 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38527941 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539341826272 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24728] ppid=24696 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24728/stat : 24728 (java) S 24696 24700 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38527941 10914906112 35776 33554432000 4194304 4196468 140726789153264 140539340774576 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 143104 KiB

[startup+1.50066 s]
/proc/loadavg: 1.00 1.01 1.16 8/215 24728
/proc/meminfo: memFree=29053184/32770624 swapFree=67108860/67108860
[pid=24700] ppid=24696 vsize=10661136 memory=336460 CPUtime=3.94 cores=1,3,5,7
/proc/24700/stat : 24700 (java) S 24696 24700 22644 0 -1 1077944320 22249 0 0 0 382 12 0 0 20 0 15 0 38527935 10917003264 84115 33554432000 4194304 4196468 140726789153264 140726789135808 140539857682167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
/proc/24700/statm: 2665284 84115 3150 1 0 2627775 0
[pid=24700/tid=24702] ppid=24696 vsize=10661136 memory=6791534058613427641 CPUtime=1.4 cores=1,3,5,7
/proc/24700/task/24702/stat : 24702 (java) R 24696 24700 22644 0 -1 4202560 5970 0 0 0 135 5 0 0 20 0 15 0 38527935 10917003264 84115 33554432000 4194304 4196468 140726789153264 140539861910952 140539857694102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24707] ppid=24696 vsize=10661136 memory=-6951259422114956437 CPUtime=0.04 cores=1,3,5,7
/proc/24700/task/24707/stat : 24707 (java) S 24696 24700 22644 0 -1 1077944384 140 0 0 0 4 0 0 0 20 0 15 0 38527936 10917003264 84115 33554432000 4194304 4196468 140726789153264 140539794373264 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24708] ppid=24696 vsize=10661136 memory=-6509546260019855299 CPUtime=0.03 cores=1,3,5,7
/proc/24700/task/24708/stat : 24708 (java) S 24696 24700 22644 0 -1 1077944384 55 0 0 0 3 0 0 0 20 0 15 0 38527936 10917003264 84115 33554432000 4194304 4196468 140726789153264 140539793320464 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24709] ppid=24696 vsize=10661136 memory=-7390251449858225344 CPUtime=0.04 cores=1,3,5,7
/proc/24700/task/24709/stat : 24709 (java) S 24696 24700 22644 0 -1 1077944384 123 0 0 0 3 1 0 0 20 0 15 0 38527936 10917003264 84115 33554432000 4194304 4196468 140726789153264 140539792267664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24710] ppid=24696 vsize=10661136 memory=-7096649868621430206 CPUtime=0.04 cores=1,3,5,7
/proc/24700/task/24710/stat : 24710 (java) S 24696 24700 22644 0 -1 1077944384 117 0 0 0 4 0 0 0 20 0 15 0 38527936 10917003264 84115 33554432000 4194304 4196468 140726789153264 140539791214864 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24713] ppid=24696 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24713/stat : 24713 (java) S 24696 24700 22644 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 38527937 10917003264 84115 33554432000 4194304 4196468 140726789153264 140539349195632 140539857693314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0

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

/proc/24700/task/24709/stat : 24709 (java) S 24696 24700 22644 0 -1 1077944384 44916 0 0 0 2511 88 0 0 20 0 16 0 38527936 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539792267664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24710] ppid=24696 vsize=10727700 memory=6139520 CPUtime=25.79 cores=1,3,5,7
/proc/24700/task/24710/stat : 24710 (java) S 24696 24700 22644 0 -1 1077944384 27483 0 0 0 2498 81 0 0 20 0 16 0 38527936 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539791214864 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24713] ppid=24696 vsize=10727700 memory=6139520 CPUtime=7.97 cores=1,3,5,7
/proc/24700/task/24713/stat : 24713 (java) S 24696 24700 22644 0 -1 1077944384 25674 0 0 0 792 5 0 0 20 0 16 0 38527937 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539349195632 140539857693314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24715] ppid=24696 vsize=10727700 memory=6139520 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24715/stat : 24715 (java) S 24696 24700 22644 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 38527938 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539348141664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24716] ppid=24696 vsize=10727700 memory=6139520 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24716/stat : 24716 (java) S 24696 24700 22644 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 38527938 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539347088768 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24723] ppid=24696 vsize=10727700 memory=11023692736 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24723/stat : 24723 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539346037072 140539857700763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24724] ppid=24696 vsize=10727700 memory=6139520 CPUtime=2.27 cores=1,3,5,7
/proc/24700/task/24724/stat : 24724 (java) S 24696 24700 22644 0 -1 1077944384 17744 0 0 0 224 3 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539344984432 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24725] ppid=24696 vsize=10727700 memory=6139520 CPUtime=2.05 cores=1,3,5,7
/proc/24700/task/24725/stat : 24725 (java) S 24696 24700 22644 0 -1 1077944384 16688 0 0 0 202 3 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539343931632 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24726] ppid=24696 vsize=10727700 memory=6139520 CPUtime=0.57 cores=1,3,5,7
/proc/24700/task/24726/stat : 24726 (java) S 24696 24700 22644 0 -1 1077944384 8320 0 0 0 55 2 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539342878832 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24727] ppid=24696 vsize=10727700 memory=6139520 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24727/stat : 24727 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38527941 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539341826272 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24728] ppid=24696 vsize=10727700 memory=1708 CPUtime=1.38 cores=1,3,5,7
/proc/24700/task/24728/stat : 24728 (java) S 24696 24700 22644 0 -1 1077944384 2743 0 0 0 59 79 0 0 20 0 16 0 38527941 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539340774576 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24729] ppid=24696 vsize=10727700 memory=6139520 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24729/stat : 24729 (java) S 24696 24700 22644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38532583 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539337622960 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
Current children cumulated CPU time: 2286.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6139520 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.05 1.99 4/217 24863
/proc/meminfo: memFree=15893112/32770624 swapFree=67108860/67108860
[pid=24700] ppid=24696 vsize=10727700 memory=6139520 CPUtime=2346.1 cores=1,3,5,7
/proc/24700/stat : 24700 (java) S 24696 24700 22644 0 -1 1077944320 730090 0 0 0 234099 511 0 0 20 0 16 0 38527935 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140726789135808 140539857682167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
/proc/24700/statm: 2681925 1534880 3189 1 0 2644416 0
[pid=24700/tid=24702] ppid=24696 vsize=10727700 memory=6139520 CPUtime=2228.15 cores=1,3,5,7
/proc/24700/task/24702/stat : 24702 (java) R 24696 24700 22644 0 -1 4202560 533265 0 0 0 222742 73 0 0 20 0 16 0 38527935 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539861917888 140539473346418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24707] ppid=24696 vsize=10727700 memory=6139520 CPUtime=25.87 cores=1,3,5,7
/proc/24700/task/24707/stat : 24707 (java) S 24696 24700 22644 0 -1 1077944384 22842 0 0 0 2494 93 0 0 20 0 16 0 38527936 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539794373264 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24708] ppid=24696 vsize=10727700 memory=6139520 CPUtime=25.94 cores=1,3,5,7
/proc/24700/task/24708/stat : 24708 (java) S 24696 24700 22644 0 -1 1077944384 28845 0 0 0 2501 93 0 0 20 0 16 0 38527936 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539793320464 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24709] ppid=24696 vsize=10727700 memory=6139520 CPUtime=25.99 cores=1,3,5,7
/proc/24700/task/24709/stat : 24709 (java) S 24696 24700 22644 0 -1 1077944384 44916 0 0 0 2511 88 0 0 20 0 16 0 38527936 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539792267664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24710] ppid=24696 vsize=10727700 memory=6139520 CPUtime=25.79 cores=1,3,5,7
/proc/24700/task/24710/stat : 24710 (java) S 24696 24700 22644 0 -1 1077944384 27483 0 0 0 2498 81 0 0 20 0 16 0 38527936 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539791214864 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24713] ppid=24696 vsize=10727700 memory=4140 CPUtime=7.97 cores=1,3,5,7
/proc/24700/task/24713/stat : 24713 (java) S 24696 24700 22644 0 -1 1077944384 25684 0 0 0 792 5 0 0 20 0 16 0 38527937 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539349195632 140539857693314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24715] ppid=24696 vsize=10727700 memory=6139520 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24715/stat : 24715 (java) S 24696 24700 22644 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 38527938 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539348141664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24716] ppid=24696 vsize=10727700 memory=2587 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24716/stat : 24716 (java) S 24696 24700 22644 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 38527938 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539347088768 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24723] ppid=24696 vsize=10727700 memory=6139520 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24723/stat : 24723 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539346037072 140539857700763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24724] ppid=24696 vsize=10727700 memory=6139520 CPUtime=2.27 cores=1,3,5,7
/proc/24700/task/24724/stat : 24724 (java) S 24696 24700 22644 0 -1 1077944384 17750 0 0 0 224 3 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539344984432 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24725] ppid=24696 vsize=10727700 memory=6139520 CPUtime=2.05 cores=1,3,5,7
/proc/24700/task/24725/stat : 24725 (java) S 24696 24700 22644 0 -1 1077944384 16698 0 0 0 202 3 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539343931632 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24726] ppid=24696 vsize=10727700 memory=4140 CPUtime=0.58 cores=1,3,5,7
/proc/24700/task/24726/stat : 24726 (java) S 24696 24700 22644 0 -1 1077944384 8323 0 0 0 56 2 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539342878832 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24727] ppid=24696 vsize=10727700 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24727/stat : 24727 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38527941 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539341826272 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24728] ppid=24696 vsize=10727700 memory=6139520 CPUtime=1.41 cores=1,3,5,7
/proc/24700/task/24728/stat : 24728 (java) S 24696 24700 22644 0 -1 1077944384 2783 0 0 0 60 81 0 0 20 0 16 0 38527941 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539340774576 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24729] ppid=24696 vsize=10727700 memory=8356 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24729/stat : 24729 (java) S 24696 24700 22644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38532583 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539337622960 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
Current children cumulated CPU time: 2346.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6139520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2316.2 s]
/proc/loadavg: 2.01 2.04 1.99 3/217 24943
/proc/meminfo: memFree=23176032/32770624 swapFree=67108860/67108860
[pid=24700] ppid=24696 vsize=10727700 memory=6139520 CPUtime=2400.05 cores=1,3,5,7
/proc/24700/stat : 24700 (java) S 24696 24700 22644 0 -1 1077944320 741136 0 0 0 239491 514 0 0 20 0 16 0 38527935 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140726789135808 140539857682167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
/proc/24700/statm: 2681925 1534880 3189 1 0 2644416 0
[pid=24700/tid=24702] ppid=24696 vsize=10727700 memory=288230621803970871 CPUtime=2282.06 cores=1,3,5,7
/proc/24700/task/24702/stat : 24702 (java) R 24696 24700 22644 0 -1 4202560 544241 0 0 0 228131 75 0 0 20 0 16 0 38527935 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539861917888 140539472996020 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24707] ppid=24696 vsize=10727700 memory=14136627995871562 CPUtime=25.87 cores=1,3,5,7
/proc/24700/task/24707/stat : 24707 (java) S 24696 24700 22644 0 -1 1077944384 22842 0 0 0 2494 93 0 0 20 0 16 0 38527936 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539794373264 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24708] ppid=24696 vsize=10727700 memory=6791534058613427641 CPUtime=25.94 cores=1,3,5,7
/proc/24700/task/24708/stat : 24708 (java) S 24696 24700 22644 0 -1 1077944384 28845 0 0 0 2501 93 0 0 20 0 16 0 38527936 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539793320464 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24709] ppid=24696 vsize=10727700 memory=5520 CPUtime=25.99 cores=1,3,5,7
/proc/24700/task/24709/stat : 24709 (java) S 24696 24700 22644 0 -1 1077944384 44916 0 0 0 2511 88 0 0 20 0 16 0 38527936 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539792267664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24710] ppid=24696 vsize=10727700 memory=4616 CPUtime=25.79 cores=1,3,5,7
/proc/24700/task/24710/stat : 24710 (java) S 24696 24700 22644 0 -1 1077944384 27483 0 0 0 2498 81 0 0 20 0 16 0 38527936 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539791214864 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24713] ppid=24696 vsize=10727700 memory=1800 CPUtime=7.97 cores=1,3,5,7
/proc/24700/task/24713/stat : 24713 (java) S 24696 24700 22644 0 -1 1077944384 25707 0 0 0 792 5 0 0 20 0 16 0 38527937 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539349195632 140539857693314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24715] ppid=24696 vsize=10727700 memory=916 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24715/stat : 24715 (java) S 24696 24700 22644 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 38527938 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539348141664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24716] ppid=24696 vsize=10727700 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24716/stat : 24716 (java) S 24696 24700 22644 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 38527938 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539347088768 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24723] ppid=24696 vsize=10727700 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24723/stat : 24723 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539346037072 140539857700763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24724] ppid=24696 vsize=10727700 memory=2580 CPUtime=2.27 cores=1,3,5,7
/proc/24700/task/24724/stat : 24724 (java) S 24696 24700 22644 0 -1 1077944384 17760 0 0 0 224 3 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539344984432 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24725] ppid=24696 vsize=10727700 memory=2296 CPUtime=2.05 cores=1,3,5,7
/proc/24700/task/24725/stat : 24725 (java) S 24696 24700 22644 0 -1 1077944384 16704 0 0 0 202 3 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539343931632 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24726] ppid=24696 vsize=10727700 memory=1408 CPUtime=0.58 cores=1,3,5,7
/proc/24700/task/24726/stat : 24726 (java) S 24696 24700 22644 0 -1 1077944384 8329 0 0 0 56 2 0 0 20 0 16 0 38527940 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539342878832 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24727] ppid=24696 vsize=10727700 memory=3248 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24727/stat : 24727 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38527941 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539341826272 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24728] ppid=24696 vsize=10727700 memory=1004 CPUtime=1.46 cores=1,3,5,7
/proc/24700/task/24728/stat : 24728 (java) S 24696 24700 22644 0 -1 1077944384 2808 0 0 0 63 83 0 0 20 0 16 0 38527941 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539340774576 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24729] ppid=24696 vsize=10727700 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24729/stat : 24729 (java) S 24696 24700 22644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38532583 10985164800 1534880 33554432000 4194304 4196468 140726789153264 140539337622960 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6139520 KiB

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

[startup+2316.46 s]
# the end of solver process 24700 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.13 s, system=5.18265 s

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

[startup+2316.4 s]
/proc/loadavg: 2.01 2.04 1.99 3/217 24943
/proc/meminfo: memFree=23176032/32770624 swapFree=67108860/67108860
[pid=24700] ppid=24696 vsize=10927392 memory=6139860 CPUtime=2400.25 cores=1,3,5,7
/proc/24700/stat : 24700 (java) S 24696 24700 22644 0 -1 1077944320 741973 0 0 0 239511 514 0 0 20 0 17 0 38527935 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140726789135808 140539857682167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
/proc/24700/statm: 2731848 1534965 3191 1 0 2694339 0
[pid=24700/tid=24702] ppid=24696 vsize=10927392 memory=932 CPUtime=2282.26 cores=1,3,5,7
/proc/24700/task/24702/stat : 24702 (java) R 24696 24700 22644 0 -1 4202560 544297 0 0 0 228151 75 0 0 20 0 17 0 38527935 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539861918208 140539472889420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24707] ppid=24696 vsize=10927392 memory=1568 CPUtime=25.87 cores=1,3,5,7
/proc/24700/task/24707/stat : 24707 (java) S 24696 24700 22644 0 -1 1077944384 22842 0 0 0 2494 93 0 0 20 0 17 0 38527936 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539794373264 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24708] ppid=24696 vsize=10927392 memory=2240 CPUtime=25.94 cores=1,3,5,7
/proc/24700/task/24708/stat : 24708 (java) S 24696 24700 22644 0 -1 1077944384 28845 0 0 0 2501 93 0 0 20 0 17 0 38527936 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539793320464 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24709] ppid=24696 vsize=10927392 memory=4128 CPUtime=25.99 cores=1,3,5,7
/proc/24700/task/24709/stat : 24709 (java) S 24696 24700 22644 0 -1 1077944384 44916 0 0 0 2511 88 0 0 20 0 17 0 38527936 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539792267664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24710] ppid=24696 vsize=10927392 memory=2204 CPUtime=25.79 cores=1,3,5,7
/proc/24700/task/24710/stat : 24710 (java) S 24696 24700 22644 0 -1 1077944384 27483 0 0 0 2498 81 0 0 20 0 17 0 38527936 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539791214864 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24713] ppid=24696 vsize=10927392 memory=7888 CPUtime=7.97 cores=1,3,5,7
/proc/24700/task/24713/stat : 24713 (java) S 24696 24700 22644 0 -1 1077944384 25741 0 0 0 792 5 0 0 20 0 17 0 38527937 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539349195632 140539857693314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24715] ppid=24696 vsize=10927392 memory=6139520 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24715/stat : 24715 (java) S 24696 24700 22644 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 38527938 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539348141664 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24716] ppid=24696 vsize=10927392 memory=6139520 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24716/stat : 24716 (java) S 24696 24700 22644 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 17 0 38527938 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539347088768 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24723] ppid=24696 vsize=10927392 memory=6139520 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24723/stat : 24723 (java) S 24696 24700 22644 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 17 0 38527940 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539346037072 140539857700763 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24724] ppid=24696 vsize=10927392 memory=2204 CPUtime=2.27 cores=1,3,5,7
/proc/24700/task/24724/stat : 24724 (java) S 24696 24700 22644 0 -1 1077944384 17760 0 0 0 224 3 0 0 20 0 17 0 38527940 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539344984432 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24725] ppid=24696 vsize=10927392 memory=6791534058613427641 CPUtime=2.05 cores=1,3,5,7
/proc/24700/task/24725/stat : 24725 (java) S 24696 24700 22644 0 -1 1077944384 16704 0 0 0 202 3 0 0 20 0 17 0 38527940 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539343931632 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24726] ppid=24696 vsize=10927392 memory=16248 CPUtime=0.58 cores=1,3,5,7
/proc/24700/task/24726/stat : 24726 (java) S 24696 24700 22644 0 -1 1077944384 8427 0 0 0 56 2 0 0 20 0 17 0 38527940 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539342878832 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24727] ppid=24696 vsize=10927392 memory=9328 CPUtime=0 cores=1,3,5,7
/proc/24700/task/24727/stat : 24727 (java) S 24696 24700 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38527941 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539341826272 140539857692373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
[pid=24700/tid=24728] ppid=24696 vsize=10927392 memory=1240 CPUtime=1.46 cores=1,3,5,7
/proc/24700/task/24728/stat : 24728 (java) S 24696 24700 22644 0 -1 1077944384 2808 0 0 0 63 83 0 0 20 0 17 0 38527941 11189649408 1534965 33554432000 4194304 4196468 140726789153264 140539340774576 140539857693314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 35319808 140726789162097 140726789162249 140726789162249 140726789165007 0
Current children cumulated CPU time: 2400.25 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 6139860 KiB

Child status: 143
Real time (s): 2316.46
CPU time (s): 2400.32
CPU user time (s): 2395.13
CPU system time (s): 5.18265
CPU usage (%): 103.62
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 6139860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.13
system time used= 5.18265
maximum resident set size= 6140188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 742402
page faults= 0
swaps= 0
block input operations= 144
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55776
involuntary context switches= 2183


# summary of solver processes directly reported to runsolver:
#   pid: 24700
#   total CPU time (s): 2400.32
#   total CPU user time (s): 2395.13
#   total CPU system time (s): 5.18265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5617 second user time and 23.4819 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-21 23:47:27
IDJOB=4289751
IDBENCH=141032
IDSOLVER=2742
FILE ID=node149/4289751-1532209647
RUNJOBID= node149-1532209647-24670
PBS_JOBID= 21018926
Free space on /tmp= 51888 MiB

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

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

MD5SUM BENCH= e301970dbbdacc0ad69519f2afe54420
RANDOM SEED=1764643642

node149.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.60
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.60
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.60
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.60
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:        29483208 kB
MemAvailable:   31980168 kB
Buffers:           64152 kB
Cached:          2695612 kB
SwapCached:            0 kB
Active:          1384448 kB
Inactive:        1429208 kB
Active(anon):       2204 kB
Inactive(anon):    71596 kB
Active(file):    1382244 kB
Inactive(file):  1357612 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4672 kB
Writeback:             0 kB
AnonPages:         61220 kB
Mapped:            34504 kB
Shmem:             17032 kB
Slab:             173244 kB
SReclaimable:     145880 kB
SUnreclaim:        27364 kB
KernelStack:        3168 kB
PageTables:         4828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     320412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51884 MiB
End job on node149 at 2018-07-22 00:26:04