Trace number 4263578

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05UNSAT 304.17001 189.78

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-18.xml
MD5SUM53ac35e1f72f4fcc516f402364f3be2c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.59745699
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree82
Distribution of variable degrees[{"degree":2,"count":43},{"degree":3,"count":22},{"degree":4,"count":18},{"degree":5,"count":9},{"degree":6,"count":7},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":82,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":19},{"arity":4,"count":20},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

167.11/74.35	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
167.11/74.35	c This is free software under the dual EPL/GNU LGPL licenses.
167.11/74.35	c See www.sat4j.org for details.
167.11/74.35	c That software uses the Rhino library from the Mozilla project.
167.11/74.35	c version CUSTOM.v20170705
167.11/74.35	c java.runtime.name	Java(TM) SE Runtime Environment
167.11/74.35	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
167.11/74.35	c java.vm.version	25.131-b11
167.11/74.35	c java.vm.vendor	Oracle Corporation
167.11/74.35	c sun.arch.data.model	64
167.11/74.35	c java.version		1.8.0_131
167.11/74.35	c os.name		Linux
167.11/74.35	c os.version		3.10.0-514.16.1.el7.x86_64
167.11/74.35	c os.arch		amd64
167.11/74.35	c Free memory 		499604488
167.11/74.35	c Max memory 		7247757312
167.11/74.35	c Total memory 		504889344
167.11/74.35	c Number of processors 	4
167.11/74.35	c c --- Begin Solver configuration ---
167.11/74.35	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
167.11/74.35	c Learn all clauses as in MiniSAT
167.11/74.35	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
167.11/74.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
167.11/74.35	c No reason simplification
167.11/74.35	c Glucose 2.1 dynamic restart strategy
167.11/74.35	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
167.11/74.35	c timeout=2147483s
167.11/74.35	c DB Simplification allowed=false
167.11/74.35	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
167.11/74.35	c --- End Solver configuration ---
167.11/74.35	c constraints type 
167.11/74.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 222
167.11/74.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 54827304
167.11/74.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5220608
167.11/74.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 519
167.11/74.35	c 60048653 constraints processed.
304.11/189.73	c starts		: 49
304.11/189.73	c conflicts		: 32174
304.11/189.73	c decisions		: 5717642
304.11/189.73	c propagations		: 241443875
304.11/189.73	c inspects		: 294695080
304.11/189.73	c shortcuts		: 0
304.11/189.73	c learnt literals	: 4
304.11/189.73	c learnt binary clauses	: 313
304.11/189.73	c learnt ternary clauses	: 346
304.11/189.73	c learnt constraints	: 32169
304.11/189.73	c ignored constraints	: 0
304.11/189.73	c root simplifications	: 0
304.11/189.73	c removed literals (reason simplification)	: 0
304.11/189.73	c reason swapping (by a shorter reason)	: 0
304.11/189.73	c Calls to reduceDB	: 4
304.11/189.73	c Number of update (reduction) of LBD	: 17069
304.11/189.73	c Imported unit clauses	: 0
304.11/189.73	c number of reductions to clauses (during analyze)	: 0
304.11/189.73	c number of learned constraints concerned by reduction	: 0
304.11/189.73	c number of learning phase by resolution	: 0
304.11/189.73	c number of learning phase by cutting planes	: 0
304.11/189.73	c number of rounding to 1 operations	: 0
304.11/189.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
304.11/189.73	c number of reductions of the coefficients by power 2 	: 0
304.11/189.73	c number of right shift for reduction by power 2 	: 0
304.11/189.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
304.11/189.73	c speed (assignments/second)	: 2095466.794535766
304.11/189.73	c non guided choices	1210375
304.11/189.74	c learnt constraints type 
304.11/189.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 313
304.11/189.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12677
304.11/189.74	s UNSATISFIABLE

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 (15349 MiB free)
  memory of node 1: 16384 MiB (14981 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263578-1502636823/watcher-4263578-1502636823 -o /tmp/evaluation-result-4263578-1502636823/solver-4263578-1502636823 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263578-1502636823.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=26353, runsolver pid=26350

[startup+0.100115 s]*
/proc/loadavg: 2.14 2.19 2.12 3/201 26355
/proc/meminfo: memFree=31057692/32770624 swapFree=67108776/67108860
[pid=26353] ppid=26350 vsize=9936560 memory=13844 CPUtime=0 cores=0,2,4,6
/proc/26353/stat : 26353 (java) S 26350 26353 7084 0 -1 1077944320 2753 0 0 0 0 0 0 0 20 0 6 0 163335006 10175037440 3461 18446744073709551615 4194304 4196468 140729020829520 140729020812064 140404746686199 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
/proc/26353/statm: 2484140 3461 1425 1 0 2473637 0
[pid=26353/tid=26355] ppid=26350 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26355/stat : 26355 (java) R 26350 26353 7084 0 -1 4202560 1501 0 0 0 0 0 0 0 20 0 6 0 163335016 10175037440 3461 18446744073709551615 4194304 4196468 140729020829520 140404750922320 140404707666917 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26356] ppid=26350 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26356/stat : 26356 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163335016 10175037440 3527 18446744073709551615 4194304 4196468 140729020829520 140404703652880 140404746696405 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26357] ppid=26350 vsize=9936560 memory=139941322114688 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26357/stat : 26357 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163335016 10175037440 3527 18446744073709551615 4194304 4196468 140729020829520 140404702600336 140404746696405 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26358] ppid=26350 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26358/stat : 26358 (java) S 26350 26353 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 163335016 10175037440 3527 18446744073709551615 4194304 4196468 140729020829520 140404701547280 140404746696405 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26359] ppid=26350 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26359/stat : 26359 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163335016 10175037440 3527 18446744073709551615 4194304 4196468 140729020829520 140404700494736 140404746696405 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 13844 KiB

[startup+0.210241 s]*
/proc/loadavg: 2.14 2.19 2.12 3/214 26368
/proc/meminfo: memFree=31046624/32770624 swapFree=67108776/67108860
[pid=26353] ppid=26350 vsize=10551156 memory=26092 CPUtime=0.09 cores=0,2,4,6
/proc/26353/stat : 26353 (java) S 26350 26353 7084 0 -1 1077944320 5012 0 0 0 8 1 0 0 20 0 15 0 163335006 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140729020812064 140404746686199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
/proc/26353/statm: 2637789 6523 2749 1 0 2627261 0
[pid=26353/tid=26355] ppid=26350 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/26353/task/26355/stat : 26355 (java) R 26350 26353 7084 0 -1 4202560 2990 0 0 0 6 0 0 0 20 0 15 0 163335016 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404750911888 140404730766686 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26356] ppid=26350 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26356/stat : 26356 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335016 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404703652880 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26357] ppid=26350 vsize=10551156 memory=3905945207862937248 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26357/stat : 26357 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335016 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404702600336 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26358] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26358/stat : 26358 (java) S 26350 26353 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163335016 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404701547280 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26359] ppid=26350 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26359/stat : 26359 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335016 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404700494736 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26360] ppid=26350 vsize=10551156 memory=139941322114688 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26360/stat : 26360 (java) S 26350 26353 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163335018 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404310075632 140404746697346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26361] ppid=26350 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26361/stat : 26361 (java) S 26350 26353 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163335018 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404309021856 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26362] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26362/stat : 26362 (java) S 26350 26353 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163335018 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404307968752 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26363] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26363/stat : 26363 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163335021 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404306917328 140404746704795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26364] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26364/stat : 26364 (java) S 26350 26353 7084 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 163335021 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404305865456 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26365] ppid=26350 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26365/stat : 26365 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335021 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404304812912 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26366] ppid=26350 vsize=10551156 memory=139941322114688 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26366/stat : 26366 (java) S 26350 26353 7084 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 15 0 163335021 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404303759856 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26367] ppid=26350 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26367/stat : 26367 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163335021 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404302707552 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26368] ppid=26350 vsize=10551156 memory=139941322114688 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26368/stat : 26368 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335025 10804383744 6523 18446744073709551615 4194304 4196468 140729020829520 140404301654576 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26092 KiB

[startup+0.31044 s]*
/proc/loadavg: 2.14 2.19 2.12 3/214 26368
/proc/meminfo: memFree=31034076/32770624 swapFree=67108776/67108860
[pid=26353] ppid=26350 vsize=10551156 memory=36260 CPUtime=0.23 cores=0,2,4,6
/proc/26353/stat : 26353 (java) S 26350 26353 7084 0 -1 1077944320 8305 0 0 0 21 2 0 0 20 0 15 0 163335006 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140729020812064 140404746686199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
/proc/26353/statm: 2637789 9065 2875 1 0 2627261 0
[pid=26353/tid=26355] ppid=26350 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/26353/task/26355/stat : 26355 (java) R 26350 26353 7084 0 -1 4202560 5954 0 0 0 15 1 0 0 20 0 15 0 163335016 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404750923072 140404730766686 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26356] ppid=26350 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26356/stat : 26356 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335016 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404703652880 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26357] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26357/stat : 26357 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335016 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404702600336 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26358] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26358/stat : 26358 (java) S 26350 26353 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163335016 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404701547280 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26359] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26359/stat : 26359 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335016 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404700494736 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26360] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26360/stat : 26360 (java) S 26350 26353 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163335018 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404310075632 140404746697346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26361] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26361/stat : 26361 (java) S 26350 26353 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163335018 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404309021856 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26362] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26362/stat : 26362 (java) S 26350 26353 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163335018 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404307968752 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26363] ppid=26350 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26363/stat : 26363 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163335021 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404306917328 140404746704795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26364] ppid=26350 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26353/task/26364/stat : 26364 (java) S 26350 26353 7084 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 15 0 163335021 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404305865456 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26365] ppid=26350 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26353/task/26365/stat : 26365 (java) S 26350 26353 7084 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 163335021 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404304812912 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26366] ppid=26350 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/26353/task/26366/stat : 26366 (java) S 26350 26353 7084 0 -1 1077944384 428 0 0 0 4 0 0 0 20 0 15 0 163335021 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404303759856 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26367] ppid=26350 vsize=10551156 memory=139941322114688 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26367/stat : 26367 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163335021 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404302707552 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26368] ppid=26350 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26368/stat : 26368 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335025 10804383744 9065 18446744073709551615 4194304 4196468 140729020829520 140404301654576 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36260 KiB

[startup+0.701126 s]
/proc/loadavg: 2.14 2.19 2.12 5/214 26368
/proc/meminfo: memFree=31017592/32770624 swapFree=67108776/67108860
[pid=26353] ppid=26350 vsize=10551232 memory=111372 CPUtime=1.25 cores=0,2,4,6
/proc/26353/stat : 26353 (java) S 26350 26353 7084 0 -1 1077944320 12889 0 0 0 121 4 0 0 20 0 15 0 163335006 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140729020812064 140404746686199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
/proc/26353/statm: 2637808 27843 3050 1 0 2627261 0
[pid=26353/tid=26355] ppid=26350 vsize=10551232 memory=279882349281320 CPUtime=0.54 cores=0,2,4,6
/proc/26353/task/26355/stat : 26355 (java) R 26350 26353 7084 0 -1 4202560 7362 0 0 0 51 3 0 0 20 0 15 0 163335016 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404750920640 140404379161203 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26356] ppid=26350 vsize=10551232 memory=279882349416528 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26356/stat : 26356 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335016 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404703652880 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26357] ppid=26350 vsize=10551232 memory=279882349286568 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26357/stat : 26357 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335016 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404702600336 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26358] ppid=26350 vsize=10551232 memory=279882349236000 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26358/stat : 26358 (java) S 26350 26353 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163335016 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404701547280 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26359] ppid=26350 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26359/stat : 26359 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335016 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404700494736 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26360] ppid=26350 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26360/stat : 26360 (java) S 26350 26353 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 163335018 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404310075632 140404746697346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26361] ppid=26350 vsize=10551232 memory=39716 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26361/stat : 26361 (java) S 26350 26353 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163335018 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404309021856 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26362] ppid=26350 vsize=10551232 memory=636 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26362/stat : 26362 (java) S 26350 26353 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163335018 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404307968752 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26363] ppid=26350 vsize=10551232 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26363/stat : 26363 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163335021 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404306917328 140404746704795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26364] ppid=26350 vsize=10551232 memory=960 CPUtime=0.22 cores=0,2,4,6
/proc/26353/task/26364/stat : 26364 (java) R 26350 26353 7084 0 -1 4202560 1466 0 0 0 22 0 0 0 20 0 15 0 163335021 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404305857944 140404731795775 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26365] ppid=26350 vsize=10551232 memory=1236 CPUtime=0.23 cores=0,2,4,6
/proc/26353/task/26365/stat : 26365 (java) R 26350 26353 7084 0 -1 4202560 1221 0 0 0 23 0 0 0 20 0 15 0 163335021 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404304798792 140404728207443 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26366] ppid=26350 vsize=10551232 memory=2240 CPUtime=0.23 cores=0,2,4,6
/proc/26353/task/26366/stat : 26366 (java) R 26350 26353 7084 0 -1 4202560 1470 0 0 0 23 0 0 0 20 0 15 0 163335021 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404303759856 140404725821740 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26367] ppid=26350 vsize=10551232 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26367/stat : 26367 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163335021 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404302707552 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26368] ppid=26350 vsize=10551232 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26368/stat : 26368 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335025 10804461568 27843 18446744073709551615 4194304 4196468 140729020829520 140404301654576 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 111372 KiB

[startup+1.50077 s]
/proc/loadavg: 2.14 2.19 2.12 3/214 26368
/proc/meminfo: memFree=30859584/32770624 swapFree=67108776/67108860
[pid=26353] ppid=26350 vsize=10551232 memory=318068 CPUtime=3.44 cores=0,2,4,6
/proc/26353/stat : 26353 (java) S 26350 26353 7084 0 -1 1077944320 18057 0 0 0 333 11 0 0 20 0 15 0 163335006 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140729020812064 140404746686199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
/proc/26353/statm: 2637808 79517 3094 1 0 2627261 0
[pid=26353/tid=26355] ppid=26350 vsize=10551232 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/26353/task/26355/stat : 26355 (java) R 26350 26353 7084 0 -1 4202560 7924 0 0 0 126 5 0 0 20 0 15 0 163335016 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404750922944 140404380948262 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26356] ppid=26350 vsize=10551232 memory=7649399358528632370 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26356/stat : 26356 (java) S 26350 26353 7084 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 163335016 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404703652880 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26357] ppid=26350 vsize=10551232 memory=7300704776819335744 CPUtime=0.02 cores=0,2,4,6
/proc/26353/task/26357/stat : 26357 (java) S 26350 26353 7084 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 163335016 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404702600336 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26358] ppid=26350 vsize=10551232 memory=222116 CPUtime=0.01 cores=0,2,4,6
/proc/26353/task/26358/stat : 26358 (java) S 26350 26353 7084 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 15 0 163335016 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404701547280 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26359] ppid=26350 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26353/task/26359/stat : 26359 (java) S 26350 26353 7084 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 163335016 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404700494736 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26360] ppid=26350 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26360/stat : 26360 (java) S 26350 26353 7084 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 163335018 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404310075632 140404746697346 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26361] ppid=26350 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26361/stat : 26361 (java) S 26350 26353 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163335018 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404309021856 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26362] ppid=26350 vsize=10551232 memory=6502580487379 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26362/stat : 26362 (java) S 26350 26353 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163335018 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404307968752 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26363] ppid=26350 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26363/stat : 26363 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163335021 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404306917328 140404746704795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26364] ppid=26350 vsize=10551232 memory=13563786715989427 CPUtime=0.83 cores=0,2,4,6
/proc/26353/task/26364/stat : 26364 (java) R 26350 26353 7084 0 -1 4202560 2674 0 0 0 83 0 0 0 20 0 15 0 163335021 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404305850920 140404730182939 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26365] ppid=26350 vsize=10551232 memory=4044 CPUtime=0.83 cores=0,2,4,6
/proc/26353/task/26365/stat : 26365 (java) R 26350 26353 7084 0 -1 4202560 4205 0 0 0 83 0 0 0 20 0 15 0 163335021 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404304797576 140404731793791 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26366] ppid=26350 vsize=10551232 memory=2241 CPUtime=0.35 cores=0,2,4,6
/proc/26353/task/26366/stat : 26366 (java) S 26350 26353 7084 0 -1 1077944384 1716 0 0 0 35 0 0 0 20 0 15 0 163335021 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404303759856 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26367] ppid=26350 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26367/stat : 26367 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163335021 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404302707552 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26368] ppid=26350 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26368/stat : 26368 (java) S 26350 26353 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163335025 10804461568 79517 18446744073709551615 4194304 4196468 140729020829520 140404301654576 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 10551232 KiB

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

Current children cumulated CPU time: 301.77 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7549664 KiB

[startup+188.801 s]
/proc/loadavg: 2.06 2.20 2.15 3/214 26376
/proc/meminfo: memFree=23435724/32770624 swapFree=67108776/67108860
[pid=26353] ppid=26350 vsize=10617796 memory=7549664 CPUtime=303.37 cores=0,2,4,6
/proc/26353/stat : 26353 (java) S 26350 26353 7084 0 -1 1077944320 148183 0 0 0 29872 465 0 0 20 0 16 0 163335006 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140729020812064 140404746686199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
/proc/26353/statm: 2654449 1887416 3144 1 0 2643902 0
[pid=26353/tid=26355] ppid=26350 vsize=10617796 memory=-8774313645642428999 CPUtime=133.49 cores=0,2,4,6
/proc/26353/task/26355/stat : 26355 (java) R 26350 26353 7084 0 -1 4202560 23957 0 0 0 13332 17 0 0 20 0 16 0 163335016 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404750924840 140404377071684 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26356] ppid=26350 vsize=10617796 memory=2460 CPUtime=36.93 cores=0,2,4,6
/proc/26353/task/26356/stat : 26356 (java) S 26350 26353 7084 0 -1 1077944384 20319 0 0 0 3588 105 0 0 20 0 16 0 163335016 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404703652880 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26357] ppid=26350 vsize=10617796 memory=1836 CPUtime=36.59 cores=0,2,4,6
/proc/26353/task/26357/stat : 26357 (java) S 26350 26353 7084 0 -1 1077944384 14810 0 0 0 3545 114 0 0 20 0 16 0 163335016 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404702600336 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26358] ppid=26350 vsize=10617796 memory=-8774313645642428999 CPUtime=36.94 cores=0,2,4,6
/proc/26353/task/26358/stat : 26358 (java) S 26350 26353 7084 0 -1 1077944384 25133 0 0 0 3590 104 0 0 20 0 16 0 163335016 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404701547280 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26359] ppid=26350 vsize=10617796 memory=2146 CPUtime=36.75 cores=0,2,4,6
/proc/26353/task/26359/stat : 26359 (java) S 26350 26353 7084 0 -1 1077944384 16351 0 0 0 3563 112 0 0 20 0 16 0 163335016 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404700494736 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26360] ppid=26350 vsize=10617796 memory=535 CPUtime=17.78 cores=0,2,4,6
/proc/26353/task/26360/stat : 26360 (java) S 26350 26353 7084 0 -1 1077944384 21208 0 0 0 1776 2 0 0 20 0 16 0 163335018 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404310075632 140404746697346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26361] ppid=26350 vsize=10617796 memory=6198 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26361/stat : 26361 (java) S 26350 26353 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 163335018 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404309021920 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26362] ppid=26350 vsize=10617796 memory=56 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26362/stat : 26362 (java) S 26350 26353 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 163335018 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404307968768 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26363] ppid=26350 vsize=10617796 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26363/stat : 26363 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163335021 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404306917328 140404746704795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26364] ppid=26350 vsize=10617796 memory=4044 CPUtime=2.01 cores=0,2,4,6
/proc/26353/task/26364/stat : 26364 (java) S 26350 26353 7084 0 -1 1077944384 10178 0 0 0 200 1 0 0 20 0 16 0 163335021 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404305865456 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26365] ppid=26350 vsize=10617796 memory=39716 CPUtime=2.2 cores=0,2,4,6
/proc/26353/task/26365/stat : 26365 (java) S 26350 26353 7084 0 -1 1077944384 10797 0 0 0 219 1 0 0 20 0 16 0 163335021 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404304812912 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26366] ppid=26350 vsize=10617796 memory=636 CPUtime=0.47 cores=0,2,4,6
/proc/26353/task/26366/stat : 26366 (java) S 26350 26353 7084 0 -1 1077944384 3551 0 0 0 46 1 0 0 20 0 16 0 163335021 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404303759856 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26367] ppid=26350 vsize=10617796 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26367/stat : 26367 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163335021 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404302707552 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26368] ppid=26350 vsize=10617796 memory=1440 CPUtime=0.11 cores=0,2,4,6
/proc/26353/task/26368/stat : 26368 (java) S 26350 26353 7084 0 -1 1077944384 475 0 0 0 6 5 0 0 20 0 16 0 163335025 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404301654576 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26372] ppid=26350 vsize=10617796 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26372/stat : 26372 (java) S 26350 26353 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163342457 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404300600368 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
Current children cumulated CPU time: 303.37 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7549664 KiB

[startup+189.201 s]
/proc/loadavg: 2.06 2.20 2.15 3/214 26376
/proc/meminfo: memFree=23435724/32770624 swapFree=67108776/67108860
[pid=26353] ppid=26350 vsize=10617796 memory=7549664 CPUtime=303.77 cores=0,2,4,6
/proc/26353/stat : 26353 (java) S 26350 26353 7084 0 -1 1077944320 148183 0 0 0 29912 465 0 0 20 0 16 0 163335006 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140729020812064 140404746686199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
/proc/26353/statm: 2654449 1887416 3144 1 0 2643902 0
[pid=26353/tid=26355] ppid=26350 vsize=10617796 memory=4044 CPUtime=133.89 cores=0,2,4,6
/proc/26353/task/26355/stat : 26355 (java) R 26350 26353 7084 0 -1 4202560 23957 0 0 0 13372 17 0 0 20 0 16 0 163335016 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404750924840 140404382135831 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26356] ppid=26350 vsize=10617796 memory=39716 CPUtime=36.93 cores=0,2,4,6
/proc/26353/task/26356/stat : 26356 (java) S 26350 26353 7084 0 -1 1077944384 20319 0 0 0 3588 105 0 0 20 0 16 0 163335016 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404703652880 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26357] ppid=26350 vsize=10617796 memory=-8774313645642428999 CPUtime=36.59 cores=0,2,4,6
/proc/26353/task/26357/stat : 26357 (java) S 26350 26353 7084 0 -1 1077944384 14810 0 0 0 3545 114 0 0 20 0 16 0 163335016 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404702600336 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26358] ppid=26350 vsize=10617796 memory=1796 CPUtime=36.94 cores=0,2,4,6
/proc/26353/task/26358/stat : 26358 (java) S 26350 26353 7084 0 -1 1077944384 25133 0 0 0 3590 104 0 0 20 0 16 0 163335016 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404701547280 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26359] ppid=26350 vsize=10617796 memory=960 CPUtime=36.75 cores=0,2,4,6
/proc/26353/task/26359/stat : 26359 (java) S 26350 26353 7084 0 -1 1077944384 16351 0 0 0 3563 112 0 0 20 0 16 0 163335016 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404700494736 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26360] ppid=26350 vsize=10617796 memory=1236 CPUtime=17.78 cores=0,2,4,6
/proc/26353/task/26360/stat : 26360 (java) S 26350 26353 7084 0 -1 1077944384 21208 0 0 0 1776 2 0 0 20 0 16 0 163335018 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404310075632 140404746697346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26361] ppid=26350 vsize=10617796 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26361/stat : 26361 (java) S 26350 26353 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 163335018 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404309021920 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26362] ppid=26350 vsize=10617796 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26362/stat : 26362 (java) S 26350 26353 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 163335018 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404307968768 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26363] ppid=26350 vsize=10617796 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26363/stat : 26363 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163335021 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404306917328 140404746704795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26364] ppid=26350 vsize=10617796 memory=932 CPUtime=2.01 cores=0,2,4,6
/proc/26353/task/26364/stat : 26364 (java) S 26350 26353 7084 0 -1 1077944384 10178 0 0 0 200 1 0 0 20 0 16 0 163335021 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404305865456 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26365] ppid=26350 vsize=10617796 memory=1608 CPUtime=2.2 cores=0,2,4,6
/proc/26353/task/26365/stat : 26365 (java) S 26350 26353 7084 0 -1 1077944384 10797 0 0 0 219 1 0 0 20 0 16 0 163335021 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404304812912 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26366] ppid=26350 vsize=10617796 memory=836 CPUtime=0.47 cores=0,2,4,6
/proc/26353/task/26366/stat : 26366 (java) S 26350 26353 7084 0 -1 1077944384 3551 0 0 0 46 1 0 0 20 0 16 0 163335021 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404303759856 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26367] ppid=26350 vsize=10617796 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26367/stat : 26367 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163335021 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404302707552 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26368] ppid=26350 vsize=10617796 memory=16444 CPUtime=0.11 cores=0,2,4,6
/proc/26353/task/26368/stat : 26368 (java) S 26350 26353 7084 0 -1 1077944384 475 0 0 0 6 5 0 0 20 0 16 0 163335025 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404301654576 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26372] ppid=26350 vsize=10617796 memory=3012 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26372/stat : 26372 (java) S 26350 26353 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163342457 10872623104 1887416 18446744073709551615 4194304 4196468 140729020829520 140404300600368 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
Current children cumulated CPU time: 303.77 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7549664 KiB

[startup+189.601 s]
/proc/loadavg: 2.06 2.20 2.15 3/214 26376
/proc/meminfo: memFree=23435724/32770624 swapFree=67108776/67108860
[pid=26353] ppid=26350 vsize=10750924 memory=7549716 CPUtime=304.11 cores=0,2,4,6
/proc/26353/stat : 26353 (java) S 26350 26353 7084 0 -1 1077944320 148915 0 0 0 29946 465 0 0 20 0 16 0 163335006 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140729020812064 140404746686199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
/proc/26353/statm: 2687731 1887429 3146 1 0 2677184 0
[pid=26353/tid=26355] ppid=26350 vsize=10750924 memory=4156 CPUtime=134.22 cores=0,2,4,6
/proc/26353/task/26355/stat : 26355 (java) S 26350 26353 7084 0 -1 1077944384 24352 0 0 0 13405 17 0 0 20 0 16 0 163335016 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404750926880 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26356] ppid=26350 vsize=10750924 memory=68892 CPUtime=36.93 cores=0,2,4,6
/proc/26353/task/26356/stat : 26356 (java) S 26350 26353 7084 0 -1 1077944384 20319 0 0 0 3588 105 0 0 20 0 16 0 163335016 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404703652880 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26357] ppid=26350 vsize=10750924 memory=68892 CPUtime=36.59 cores=0,2,4,6
/proc/26353/task/26357/stat : 26357 (java) S 26350 26353 7084 0 -1 1077944384 14810 0 0 0 3545 114 0 0 20 0 16 0 163335016 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404702600336 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26358] ppid=26350 vsize=10750924 memory=1296 CPUtime=36.94 cores=0,2,4,6
/proc/26353/task/26358/stat : 26358 (java) S 26350 26353 7084 0 -1 1077944384 25133 0 0 0 3590 104 0 0 20 0 16 0 163335016 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404701547280 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26359] ppid=26350 vsize=10750924 memory=2460 CPUtime=36.75 cores=0,2,4,6
/proc/26353/task/26359/stat : 26359 (java) S 26350 26353 7084 0 -1 1077944384 16351 0 0 0 3563 112 0 0 20 0 16 0 163335016 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404700494736 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26360] ppid=26350 vsize=10750924 memory=-8774313645642428999 CPUtime=17.78 cores=0,2,4,6
/proc/26353/task/26360/stat : 26360 (java) S 26350 26353 7084 0 -1 1077944384 21233 0 0 0 1776 2 0 0 20 0 16 0 163335018 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404310075632 140404746697346 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26361] ppid=26350 vsize=10750924 memory=796 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26361/stat : 26361 (java) S 26350 26353 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 163335018 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404309021920 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26362] ppid=26350 vsize=10750924 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26362/stat : 26362 (java) S 26350 26353 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 163335018 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404307968768 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26363] ppid=26350 vsize=10750924 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26363/stat : 26363 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163335021 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404306917328 140404746704795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26364] ppid=26350 vsize=10750924 memory=11368 CPUtime=2.01 cores=0,2,4,6
/proc/26353/task/26364/stat : 26364 (java) S 26350 26353 7084 0 -1 1077944384 10178 0 0 0 200 1 0 0 20 0 16 0 163335021 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404305865456 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26365] ppid=26350 vsize=10750924 memory=1224 CPUtime=2.2 cores=0,2,4,6
/proc/26353/task/26365/stat : 26365 (java) S 26350 26353 7084 0 -1 1077944384 10797 0 0 0 219 1 0 0 20 0 16 0 163335021 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404304812912 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26366] ppid=26350 vsize=10750924 memory=4600 CPUtime=0.48 cores=0,2,4,6
/proc/26353/task/26366/stat : 26366 (java) S 26350 26353 7084 0 -1 1077944384 3678 0 0 0 47 1 0 0 20 0 16 0 163335021 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404303759856 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26367] ppid=26350 vsize=10750924 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26367/stat : 26367 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163335021 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404302707552 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26368] ppid=26350 vsize=10750924 memory=1724 CPUtime=0.11 cores=0,2,4,6
/proc/26353/task/26368/stat : 26368 (java) S 26350 26353 7084 0 -1 1077944384 475 0 0 0 6 5 0 0 20 0 16 0 163335025 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404301654576 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
Current children cumulated CPU time: 304.11 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 7549716 KiB

[startup+189.701 s]
/proc/loadavg: 2.06 2.20 2.15 3/214 26376
/proc/meminfo: memFree=23435724/32770624 swapFree=67108776/67108860
[pid=26353] ppid=26350 vsize=10750924 memory=7549716 CPUtime=304.11 cores=0,2,4,6
/proc/26353/stat : 26353 (java) S 26350 26353 7084 0 -1 1077944320 148915 0 0 0 29946 465 0 0 20 0 16 0 163335006 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140729020812064 140404746686199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
/proc/26353/statm: 2687731 1887429 3146 1 0 2677184 0
[pid=26353/tid=26355] ppid=26350 vsize=10750924 memory=7549664 CPUtime=134.22 cores=0,2,4,6
/proc/26353/task/26355/stat : 26355 (java) S 26350 26353 7084 0 -1 1077944384 24352 0 0 0 13405 17 0 0 20 0 16 0 163335016 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404750926880 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26356] ppid=26350 vsize=10750924 memory=7549664 CPUtime=36.93 cores=0,2,4,6
/proc/26353/task/26356/stat : 26356 (java) S 26350 26353 7084 0 -1 1077944384 20319 0 0 0 3588 105 0 0 20 0 16 0 163335016 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404703652880 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26357] ppid=26350 vsize=10750924 memory=7549664 CPUtime=36.59 cores=0,2,4,6
/proc/26353/task/26357/stat : 26357 (java) S 26350 26353 7084 0 -1 1077944384 14810 0 0 0 3545 114 0 0 20 0 16 0 163335016 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404702600336 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26358] ppid=26350 vsize=10750924 memory=7549664 CPUtime=36.94 cores=0,2,4,6
/proc/26353/task/26358/stat : 26358 (java) S 26350 26353 7084 0 -1 1077944384 25133 0 0 0 3590 104 0 0 20 0 16 0 163335016 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404701547280 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26359] ppid=26350 vsize=10750924 memory=7549664 CPUtime=36.75 cores=0,2,4,6
/proc/26353/task/26359/stat : 26359 (java) S 26350 26353 7084 0 -1 1077944384 16351 0 0 0 3563 112 0 0 20 0 16 0 163335016 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404700494736 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26360] ppid=26350 vsize=10750924 memory=7549664 CPUtime=17.78 cores=0,2,4,6
/proc/26353/task/26360/stat : 26360 (java) S 26350 26353 7084 0 -1 1077944384 21233 0 0 0 1776 2 0 0 20 0 16 0 163335018 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404310075632 140404746697346 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26361] ppid=26350 vsize=10750924 memory=7549664 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26361/stat : 26361 (java) S 26350 26353 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 163335018 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404309021920 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26362] ppid=26350 vsize=10750924 memory=7549664 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26362/stat : 26362 (java) S 26350 26353 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 163335018 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404307968768 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26363] ppid=26350 vsize=10750924 memory=7549664 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26363/stat : 26363 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163335021 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404306917328 140404746704795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26364] ppid=26350 vsize=10750924 memory=7549664 CPUtime=2.01 cores=0,2,4,6
/proc/26353/task/26364/stat : 26364 (java) S 26350 26353 7084 0 -1 1077944384 10178 0 0 0 200 1 0 0 20 0 16 0 163335021 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404305865456 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26365] ppid=26350 vsize=10750924 memory=0 CPUtime=2.2 cores=0,2,4,6
/proc/26353/task/26365/stat : 26365 (java) S 26350 26353 7084 0 -1 1077944384 10797 0 0 0 219 1 0 0 20 0 16 0 163335021 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404304812912 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26366] ppid=26350 vsize=10750924 memory=33 CPUtime=0.48 cores=0,2,4,6
/proc/26353/task/26366/stat : 26366 (java) S 26350 26353 7084 0 -1 1077944384 3678 0 0 0 47 1 0 0 20 0 16 0 163335021 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404303759856 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26367] ppid=26350 vsize=10750924 memory=164 CPUtime=0 cores=0,2,4,6
/proc/26353/task/26367/stat : 26367 (java) S 26350 26353 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163335021 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404302707552 140404746696405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
[pid=26353/tid=26368] ppid=26350 vsize=10750924 memory=7549664 CPUtime=0.11 cores=0,2,4,6
/proc/26353/task/26368/stat : 26368 (java) S 26350 26353 7084 0 -1 1077944384 475 0 0 0 6 5 0 0 20 0 16 0 163335025 11008946176 1887429 18446744073709551615 4194304 4196468 140729020829520 140404301654576 140404746697346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 35237888 140729020834192 140729020834345 140729020834345 140729020837839 0
Current children cumulated CPU time: 304.11 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 7549716 KiB

Child status: 0
Real time (s): 189.78
CPU time (s): 304.17
CPU user time (s): 299.475
CPU system time (s): 4.69462
CPU usage (%): 160.274
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 7549716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 299.475
system time used= 4.69462
maximum resident set size= 7550000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8112
involuntary context switches= 1855


# summary of solver processes directly reported to runsolver:
#   pid: 26353
#   total CPU time (s): 304.17
#   total CPU user time (s): 299.475
#   total CPU system time (s): 4.69462

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18882 second user time and 1.84444 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 16:52:37
IDJOB=4263578
IDBENCH=139320
IDSOLVER=2651
FILE ID=node132/4263578-1502636823
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-18.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263578-1502636823/watcher-4263578-1502636823 -o /tmp/evaluation-result-4263578-1502636823/solver-4263578-1502636823 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263578-1502636823.xml

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

MD5SUM BENCH= 53ac35e1f72f4fcc516f402364f3be2c
RANDOM SEED=1513557399

node132.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.74
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.74
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.74
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.74
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:        31059840 kB
MemAvailable:   31309496 kB
Buffers:          228640 kB
Cached:           345580 kB
SwapCached:           84 kB
Active:          1137772 kB
Inactive:         166548 kB
Active(anon):     677952 kB
Inactive(anon):   101948 kB
Active(file):     459820 kB
Inactive(file):    64600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              4480 kB
Writeback:             0 kB
AnonPages:        729904 kB
Mapped:            76348 kB
Shmem:             49768 kB
Slab:             109308 kB
SReclaimable:      82140 kB
SUnreclaim:        27168 kB
KernelStack:        3536 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1567516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    604160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62024 MiB
End job on node132 at 2017-08-13 16:55:47