Trace number 4301310

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) 252.141 238.444

General information on the benchmark

NameTal/
Tal-04_c18.xml
MD5SUMf4bb57fd900a6a9a68798497b08fcf01
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark142
Best CPU time to get the best result obtained on this benchmark252.034
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of constraints362
Number of domains10
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":84},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":52},{"size":7,"count":9},{"size":8,"count":46},{"size":42,"count":79}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":234},{"degree":1,"count":84},{"degree":2,"count":58},{"degree":3,"count":9},{"degree":4,"count":10},{"degree":5,"count":32},{"degree":6,"count":19},{"degree":7,"count":13},{"degree":8,"count":13},{"degree":9,"count":22},{"degree":10,"count":17},{"degree":11,"count":6},{"degree":12,"count":6},{"degree":13,"count":2},{"degree":14,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":107},{"arity":2,"count":115},{"arity":3,"count":38},{"arity":4,"count":11},{"arity":5,"count":18},{"arity":6,"count":17},{"arity":7,"count":17},{"arity":8,"count":15},{"arity":9,"count":12},{"arity":10,"count":12}]
Number of extensional constraints64
Number of intensional constraints284
Distribution of constraint types[{"type":"extension","count":64},{"type":"intension","count":284},{"type":"count","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301310-1532878020/watcher-4301310-1532878020 -o /tmp/evaluation-result-4301310-1532878020/solver-4301310-1532878020 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532875965-20368 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301310-1532878020.xml 

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

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

solver pid=22238, runsolver pid=22235

[startup+0.100125 s]*
/proc/loadavg: 2.47 2.39 2.35 3/216 22253
/proc/meminfo: memFree=27891784/32770624 swapFree=67108792/67108860
[pid=22238] ppid=22235 vsize=10659012 memory=30080 CPUtime=0.13 cores=0,2,4,6
/proc/22238/stat : 22238 (java) S 22235 22238 16915 0 -1 1077944320 6607 0 0 0 11 2 0 0 20 0 15 0 105365259 10914828288 7520 33554432000 4194304 4196468 140735229046144 140735229028688 139859628494583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
/proc/22238/statm: 2664753 7520 2842 1 0 2627263 0
[pid=22238/tid=22240] ppid=22235 vsize=10659012 memory=-8773748148830113155 CPUtime=0.09 cores=0,2,4,6
/proc/22238/task/22240/stat : 22240 (java) R 22235 22238 16915 0 -1 4202560 4432 0 0 0 8 1 0 0 20 0 15 0 105365259 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859632716352 139859628516509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22241] ppid=22235 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22241/stat : 22241 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859235494288 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22242] ppid=22235 vsize=10659012 memory=139710893631104 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22242/stat : 22242 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859234441488 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22243] ppid=22235 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22243/stat : 22243 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859233389200 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22244] ppid=22235 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22244/stat : 22244 (java) S 22235 22238 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105365260 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859232336400 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22245] ppid=22235 vsize=10659012 memory=139710893631104 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22245/stat : 22245 (java) S 22235 22238 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105365261 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859188062832 139859628505730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22246] ppid=22235 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22246/stat : 22246 (java) S 22235 22238 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105365262 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859187008800 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22247] ppid=22235 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22247/stat : 22247 (java) S 22235 22238 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105365262 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859185956464 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22248] ppid=22235 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22248/stat : 22248 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105365264 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859184904784 139859628513179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22249] ppid=22235 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22249/stat : 22249 (java) S 22235 22238 16915 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 105365264 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859183851632 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22250] ppid=22235 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22250/stat : 22250 (java) S 22235 22238 16915 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 105365264 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859182798832 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22251] ppid=22235 vsize=10659012 memory=139710893631104 CPUtime=0.02 cores=0,2,4,6
/proc/22238/task/22251/stat : 22251 (java) S 22235 22238 16915 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 105365264 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859181746544 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22252] ppid=22235 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22252/stat : 22252 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105365265 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859180693984 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22253] ppid=22235 vsize=10659012 memory=139710893631104 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22253/stat : 22253 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365265 10914828288 7520 33554432000 4194304 4196468 140735229046144 139859179641776 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30080 KiB

[startup+0.211118 s]*
/proc/loadavg: 2.47 2.39 2.35 4/216 22253
/proc/meminfo: memFree=27883580/32770624 swapFree=67108792/67108860
[pid=22238] ppid=22235 vsize=10659012 memory=40996 CPUtime=0.33 cores=0,2,4,6
/proc/22238/stat : 22238 (java) S 22235 22238 16915 0 -1 1077944320 7843 0 0 0 31 2 0 0 20 0 15 0 105365259 10914828288 10249 33554432000 4194304 4196468 140735229046144 140735229028688 139859628494583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
/proc/22238/statm: 2664753 10249 2987 1 0 2627263 0
[pid=22238/tid=22240] ppid=22235 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/22238/task/22240/stat : 22240 (java) R 22235 22238 16915 0 -1 4202560 5018 0 0 0 19 1 0 0 20 0 15 0 105365259 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859632730848 139859628515930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22241] ppid=22235 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22241/stat : 22241 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859235494288 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22242] ppid=22235 vsize=10659012 memory=288370087045342848 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22242/stat : 22242 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859234441488 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22243] ppid=22235 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22243/stat : 22243 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859233389200 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22244] ppid=22235 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22244/stat : 22244 (java) S 22235 22238 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105365260 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859232336400 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22245] ppid=22235 vsize=10659012 memory=139710893631104 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22245/stat : 22245 (java) S 22235 22238 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105365261 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859188062832 139859628505730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22246] ppid=22235 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22246/stat : 22246 (java) S 22235 22238 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105365262 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859187008800 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22247] ppid=22235 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22247/stat : 22247 (java) S 22235 22238 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105365262 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859185956464 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22248] ppid=22235 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22248/stat : 22248 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105365264 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859184904784 139859628513179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22249] ppid=22235 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22238/task/22249/stat : 22249 (java) S 22235 22238 16915 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 105365264 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859183851632 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22250] ppid=22235 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22238/task/22250/stat : 22250 (java) S 22235 22238 16915 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 15 0 105365264 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859182798832 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22251] ppid=22235 vsize=10659012 memory=139710893631104 CPUtime=0.07 cores=0,2,4,6
/proc/22238/task/22251/stat : 22251 (java) R 22235 22238 16915 0 -1 4202560 697 0 0 0 7 0 0 0 20 0 15 0 105365264 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859181746544 139859620745091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22252] ppid=22235 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22252/stat : 22252 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105365265 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859180693984 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22253] ppid=22235 vsize=10659012 memory=139710893631104 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22253/stat : 22253 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365265 10914828288 10249 33554432000 4194304 4196468 140735229046144 139859179641776 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40996 KiB

[startup+0.316189 s]*
/proc/loadavg: 2.47 2.39 2.35 5/216 22253
/proc/meminfo: memFree=27875764/32770624 swapFree=67108792/67108860
[pid=22238] ppid=22235 vsize=10659088 memory=46448 CPUtime=0.55 cores=0,2,4,6
/proc/22238/stat : 22238 (java) S 22235 22238 16915 0 -1 1077944320 8708 0 0 0 52 3 0 0 20 0 15 0 105365259 10914906112 11612 33554432000 4194304 4196468 140735229046144 140735229028688 139859628494583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
/proc/22238/statm: 2664772 11612 3055 1 0 2627263 0
[pid=22238/tid=22240] ppid=22235 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/22238/task/22240/stat : 22240 (java) R 22235 22238 16915 0 -1 4202560 5579 0 0 0 29 1 0 0 20 0 15 0 105365259 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859632732896 139859612575070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22241] ppid=22235 vsize=10659088 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22241/stat : 22241 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859235494288 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22242] ppid=22235 vsize=10659088 memory=288370087045342848 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22242/stat : 22242 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859234441488 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22243] ppid=22235 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22243/stat : 22243 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859233389200 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22244] ppid=22235 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22244/stat : 22244 (java) S 22235 22238 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105365260 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859232336400 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22245] ppid=22235 vsize=10659088 memory=139710893631104 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22245/stat : 22245 (java) S 22235 22238 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105365261 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859188062832 139859628505730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22246] ppid=22235 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22246/stat : 22246 (java) S 22235 22238 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105365262 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859187008800 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22247] ppid=22235 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22247/stat : 22247 (java) S 22235 22238 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105365262 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859185956464 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22248] ppid=22235 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22248/stat : 22248 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105365264 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859184904784 139859628513179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22249] ppid=22235 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/22238/task/22249/stat : 22249 (java) R 22235 22238 16915 0 -1 1077944384 441 0 0 0 4 0 0 0 20 0 15 0 105365264 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859183851632 139859628505730 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22250] ppid=22235 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/22238/task/22250/stat : 22250 (java) R 22235 22238 16915 0 -1 4202560 470 0 0 0 5 0 0 0 20 0 15 0 105365264 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859182789216 139859608673642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22251] ppid=22235 vsize=10659088 memory=139710893631104 CPUtime=0.13 cores=0,2,4,6
/proc/22238/task/22251/stat : 22251 (java) S 22235 22238 16915 0 -1 1077944384 851 0 0 0 13 0 0 0 20 0 15 0 105365264 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859181744336 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22252] ppid=22235 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22252/stat : 22252 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105365265 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859180693984 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22253] ppid=22235 vsize=10659088 memory=139710893631104 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22253/stat : 22253 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365265 10914906112 11612 33554432000 4194304 4196468 140735229046144 139859179641776 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46448 KiB

[startup+0.701066 s]
/proc/loadavg: 2.47 2.39 2.35 4/216 22253
/proc/meminfo: memFree=27832716/32770624 swapFree=67108792/67108860
[pid=22238] ppid=22235 vsize=10661136 memory=150576 CPUtime=1.79 cores=0,2,4,6
/proc/22238/stat : 22238 (java) S 22235 22238 16915 0 -1 1077944320 19944 0 0 0 174 5 0 0 20 0 15 0 105365259 10917003264 37644 33554432000 4194304 4196468 140735229046144 140735229028688 139859628494583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
/proc/22238/statm: 2665284 37644 3084 1 0 2627775 0
[pid=22238/tid=22240] ppid=22235 vsize=10661136 memory=235252337371716 CPUtime=0.66 cores=0,2,4,6
/proc/22238/task/22240/stat : 22240 (java) R 22235 22238 16915 0 -1 4202560 6156 0 0 0 64 2 0 0 20 0 15 0 105365259 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859632728512 139859254905230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22241] ppid=22235 vsize=10661136 memory=3977296629253554382 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22241/stat : 22241 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859235494288 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22242] ppid=22235 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22242/stat : 22242 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859234441488 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22243] ppid=22235 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22243/stat : 22243 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365260 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859233389200 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22244] ppid=22235 vsize=10661136 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22244/stat : 22244 (java) S 22235 22238 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105365260 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859232336400 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22245] ppid=22235 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22245/stat : 22245 (java) S 22235 22238 16915 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105365261 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859188062832 139859628505730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22246] ppid=22235 vsize=10661136 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22246/stat : 22246 (java) S 22235 22238 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105365262 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859187008800 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22247] ppid=22235 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22247/stat : 22247 (java) S 22235 22238 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105365262 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859185956464 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22248] ppid=22235 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22248/stat : 22248 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105365264 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859184904784 139859628513179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22249] ppid=22235 vsize=10661136 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/22238/task/22249/stat : 22249 (java) R 22235 22238 16915 0 -1 4202560 4196 0 0 0 35 0 0 0 20 0 15 0 105365264 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859183833200 139859613609629 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22250] ppid=22235 vsize=10661136 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/22238/task/22250/stat : 22250 (java) R 22235 22238 16915 0 -1 4202560 3926 0 0 0 36 0 0 0 20 0 15 0 105365264 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859182784712 139859609130467 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22251] ppid=22235 vsize=10661136 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/22238/task/22251/stat : 22251 (java) R 22235 22238 16915 0 -1 4202560 4296 0 0 0 38 1 0 0 20 0 15 0 105365264 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859181746544 139859607014718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22252] ppid=22235 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22252/stat : 22252 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105365265 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859180693984 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22253] ppid=22235 vsize=10661136 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22253/stat : 22253 (java) S 22235 22238 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105365265 10917003264 37644 33554432000 4194304 4196468 140735229046144 139859179641776 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 150576 KiB

[startup+1.50511 s]
/proc/loadavg: 2.47 2.39 2.35 5/216 22253
/proc/meminfo: memFree=27683044/32770624 swapFree=67108792/67108860
[pid=22238] ppid=22235 vsize=10661136 memory=396000 CPUtime=4.37 cores=0,2,4,6
/proc/22238/stat : 22238 (java) S 22235 22238 16915 0 -1 1077944320 21665 0 0 0 426 11 0 0 20 0 15 0 105365259 10917003264 99000 33554432000 4194304 4196468 140735229046144 140735229028688 139859628494583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
/proc/22238/statm: 2665284 99000 3139 1 0 2627775 0
[pid=22238/tid=22240] ppid=22235 vsize=10661136 memory=10799 CPUtime=1.38 cores=0,2,4,6
/proc/22238/task/22240/stat : 22240 (java) R 22235 22238 16915 0 -1 4202560 6254 0 0 0 133 5 0 0 20 0 15 0 105365259 10917003264 99000 33554432000 4194304 4196468 140735229046144 139859632732232 139859610445234 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22241] ppid=22235 vsize=10661136 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/22238/task/22241/stat : 22241 (java) S 22235 22238 16915 0 -1 1077944384 28 0 0 0 5 0 0 0 20 0 15 0 105365260 10917003264 99000 33554432000 4194304 4196468 140735229046144 139859235494288 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22242] ppid=22235 vsize=10661136 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/22238/task/22242/stat : 22242 (java) S 22235 22238 16915 0 -1 1077944384 40 0 0 0 5 0 0 0 20 0 15 0 105365260 10917003264 99000 33554432000 4194304 4196468 140735229046144 139859234441488 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22243] ppid=22235 vsize=10661136 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22238/task/22243/stat : 22243 (java) S 22235 22238 16915 0 -1 1077944384 44 0 0 0 6 1 0 0 20 0 15 0 105365260 10917003264 99000 33554432000 4194304 4196468 140735229046144 139859233389200 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22244] ppid=22235 vsize=10661136 memory=6943526294502006880 CPUtime=0.04 cores=0,2,4,6
/proc/22238/task/22244/stat : 22244 (java) S 22235 22238 16915 0 -1 1077944384 42 0 0 0 4 0 0 0 20 0 15 0 105365260 10917003264 99000 33554432000 4194304 4196468 140735229046144 139859232336400 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22245] ppid=22235 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22245/stat : 22245 (java) S 22235 22238 16915 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 105365261 10917003264 99000 33554432000 4194304 4196468 140735229046144 139859188062832 139859628505730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0

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

/proc/22238/task/22243/stat : 22243 (java) S 22235 22238 16915 0 -1 1077944384 3547 0 0 0 216 19 0 0 20 0 16 0 105365260 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859233389200 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22244] ppid=22235 vsize=10727700 memory=3277528 CPUtime=2.3 cores=0,2,4,6
/proc/22238/task/22244/stat : 22244 (java) S 22235 22238 16915 0 -1 1077944384 7223 0 0 0 212 18 0 0 20 0 16 0 105365260 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859232336400 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22245] ppid=22235 vsize=10727700 memory=3277528 CPUtime=1.04 cores=0,2,4,6
/proc/22238/task/22245/stat : 22245 (java) S 22235 22238 16915 0 -1 1077944384 2629 0 0 0 104 0 0 0 20 0 16 0 105365261 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859188062832 139859628505730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22246] ppid=22235 vsize=10727700 memory=3277528 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22246/stat : 22246 (java) S 22235 22238 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105365262 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859187008864 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22247] ppid=22235 vsize=10727700 memory=3277528 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22247/stat : 22247 (java) S 22235 22238 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105365262 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859185956464 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22248] ppid=22235 vsize=10727700 memory=3277528 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22248/stat : 22248 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859184904784 139859628513179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22249] ppid=22235 vsize=10727700 memory=3277460 CPUtime=3.16 cores=0,2,4,6
/proc/22238/task/22249/stat : 22249 (java) S 22235 22238 16915 0 -1 1077944384 14200 0 0 0 315 1 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859183851632 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22250] ppid=22235 vsize=10727700 memory=0 CPUtime=3.02 cores=0,2,4,6
/proc/22238/task/22250/stat : 22250 (java) S 22235 22238 16915 0 -1 1077944384 8124 0 0 0 301 1 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859182798832 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22251] ppid=22235 vsize=10727700 memory=3277528 CPUtime=0.65 cores=0,2,4,6
/proc/22238/task/22251/stat : 22251 (java) S 22235 22238 16915 0 -1 1077944384 7323 0 0 0 64 1 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859181746544 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22252] ppid=22235 vsize=10727700 memory=3277528 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22252/stat : 22252 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105365265 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859180693984 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22253] ppid=22235 vsize=10727700 memory=3277528 CPUtime=0.09 cores=0,2,4,6
/proc/22238/task/22253/stat : 22253 (java) S 22235 22238 16915 0 -1 1077944384 319 0 0 0 5 4 0 0 20 0 16 0 105365265 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859179641776 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22254] ppid=22235 vsize=10727700 memory=3277528 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22254/stat : 22254 (java) S 22235 22238 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105366495 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859178587312 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
Current children cumulated CPU time: 176.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3277528 KiB

[startup+222.301 s]
/proc/loadavg: 2.66 2.45 2.37 6/217 22347
/proc/meminfo: memFree=20988928/32770624 swapFree=67108792/67108860
[pid=22238] ppid=22235 vsize=10727700 memory=3277528 CPUtime=236.16 cores=0,2,4,6
/proc/22238/stat : 22238 (java) S 22235 22238 16915 0 -1 1077944320 135667 0 0 0 23495 121 0 0 20 0 16 0 105365259 10985164800 819382 33554432000 4194304 4196468 140735229046144 140735229028688 139859628494583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
/proc/22238/statm: 2681925 819382 3188 1 0 2644416 0
[pid=22238/tid=22240] ppid=22235 vsize=10727700 memory=3277528 CPUtime=218.76 cores=0,2,4,6
/proc/22238/task/22240/stat : 22240 (java) R 22235 22238 16915 0 -1 4202560 73686 0 0 0 21837 39 0 0 20 0 16 0 105365259 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859632733048 139859258770102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22241] ppid=22235 vsize=10727700 memory=3277528 CPUtime=2.31 cores=0,2,4,6
/proc/22238/task/22241/stat : 22241 (java) S 22235 22238 16915 0 -1 1077944384 7354 0 0 0 216 15 0 0 20 0 16 0 105365260 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859235494288 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22242] ppid=22235 vsize=10727700 memory=3277528 CPUtime=2.31 cores=0,2,4,6
/proc/22238/task/22242/stat : 22242 (java) S 22235 22238 16915 0 -1 1077944384 8264 0 0 0 213 18 0 0 20 0 16 0 105365260 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859234441488 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22243] ppid=22235 vsize=10727700 memory=3277528 CPUtime=2.35 cores=0,2,4,6
/proc/22238/task/22243/stat : 22243 (java) S 22235 22238 16915 0 -1 1077944384 3547 0 0 0 216 19 0 0 20 0 16 0 105365260 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859233389200 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22244] ppid=22235 vsize=10727700 memory=3277528 CPUtime=2.3 cores=0,2,4,6
/proc/22238/task/22244/stat : 22244 (java) S 22235 22238 16915 0 -1 1077944384 7223 0 0 0 212 18 0 0 20 0 16 0 105365260 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859232336400 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22245] ppid=22235 vsize=10727700 memory=3277528 CPUtime=1.05 cores=0,2,4,6
/proc/22238/task/22245/stat : 22245 (java) S 22235 22238 16915 0 -1 1077944384 2679 0 0 0 105 0 0 0 20 0 16 0 105365261 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859188062832 139859628505730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22246] ppid=22235 vsize=10727700 memory=3277528 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22246/stat : 22246 (java) S 22235 22238 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105365262 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859187008864 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22247] ppid=22235 vsize=10727700 memory=3277528 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22247/stat : 22247 (java) S 22235 22238 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105365262 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859185956464 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22248] ppid=22235 vsize=10727700 memory=3277528 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22248/stat : 22248 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859184904784 139859628513179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22249] ppid=22235 vsize=10727700 memory=3277528 CPUtime=3.18 cores=0,2,4,6
/proc/22238/task/22249/stat : 22249 (java) S 22235 22238 16915 0 -1 1077944384 15286 0 0 0 317 1 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859183851632 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22250] ppid=22235 vsize=10727700 memory=3277528 CPUtime=3.02 cores=0,2,4,6
/proc/22238/task/22250/stat : 22250 (java) S 22235 22238 16915 0 -1 1077944384 8127 0 0 0 301 1 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859182798832 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22251] ppid=22235 vsize=10727700 memory=1428 CPUtime=0.66 cores=0,2,4,6
/proc/22238/task/22251/stat : 22251 (java) S 22235 22238 16915 0 -1 1077944384 7725 0 0 0 65 1 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859181746544 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22252] ppid=22235 vsize=10727700 memory=30348 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22252/stat : 22252 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105365265 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859180693984 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22253] ppid=22235 vsize=10727700 memory=1292 CPUtime=0.13 cores=0,2,4,6
/proc/22238/task/22253/stat : 22253 (java) S 22235 22238 16915 0 -1 1077944384 394 0 0 0 6 7 0 0 20 0 16 0 105365265 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859179641776 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22254] ppid=22235 vsize=10727700 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22254/stat : 22254 (java) S 22235 22238 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105366495 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859178587312 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
Current children cumulated CPU time: 236.16 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3277528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.201 s]
/proc/loadavg: 2.59 2.45 2.37 3/218 22348
/proc/meminfo: memFree=21050904/32770624 swapFree=67108792/67108860
[pid=22238] ppid=22235 vsize=10727700 memory=3277528 CPUtime=252.07 cores=0,2,4,6
/proc/22238/stat : 22238 (java) S 22235 22238 16915 0 -1 1077944320 143684 0 0 0 25085 122 0 0 20 0 16 0 105365259 10985164800 819382 33554432000 4194304 4196468 140735229046144 140735229028688 139859628494583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
/proc/22238/statm: 2681925 819382 3188 1 0 2644416 0
[pid=22238/tid=22240] ppid=22235 vsize=10727700 memory=288230583166042426 CPUtime=234.66 cores=0,2,4,6
/proc/22238/task/22240/stat : 22240 (java) R 22235 22238 16915 0 -1 4202560 81684 0 0 0 23427 39 0 0 20 0 16 0 105365259 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859632733048 139859258770365 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22241] ppid=22235 vsize=10727700 memory=14410445029116127 CPUtime=2.31 cores=0,2,4,6
/proc/22238/task/22241/stat : 22241 (java) S 22235 22238 16915 0 -1 1077944384 7354 0 0 0 216 15 0 0 20 0 16 0 105365260 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859235494288 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22242] ppid=22235 vsize=10727700 memory=1720 CPUtime=2.31 cores=0,2,4,6
/proc/22238/task/22242/stat : 22242 (java) S 22235 22238 16915 0 -1 1077944384 8264 0 0 0 213 18 0 0 20 0 16 0 105365260 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859234441488 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22243] ppid=22235 vsize=10727700 memory=5760 CPUtime=2.35 cores=0,2,4,6
/proc/22238/task/22243/stat : 22243 (java) S 22235 22238 16915 0 -1 1077944384 3547 0 0 0 216 19 0 0 20 0 16 0 105365260 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859233389200 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22244] ppid=22235 vsize=10727700 memory=7305499846046148691 CPUtime=2.3 cores=0,2,4,6
/proc/22238/task/22244/stat : 22244 (java) S 22235 22238 16915 0 -1 1077944384 7223 0 0 0 212 18 0 0 20 0 16 0 105365260 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859232336400 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22245] ppid=22235 vsize=10727700 memory=5792315660304543064 CPUtime=1.05 cores=0,2,4,6
/proc/22238/task/22245/stat : 22245 (java) S 22235 22238 16915 0 -1 1077944384 2679 0 0 0 105 0 0 0 20 0 16 0 105365261 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859188062832 139859628505730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22246] ppid=22235 vsize=10727700 memory=7812453901573314661 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22246/stat : 22246 (java) S 22235 22238 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105365262 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859187008864 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22247] ppid=22235 vsize=10727700 memory=5787213827181732953 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22247/stat : 22247 (java) S 22235 22238 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105365262 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859185956464 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22248] ppid=22235 vsize=10727700 memory=5938678232967832682 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22248/stat : 22248 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859184904784 139859628513179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22249] ppid=22235 vsize=10727700 memory=-7385037593950845031 CPUtime=3.18 cores=0,2,4,6
/proc/22238/task/22249/stat : 22249 (java) S 22235 22238 16915 0 -1 1077944384 15289 0 0 0 317 1 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859183851632 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22250] ppid=22235 vsize=10727700 memory=7682744562830902074 CPUtime=3.02 cores=0,2,4,6
/proc/22238/task/22250/stat : 22250 (java) S 22235 22238 16915 0 -1 1077944384 8140 0 0 0 301 1 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859182798832 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22251] ppid=22235 vsize=10727700 memory=-7966001967256141664 CPUtime=0.66 cores=0,2,4,6
/proc/22238/task/22251/stat : 22251 (java) S 22235 22238 16915 0 -1 1077944384 7728 0 0 0 65 1 0 0 20 0 16 0 105365264 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859181746544 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22252] ppid=22235 vsize=10727700 memory=7444825561389879400 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22252/stat : 22252 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105365265 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859180693984 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22253] ppid=22235 vsize=10727700 memory=1008 CPUtime=0.13 cores=0,2,4,6
/proc/22238/task/22253/stat : 22253 (java) S 22235 22238 16915 0 -1 1077944384 394 0 0 0 6 7 0 0 20 0 16 0 105365265 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859179641776 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22254] ppid=22235 vsize=10727700 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22254/stat : 22254 (java) S 22235 22238 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105366495 10985164800 819382 33554432000 4194304 4196468 140735229046144 139859178587312 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3277528 KiB

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

[startup+238.444 s]
# the end of solver process 22238 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.888 s, system=1.25258 s

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

[startup+238.401 s]
/proc/loadavg: 2.59 2.45 2.37 3/218 22348
/proc/meminfo: memFree=21050904/32770624 swapFree=67108792/67108860
[pid=22238] ppid=22235 vsize=10927392 memory=3277836 CPUtime=252.09 cores=0,2,4,6
/proc/22238/stat : 22238 (java) S 22235 22238 16915 0 -1 1077944320 144533 0 0 0 25087 122 0 0 20 0 17 0 105365259 11189649408 819459 33554432000 4194304 4196468 140735229046144 140735229028688 139859628494583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
/proc/22238/statm: 2731848 819459 3192 1 0 2694339 0
[pid=22238/tid=22240] ppid=22235 vsize=10927392 memory=4096 CPUtime=234.68 cores=0,2,4,6
/proc/22238/task/22240/stat : 22240 (java) S 22235 22238 16915 0 -1 1077944384 81777 0 0 0 23429 39 0 0 20 0 17 0 105365259 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859632737456 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22241] ppid=22235 vsize=10927392 memory=4588 CPUtime=2.31 cores=0,2,4,6
/proc/22238/task/22241/stat : 22241 (java) S 22235 22238 16915 0 -1 1077944384 7354 0 0 0 216 15 0 0 20 0 17 0 105365260 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859235494288 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22242] ppid=22235 vsize=10927392 memory=9920 CPUtime=2.31 cores=0,2,4,6
/proc/22238/task/22242/stat : 22242 (java) S 22235 22238 16915 0 -1 1077944384 8264 0 0 0 213 18 0 0 20 0 17 0 105365260 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859234441488 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22243] ppid=22235 vsize=10927392 memory=1944 CPUtime=2.35 cores=0,2,4,6
/proc/22238/task/22243/stat : 22243 (java) S 22235 22238 16915 0 -1 1077944384 3547 0 0 0 216 19 0 0 20 0 17 0 105365260 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859233389200 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22244] ppid=22235 vsize=10927392 memory=4872558044660077418 CPUtime=2.3 cores=0,2,4,6
/proc/22238/task/22244/stat : 22244 (java) S 22235 22238 16915 0 -1 1077944384 7223 0 0 0 212 18 0 0 20 0 17 0 105365260 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859232336400 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22245] ppid=22235 vsize=10927392 memory=1292 CPUtime=1.05 cores=0,2,4,6
/proc/22238/task/22245/stat : 22245 (java) S 22235 22238 16915 0 -1 1077944384 2716 0 0 0 105 0 0 0 20 0 17 0 105365261 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859188062832 139859628505730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22246] ppid=22235 vsize=10927392 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22246/stat : 22246 (java) S 22235 22238 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105365262 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859187008864 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22247] ppid=22235 vsize=10927392 memory=3277528 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22247/stat : 22247 (java) S 22235 22238 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 105365262 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859185956464 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22248] ppid=22235 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22248/stat : 22248 (java) S 22235 22238 16915 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 17 0 105365264 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859184904784 139859628513179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22249] ppid=22235 vsize=10927392 memory=1008 CPUtime=3.18 cores=0,2,4,6
/proc/22238/task/22249/stat : 22249 (java) S 22235 22238 16915 0 -1 1077944384 15289 0 0 0 317 1 0 0 20 0 17 0 105365264 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859183851632 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22250] ppid=22235 vsize=10927392 memory=1228 CPUtime=3.02 cores=0,2,4,6
/proc/22238/task/22250/stat : 22250 (java) S 22235 22238 16915 0 -1 1077944384 8140 0 0 0 301 1 0 0 20 0 17 0 105365264 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859182798832 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22251] ppid=22235 vsize=10927392 memory=1200 CPUtime=0.66 cores=0,2,4,6
/proc/22238/task/22251/stat : 22251 (java) S 22235 22238 16915 0 -1 1077944384 7811 0 0 0 65 1 0 0 20 0 17 0 105365264 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859181746544 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22252] ppid=22235 vsize=10927392 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/22238/task/22252/stat : 22252 (java) S 22235 22238 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105365265 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859180693984 139859628504789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
[pid=22238/tid=22253] ppid=22235 vsize=10927392 memory=3897460 CPUtime=0.13 cores=0,2,4,6
/proc/22238/task/22253/stat : 22253 (java) S 22235 22238 16915 0 -1 1077944384 394 0 0 0 6 7 0 0 20 0 17 0 105365265 11189649408 819459 33554432000 4194304 4196468 140735229046144 139859179641776 139859628505730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18305024 140735229047926 140735229048078 140735229048078 140735229050831 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3277836 KiB

Child status: 143
Real time (s): 238.444
CPU time (s): 252.141
CPU user time (s): 250.888
CPU system time (s): 1.25258
CPU usage (%): 105.744
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3277836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.888
system time used= 1.25258
maximum resident set size= 3278336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8211
involuntary context switches= 537


# summary of solver processes directly reported to runsolver:
#   pid: 22238
#   total CPU time (s): 252.141
#   total CPU user time (s): 250.888
#   total CPU system time (s): 1.25258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44329 second user time and 2.33921 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 17:27:00
IDJOB=4301310
IDBENCH=141099
IDSOLVER=2773
FILE ID=node150/4301310-1532878020
RUNJOBID= node150-1532875965-20368
PBS_JOBID= 21022492
Free space on /tmp= 55348 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Tal/Tal-04_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301310-1532878020/watcher-4301310-1532878020 -o /tmp/evaluation-result-4301310-1532878020/solver-4301310-1532878020 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532875965-20368 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301310-1532878020.xml

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

MD5SUM BENCH= f4bb57fd900a6a9a68798497b08fcf01
RANDOM SEED=1655350307

node150.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.76
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.76
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.76
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.76
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:        27909884 kB
MemAvailable:   31637524 kB
Buffers:          220196 kB
Cached:          3749968 kB
SwapCached:           32 kB
Active:          1748404 kB
Inactive:        2582436 kB
Active(anon):     311812 kB
Inactive(anon):    76188 kB
Active(file):    1436592 kB
Inactive(file):  2506248 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              2304 kB
Writeback:             0 kB
AnonPages:        424712 kB
Mapped:            56432 kB
Shmem:             25156 kB
Slab:             230236 kB
SReclaimable:     201272 kB
SUnreclaim:        28964 kB
KernelStack:        3888 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1314488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55344 MiB
End job on node150 at 2018-07-29 17:30:58