Trace number 4301793

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-11OPT2 78.0465 54.9621

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-1_c18.xml
MD5SUM1aa19c04fc46d2c59e842211a2e06bfd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.21512
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints18
Number of domains6
Minimum domain size2
Maximum domain size880
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":275,"count":3},{"size":550,"count":3},{"size":801,"count":3},{"size":880,"count":3}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":21},{"degree":4,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":3},{"arity":3,"count":15}]
Number of extensional constraints3
Number of intensional constraints9
Distribution of constraint types[{"type":"extension","count":3},{"type":"intension","count":9},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

33.74/12.77	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
33.74/12.77	c This is free software under the dual EPL/GNU LGPL licenses.
33.74/12.77	c See www.sat4j.org for details.
33.74/12.77	c That software uses the Rhino library from the Mozilla project.
33.74/12.77	c version 2.3.6-SNAPSHOT
33.74/12.77	c java.runtime.name	Java(TM) SE Runtime Environment
33.74/12.77	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
33.74/12.77	c java.vm.version	25.131-b11
33.74/12.77	c java.vm.vendor	Oracle Corporation
33.74/12.77	c sun.arch.data.model	64
33.74/12.77	c java.version		1.8.0_131
33.74/12.77	c os.name		Linux
33.74/12.77	c os.version		3.10.0-514.16.1.el7.x86_64
33.74/12.77	c os.arch		amd64
33.74/12.77	c Free memory 		499604488
33.74/12.77	c Max memory 		7247757312
33.74/12.77	c Total memory 		504889344
33.74/12.77	c Number of processors 	4
33.74/12.77	c c --- Begin Solver configuration ---
33.74/12.77	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
33.74/12.77	c Learn all clauses as in MiniSAT
33.74/12.77	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
33.74/12.77	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
33.74/12.77	c No reason simplification
33.74/12.77	c Glucose 2.1 dynamic restart strategy
33.74/12.77	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
33.74/12.77	c timeout=2147483s
33.74/12.77	c DB Simplification allowed=false
33.74/12.77	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
33.74/12.77	c --- End Solver configuration ---
33.74/12.77	c constraints type 
33.74/12.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
33.74/12.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1939866
33.74/12.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16864744
33.74/12.77	c org.sat4j.minisat.constraints.cnf.UnitClause => 36
33.74/12.77	c 18804694 constraints processed.
37.82/15.32	o 3
45.68/22.56	o 2
78.02/54.94	c starts		: 267
78.02/54.94	c conflicts		: 49407
78.02/54.94	c decisions		: 5415752
78.02/54.94	c propagations		: 93693916
78.02/54.94	c inspects		: 372840941
78.02/54.94	c shortcuts		: 0
78.02/54.94	c learnt literals	: 137
78.02/54.94	c learnt binary clauses	: 361
78.02/54.94	c learnt ternary clauses	: 635
78.02/54.94	c learnt constraints	: 49269
78.02/54.94	c ignored constraints	: 0
78.02/54.94	c root simplifications	: 0
78.02/54.94	c removed literals (reason simplification)	: 0
78.02/54.94	c reason swapping (by a shorter reason)	: 0
78.02/54.94	c Calls to reduceDB	: 7
78.02/54.94	c Number of update (reduction) of LBD	: 41525
78.02/54.94	c Imported unit clauses	: 0
78.02/54.94	c number of reductions to clauses (during analyze)	: 0
78.02/54.94	c number of learned constraints concerned by reduction	: 0
78.02/54.94	c number of learning phase by resolution	: 0
78.02/54.94	c number of learning phase by cutting planes	: 0
78.02/54.94	c number of rounding to 1 operations	: 0
78.02/54.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
78.02/54.94	c number of reductions of the coefficients by power 2 	: 0
78.02/54.94	c number of right shift for reduction by power 2 	: 0
78.02/54.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
78.02/54.94	c number of ending skipping 	: 0
78.02/54.94	c number of internal skipping 	: 0
78.02/54.94	c number of derivation steps 	: 0
78.02/54.94	c number of skipped derivation steps 	: 0
78.02/54.94	c number of remaining unassigned 	: 0
78.02/54.94	c number of remaining assigned 	: 0
78.02/54.94	c speed (assignments/second)	: 2222763.237806035
78.02/54.94	c non guided choices	: 109505
78.02/54.94	s OPTIMUM FOUND
78.02/54.94	v <instantiation type="optimum" cost="2">
78.02/54.94	v 	<list> d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] nptv[0][0] nptv[0][1] nptv[0][2] nptv[1][0] nptv[1][1] nptv[1][2] nptv[2][0] nptv[2][1] nptv[2][2] </list>
78.02/54.94	v 	<values> 0 1 3 2 2 0 3 1 0 278 122 0 1 1 0 0 278 834 244 244 0 0 0 0 </values>
78.02/54.94	v </instantiation>
78.02/54.94	

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301793-1532884573/watcher-4301793-1532884573 -o /tmp/evaluation-result-4301793-1532884573/solver-4301793-1532884573 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301793-1532884573.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
solver pid=29193, runsolver pid=29190
Current StackSize limit: 8192 KiB


[startup+0.100976 s]*
/proc/loadavg: 3.59 2.93 2.77 2/215 29208
/proc/meminfo: memFree=19980316/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10659012 memory=30676 CPUtime=0.12 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 22004 0 -1 1077944320 6725 0 0 0 11 1 0 0 20 0 15 0 106020468 10914828288 7669 33554432000 4194304 4196468 140736144525360 140736144507904 140542402248439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
/proc/29193/statm: 2664753 7669 2842 1 0 2627263 0
[pid=29193/tid=29195] ppid=29190 vsize=10659012 memory=-8773748148830375293 CPUtime=0.09 cores=1,3,5,7
/proc/29193/task/29195/stat : 29195 (java) R 29190 29193 22004 0 -1 4202560 4561 0 0 0 8 1 0 0 20 0 15 0 106020468 10914828288 7669 33554432000 4194304 4196468 140736144525360 140542406453104 140542402260374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29196] ppid=29190 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29196/stat : 29196 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914828288 7669 33554432000 4194304 4196468 140736144525360 140542338939920 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29197] ppid=29190 vsize=10659012 memory=139636133901952 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29197/stat : 29197 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914828288 7669 33554432000 4194304 4196468 140736144525360 140542337887376 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29198] ppid=29190 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29198/stat : 29198 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914828288 7669 33554432000 4194304 4196468 140736144525360 140542336834320 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29199] ppid=29190 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29199/stat : 29199 (java) S 29190 29193 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106020469 10914828288 7669 33554432000 4194304 4196468 140736144525360 140542006389648 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29200] ppid=29190 vsize=10659012 memory=139636133901952 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29200/stat : 29200 (java) S 29190 29193 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106020470 10914828288 7669 33554432000 4194304 4196468 140736144525360 140541894068464 140542402259586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29201] ppid=29190 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29201/stat : 29201 (java) S 29190 29193 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106020471 10914828288 7669 33554432000 4194304 4196468 140736144525360 140541893014688 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29202] ppid=29190 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29202/stat : 29202 (java) S 29190 29193 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106020471 10914828288 7669 33554432000 4194304 4196468 140736144525360 140541891961584 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29203] ppid=29190 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29203/stat : 29203 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106020473 10914828288 7669 33554432000 4194304 4196468 140736144525360 140541890910160 140542402267035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29204] ppid=29190 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29204/stat : 29204 (java) S 29190 29193 22004 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 106020473 10914828288 7669 33554432000 4194304 4196468 140736144525360 140541889858288 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29205] ppid=29190 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29205/stat : 29205 (java) S 29190 29193 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106020473 10914828288 7669 33554432000 4194304 4196468 140736144525360 140541888805744 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29206] ppid=29190 vsize=10659012 memory=139636133901952 CPUtime=0.01 cores=1,3,5,7
/proc/29193/task/29206/stat : 29206 (java) R 29190 29193 22004 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 106020473 10914828288 7669 33554432000 4194304 4196468 140736144525360 140541887752688 140542381092467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29207] ppid=29190 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29207/stat : 29207 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106020474 10914828288 7669 33554432000 4194304 4196468 140736144525360 140541886700384 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29208] ppid=29190 vsize=10659012 memory=139636133901952 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29208/stat : 29208 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020474 10914828288 7669 33554432000 4194304 4196468 140736144525360 140541885647408 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30676 KiB

[startup+0.213004 s]*
/proc/loadavg: 3.59 2.93 2.77 4/215 29208
/proc/meminfo: memFree=19970172/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10659012 memory=41872 CPUtime=0.32 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 22004 0 -1 1077944320 8077 0 0 0 31 1 0 0 20 0 15 0 106020468 10914828288 10468 33554432000 4194304 4196468 140736144525360 140736144507904 140542402248439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
/proc/29193/statm: 2664753 10468 3005 1 0 2627263 0
[pid=29193/tid=29195] ppid=29190 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29193/task/29195/stat : 29195 (java) R 29190 29193 22004 0 -1 4202560 5028 0 0 0 19 1 0 0 20 0 15 0 106020468 10914828288 10468 33554432000 4194304 4196468 140736144525360 140542406484720 140542018440781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29196] ppid=29190 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29196/stat : 29196 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914828288 10468 33554432000 4194304 4196468 140736144525360 140542338939920 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29197] ppid=29190 vsize=10659012 memory=139636134540317 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29197/stat : 29197 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914828288 10468 33554432000 4194304 4196468 140736144525360 140542337887376 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29198] ppid=29190 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29198/stat : 29198 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914828288 10468 33554432000 4194304 4196468 140736144525360 140542336834320 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29199] ppid=29190 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29199/stat : 29199 (java) S 29190 29193 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106020469 10914828288 10468 33554432000 4194304 4196468 140736144525360 140542006389648 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29200] ppid=29190 vsize=10659012 memory=139636133901952 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29200/stat : 29200 (java) S 29190 29193 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106020470 10914828288 10468 33554432000 4194304 4196468 140736144525360 140541894068464 140542402259586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29201] ppid=29190 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29201/stat : 29201 (java) S 29190 29193 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106020471 10914828288 10468 33554432000 4194304 4196468 140736144525360 140541893014688 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29202] ppid=29190 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29202/stat : 29202 (java) S 29190 29193 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106020471 10914828288 10468 33554432000 4194304 4196468 140736144525360 140541891961584 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29203] ppid=29190 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29203/stat : 29203 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106020473 10914828288 10468 33554432000 4194304 4196468 140736144525360 140541890910160 140542402267035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29204] ppid=29190 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29193/task/29204/stat : 29204 (java) S 29190 29193 22004 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 15 0 106020473 10914828288 10468 33554432000 4194304 4196468 140736144525360 140541889858288 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29205] ppid=29190 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29193/task/29205/stat : 29205 (java) S 29190 29193 22004 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 15 0 106020473 10914828288 10468 33554432000 4194304 4196468 140736144525360 140541888805744 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29206] ppid=29190 vsize=10659012 memory=139636133901952 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29206/stat : 29206 (java) R 29190 29193 22004 0 -1 4202560 686 0 0 0 7 0 0 0 20 0 15 0 106020473 10914828288 10468 33554432000 4194304 4196468 140736144525360 140541887752688 140542381194056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29207] ppid=29190 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29207/stat : 29207 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106020474 10914828288 10468 33554432000 4194304 4196468 140736144525360 140541886700384 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29208] ppid=29190 vsize=10659012 memory=139636133901952 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29208/stat : 29208 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020474 10914828288 10468 33554432000 4194304 4196468 140736144525360 140541885647408 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41872 KiB

[startup+0.310396 s]*
/proc/loadavg: 3.59 2.93 2.77 3/215 29208
/proc/meminfo: memFree=19962852/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10659088 memory=47644 CPUtime=0.5 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 22004 0 -1 1077944320 9026 0 0 0 48 2 0 0 20 0 15 0 106020468 10914906112 11911 33554432000 4194304 4196468 140736144525360 140736144507904 140542402248439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
/proc/29193/statm: 2664772 11911 3063 1 0 2627263 0
[pid=29193/tid=29195] ppid=29190 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29193/task/29195/stat : 29195 (java) R 29190 29193 22004 0 -1 4202560 5805 0 0 0 27 2 0 0 20 0 15 0 106020468 10914906112 11911 33554432000 4194304 4196468 140736144525360 140542406483344 140542402260374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29196] ppid=29190 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29196/stat : 29196 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914906112 11911 33554432000 4194304 4196468 140736144525360 140542338939920 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29197] ppid=29190 vsize=10659088 memory=139636134540316 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29197/stat : 29197 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914906112 11911 33554432000 4194304 4196468 140736144525360 140542337887376 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29198] ppid=29190 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29198/stat : 29198 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914906112 11911 33554432000 4194304 4196468 140736144525360 140542336834320 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29199] ppid=29190 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29199/stat : 29199 (java) S 29190 29193 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106020469 10914906112 11911 33554432000 4194304 4196468 140736144525360 140542006389648 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29200] ppid=29190 vsize=10659088 memory=139636133901952 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29200/stat : 29200 (java) S 29190 29193 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106020470 10914906112 11911 33554432000 4194304 4196468 140736144525360 140541894068464 140542402259586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29201] ppid=29190 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29201/stat : 29201 (java) S 29190 29193 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106020471 10914906112 11911 33554432000 4194304 4196468 140736144525360 140541893014688 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29202] ppid=29190 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29202/stat : 29202 (java) S 29190 29193 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106020471 10914906112 11911 33554432000 4194304 4196468 140736144525360 140541891961584 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29203] ppid=29190 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29203/stat : 29203 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106020473 10914906112 11911 33554432000 4194304 4196468 140736144525360 140541890910160 140542402267035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29204] ppid=29190 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/29193/task/29204/stat : 29204 (java) S 29190 29193 22004 0 -1 1077944384 529 0 0 0 3 0 0 0 20 0 15 0 106020473 10914906112 11911 33554432000 4194304 4196468 140736144525360 140541889858288 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29205] ppid=29190 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29193/task/29205/stat : 29205 (java) S 29190 29193 22004 0 -1 1077944384 595 0 0 0 4 0 0 0 20 0 15 0 106020473 10914906112 11911 33554432000 4194304 4196468 140736144525360 140541888805744 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29206] ppid=29190 vsize=10659088 memory=139636133901952 CPUtime=0.11 cores=1,3,5,7
/proc/29193/task/29206/stat : 29206 (java) S 29190 29193 22004 0 -1 1077944384 731 0 0 0 11 0 0 0 20 0 15 0 106020473 10914906112 11911 33554432000 4194304 4196468 140736144525360 140541887752688 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29207] ppid=29190 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29207/stat : 29207 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106020474 10914906112 11911 33554432000 4194304 4196468 140736144525360 140541886700384 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29208] ppid=29190 vsize=10659088 memory=139636133901952 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29208/stat : 29208 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020474 10914906112 11911 33554432000 4194304 4196468 140736144525360 140541885647408 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47644 KiB

[startup+0.700777 s]
/proc/loadavg: 3.59 2.93 2.77 6/215 29208
/proc/meminfo: memFree=19936612/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10659088 memory=148452 CPUtime=1.63 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 22004 0 -1 1077944320 14886 0 0 0 159 4 0 0 20 0 15 0 106020468 10914906112 37113 33554432000 4194304 4196468 140736144525360 140736144507904 140542402248439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
/proc/29193/statm: 2664772 37113 3109 1 0 2627263 0
[pid=29193/tid=29195] ppid=29190 vsize=10659088 memory=1840 CPUtime=0.67 cores=1,3,5,7
/proc/29193/task/29195/stat : 29195 (java) R 29190 29193 22004 0 -1 4202560 6062 0 0 0 64 3 0 0 20 0 15 0 106020468 10914906112 37113 33554432000 4194304 4196468 140736144525360 140542406466848 140542020089415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29196] ppid=29190 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29196/stat : 29196 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914906112 37113 33554432000 4194304 4196468 140736144525360 140542338939920 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29197] ppid=29190 vsize=10659088 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29197/stat : 29197 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914906112 37113 33554432000 4194304 4196468 140736144525360 140542337887376 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29198] ppid=29190 vsize=10659088 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29198/stat : 29198 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020469 10914906112 37113 33554432000 4194304 4196468 140736144525360 140542336834320 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29199] ppid=29190 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29199/stat : 29199 (java) S 29190 29193 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106020469 10914906112 37113 33554432000 4194304 4196468 140736144525360 140542006389648 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29200] ppid=29190 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29200/stat : 29200 (java) S 29190 29193 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106020470 10914906112 37113 33554432000 4194304 4196468 140736144525360 140541894068464 140542402259586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29201] ppid=29190 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29201/stat : 29201 (java) S 29190 29193 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106020471 10914906112 37113 33554432000 4194304 4196468 140736144525360 140541893014688 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29202] ppid=29190 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29202/stat : 29202 (java) S 29190 29193 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106020471 10914906112 37113 33554432000 4194304 4196468 140736144525360 140541891961584 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29203] ppid=29190 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29203/stat : 29203 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106020473 10914906112 37113 33554432000 4194304 4196468 140736144525360 140541890910160 140542402267035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29204] ppid=29190 vsize=10659088 memory=7590935255203861604 CPUtime=0.34 cores=1,3,5,7
/proc/29193/task/29204/stat : 29204 (java) R 29190 29193 22004 0 -1 4202560 3603 0 0 0 34 0 0 0 20 0 15 0 106020473 10914906112 37113 33554432000 4194304 4196468 140736144525360 140541889839096 140542383784548 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29205] ppid=29190 vsize=10659088 memory=6293050847276651881 CPUtime=0.35 cores=1,3,5,7
/proc/29193/task/29205/stat : 29205 (java) R 29190 29193 22004 0 -1 4202560 2258 0 0 0 35 0 0 0 20 0 15 0 106020473 10914906112 37113 33554432000 4194304 4196468 140736144525360 140541888795536 140542386635957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29206] ppid=29190 vsize=10659088 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/29193/task/29206/stat : 29206 (java) S 29190 29193 22004 0 -1 1077944384 1593 0 0 0 24 0 0 0 20 0 15 0 106020473 10914906112 37113 33554432000 4194304 4196468 140736144525360 140541887752688 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29207] ppid=29190 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29207/stat : 29207 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106020474 10914906112 37113 33554432000 4194304 4196468 140736144525360 140541886700384 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29208] ppid=29190 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29208/stat : 29208 (java) S 29190 29193 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106020474 10914906112 37113 33554432000 4194304 4196468 140736144525360 140541885647408 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 148452 KiB

[startup+1.50669 s]
/proc/loadavg: 3.59 2.93 2.77 4/215 29208
/proc/meminfo: memFree=19786688/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10659088 memory=343528 CPUtime=3.95 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 22004 0 -1 1077944320 22183 0 0 0 382 13 0 0 20 0 15 0 106020468 10914906112 85882 33554432000 4194304 4196468 140736144525360 140736144507904 140542402248439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
/proc/29193/statm: 2664772 85882 3141 1 0 2627263 0
[pid=29193/tid=29195] ppid=29190 vsize=10659088 memory=6791534058613427641 CPUtime=1.37 cores=1,3,5,7
/proc/29193/task/29195/stat : 29195 (java) R 29190 29193 22004 0 -1 4202560 6123 0 0 0 134 3 0 0 20 0 15 0 106020468 10914906112 85882 33554432000 4194304 4196468 140736144525360 140542406478584 140542020455157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29196] ppid=29190 vsize=10659088 memory=-6951259422114956437 CPUtime=0.08 cores=1,3,5,7
/proc/29193/task/29196/stat : 29196 (java) S 29190 29193 22004 0 -1 1077944384 112 0 0 0 7 1 0 0 20 0 15 0 106020469 10914906112 85882 33554432000 4194304 4196468 140736144525360 140542338939920 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29197] ppid=29190 vsize=10659088 memory=-6509546260019855295 CPUtime=0.06 cores=1,3,5,7
/proc/29193/task/29197/stat : 29197 (java) S 29190 29193 22004 0 -1 1077944384 37 0 0 0 5 1 0 0 20 0 15 0 106020469 10914906112 85882 33554432000 4194304 4196468 140736144525360 140542337887376 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29198] ppid=29190 vsize=10659088 memory=-7390251449858225344 CPUtime=0.04 cores=1,3,5,7
/proc/29193/task/29198/stat : 29198 (java) S 29190 29193 22004 0 -1 1077944384 96 0 0 0 3 1 0 0 20 0 15 0 106020469 10914906112 85882 33554432000 4194304 4196468 140736144525360 140542336834320 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29199] ppid=29190 vsize=10659088 memory=4134692831991786133 CPUtime=0.09 cores=1,3,5,7
/proc/29193/task/29199/stat : 29199 (java) S 29190 29193 22004 0 -1 1077944384 146 0 0 0 7 2 0 0 20 0 15 0 106020469 10914906112 85882 33554432000 4194304 4196468 140736144525360 140542006389648 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29200] ppid=29190 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29200/stat : 29200 (java) S 29190 29193 22004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 106020470 10914906112 85882 33554432000 4194304 4196468 140736144525360 140541894068464 140542402259586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0

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

Current children cumulated CPU time: 76.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2943856 KiB

[startup+53.6007 s]
/proc/loadavg: 3.74 3.12 2.85 6/216 29284
/proc/meminfo: memFree=19856032/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10727700 memory=2943856 CPUtime=76.87 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 22004 0 -1 1077944320 54694 0 0 0 7455 232 0 0 20 0 16 0 106020468 10985164800 735964 33554432000 4194304 4196468 140736144525360 140736144507904 140542402248439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
/proc/29193/statm: 2681925 735964 3182 1 0 2644416 0
[pid=29193/tid=29195] ppid=29190 vsize=10727700 memory=30224 CPUtime=45.23 cores=1,3,5,7
/proc/29193/task/29195/stat : 29195 (java) R 29190 29193 22004 0 -1 4202560 13090 0 0 0 4512 11 0 0 20 0 16 0 106020468 10985164800 735964 33554432000 4194304 4196468 140736144525360 140542406487224 140542021915943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29196] ppid=29190 vsize=10727700 memory=2943832 CPUtime=6.26 cores=1,3,5,7
/proc/29193/task/29196/stat : 29196 (java) S 29190 29193 22004 0 -1 1077944384 1960 0 0 0 568 58 0 0 20 0 16 0 106020469 10985164800 735964 33554432000 4194304 4196468 140736144525360 140542338939920 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29197] ppid=29190 vsize=10727700 memory=2943832 CPUtime=6.2 cores=1,3,5,7
/proc/29193/task/29197/stat : 29197 (java) S 29190 29193 22004 0 -1 1077944384 4567 0 0 0 569 51 0 0 20 0 16 0 106020469 10985164800 735964 33554432000 4194304 4196468 140736144525360 140542337887376 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29198] ppid=29190 vsize=10727700 memory=1840 CPUtime=6.21 cores=1,3,5,7
/proc/29193/task/29198/stat : 29198 (java) S 29190 29193 22004 0 -1 1077944384 2137 0 0 0 568 53 0 0 20 0 16 0 106020469 10985164800 735964 33554432000 4194304 4196468 140736144525360 140542336834320 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29199] ppid=29190 vsize=10727700 memory=1004 CPUtime=6.26 cores=1,3,5,7
/proc/29193/task/29199/stat : 29199 (java) S 29190 29193 22004 0 -1 1077944384 3157 0 0 0 575 51 0 0 20 0 16 0 106020469 10985164800 735964 33554432000 4194304 4196468 140736144525360 140542006389648 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29200] ppid=29190 vsize=10727700 memory=4028 CPUtime=2.01 cores=1,3,5,7
/proc/29193/task/29200/stat : 29200 (java) S 29190 29193 22004 0 -1 1077944384 5879 0 0 0 200 1 0 0 20 0 16 0 106020470 10985164800 735964 33554432000 4194304 4196468 140736144525360 140541894068464 140542402259586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29201] ppid=29190 vsize=10727700 memory=30224 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29201/stat : 29201 (java) S 29190 29193 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106020471 10985164800 735964 33554432000 4194304 4196468 140736144525360 140541893014752 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29202] ppid=29190 vsize=10727700 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29202/stat : 29202 (java) S 29190 29193 22004 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 106020471 10985164800 735964 33554432000 4194304 4196468 140736144525360 140541891961600 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29203] ppid=29190 vsize=10727700 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29203/stat : 29203 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106020473 10985164800 735964 33554432000 4194304 4196468 140736144525360 140541890910160 140542402267035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29204] ppid=29190 vsize=10727700 memory=1840 CPUtime=2.17 cores=1,3,5,7
/proc/29193/task/29204/stat : 29204 (java) S 29190 29193 22004 0 -1 1077944384 10057 0 0 0 216 1 0 0 20 0 16 0 106020473 10985164800 735964 33554432000 4194304 4196468 140736144525360 140541889858288 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29205] ppid=29190 vsize=10727700 memory=1004 CPUtime=2.02 cores=1,3,5,7
/proc/29193/task/29205/stat : 29205 (java) S 29190 29193 22004 0 -1 1077944384 7886 0 0 0 201 1 0 0 20 0 16 0 106020473 10985164800 735964 33554432000 4194304 4196468 140736144525360 140541888805744 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29206] ppid=29190 vsize=10727700 memory=12060 CPUtime=0.4 cores=1,3,5,7
/proc/29193/task/29206/stat : 29206 (java) S 29190 29193 22004 0 -1 1077944384 3532 0 0 0 40 0 0 0 20 0 16 0 106020473 10985164800 735964 33554432000 4194304 4196468 140736144525360 140541887752688 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29207] ppid=29190 vsize=10727700 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29207/stat : 29207 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106020474 10985164800 735964 33554432000 4194304 4196468 140736144525360 140541886700384 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29208] ppid=29190 vsize=10727700 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29193/task/29208/stat : 29208 (java) S 29190 29193 22004 0 -1 1077944384 1046 0 0 0 0 2 0 0 20 0 16 0 106020474 10985164800 735964 33554432000 4194304 4196468 140736144525360 140541885647408 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29209] ppid=29190 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29209/stat : 29209 (java) S 29190 29193 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106021747 10985164800 735964 33554432000 4194304 4196468 140736144525360 140541884593200 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
Current children cumulated CPU time: 76.87 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2943856 KiB

[startup+54.4007 s]
/proc/loadavg: 3.74 3.12 2.85 6/216 29284
/proc/meminfo: memFree=19843744/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10727700 memory=2943860 CPUtime=77.67 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 22004 0 -1 1077944320 55175 0 0 0 7535 232 0 0 20 0 16 0 106020468 10985164800 735965 33554432000 4194304 4196468 140736144525360 140736144507904 140542402248439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
/proc/29193/statm: 2681925 735965 3182 1 0 2644416 0
[pid=29193/tid=29195] ppid=29190 vsize=10727700 memory=2788 CPUtime=46.03 cores=1,3,5,7
/proc/29193/task/29195/stat : 29195 (java) R 29190 29193 22004 0 -1 4202560 13435 0 0 0 4592 11 0 0 20 0 16 0 106020468 10985164800 735965 33554432000 4194304 4196468 140736144525360 140542406487224 140542021595804 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29196] ppid=29190 vsize=10727700 memory=6791534058613427641 CPUtime=6.26 cores=1,3,5,7
/proc/29193/task/29196/stat : 29196 (java) S 29190 29193 22004 0 -1 1077944384 1960 0 0 0 568 58 0 0 20 0 16 0 106020469 10985164800 735965 33554432000 4194304 4196468 140736144525360 140542338939920 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29197] ppid=29190 vsize=10727700 memory=30224 CPUtime=6.2 cores=1,3,5,7
/proc/29193/task/29197/stat : 29197 (java) S 29190 29193 22004 0 -1 1077944384 4567 0 0 0 569 51 0 0 20 0 16 0 106020469 10985164800 735965 33554432000 4194304 4196468 140736144525360 140542337887376 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29198] ppid=29190 vsize=10727700 memory=1296 CPUtime=6.21 cores=1,3,5,7
/proc/29193/task/29198/stat : 29198 (java) S 29190 29193 22004 0 -1 1077944384 2137 0 0 0 568 53 0 0 20 0 16 0 106020469 10985164800 735965 33554432000 4194304 4196468 140736144525360 140542336834320 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29199] ppid=29190 vsize=10727700 memory=2424 CPUtime=6.26 cores=1,3,5,7
/proc/29193/task/29199/stat : 29199 (java) S 29190 29193 22004 0 -1 1077944384 3157 0 0 0 575 51 0 0 20 0 16 0 106020469 10985164800 735965 33554432000 4194304 4196468 140736144525360 140542006389648 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29200] ppid=29190 vsize=10727700 memory=792 CPUtime=2.01 cores=1,3,5,7
/proc/29193/task/29200/stat : 29200 (java) S 29190 29193 22004 0 -1 1077944384 5879 0 0 0 200 1 0 0 20 0 16 0 106020470 10985164800 735965 33554432000 4194304 4196468 140736144525360 140541894068464 140542402259586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29201] ppid=29190 vsize=10727700 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29201/stat : 29201 (java) S 29190 29193 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106020471 10985164800 735965 33554432000 4194304 4196468 140736144525360 140541893014752 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29202] ppid=29190 vsize=10727700 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29202/stat : 29202 (java) S 29190 29193 22004 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 106020471 10985164800 735965 33554432000 4194304 4196468 140736144525360 140541891961600 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29203] ppid=29190 vsize=10727700 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29203/stat : 29203 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106020473 10985164800 735965 33554432000 4194304 4196468 140736144525360 140541890910160 140542402267035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29204] ppid=29190 vsize=10727700 memory=4612 CPUtime=2.17 cores=1,3,5,7
/proc/29193/task/29204/stat : 29204 (java) S 29190 29193 22004 0 -1 1077944384 10057 0 0 0 216 1 0 0 20 0 16 0 106020473 10985164800 735965 33554432000 4194304 4196468 140736144525360 140541889858288 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29205] ppid=29190 vsize=10727700 memory=8508 CPUtime=2.02 cores=1,3,5,7
/proc/29193/task/29205/stat : 29205 (java) S 29190 29193 22004 0 -1 1077944384 7886 0 0 0 201 1 0 0 20 0 16 0 106020473 10985164800 735965 33554432000 4194304 4196468 140736144525360 140541888805744 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29206] ppid=29190 vsize=10727700 memory=1624 CPUtime=0.4 cores=1,3,5,7
/proc/29193/task/29206/stat : 29206 (java) S 29190 29193 22004 0 -1 1077944384 3636 0 0 0 40 0 0 0 20 0 16 0 106020473 10985164800 735965 33554432000 4194304 4196468 140736144525360 140541887752688 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29207] ppid=29190 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29207/stat : 29207 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106020474 10985164800 735965 33554432000 4194304 4196468 140736144525360 140541886700384 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29208] ppid=29190 vsize=10727700 memory=15872 CPUtime=0.02 cores=1,3,5,7
/proc/29193/task/29208/stat : 29208 (java) S 29190 29193 22004 0 -1 1077944384 1078 0 0 0 0 2 0 0 20 0 16 0 106020474 10985164800 735965 33554432000 4194304 4196468 140736144525360 140541885647408 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29209] ppid=29190 vsize=10727700 memory=2943856 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29209/stat : 29209 (java) S 29190 29193 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106021747 10985164800 735965 33554432000 4194304 4196468 140736144525360 140541884593200 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
Current children cumulated CPU time: 77.67 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2943860 KiB

[startup+54.8007 s]
/proc/loadavg: 3.74 3.12 2.85 6/216 29284
/proc/meminfo: memFree=19843744/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10860828 memory=2944076 CPUtime=78.02 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 22004 0 -1 1077944320 56630 0 0 0 7570 232 0 0 20 0 16 0 106020468 11121487872 736019 33554432000 4194304 4196468 140736144525360 140736144507904 140542402248439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
/proc/29193/statm: 2715207 736019 3184 1 0 2677698 0
[pid=29193/tid=29195] ppid=29190 vsize=10860828 memory=6944656592387989600 CPUtime=46.37 cores=1,3,5,7
/proc/29193/task/29195/stat : 29195 (java) S 29190 29193 22004 0 -1 1077944384 14385 0 0 0 4626 11 0 0 20 0 16 0 106020468 11121487872 736019 33554432000 4194304 4196468 140736144525360 140542406489120 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29196] ppid=29190 vsize=10860828 memory=6791534058613427641 CPUtime=6.26 cores=1,3,5,7
/proc/29193/task/29196/stat : 29196 (java) S 29190 29193 22004 0 -1 1077944384 1960 0 0 0 568 58 0 0 20 0 16 0 106020469 11121487872 736019 33554432000 4194304 4196468 140736144525360 140542338939920 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29197] ppid=29190 vsize=10860828 memory=1004 CPUtime=6.2 cores=1,3,5,7
/proc/29193/task/29197/stat : 29197 (java) S 29190 29193 22004 0 -1 1077944384 4567 0 0 0 569 51 0 0 20 0 16 0 106020469 11121487872 736019 33554432000 4194304 4196468 140736144525360 140542337887376 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29198] ppid=29190 vsize=10860828 memory=12060 CPUtime=6.21 cores=1,3,5,7
/proc/29193/task/29198/stat : 29198 (java) S 29190 29193 22004 0 -1 1077944384 2137 0 0 0 568 53 0 0 20 0 16 0 106020469 11121487872 736019 33554432000 4194304 4196468 140736144525360 140542336834320 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29199] ppid=29190 vsize=10860828 memory=5788 CPUtime=6.26 cores=1,3,5,7
/proc/29193/task/29199/stat : 29199 (java) S 29190 29193 22004 0 -1 1077944384 3157 0 0 0 575 51 0 0 20 0 16 0 106020469 11121487872 736019 33554432000 4194304 4196468 140736144525360 140542006389648 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29200] ppid=29190 vsize=10860828 memory=6791534058613427641 CPUtime=2.01 cores=1,3,5,7
/proc/29193/task/29200/stat : 29200 (java) S 29190 29193 22004 0 -1 1077944384 5901 0 0 0 200 1 0 0 20 0 16 0 106020470 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541894068464 140542402259586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29201] ppid=29190 vsize=10860828 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29201/stat : 29201 (java) S 29190 29193 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106020471 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541893014752 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29202] ppid=29190 vsize=10860828 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29202/stat : 29202 (java) S 29190 29193 22004 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 106020471 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541891961600 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29203] ppid=29190 vsize=10860828 memory=1840 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29203/stat : 29203 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106020473 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541890910160 140542402267035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29204] ppid=29190 vsize=10860828 memory=1004 CPUtime=2.17 cores=1,3,5,7
/proc/29193/task/29204/stat : 29204 (java) S 29190 29193 22004 0 -1 1077944384 10171 0 0 0 216 1 0 0 20 0 16 0 106020473 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541889858288 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29205] ppid=29190 vsize=10860828 memory=960 CPUtime=2.03 cores=1,3,5,7
/proc/29193/task/29205/stat : 29205 (java) S 29190 29193 22004 0 -1 1077944384 7987 0 0 0 202 1 0 0 20 0 16 0 106020473 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541888805744 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29206] ppid=29190 vsize=10860828 memory=2424 CPUtime=0.4 cores=1,3,5,7
/proc/29193/task/29206/stat : 29206 (java) S 29190 29193 22004 0 -1 1077944384 3772 0 0 0 40 0 0 0 20 0 16 0 106020473 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541887752688 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29207] ppid=29190 vsize=10860828 memory=928 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29207/stat : 29207 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106020474 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541886700384 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29208] ppid=29190 vsize=10860828 memory=1572 CPUtime=0.02 cores=1,3,5,7
/proc/29193/task/29208/stat : 29208 (java) S 29190 29193 22004 0 -1 1077944384 1078 0 0 0 0 2 0 0 20 0 16 0 106020474 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541885647408 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
Current children cumulated CPU time: 78.02 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 2944076 KiB

[startup+54.9007 s]
/proc/loadavg: 3.74 3.12 2.85 6/216 29284
/proc/meminfo: memFree=19843744/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10860828 memory=2944076 CPUtime=78.02 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 22004 0 -1 1077944320 56630 0 0 0 7570 232 0 0 20 0 16 0 106020468 11121487872 736019 33554432000 4194304 4196468 140736144525360 140736144507904 140542402248439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
/proc/29193/statm: 2715207 736019 3184 1 0 2677698 0
[pid=29193/tid=29195] ppid=29190 vsize=10860828 memory=2943860 CPUtime=46.37 cores=1,3,5,7
/proc/29193/task/29195/stat : 29195 (java) S 29190 29193 22004 0 -1 1077944384 14385 0 0 0 4626 11 0 0 20 0 16 0 106020468 11121487872 736019 33554432000 4194304 4196468 140736144525360 140542406489120 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29196] ppid=29190 vsize=10860828 memory=2943856 CPUtime=6.26 cores=1,3,5,7
/proc/29193/task/29196/stat : 29196 (java) S 29190 29193 22004 0 -1 1077944384 1960 0 0 0 568 58 0 0 20 0 16 0 106020469 11121487872 736019 33554432000 4194304 4196468 140736144525360 140542338939920 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29197] ppid=29190 vsize=10860828 memory=2943856 CPUtime=6.2 cores=1,3,5,7
/proc/29193/task/29197/stat : 29197 (java) S 29190 29193 22004 0 -1 1077944384 4567 0 0 0 569 51 0 0 20 0 16 0 106020469 11121487872 736019 33554432000 4194304 4196468 140736144525360 140542337887376 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29198] ppid=29190 vsize=10860828 memory=2943860 CPUtime=6.21 cores=1,3,5,7
/proc/29193/task/29198/stat : 29198 (java) S 29190 29193 22004 0 -1 1077944384 2137 0 0 0 568 53 0 0 20 0 16 0 106020469 11121487872 736019 33554432000 4194304 4196468 140736144525360 140542336834320 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29199] ppid=29190 vsize=10860828 memory=2943832 CPUtime=6.26 cores=1,3,5,7
/proc/29193/task/29199/stat : 29199 (java) S 29190 29193 22004 0 -1 1077944384 3157 0 0 0 575 51 0 0 20 0 16 0 106020469 11121487872 736019 33554432000 4194304 4196468 140736144525360 140542006389648 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29200] ppid=29190 vsize=10860828 memory=2943856 CPUtime=2.01 cores=1,3,5,7
/proc/29193/task/29200/stat : 29200 (java) S 29190 29193 22004 0 -1 1077944384 5901 0 0 0 200 1 0 0 20 0 16 0 106020470 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541894068464 140542402259586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29201] ppid=29190 vsize=10860828 memory=2943856 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29201/stat : 29201 (java) S 29190 29193 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106020471 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541893014752 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29202] ppid=29190 vsize=10860828 memory=2943856 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29202/stat : 29202 (java) S 29190 29193 22004 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 106020471 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541891961600 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29203] ppid=29190 vsize=10860828 memory=2943856 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29203/stat : 29203 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106020473 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541890910160 140542402267035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29204] ppid=29190 vsize=10860828 memory=2943856 CPUtime=2.17 cores=1,3,5,7
/proc/29193/task/29204/stat : 29204 (java) S 29190 29193 22004 0 -1 1077944384 10171 0 0 0 216 1 0 0 20 0 16 0 106020473 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541889858288 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29205] ppid=29190 vsize=10860828 memory=1228 CPUtime=2.03 cores=1,3,5,7
/proc/29193/task/29205/stat : 29205 (java) S 29190 29193 22004 0 -1 1077944384 7987 0 0 0 202 1 0 0 20 0 16 0 106020473 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541888805744 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29206] ppid=29190 vsize=10860828 memory=201 CPUtime=0.4 cores=1,3,5,7
/proc/29193/task/29206/stat : 29206 (java) S 29190 29193 22004 0 -1 1077944384 3772 0 0 0 40 0 0 0 20 0 16 0 106020473 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541887752688 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29207] ppid=29190 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29193/task/29207/stat : 29207 (java) S 29190 29193 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106020474 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541886700384 140542402258645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
[pid=29193/tid=29208] ppid=29190 vsize=10860828 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29193/task/29208/stat : 29208 (java) S 29190 29193 22004 0 -1 1077944384 1078 0 0 0 0 2 0 0 20 0 16 0 106020474 11121487872 736019 33554432000 4194304 4196468 140736144525360 140541885647408 140542402259586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140736144528502 140736144528654 140736144528654 140736144531407 0
Current children cumulated CPU time: 78.02 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 2944076 KiB

Child status: 0
Real time (s): 54.9621
CPU time (s): 78.0465
CPU user time (s): 75.704
CPU system time (s): 2.34248
CPU usage (%): 142.001
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 2944076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.704
system time used= 2.34248
maximum resident set size= 2944528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57320
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3648
involuntary context switches= 351


# summary of solver processes directly reported to runsolver:
#   pid: 29193
#   total CPU time (s): 78.0465
#   total CPU user time (s): 75.704
#   total CPU system time (s): 2.34248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.347715 second user time and 0.572875 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:16:13
IDJOB=4301793
IDBENCH=141357
IDSOLVER=2773
FILE ID=node151/4301793-1532884573
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-1_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301793-1532884573/watcher-4301793-1532884573 -o /tmp/evaluation-result-4301793-1532884573/solver-4301793-1532884573 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301793-1532884573.xml

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

MD5SUM BENCH= 1aa19c04fc46d2c59e842211a2e06bfd
RANDOM SEED=751405788

node151.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.87
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.87
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.87
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.87
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:        19998404 kB
MemAvailable:   23649520 kB
Buffers:          212528 kB
Cached:          3712560 kB
SwapCached:            0 kB
Active:          9663512 kB
Inactive:        2626364 kB
Active(anon):    8314480 kB
Inactive(anon):    78188 kB
Active(file):    1349032 kB
Inactive(file):  2548176 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2404 kB
Writeback:             0 kB
AnonPages:       8302848 kB
Mapped:            55964 kB
Shmem:             25224 kB
Slab:             167260 kB
SReclaimable:     139484 kB
SUnreclaim:        27776 kB
KernelStack:        3824 kB
PageTables:        21476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8654072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7995392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 19:17:08