Trace number 4301313

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.149 225.043

General information on the benchmark

NameTal/
Tal-07_c18.xml
MD5SUM5a4be603cb990ae6ed40c9d9f121c88d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark138
Best CPU time to get the best result obtained on this benchmark252.061
Satisfiable
(Un)Satisfiability was proved
Number of variables818
Number of constraints545
Number of domains12
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":73},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":67},{"size":42,"count":119}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":372},{"degree":1,"count":135},{"degree":2,"count":83},{"degree":3,"count":11},{"degree":4,"count":12},{"degree":5,"count":49},{"degree":6,"count":23},{"degree":7,"count":15},{"degree":8,"count":15},{"degree":9,"count":23},{"degree":10,"count":22},{"degree":11,"count":24},{"degree":12,"count":19},{"degree":13,"count":6},{"degree":14,"count":6},{"degree":15,"count":2},{"degree":16,"count":1}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":155},{"arity":2,"count":174},{"arity":3,"count":57},{"arity":4,"count":13},{"arity":5,"count":22},{"arity":6,"count":21},{"arity":7,"count":20},{"arity":8,"count":19},{"arity":9,"count":19},{"arity":10,"count":17},{"arity":11,"count":14},{"arity":12,"count":14}]
Number of extensional constraints100
Number of intensional constraints427
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":427},{"type":"count","count":18}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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

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=22332, runsolver pid=22329

[startup+0.100125 s]*
/proc/loadavg: 2.93 2.49 2.38 2/217 22347
/proc/meminfo: memFree=24925156/32770624 swapFree=67108792/67108860
[pid=22332] ppid=22329 vsize=10659012 memory=31468 CPUtime=0.13 cores=1,3,5,7
/proc/22332/stat : 22332 (java) S 22329 22332 16915 0 -1 1077944320 6434 0 0 0 12 1 0 0 20 0 15 0 105385137 10914828288 7867 33554432000 4194304 4196468 140724594696832 140724594679376 140447724642039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
/proc/22332/statm: 2664753 7867 2817 1 0 2627263 0
[pid=22332/tid=22334] ppid=22329 vsize=10659012 memory=-8701690554792316543 CPUtime=0.09 cores=1,3,5,7
/proc/22332/task/22334/stat : 22334 (java) R 22329 22332 16915 0 -1 4202560 4267 0 0 0 8 1 0 0 20 0 15 0 105385138 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447728863808 140447724653974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22335] ppid=22329 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22335/stat : 22335 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447650716304 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22336] ppid=22329 vsize=10659012 memory=140449529185920 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22336/stat : 22336 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447649663504 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22337] ppid=22329 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22337/stat : 22337 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447648610704 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22338] ppid=22329 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22338/stat : 22338 (java) S 22329 22332 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105385139 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447647557904 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22339] ppid=22329 vsize=10659012 memory=140449529185920 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22339/stat : 22339 (java) S 22329 22332 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105385140 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447216397168 140447724653186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22340] ppid=22329 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22340/stat : 22340 (java) S 22329 22332 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105385140 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447215343136 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22341] ppid=22329 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22341/stat : 22341 (java) S 22329 22332 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105385141 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447214290288 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22342] ppid=22329 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22342/stat : 22342 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105385143 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447213238608 140447724660635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22343] ppid=22329 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22343/stat : 22343 (java) R 22329 22332 16915 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 105385143 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447212185968 140447724653186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22344] ppid=22329 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22344/stat : 22344 (java) R 22329 22332 16915 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105385143 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447211133168 140447724653186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22345] ppid=22329 vsize=10659012 memory=140449529185920 CPUtime=0.02 cores=1,3,5,7
/proc/22332/task/22345/stat : 22345 (java) R 22329 22332 16915 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 105385143 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447210080368 140447724663386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22346] ppid=22329 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22346/stat : 22346 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105385143 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447209027808 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22347] ppid=22329 vsize=10659012 memory=140449529185920 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22347/stat : 22347 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385143 10914828288 7867 33554432000 4194304 4196468 140724594696832 140447207976112 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31468 KiB

[startup+0.211111 s]*
/proc/loadavg: 2.93 2.49 2.38 3/217 22347
/proc/meminfo: memFree=24913212/32770624 swapFree=67108792/67108860
[pid=22332] ppid=22329 vsize=10659012 memory=42188 CPUtime=0.32 cores=1,3,5,7
/proc/22332/stat : 22332 (java) S 22329 22332 16915 0 -1 1077944320 7676 0 0 0 31 1 0 0 20 0 15 0 105385137 10914828288 10547 33554432000 4194304 4196468 140724594696832 140724594679376 140447724642039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
/proc/22332/statm: 2664753 10547 3002 1 0 2627263 0
[pid=22332/tid=22334] ppid=22329 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/22332/task/22334/stat : 22334 (java) R 22329 22332 16915 0 -1 4202560 4613 0 0 0 19 1 0 0 20 0 15 0 105385138 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447728876288 140447708722526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22335] ppid=22329 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22335/stat : 22335 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447650716304 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22336] ppid=22329 vsize=10659012 memory=288370825680897664 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22336/stat : 22336 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447649663504 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22337] ppid=22329 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22337/stat : 22337 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447648610704 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22338] ppid=22329 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22338/stat : 22338 (java) S 22329 22332 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105385139 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447647557904 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22339] ppid=22329 vsize=10659012 memory=140449529185920 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22339/stat : 22339 (java) S 22329 22332 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105385140 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447216397168 140447724653186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22340] ppid=22329 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22340/stat : 22340 (java) S 22329 22332 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105385140 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447215343136 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22341] ppid=22329 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22341/stat : 22341 (java) S 22329 22332 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105385141 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447214290288 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22342] ppid=22329 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22342/stat : 22342 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105385143 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447213238608 140447724660635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22343] ppid=22329 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22332/task/22343/stat : 22343 (java) S 22329 22332 16915 0 -1 1077944384 620 0 0 0 1 0 0 0 20 0 15 0 105385143 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447212185968 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22344] ppid=22329 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22332/task/22344/stat : 22344 (java) S 22329 22332 16915 0 -1 1077944384 386 0 0 0 2 0 0 0 20 0 15 0 105385143 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447211133168 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22345] ppid=22329 vsize=10659012 memory=140449529185920 CPUtime=0.08 cores=1,3,5,7
/proc/22332/task/22345/stat : 22345 (java) R 22329 22332 16915 0 -1 4202560 690 0 0 0 8 0 0 0 20 0 15 0 105385143 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447210080368 140447724663386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22346] ppid=22329 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22346/stat : 22346 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105385143 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447209027808 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22347] ppid=22329 vsize=10659012 memory=140449529185920 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22347/stat : 22347 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385143 10914828288 10547 33554432000 4194304 4196468 140724594696832 140447207976112 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42188 KiB

[startup+0.317387 s]*
/proc/loadavg: 2.93 2.49 2.38 6/217 22347
/proc/meminfo: memFree=24907568/32770624 swapFree=67108792/67108860
[pid=22332] ppid=22329 vsize=10659088 memory=49904 CPUtime=0.56 cores=1,3,5,7
/proc/22332/stat : 22332 (java) S 22329 22332 16915 0 -1 1077944320 8554 0 0 0 54 2 0 0 20 0 15 0 105385137 10914906112 12476 33554432000 4194304 4196468 140724594696832 140724594679376 140447724642039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
/proc/22332/statm: 2664772 12476 3063 1 0 2627263 0
[pid=22332/tid=22334] ppid=22329 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/22332/task/22334/stat : 22334 (java) R 22329 22332 16915 0 -1 4202560 5110 0 0 0 29 1 0 0 20 0 15 0 105385138 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447728879296 140447326741254 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22335] ppid=22329 vsize=10659088 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22335/stat : 22335 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447650716304 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22336] ppid=22329 vsize=10659088 memory=288370825680897664 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22336/stat : 22336 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447649663504 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22337] ppid=22329 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22337/stat : 22337 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447648610704 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22338] ppid=22329 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22338/stat : 22338 (java) S 22329 22332 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105385139 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447647557904 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22339] ppid=22329 vsize=10659088 memory=140449529185920 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22339/stat : 22339 (java) S 22329 22332 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105385140 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447216397168 140447724653186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22340] ppid=22329 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22340/stat : 22340 (java) S 22329 22332 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105385140 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447215343136 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22341] ppid=22329 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22341/stat : 22341 (java) S 22329 22332 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105385141 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447214290288 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22342] ppid=22329 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22342/stat : 22342 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105385143 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447213238608 140447724660635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22343] ppid=22329 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/22332/task/22343/stat : 22343 (java) R 22329 22332 16915 0 -1 4202560 740 0 0 0 4 0 0 0 20 0 15 0 105385143 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447212186096 140447708030277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22344] ppid=22329 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/22332/task/22344/stat : 22344 (java) R 22329 22332 16915 0 -1 4202560 518 0 0 0 5 0 0 0 20 0 15 0 105385143 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447211119424 140447706163265 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22345] ppid=22329 vsize=10659088 memory=140449529185920 CPUtime=0.14 cores=1,3,5,7
/proc/22332/task/22345/stat : 22345 (java) R 22329 22332 16915 0 -1 4202560 819 0 0 0 14 0 0 0 20 0 15 0 105385143 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447210076736 140447703626776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22346] ppid=22329 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22346/stat : 22346 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105385143 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447209027808 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22347] ppid=22329 vsize=10659088 memory=140449529185920 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22347/stat : 22347 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385143 10914906112 12476 33554432000 4194304 4196468 140724594696832 140447207976112 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49904 KiB

[startup+0.704377 s]
/proc/loadavg: 2.93 2.49 2.38 5/217 22347
/proc/meminfo: memFree=24869852/32770624 swapFree=67108792/67108860
[pid=22332] ppid=22329 vsize=10661136 memory=128476 CPUtime=1.9 cores=1,3,5,7
/proc/22332/stat : 22332 (java) S 22329 22332 16915 0 -1 1077944320 14011 0 0 0 185 5 0 0 20 0 15 0 105385137 10917003264 32119 33554432000 4194304 4196468 140724594696832 140724594679376 140447724642039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
/proc/22332/statm: 2665284 32119 3108 1 0 2627775 0
[pid=22332/tid=22334] ppid=22329 vsize=10661136 memory=236394664454818 CPUtime=0.67 cores=1,3,5,7
/proc/22332/task/22334/stat : 22334 (java) R 22329 22332 16915 0 -1 4202560 5575 0 0 0 64 3 0 0 20 0 15 0 105385138 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447728878016 140447326531432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22335] ppid=22329 vsize=10661136 memory=3977296629253554382 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22335/stat : 22335 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447650716304 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22336] ppid=22329 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22336/stat : 22336 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447649663504 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22337] ppid=22329 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22337/stat : 22337 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385139 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447648610704 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22338] ppid=22329 vsize=10661136 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22338/stat : 22338 (java) S 22329 22332 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105385139 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447647557904 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22339] ppid=22329 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22339/stat : 22339 (java) S 22329 22332 16915 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105385140 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447216397168 140447724653186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22340] ppid=22329 vsize=10661136 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22340/stat : 22340 (java) S 22329 22332 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105385140 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447215343136 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22341] ppid=22329 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22341/stat : 22341 (java) S 22329 22332 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105385141 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447214290288 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22342] ppid=22329 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22342/stat : 22342 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105385143 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447213238608 140447724660635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22343] ppid=22329 vsize=10661136 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/22332/task/22343/stat : 22343 (java) R 22329 22332 16915 0 -1 4202560 2634 0 0 0 41 0 0 0 20 0 15 0 105385143 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447212176352 140447702099008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22344] ppid=22329 vsize=10661136 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/22332/task/22344/stat : 22344 (java) R 22329 22332 16915 0 -1 4202560 2391 0 0 0 39 0 0 0 20 0 15 0 105385143 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447211119952 140447708125524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22345] ppid=22329 vsize=10661136 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/22332/task/22345/stat : 22345 (java) R 22329 22332 16915 0 -1 4202560 2041 0 0 0 38 0 0 0 20 0 15 0 105385143 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447210077624 140447704562964 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22346] ppid=22329 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22346/stat : 22346 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105385143 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447209027808 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22347] ppid=22329 vsize=10661136 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22347/stat : 22347 (java) S 22329 22332 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105385143 10917003264 32119 33554432000 4194304 4196468 140724594696832 140447207976112 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 128476 KiB

[startup+1.50142 s]
/proc/loadavg: 2.93 2.49 2.38 5/217 22347
/proc/meminfo: memFree=24731712/32770624 swapFree=67108792/67108860
[pid=22332] ppid=22329 vsize=10661136 memory=425368 CPUtime=4.47 cores=1,3,5,7
/proc/22332/stat : 22332 (java) S 22329 22332 16915 0 -1 1077944320 20422 0 0 0 432 15 0 0 20 0 15 0 105385137 10917003264 106342 33554432000 4194304 4196468 140724594696832 140724594679376 140447724642039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
/proc/22332/statm: 2665284 106342 3142 1 0 2627775 0
[pid=22332/tid=22334] ppid=22329 vsize=10661136 memory=10799 CPUtime=1.34 cores=1,3,5,7
/proc/22332/task/22334/stat : 22334 (java) R 22329 22332 16915 0 -1 4202560 5693 0 0 0 128 6 0 0 20 0 15 0 105385138 10917003264 106342 33554432000 4194304 4196468 140724594696832 140447728876344 140447331480988 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22335] ppid=22329 vsize=10661136 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/22332/task/22335/stat : 22335 (java) S 22329 22332 16915 0 -1 1077944384 47 0 0 0 6 1 0 0 20 0 15 0 105385139 10917003264 106342 33554432000 4194304 4196468 140724594696832 140447650716304 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22336] ppid=22329 vsize=10661136 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/22332/task/22336/stat : 22336 (java) S 22329 22332 16915 0 -1 1077944384 142 0 0 0 4 1 0 0 20 0 15 0 105385139 10917003264 106342 33554432000 4194304 4196468 140724594696832 140447649663504 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22337] ppid=22329 vsize=10661136 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22332/task/22337/stat : 22337 (java) S 22329 22332 16915 0 -1 1077944384 191 0 0 0 8 1 0 0 20 0 15 0 105385139 10917003264 106342 33554432000 4194304 4196468 140724594696832 140447648610704 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22338] ppid=22329 vsize=10661136 memory=6943526294502006880 CPUtime=0.09 cores=1,3,5,7
/proc/22332/task/22338/stat : 22338 (java) S 22329 22332 16915 0 -1 1077944384 58 0 0 0 8 1 0 0 20 0 15 0 105385139 10917003264 106342 33554432000 4194304 4196468 140724594696832 140447647557904 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22339] ppid=22329 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22339/stat : 22339 (java) S 22329 22332 16915 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 105385140 10917003264 106342 33554432000 4194304 4196468 140724594696832 140447216397168 140447724653186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0

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

/proc/22332/task/22339/stat : 22339 (java) S 22329 22332 16915 0 -1 1077944384 7136 0 0 0 310 1 0 0 20 0 16 0 105385140 10985164800 974434 33554432000 4194304 4196468 140724594696832 140447216397168 140447724653186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22340] ppid=22329 vsize=10727700 memory=3897724 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22340/stat : 22340 (java) S 22329 22332 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105385140 10985164800 974434 33554432000 4194304 4196468 140724594696832 140447215343200 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22341] ppid=22329 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22341/stat : 22341 (java) S 22329 22332 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105385141 10985164800 974434 33554432000 4194304 4196468 140724594696832 140447214290288 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22342] ppid=22329 vsize=10727700 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22342/stat : 22342 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105385143 10985164800 974434 33554432000 4194304 4196468 140724594696832 140447213238608 140447724660635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22343] ppid=22329 vsize=10727700 memory=3897736 CPUtime=2.14 cores=1,3,5,7
/proc/22332/task/22343/stat : 22343 (java) S 22329 22332 16915 0 -1 1077944384 7700 0 0 0 213 1 0 0 20 0 16 0 105385143 10985164800 974434 33554432000 4194304 4196468 140724594696832 140447212185968 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22344] ppid=22329 vsize=10727700 memory=3897736 CPUtime=2.55 cores=1,3,5,7
/proc/22332/task/22344/stat : 22344 (java) S 22329 22332 16915 0 -1 1077944384 9701 0 0 0 253 2 0 0 20 0 16 0 105385143 10985164800 974434 33554432000 4194304 4196468 140724594696832 140447211133168 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22345] ppid=22329 vsize=10727700 memory=3897736 CPUtime=0.65 cores=1,3,5,7
/proc/22332/task/22345/stat : 22345 (java) S 22329 22332 16915 0 -1 1077944384 4979 0 0 0 65 0 0 0 20 0 16 0 105385143 10985164800 974434 33554432000 4194304 4196468 140724594696832 140447210080368 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22346] ppid=22329 vsize=10727700 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22346/stat : 22346 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105385143 10985164800 974434 33554432000 4194304 4196468 140724594696832 140447209027808 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22347] ppid=22329 vsize=10727700 memory=3897736 CPUtime=0.09 cores=1,3,5,7
/proc/22332/task/22347/stat : 22347 (java) S 22329 22332 16915 0 -1 1077944384 228 0 0 0 5 4 0 0 20 0 16 0 105385143 10985164800 974434 33554432000 4194304 4196468 140724594696832 140447207976112 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22348] ppid=22329 vsize=10727700 memory=3897736 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22348/stat : 22348 (java) S 22329 22332 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105387601 10985164800 974434 33554432000 4194304 4196468 140724594696832 140447204824496 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
Current children cumulated CPU time: 189.48 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3897736 KiB

[startup+222.301 s]
/proc/loadavg: 2.03 2.25 2.31 3/218 22430
/proc/meminfo: memFree=20900832/32770624 swapFree=67108792/67108860
[pid=22332] ppid=22329 vsize=10727700 memory=3897752 CPUtime=249.57 cores=1,3,5,7
/proc/22332/stat : 22332 (java) S 22329 22332 16915 0 -1 1077944320 102272 0 0 0 24771 186 0 0 20 0 16 0 105385137 10985164800 974438 33554432000 4194304 4196468 140724594696832 140724594679376 140447724642039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
/proc/22332/statm: 2681925 974438 3192 1 0 2644416 0
[pid=22332/tid=22334] ppid=22329 vsize=10727700 memory=3897752 CPUtime=211.73 cores=1,3,5,7
/proc/22332/task/22334/stat : 22334 (java) R 22329 22332 16915 0 -1 4202560 36847 0 0 0 21140 33 0 0 20 0 16 0 105385138 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447728880744 140447333534508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22335] ppid=22329 vsize=10727700 memory=2257 CPUtime=7.25 cores=1,3,5,7
/proc/22332/task/22335/stat : 22335 (java) S 22329 22332 16915 0 -1 1077944384 7322 0 0 0 690 35 0 0 20 0 16 0 105385139 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447650716304 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22336] ppid=22329 vsize=10727700 memory=3897752 CPUtime=7.26 cores=1,3,5,7
/proc/22332/task/22336/stat : 22336 (java) S 22329 22332 16915 0 -1 1077944384 8709 0 0 0 693 33 0 0 20 0 16 0 105385139 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447649663504 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22337] ppid=22329 vsize=10727700 memory=792 CPUtime=7.32 cores=1,3,5,7
/proc/22332/task/22337/stat : 22337 (java) S 22329 22332 16915 0 -1 1077944384 7144 0 0 0 696 36 0 0 20 0 16 0 105385139 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447648610704 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22338] ppid=22329 vsize=10727700 memory=3897752 CPUtime=7.28 cores=1,3,5,7
/proc/22332/task/22338/stat : 22338 (java) S 22329 22332 16915 0 -1 1077944384 9534 0 0 0 693 35 0 0 20 0 16 0 105385139 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447647557904 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22339] ppid=22329 vsize=10727700 memory=1720 CPUtime=3.11 cores=1,3,5,7
/proc/22332/task/22339/stat : 22339 (java) S 22329 22332 16915 0 -1 1077944384 7174 0 0 0 310 1 0 0 20 0 16 0 105385140 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447216397168 140447724653186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22340] ppid=22329 vsize=10727700 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22340/stat : 22340 (java) S 22329 22332 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105385140 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447215343200 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22341] ppid=22329 vsize=10727700 memory=5760 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22341/stat : 22341 (java) S 22329 22332 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105385141 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447214290288 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22342] ppid=22329 vsize=10727700 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22342/stat : 22342 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447213238608 140447724660635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22343] ppid=22329 vsize=10727700 memory=30348 CPUtime=2.18 cores=1,3,5,7
/proc/22332/task/22343/stat : 22343 (java) S 22329 22332 16915 0 -1 1077944384 9025 0 0 0 217 1 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447212185968 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22344] ppid=22329 vsize=10727700 memory=30348 CPUtime=2.55 cores=1,3,5,7
/proc/22332/task/22344/stat : 22344 (java) S 22329 22332 16915 0 -1 1077944384 9752 0 0 0 253 2 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447211133168 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22345] ppid=22329 vsize=10727700 memory=1292 CPUtime=0.65 cores=1,3,5,7
/proc/22332/task/22345/stat : 22345 (java) S 22329 22332 16915 0 -1 1077944384 5115 0 0 0 65 0 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447210080368 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22346] ppid=22329 vsize=10727700 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22346/stat : 22346 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447209027808 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22347] ppid=22329 vsize=10727700 memory=1728 CPUtime=0.13 cores=1,3,5,7
/proc/22332/task/22347/stat : 22347 (java) S 22329 22332 16915 0 -1 1077944384 266 0 0 0 7 6 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447207976112 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22348] ppid=22329 vsize=10727700 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22348/stat : 22348 (java) S 22329 22332 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105387601 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447204824496 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
Current children cumulated CPU time: 249.57 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3897752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+224.801 s]
/proc/loadavg: 2.03 2.25 2.31 3/218 22430
/proc/meminfo: memFree=20900696/32770624 swapFree=67108792/67108860
[pid=22332] ppid=22329 vsize=10727700 memory=3897752 CPUtime=252.07 cores=1,3,5,7
/proc/22332/stat : 22332 (java) S 22329 22332 16915 0 -1 1077944320 102276 0 0 0 25021 186 0 0 20 0 16 0 105385137 10985164800 974438 33554432000 4194304 4196468 140724594696832 140724594679376 140447724642039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
/proc/22332/statm: 2681925 974438 3192 1 0 2644416 0
[pid=22332/tid=22334] ppid=22329 vsize=10727700 memory=1292 CPUtime=214.23 cores=1,3,5,7
/proc/22332/task/22334/stat : 22334 (java) R 22329 22332 16915 0 -1 4202560 36851 0 0 0 21390 33 0 0 20 0 16 0 105385138 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447728880744 140447326744644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22335] ppid=22329 vsize=10727700 memory=6791534058613427641 CPUtime=7.25 cores=1,3,5,7
/proc/22332/task/22335/stat : 22335 (java) S 22329 22332 16915 0 -1 1077944384 7322 0 0 0 690 35 0 0 20 0 16 0 105385139 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447650716304 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22336] ppid=22329 vsize=10727700 memory=6791534058613427641 CPUtime=7.26 cores=1,3,5,7
/proc/22332/task/22336/stat : 22336 (java) S 22329 22332 16915 0 -1 1077944384 8709 0 0 0 693 33 0 0 20 0 16 0 105385139 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447649663504 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22337] ppid=22329 vsize=10727700 memory=9920 CPUtime=7.32 cores=1,3,5,7
/proc/22332/task/22337/stat : 22337 (java) S 22329 22332 16915 0 -1 1077944384 7144 0 0 0 696 36 0 0 20 0 16 0 105385139 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447648610704 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22338] ppid=22329 vsize=10727700 memory=1944 CPUtime=7.28 cores=1,3,5,7
/proc/22332/task/22338/stat : 22338 (java) S 22329 22332 16915 0 -1 1077944384 9534 0 0 0 693 35 0 0 20 0 16 0 105385139 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447647557904 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22339] ppid=22329 vsize=10727700 memory=1428 CPUtime=3.11 cores=1,3,5,7
/proc/22332/task/22339/stat : 22339 (java) S 22329 22332 16915 0 -1 1077944384 7174 0 0 0 310 1 0 0 20 0 16 0 105385140 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447216397168 140447724653186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22340] ppid=22329 vsize=10727700 memory=956 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22340/stat : 22340 (java) S 22329 22332 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105385140 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447215343200 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22341] ppid=22329 vsize=10727700 memory=2464 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22341/stat : 22341 (java) S 22329 22332 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105385141 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447214290288 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22342] ppid=22329 vsize=10727700 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22342/stat : 22342 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447213238608 140447724660635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22343] ppid=22329 vsize=10727700 memory=928 CPUtime=2.18 cores=1,3,5,7
/proc/22332/task/22343/stat : 22343 (java) S 22329 22332 16915 0 -1 1077944384 9025 0 0 0 217 1 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447212185968 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22344] ppid=22329 vsize=10727700 memory=2240 CPUtime=2.55 cores=1,3,5,7
/proc/22332/task/22344/stat : 22344 (java) S 22329 22332 16915 0 -1 1077944384 9752 0 0 0 253 2 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447211133168 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22345] ppid=22329 vsize=10727700 memory=4128 CPUtime=0.65 cores=1,3,5,7
/proc/22332/task/22345/stat : 22345 (java) S 22329 22332 16915 0 -1 1077944384 5115 0 0 0 65 0 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447210080368 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22346] ppid=22329 vsize=10727700 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22346/stat : 22346 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447209027808 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22347] ppid=22329 vsize=10727700 memory=6791534058613427641 CPUtime=0.13 cores=1,3,5,7
/proc/22332/task/22347/stat : 22347 (java) S 22329 22332 16915 0 -1 1077944384 266 0 0 0 7 6 0 0 20 0 16 0 105385143 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447207976112 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22348] ppid=22329 vsize=10727700 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22348/stat : 22348 (java) S 22329 22332 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105387601 10985164800 974438 33554432000 4194304 4196468 140724594696832 140447204824496 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3897752 KiB

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

[startup+225.043 s]
# the end of solver process 22332 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.261 s, system=1.88815 s

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

[startup+225.001 s]*
/proc/loadavg: 2.03 2.25 2.31 2/219 22433
/proc/meminfo: memFree=20900168/32770624 swapFree=67108792/67108860
[pid=22332] ppid=22329 vsize=10927392 memory=3898080 CPUtime=252.1 cores=1,3,5,7
/proc/22332/stat : 22332 (java) S 22329 22332 16915 0 -1 1077944320 103230 0 0 0 25024 186 0 0 20 0 17 0 105385137 11189649408 974520 33554432000 4194304 4196468 140724594696832 140724594679376 140447724642039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
/proc/22332/statm: 2731848 974520 3196 1 0 2694339 0
[pid=22332/tid=22334] ppid=22329 vsize=10927392 memory=6791534058613427641 CPUtime=214.26 cores=1,3,5,7
/proc/22332/task/22334/stat : 22334 (java) S 22329 22332 16915 0 -1 1077944384 36958 0 0 0 21393 33 0 0 20 0 17 0 105385138 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447728884912 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22335] ppid=22329 vsize=10927392 memory=4872558044660077418 CPUtime=7.25 cores=1,3,5,7
/proc/22332/task/22335/stat : 22335 (java) S 22329 22332 16915 0 -1 1077944384 7322 0 0 0 690 35 0 0 20 0 17 0 105385139 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447650716304 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22336] ppid=22329 vsize=10927392 memory=14410445029116127 CPUtime=7.26 cores=1,3,5,7
/proc/22332/task/22336/stat : 22336 (java) S 22329 22332 16915 0 -1 1077944384 8709 0 0 0 693 33 0 0 20 0 17 0 105385139 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447649663504 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22337] ppid=22329 vsize=10927392 memory=14410445029116127 CPUtime=7.32 cores=1,3,5,7
/proc/22332/task/22337/stat : 22337 (java) S 22329 22332 16915 0 -1 1077944384 7144 0 0 0 696 36 0 0 20 0 17 0 105385139 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447648610704 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22338] ppid=22329 vsize=10927392 memory=1408 CPUtime=7.28 cores=1,3,5,7
/proc/22332/task/22338/stat : 22338 (java) S 22329 22332 16915 0 -1 1077944384 9534 0 0 0 693 35 0 0 20 0 17 0 105385139 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447647557904 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22339] ppid=22329 vsize=10927392 memory=3184 CPUtime=3.11 cores=1,3,5,7
/proc/22332/task/22339/stat : 22339 (java) S 22329 22332 16915 0 -1 1077944384 7203 0 0 0 310 1 0 0 20 0 17 0 105385140 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447216397168 140447724653186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22340] ppid=22329 vsize=10927392 memory=191899138829958 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22340/stat : 22340 (java) S 22329 22332 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105385140 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447215343200 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22341] ppid=22329 vsize=10927392 memory=-8253362762722141311 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22341/stat : 22341 (java) S 22329 22332 16915 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 105385141 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447214290288 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22342] ppid=22329 vsize=10927392 memory=7100839861465685612 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22342/stat : 22342 (java) S 22329 22332 16915 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 17 0 105385143 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447213238608 140447724660635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22343] ppid=22329 vsize=10927392 memory=-7175204567652784766 CPUtime=2.18 cores=1,3,5,7
/proc/22332/task/22343/stat : 22343 (java) S 22329 22332 16915 0 -1 1077944384 9123 0 0 0 217 1 0 0 20 0 17 0 105385143 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447212185968 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22344] ppid=22329 vsize=10927392 memory=3054156605268465310 CPUtime=2.56 cores=1,3,5,7
/proc/22332/task/22344/stat : 22344 (java) S 22329 22332 16915 0 -1 1077944384 9813 0 0 0 254 2 0 0 20 0 17 0 105385143 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447211133168 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22345] ppid=22329 vsize=10927392 memory=4128 CPUtime=0.65 cores=1,3,5,7
/proc/22332/task/22345/stat : 22345 (java) R 22329 22332 16915 0 -1 4202560 5229 0 0 0 65 0 0 0 20 0 17 0 105385143 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447210078160 140447702759155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22346] ppid=22329 vsize=10927392 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22346/stat : 22346 (java) S 22329 22332 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105385143 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447209027808 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22347] ppid=22329 vsize=10927392 memory=7892 CPUtime=0.13 cores=1,3,5,7
/proc/22332/task/22347/stat : 22347 (java) S 22329 22332 16915 0 -1 1077944384 266 0 0 0 7 6 0 0 20 0 17 0 105385143 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447207976112 140447724653186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22431] ppid=22329 vsize=10927392 memory=3048 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22431/stat : 22431 (java) S 22329 22332 16915 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 17 0 105407618 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447203770992 140447724652245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
[pid=22332/tid=22432] ppid=22329 vsize=10927392 memory=3426912 CPUtime=0 cores=1,3,5,7
/proc/22332/task/22432/stat : 22432 (java) R 22329 22332 16915 0 -1 4202560 240 0 0 0 0 0 0 0 20 0 17 0 105407618 11189649408 974522 33554432000 4194304 4196468 140724594696832 140447202719120 140447327842744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33660928 140724594705526 140724594705678 140724594705678 140724594708431 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3898080 KiB

Child status: 143
Real time (s): 225.043
CPU time (s): 252.149
CPU user time (s): 250.261
CPU system time (s): 1.88815
CPU usage (%): 112.045
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3960524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.261
system time used= 1.88815
maximum resident set size= 3960524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7866
involuntary context switches= 387


# summary of solver processes directly reported to runsolver:
#   pid: 22332
#   total CPU time (s): 252.149
#   total CPU user time (s): 250.261
#   total CPU system time (s): 1.88815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58384 second user time and 2.03929 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 17:30:19
IDJOB=4301313
IDBENCH=141100
IDSOLVER=2773
FILE ID=node150/4301313-1532878219
RUNJOBID= node150-1532875965-20369
PBS_JOBID= 21022492
Free space on /tmp= 55348 MiB

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

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

MD5SUM BENCH= 5a4be603cb990ae6ed40c9d9f121c88d
RANDOM SEED=593985760

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:        24943448 kB
MemAvailable:   28671424 kB
Buffers:          220244 kB
Cached:          3750500 kB
SwapCached:           32 kB
Active:          4707548 kB
Inactive:        2582536 kB
Active(anon):    3270708 kB
Inactive(anon):    76188 kB
Active(file):    1436840 kB
Inactive(file):  2506348 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              2896 kB
Writeback:             0 kB
AnonPages:       3349036 kB
Mapped:            56432 kB
Shmem:             25156 kB
Slab:             230032 kB
SReclaimable:     201244 kB
SUnreclaim:        28788 kB
KernelStack:        3824 kB
PageTables:        11776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4148716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3133440 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:34:04