Trace number 4289747

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.2 2370.45

General information on the benchmark

NameStillLife/
StillLife-wastage-11_c18.xml
MD5SUMf6f64e3bcc63ad093069241b9d76efc4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark30.9118
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints239
Number of domains4
Minimum domain size2
Maximum domain size339
Distribution of domain sizes[{"size":2,"count":169},{"size":3,"count":169},{"size":122,"count":1},{"size":339,"count":13}]
Minimum variable degree1
Maximum variable degree14
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":166},{"degree":3,"count":16},{"degree":4,"count":44},{"degree":8,"count":40},{"degree":9,"count":81},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":57},{"arity":3,"count":44},{"arity":10,"count":121},{"arity":13,"count":4},{"arity":14,"count":1},{"arity":15,"count":12}]
Number of extensional constraints165
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":165},{"type":"intension","count":56},{"type":"sum","count":14},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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


[startup+0.100745 s]*
/proc/loadavg: 1.00 1.03 1.31 2/215 28052
/proc/meminfo: memFree=22964844/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=10659012 memory=31492 CPUtime=0.13 cores=1,3,5,7
/proc/28013/stat : 28013 (java) S 28010 28013 25432 0 -1 1077944320 6441 0 0 0 12 1 0 0 20 0 15 0 38472482 10914828288 7873 33554432000 4194304 4196468 140724343514080 140724343496624 140187547168503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
/proc/28013/statm: 2664753 7873 2843 1 0 2627263 0
[pid=28013/tid=28018] ppid=28010 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/28013/task/28018/stat : 28018 (java) R 28010 28013 25432 0 -1 4202560 4274 0 0 0 8 1 0 0 20 0 15 0 38472483 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187551389632 140187547190429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28020] ppid=28010 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28020/stat : 28020 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187473242640 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28021] ppid=28010 vsize=10659012 memory=140054918960768 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28021/stat : 28021 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187472190096 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28022] ppid=28010 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28022/stat : 28022 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187471137040 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28023] ppid=28010 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28023/stat : 28023 (java) S 28010 28013 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38472484 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187470084496 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28031] ppid=28010 vsize=10659012 memory=140054918960768 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28031/stat : 28031 (java) S 28010 28013 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38472485 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187038321392 140187547179650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28032] ppid=28010 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28032/stat : 28032 (java) S 28010 28013 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38472485 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187037267616 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28033] ppid=28010 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28033/stat : 28033 (java) S 28010 28013 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38472486 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187036214512 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28041] ppid=28010 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28041/stat : 28041 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38472488 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187035163088 140187547187099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28042] ppid=28010 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28042/stat : 28042 (java) S 28010 28013 25432 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 38472488 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187034110192 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28043] ppid=28010 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28043/stat : 28043 (java) S 28010 28013 25432 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 38472488 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187033057648 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28044] ppid=28010 vsize=10659012 memory=140054918960768 CPUtime=0.02 cores=1,3,5,7
/proc/28013/task/28044/stat : 28044 (java) S 28010 28013 25432 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 38472488 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187032004592 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28045] ppid=28010 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28045/stat : 28045 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38472488 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187030952288 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28046] ppid=28010 vsize=10659012 memory=140054918960768 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28046/stat : 28046 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472488 10914828288 7873 33554432000 4194304 4196468 140724343514080 140187029900336 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31492 KiB

[startup+0.210389 s]*
/proc/loadavg: 1.00 1.03 1.31 5/215 28052
/proc/meminfo: memFree=22947356/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=10659012 memory=41960 CPUtime=0.33 cores=1,3,5,7
/proc/28013/stat : 28013 (java) S 28010 28013 25432 0 -1 1077944320 7629 0 0 0 31 2 0 0 20 0 15 0 38472482 10914828288 10490 33554432000 4194304 4196468 140724343514080 140724343496624 140187547168503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
/proc/28013/statm: 2664753 10490 2986 1 0 2627263 0
[pid=28013/tid=28018] ppid=28010 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28013/task/28018/stat : 28018 (java) R 28010 28013 25432 0 -1 4202560 4614 0 0 0 19 1 0 0 20 0 15 0 38472483 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187551404784 140187531248990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28020] ppid=28010 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28020/stat : 28020 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187473242640 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28021] ppid=28010 vsize=10659012 memory=140054918987298 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28021/stat : 28021 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187472190096 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28022] ppid=28010 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28022/stat : 28022 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187471137040 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28023] ppid=28010 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28023/stat : 28023 (java) S 28010 28013 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38472484 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187470084496 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28031] ppid=28010 vsize=10659012 memory=140054918960768 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28031/stat : 28031 (java) S 28010 28013 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38472485 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187038321392 140187547179650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28032] ppid=28010 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28032/stat : 28032 (java) S 28010 28013 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38472485 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187037267616 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28033] ppid=28010 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28033/stat : 28033 (java) S 28010 28013 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38472486 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187036214512 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28041] ppid=28010 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28041/stat : 28041 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38472488 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187035163088 140187547187099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28042] ppid=28010 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28013/task/28042/stat : 28042 (java) R 28010 28013 25432 0 -1 1077944384 656 0 0 0 2 0 0 0 20 0 15 0 38472488 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187034110192 140187547179650 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28043] ppid=28010 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28013/task/28043/stat : 28043 (java) S 28010 28013 25432 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 15 0 38472488 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187033057648 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28044] ppid=28010 vsize=10659012 memory=140054918960768 CPUtime=0.07 cores=1,3,5,7
/proc/28013/task/28044/stat : 28044 (java) S 28010 28013 25432 0 -1 1077944384 625 0 0 0 7 0 0 0 20 0 15 0 38472488 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187032004592 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28045] ppid=28010 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28045/stat : 28045 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38472488 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187030952288 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28046] ppid=28010 vsize=10659012 memory=140054918960768 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28046/stat : 28046 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472488 10914828288 10490 33554432000 4194304 4196468 140724343514080 140187029900336 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41960 KiB

[startup+0.310142 s]*
/proc/loadavg: 1.00 1.03 1.31 5/215 28052
/proc/meminfo: memFree=22933288/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=10659088 memory=47324 CPUtime=0.52 cores=1,3,5,7
/proc/28013/stat : 28013 (java) S 28010 28013 25432 0 -1 1077944320 8415 0 0 0 50 2 0 0 20 0 15 0 38472482 10914906112 11831 33554432000 4194304 4196468 140724343514080 140724343496624 140187547168503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
/proc/28013/statm: 2664772 11831 3068 1 0 2627263 0
[pid=28013/tid=28018] ppid=28010 vsize=10659088 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/28013/task/28018/stat : 28018 (java) R 28010 28013 25432 0 -1 4202560 5154 0 0 0 28 1 0 0 20 0 15 0 38472483 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187551400816 140187531212133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28020] ppid=28010 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28020/stat : 28020 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187473242640 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28021] ppid=28010 vsize=10659088 memory=140054919018784 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28021/stat : 28021 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187472190096 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28022] ppid=28010 vsize=10659088 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28022/stat : 28022 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187471137040 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28023] ppid=28010 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28023/stat : 28023 (java) S 28010 28013 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38472484 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187470084496 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28031] ppid=28010 vsize=10659088 memory=140054919025696 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28031/stat : 28031 (java) S 28010 28013 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38472485 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187038321392 140187547179650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28032] ppid=28010 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28032/stat : 28032 (java) S 28010 28013 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38472485 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187037267616 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28033] ppid=28010 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28033/stat : 28033 (java) S 28010 28013 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38472486 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187036214512 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28041] ppid=28010 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28041/stat : 28041 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38472488 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187035163088 140187547187099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28042] ppid=28010 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28013/task/28042/stat : 28042 (java) R 28010 28013 25432 0 -1 4202560 788 0 0 0 5 0 0 0 20 0 15 0 38472488 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187034091208 140187528703102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28043] ppid=28010 vsize=10659088 memory=140054790004687 CPUtime=0.04 cores=1,3,5,7
/proc/28013/task/28043/stat : 28043 (java) R 28010 28013 25432 0 -1 1077944384 408 0 0 0 4 0 0 0 20 0 15 0 38472488 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187033057648 140187547179650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28044] ppid=28010 vsize=10659088 memory=140054918988762 CPUtime=0.12 cores=1,3,5,7
/proc/28013/task/28044/stat : 28044 (java) S 28010 28013 25432 0 -1 1077944384 703 0 0 0 12 0 0 0 20 0 15 0 38472488 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187032004592 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28045] ppid=28010 vsize=10659088 memory=140054790004687 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28045/stat : 28045 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38472488 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187030952288 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28046] ppid=28010 vsize=10659088 memory=280109708982208 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28046/stat : 28046 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472488 10914906112 11831 33554432000 4194304 4196468 140724343514080 140187029900336 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47324 KiB

[startup+0.700715 s]
/proc/loadavg: 1.00 1.03 1.31 7/215 28052
/proc/meminfo: memFree=22882192/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=10659088 memory=152920 CPUtime=1.71 cores=1,3,5,7
/proc/28013/stat : 28013 (java) S 28010 28013 25432 0 -1 1077944320 14110 0 0 0 166 5 0 0 20 0 15 0 38472482 10914906112 38230 33554432000 4194304 4196468 140724343514080 140724343496624 140187547168503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
/proc/28013/statm: 2664772 38230 3112 1 0 2627263 0
[pid=28013/tid=28018] ppid=28010 vsize=10659088 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/28013/task/28018/stat : 28018 (java) R 28010 28013 25432 0 -1 4202560 5678 0 0 0 65 3 0 0 20 0 15 0 38472483 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187551392352 140187547180438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28020] ppid=28010 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28020/stat : 28020 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187473242640 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28021] ppid=28010 vsize=10659088 memory=8364 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28021/stat : 28021 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187472190096 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28022] ppid=28010 vsize=10659088 memory=15868 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28022/stat : 28022 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472484 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187471137040 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28023] ppid=28010 vsize=10659088 memory=13276 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28023/stat : 28023 (java) S 28010 28013 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38472484 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187470084496 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28031] ppid=28010 vsize=10659088 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28031/stat : 28031 (java) S 28010 28013 25432 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38472485 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187038321392 140187547179650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28032] ppid=28010 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28032/stat : 28032 (java) S 28010 28013 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38472485 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187037267616 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28033] ppid=28010 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28033/stat : 28033 (java) S 28010 28013 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38472486 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187036214512 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28041] ppid=28010 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28041/stat : 28041 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38472488 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187035163088 140187547187099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28042] ppid=28010 vsize=10659088 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/28013/task/28042/stat : 28042 (java) R 28010 28013 25432 0 -1 4202560 2063 0 0 0 36 0 0 0 20 0 15 0 38472488 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187034091208 140187531572536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28043] ppid=28010 vsize=10659088 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/28013/task/28043/stat : 28043 (java) R 28010 28013 25432 0 -1 4202560 3423 0 0 0 33 0 0 0 20 0 15 0 38472488 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187033038456 140187530579398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28044] ppid=28010 vsize=10659088 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/28013/task/28044/stat : 28044 (java) S 28010 28013 25432 0 -1 1077944384 1575 0 0 0 30 0 0 0 20 0 15 0 38472488 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187032004592 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28045] ppid=28010 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28045/stat : 28045 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38472488 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187030952288 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28046] ppid=28010 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28046/stat : 28046 (java) S 28010 28013 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38472488 10914906112 38230 33554432000 4194304 4196468 140724343514080 140187029900336 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 152920 KiB

[startup+1.50073 s]
/proc/loadavg: 1.00 1.03 1.31 7/215 28052
/proc/meminfo: memFree=22572476/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=10659088 memory=341900 CPUtime=4.01 cores=1,3,5,7
/proc/28013/stat : 28013 (java) S 28010 28013 25432 0 -1 1077944320 20277 0 0 0 389 12 0 0 20 0 15 0 38472482 10914906112 85475 33554432000 4194304 4196468 140724343514080 140724343496624 140187547168503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
/proc/28013/statm: 2664772 85475 3146 1 0 2627263 0
[pid=28013/tid=28018] ppid=28010 vsize=10659088 memory=3689065136651457636 CPUtime=1.39 cores=1,3,5,7
/proc/28013/task/28018/stat : 28018 (java) R 28010 28013 25432 0 -1 4202560 5735 0 0 0 135 4 0 0 20 0 15 0 38472483 10914906112 85475 33554432000 4194304 4196468 140724343514080 140187551396032 140187149499527 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28020] ppid=28010 vsize=10659088 memory=223280 CPUtime=0.03 cores=1,3,5,7
/proc/28013/task/28020/stat : 28020 (java) S 28010 28013 25432 0 -1 1077944384 30 0 0 0 3 0 0 0 20 0 15 0 38472484 10914906112 85475 33554432000 4194304 4196468 140724343514080 140187473242640 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28021] ppid=28010 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28013/task/28021/stat : 28021 (java) S 28010 28013 25432 0 -1 1077944384 95 0 0 0 3 0 0 0 20 0 15 0 38472484 10914906112 85475 33554432000 4194304 4196468 140724343514080 140187472190096 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28022] ppid=28010 vsize=10659088 memory=8364 CPUtime=0.06 cores=1,3,5,7
/proc/28013/task/28022/stat : 28022 (java) S 28010 28013 25432 0 -1 1077944384 153 0 0 0 5 1 0 0 20 0 15 0 38472484 10914906112 85475 33554432000 4194304 4196468 140724343514080 140187471137040 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28023] ppid=28010 vsize=10659088 memory=15868 CPUtime=0.05 cores=1,3,5,7
/proc/28013/task/28023/stat : 28023 (java) S 28010 28013 25432 0 -1 1077944384 122 0 0 0 4 1 0 0 20 0 15 0 38472484 10914906112 85475 33554432000 4194304 4196468 140724343514080 140187470084496 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28031] ppid=28010 vsize=10659088 memory=13276 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28031/stat : 28031 (java) S 28010 28013 25432 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 38472485 10914906112 85475 33554432000 4194304 4196468 140724343514080 140187038321392 140187547179650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0

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

/proc/28013/task/28022/stat : 28022 (java) S 28010 28013 25432 0 -1 1077944384 22201 0 0 0 739 56 0 0 20 0 16 0 38472484 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187471137040 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28023] ppid=28010 vsize=10727700 memory=4217728 CPUtime=7.97 cores=1,3,5,7
/proc/28013/task/28023/stat : 28023 (java) S 28010 28013 25432 0 -1 1077944384 31627 0 0 0 741 56 0 0 20 0 16 0 38472484 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187470084496 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28031] ppid=28010 vsize=10727700 memory=4217728 CPUtime=3.26 cores=1,3,5,7
/proc/28013/task/28031/stat : 28031 (java) S 28010 28013 25432 0 -1 1077944384 10186 0 0 0 323 3 0 0 20 0 16 0 38472485 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187038321392 140187547179650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28032] ppid=28010 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28032/stat : 28032 (java) S 28010 28013 25432 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 38472485 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187037267680 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28033] ppid=28010 vsize=10727700 memory=4217728 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28033/stat : 28033 (java) S 28010 28013 25432 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 38472486 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187036214528 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28041] ppid=28010 vsize=10727700 memory=4217728 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28041/stat : 28041 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187035163088 140187547187099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28042] ppid=28010 vsize=10727700 memory=4217728 CPUtime=2.27 cores=1,3,5,7
/proc/28013/task/28042/stat : 28042 (java) S 28010 28013 25432 0 -1 1077944384 19450 0 0 0 225 2 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187034110192 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28043] ppid=28010 vsize=10727700 memory=4140 CPUtime=2.13 cores=1,3,5,7
/proc/28013/task/28043/stat : 28043 (java) S 28010 28013 25432 0 -1 1077944384 12479 0 0 0 211 2 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187033057648 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28044] ppid=28010 vsize=10727700 memory=13800 CPUtime=0.53 cores=1,3,5,7
/proc/28013/task/28044/stat : 28044 (java) S 28010 28013 25432 0 -1 1077944384 7306 0 0 0 51 2 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187032004592 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28045] ppid=28010 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28045/stat : 28045 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187030952288 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28046] ppid=28010 vsize=10727700 memory=4420 CPUtime=1.38 cores=1,3,5,7
/proc/28013/task/28046/stat : 28046 (java) S 28010 28013 25432 0 -1 1077944384 2204 0 0 0 62 76 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187029900336 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28054] ppid=28010 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28054/stat : 28054 (java) S 28010 28013 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38474220 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187026748976 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
Current children cumulated CPU time: 2292.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4217728 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/217 28185
/proc/meminfo: memFree=14929704/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=10727700 memory=4217728 CPUtime=2352.11 cores=1,3,5,7
/proc/28013/stat : 28013 (java) S 28010 28013 25432 0 -1 1077944320 445010 0 0 0 234872 339 0 0 20 0 16 0 38472482 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140724343496624 140187547168503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
/proc/28013/statm: 2681925 1054432 3189 1 0 2644416 0
[pid=28013/tid=28018] ppid=28010 vsize=10727700 memory=4217728 CPUtime=2310.63 cores=1,3,5,7
/proc/28013/task/28018/stat : 28018 (java) R 28010 28013 25432 0 -1 4202560 304381 0 0 0 231016 47 0 0 20 0 16 0 38472483 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187551404256 140187151397927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28020] ppid=28010 vsize=10727700 memory=4217728 CPUtime=7.95 cores=1,3,5,7
/proc/28013/task/28020/stat : 28020 (java) S 28010 28013 25432 0 -1 1077944384 14359 0 0 0 741 54 0 0 20 0 16 0 38472484 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187473242640 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28021] ppid=28010 vsize=10727700 memory=280109580512928 CPUtime=7.91 cores=1,3,5,7
/proc/28013/task/28021/stat : 28021 (java) S 28010 28013 25432 0 -1 1077944384 19243 0 0 0 737 54 0 0 20 0 16 0 38472484 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187472190096 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28022] ppid=28010 vsize=10727700 memory=4217728 CPUtime=7.95 cores=1,3,5,7
/proc/28013/task/28022/stat : 28022 (java) S 28010 28013 25432 0 -1 1077944384 22201 0 0 0 739 56 0 0 20 0 16 0 38472484 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187471137040 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28023] ppid=28010 vsize=10727700 memory=4217728 CPUtime=7.97 cores=1,3,5,7
/proc/28013/task/28023/stat : 28023 (java) S 28010 28013 25432 0 -1 1077944384 31627 0 0 0 741 56 0 0 20 0 16 0 38472484 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187470084496 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28031] ppid=28010 vsize=10727700 memory=4217728 CPUtime=3.27 cores=1,3,5,7
/proc/28013/task/28031/stat : 28031 (java) S 28010 28013 25432 0 -1 1077944384 10206 0 0 0 323 4 0 0 20 0 16 0 38472485 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187038321392 140187547179650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28032] ppid=28010 vsize=10727700 memory=4217728 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28032/stat : 28032 (java) S 28010 28013 25432 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 38472485 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187037267680 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28033] ppid=28010 vsize=10727700 memory=4217728 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28033/stat : 28033 (java) S 28010 28013 25432 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 38472486 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187036214528 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28041] ppid=28010 vsize=10727700 memory=4217728 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28041/stat : 28041 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187035163088 140187547187099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28042] ppid=28010 vsize=10727700 memory=4217728 CPUtime=2.27 cores=1,3,5,7
/proc/28013/task/28042/stat : 28042 (java) S 28010 28013 25432 0 -1 1077944384 19470 0 0 0 225 2 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187034110192 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28043] ppid=28010 vsize=10727700 memory=0 CPUtime=2.13 cores=1,3,5,7
/proc/28013/task/28043/stat : 28043 (java) S 28010 28013 25432 0 -1 1077944384 12491 0 0 0 211 2 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187033057648 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28044] ppid=28010 vsize=10727700 memory=4217728 CPUtime=0.53 cores=1,3,5,7
/proc/28013/task/28044/stat : 28044 (java) S 28010 28013 25432 0 -1 1077944384 7312 0 0 0 51 2 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187032004592 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28045] ppid=28010 vsize=10727700 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28045/stat : 28045 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187030952288 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28046] ppid=28010 vsize=10727700 memory=1708 CPUtime=1.42 cores=1,3,5,7
/proc/28013/task/28046/stat : 28046 (java) S 28010 28013 25432 0 -1 1077944384 2280 0 0 0 64 78 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187029900336 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28054] ppid=28010 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28054/stat : 28054 (java) S 28010 28013 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38474220 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187026748976 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
Current children cumulated CPU time: 2352.11 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4217728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2370.2 s]
/proc/loadavg: 2.00 2.01 1.95 3/217 28186
/proc/meminfo: memFree=14929776/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=10727700 memory=4217728 CPUtime=2400.04 cores=1,3,5,7
/proc/28013/stat : 28013 (java) S 28010 28013 25432 0 -1 1077944320 459035 0 0 0 239663 341 0 0 20 0 16 0 38472482 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140724343496624 140187547168503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
/proc/28013/statm: 2681925 1054432 3189 1 0 2644416 0
[pid=28013/tid=28018] ppid=28010 vsize=10727700 memory=6944656575208382560 CPUtime=2358.53 cores=1,3,5,7
/proc/28013/task/28018/stat : 28018 (java) R 28010 28013 25432 0 -1 4202560 318337 0 0 0 235805 48 0 0 20 0 16 0 38472483 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187551404256 140187151002257 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28020] ppid=28010 vsize=10727700 memory=6656426216303648864 CPUtime=7.95 cores=1,3,5,7
/proc/28013/task/28020/stat : 28020 (java) S 28010 28013 25432 0 -1 1077944384 14359 0 0 0 741 54 0 0 20 0 16 0 38472484 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187473242640 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28021] ppid=28010 vsize=10727700 memory=6943526294502006880 CPUtime=7.91 cores=1,3,5,7
/proc/28013/task/28021/stat : 28021 (java) S 28010 28013 25432 0 -1 1077944384 19243 0 0 0 737 54 0 0 20 0 16 0 38472484 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187472190096 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28022] ppid=28010 vsize=10727700 memory=6944652177228980320 CPUtime=7.95 cores=1,3,5,7
/proc/28013/task/28022/stat : 28022 (java) S 28010 28013 25432 0 -1 1077944384 22201 0 0 0 739 56 0 0 20 0 16 0 38472484 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187471137040 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28023] ppid=28010 vsize=10727700 memory=385 CPUtime=7.97 cores=1,3,5,7
/proc/28013/task/28023/stat : 28023 (java) S 28010 28013 25432 0 -1 1077944384 31627 0 0 0 741 56 0 0 20 0 16 0 38472484 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187470084496 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28031] ppid=28010 vsize=10727700 memory=7103694365312311394 CPUtime=3.27 cores=1,3,5,7
/proc/28013/task/28031/stat : 28031 (java) S 28010 28013 25432 0 -1 1077944384 10216 0 0 0 323 4 0 0 20 0 16 0 38472485 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187038321392 140187547179650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28032] ppid=28010 vsize=10727700 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28032/stat : 28032 (java) S 28010 28013 25432 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 38472485 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187037267680 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28033] ppid=28010 vsize=10727700 memory=-7595754389018307734 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28033/stat : 28033 (java) S 28010 28013 25432 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 38472486 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187036214528 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28041] ppid=28010 vsize=10727700 memory=7594587674001172330 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28041/stat : 28041 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187035163088 140187547187099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28042] ppid=28010 vsize=10727700 memory=7451894300419318880 CPUtime=2.27 cores=1,3,5,7
/proc/28013/task/28042/stat : 28042 (java) S 28010 28013 25432 0 -1 1077944384 19480 0 0 0 225 2 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187034110192 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28043] ppid=28010 vsize=10727700 memory=4639074098508484695 CPUtime=2.13 cores=1,3,5,7
/proc/28013/task/28043/stat : 28043 (java) S 28010 28013 25432 0 -1 1077944384 12497 0 0 0 211 2 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187033057648 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28044] ppid=28010 vsize=10727700 memory=288230574492221466 CPUtime=0.53 cores=1,3,5,7
/proc/28013/task/28044/stat : 28044 (java) S 28010 28013 25432 0 -1 1077944384 7315 0 0 0 51 2 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187032004592 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28045] ppid=28010 vsize=10727700 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28045/stat : 28045 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187030952288 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28046] ppid=28010 vsize=10727700 memory=14417003460954513 CPUtime=1.44 cores=1,3,5,7
/proc/28013/task/28046/stat : 28046 (java) S 28010 28013 25432 0 -1 1077944384 2320 0 0 0 65 79 0 0 20 0 16 0 38472488 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187029900336 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28054] ppid=28010 vsize=10727700 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28054/stat : 28054 (java) S 28010 28013 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38474220 10985164800 1054432 33554432000 4194304 4196468 140724343514080 140187026748976 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4217728 KiB

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

[startup+2370.45 s]
# the end of solver process 28013 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.74 s, system=3.45908 s

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

[startup+2370.4 s]
/proc/loadavg: 2.00 2.01 1.95 3/217 28186
/proc/meminfo: memFree=14929776/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=10927392 memory=4218028 CPUtime=2400.14 cores=1,3,5,7
/proc/28013/stat : 28013 (java) S 28010 28013 25432 0 -1 1077944320 459857 0 0 0 239672 342 0 0 20 0 17 0 38472482 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140724343496624 140187547168503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
/proc/28013/statm: 2731848 1054507 3191 1 0 2694339 0
[pid=28013/tid=28018] ppid=28010 vsize=10927392 memory=6791534058613427641 CPUtime=2358.62 cores=1,3,5,7
/proc/28013/task/28018/stat : 28018 (java) S 28010 28013 25432 0 -1 1077944384 318440 0 0 0 235814 48 0 0 20 0 17 0 38472483 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187551411376 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28020] ppid=28010 vsize=10927392 memory=1200 CPUtime=7.95 cores=1,3,5,7
/proc/28013/task/28020/stat : 28020 (java) S 28010 28013 25432 0 -1 1077944384 14359 0 0 0 741 54 0 0 20 0 17 0 38472484 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187473242640 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28021] ppid=28010 vsize=10927392 memory=1952 CPUtime=7.91 cores=1,3,5,7
/proc/28013/task/28021/stat : 28021 (java) S 28010 28013 25432 0 -1 1077944384 19243 0 0 0 737 54 0 0 20 0 17 0 38472484 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187472190096 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28022] ppid=28010 vsize=10927392 memory=4217728 CPUtime=7.95 cores=1,3,5,7
/proc/28013/task/28022/stat : 28022 (java) S 28010 28013 25432 0 -1 1077944384 22201 0 0 0 739 56 0 0 20 0 17 0 38472484 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187471137040 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28023] ppid=28010 vsize=10927392 memory=4217728 CPUtime=7.97 cores=1,3,5,7
/proc/28013/task/28023/stat : 28023 (java) S 28010 28013 25432 0 -1 1077944384 31627 0 0 0 741 56 0 0 20 0 17 0 38472484 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187470084496 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28031] ppid=28010 vsize=10927392 memory=5404 CPUtime=3.27 cores=1,3,5,7
/proc/28013/task/28031/stat : 28031 (java) S 28010 28013 25432 0 -1 1077944384 10251 0 0 0 323 4 0 0 20 0 17 0 38472485 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187038321392 140187547179650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28032] ppid=28010 vsize=10927392 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28032/stat : 28032 (java) S 28010 28013 25432 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 38472485 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187037267680 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28033] ppid=28010 vsize=10927392 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28033/stat : 28033 (java) S 28010 28013 25432 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 38472486 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187036214528 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28041] ppid=28010 vsize=10927392 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28041/stat : 28041 (java) S 28010 28013 25432 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 17 0 38472488 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187035163088 140187547187099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28042] ppid=28010 vsize=10927392 memory=1952 CPUtime=2.27 cores=1,3,5,7
/proc/28013/task/28042/stat : 28042 (java) S 28010 28013 25432 0 -1 1077944384 19480 0 0 0 225 2 0 0 20 0 17 0 38472488 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187034110192 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28043] ppid=28010 vsize=10927392 memory=4217728 CPUtime=2.13 cores=1,3,5,7
/proc/28013/task/28043/stat : 28043 (java) S 28010 28013 25432 0 -1 1077944384 12497 0 0 0 211 2 0 0 20 0 17 0 38472488 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187033057648 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28044] ppid=28010 vsize=10927392 memory=303430223234596890 CPUtime=0.53 cores=1,3,5,7
/proc/28013/task/28044/stat : 28044 (java) S 28010 28013 25432 0 -1 1077944384 7433 0 0 0 51 2 0 0 20 0 17 0 38472488 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187032004592 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28045] ppid=28010 vsize=10927392 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/28013/task/28045/stat : 28045 (java) S 28010 28013 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38472488 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187030952288 140187547178709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
[pid=28013/tid=28046] ppid=28010 vsize=10927392 memory=14417003460954513 CPUtime=1.44 cores=1,3,5,7
/proc/28013/task/28046/stat : 28046 (java) S 28010 28013 25432 0 -1 1077944384 2320 0 0 0 65 79 0 0 20 0 17 0 38472488 11189649408 1054507 33554432000 4194304 4196468 140724343514080 140187029900336 140187547179650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140724343518321 140724343518473 140724343518473 140724343521231 0
Current children cumulated CPU time: 2400.14 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4218028 KiB

Child status: 143
Real time (s): 2370.45
CPU time (s): 2400.2
CPU user time (s): 2396.74
CPU system time (s): 3.45908
CPU usage (%): 101.255
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4218028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.74
system time used= 3.45908
maximum resident set size= 4218304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460952
page faults= 0
swaps= 0
block input operations= 168
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55168
involuntary context switches= 2340


# summary of solver processes directly reported to runsolver:
#   pid: 28013
#   total CPU time (s): 2400.2
#   total CPU user time (s): 2396.74
#   total CPU system time (s): 3.45908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3703 second user time and 23.032 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-21 23:38:13
IDJOB=4289747
IDBENCH=141029
IDSOLVER=2742
FILE ID=node138/4289747-1532209093
RUNJOBID= node138-1532209093-27994
PBS_JOBID= 21018929
Free space on /tmp= 59112 MiB

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

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

MD5SUM BENCH= f6f64e3bcc63ad093069241b9d76efc4
RANDOM SEED=1681020008

node138.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.71
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.71
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.71
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.71
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:        23004600 kB
MemAvailable:   31955396 kB
Buffers:          223900 kB
Cached:          8969768 kB
SwapCached:            0 kB
Active:          2201780 kB
Inactive:        7050052 kB
Active(anon):      60864 kB
Inactive(anon):    17052 kB
Active(file):    2140916 kB
Inactive(file):  7033000 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2332 kB
Writeback:             0 kB
AnonPages:         77664 kB
Mapped:            35120 kB
Shmem:             17036 kB
Slab:             212936 kB
SReclaimable:     185428 kB
SUnreclaim:        27508 kB
KernelStack:        3248 kB
PageTables:         4952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59108 MiB
End job on node138 at 2018-07-22 00:17:44