Trace number 4301784

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 72.7463 49.0588

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-1_c18.xml
MD5SUM3db83836fd15e943f67e7808e5ced101
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.22149
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints22
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 degree5
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":16}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"ordered","count":1},{"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.56/12.81	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
33.56/12.81	c This is free software under the dual EPL/GNU LGPL licenses.
33.56/12.81	c See www.sat4j.org for details.
33.56/12.81	c That software uses the Rhino library from the Mozilla project.
33.56/12.81	c version 2.3.6-SNAPSHOT
33.56/12.81	c java.runtime.name	Java(TM) SE Runtime Environment
33.56/12.81	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
33.56/12.81	c java.vm.version	25.131-b11
33.56/12.81	c java.vm.vendor	Oracle Corporation
33.56/12.81	c sun.arch.data.model	64
33.56/12.81	c java.version		1.8.0_131
33.56/12.81	c os.name		Linux
33.56/12.81	c os.version		3.10.0-514.16.1.el7.x86_64
33.56/12.81	c os.arch		amd64
33.56/12.81	c Free memory 		499604488
33.56/12.81	c Max memory 		7247757312
33.56/12.81	c Total memory 		504889344
33.56/12.81	c Number of processors 	4
33.56/12.81	c c --- Begin Solver configuration ---
33.56/12.81	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
33.56/12.81	c Learn all clauses as in MiniSAT
33.56/12.81	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
33.56/12.81	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
33.56/12.81	c No reason simplification
33.56/12.81	c Glucose 2.1 dynamic restart strategy
33.56/12.81	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.56/12.81	c timeout=2147483s
33.56/12.81	c DB Simplification allowed=false
33.56/12.81	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
33.56/12.81	c --- End Solver configuration ---
33.56/12.81	c constraints type 
33.56/12.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
33.56/12.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12687
33.56/12.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18128758
33.56/12.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 46
33.56/12.81	c 18141539 constraints processed.
59.02/36.69	o 3
72.51/48.80	o 2
72.72/49.04	c starts		: 227
72.72/49.04	c conflicts		: 53629
72.72/49.04	c decisions		: 4530721
72.72/49.04	c propagations		: 60384226
72.72/49.04	c inspects		: 310410727
72.72/49.04	c shortcuts		: 0
72.72/49.04	c learnt literals	: 68
72.72/49.04	c learnt binary clauses	: 320
72.72/49.04	c learnt ternary clauses	: 487
72.72/49.04	c learnt constraints	: 53561
72.72/49.04	c ignored constraints	: 0
72.72/49.04	c root simplifications	: 0
72.72/49.04	c removed literals (reason simplification)	: 0
72.72/49.04	c reason swapping (by a shorter reason)	: 0
72.72/49.04	c Calls to reduceDB	: 7
72.72/49.04	c Number of update (reduction) of LBD	: 50967
72.72/49.04	c Imported unit clauses	: 0
72.72/49.04	c number of reductions to clauses (during analyze)	: 0
72.72/49.04	c number of learned constraints concerned by reduction	: 0
72.72/49.04	c number of learning phase by resolution	: 0
72.72/49.04	c number of learning phase by cutting planes	: 0
72.72/49.04	c number of rounding to 1 operations	: 0
72.72/49.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
72.72/49.04	c number of reductions of the coefficients by power 2 	: 0
72.72/49.04	c number of right shift for reduction by power 2 	: 0
72.72/49.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
72.72/49.04	c number of ending skipping 	: 0
72.72/49.04	c number of internal skipping 	: 0
72.72/49.04	c number of derivation steps 	: 0
72.72/49.04	c number of skipped derivation steps 	: 0
72.72/49.04	c number of remaining unassigned 	: 0
72.72/49.04	c number of remaining assigned 	: 0
72.72/49.04	c speed (assignments/second)	: 1667335.5975259554
72.72/49.04	c non guided choices	: 44846
72.72/49.04	s OPTIMUM FOUND
72.72/49.04	v <instantiation type="optimum" cost="2">
72.72/49.04	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>
72.72/49.04	v 	<values> 1 2 1 0 0 4 4 0 0 243 139 0 1 1 0 243 486 243 0 0 556 0 0 0 </values>
72.72/49.04	v </instantiation>
72.72/49.04	

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 (10814 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-4301784-1532884523/watcher-4301784-1532884523 -o /tmp/evaluation-result-4301784-1532884523/solver-4301784-1532884523 -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-4301784-1532884523.xml 

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

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

solver pid=29115, runsolver pid=29112

[startup+0.100881 s]*
/proc/loadavg: 4.83 2.98 2.78 5/215 29130
/proc/meminfo: memFree=24596188/32770624 swapFree=67108860/67108860
[pid=29115] ppid=29112 vsize=10659012 memory=30060 CPUtime=0.12 cores=1,3,5,7
/proc/29115/stat : 29115 (java) S 29112 29115 22004 0 -1 1077944320 6591 0 0 0 10 2 0 0 20 0 15 0 106015494 10914828288 7515 33554432000 4194304 4196468 140726331127392 140726331109936 139739502218999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
/proc/29115/statm: 2664753 7515 2845 1 0 2627263 0
[pid=29115/tid=29117] ppid=29112 vsize=10659012 memory=-8773748148830113667 CPUtime=0.08 cores=1,3,5,7
/proc/29115/task/29117/stat : 29117 (java) R 29112 29115 22004 0 -1 4202560 4409 0 0 0 7 1 0 0 20 0 15 0 106015495 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739506440768 139739486299486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29118] ppid=29112 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29118/stat : 29118 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015496 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739454839568 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29119] ppid=29112 vsize=10659012 memory=140717083432576 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29119/stat : 29119 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015496 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739453787024 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29120] ppid=29112 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29120/stat : 29120 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015496 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739452734480 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29121] ppid=29112 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29121/stat : 29121 (java) S 29112 29115 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106015496 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739451681936 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29122] ppid=29112 vsize=10659012 memory=140717083432576 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29122/stat : 29122 (java) S 29112 29115 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106015497 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739062011888 139739502230146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29123] ppid=29112 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29123/stat : 29123 (java) S 29112 29115 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106015498 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739060958112 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29124] ppid=29112 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29124/stat : 29124 (java) S 29112 29115 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106015498 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739059905520 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29125] ppid=29112 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29125/stat : 29125 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106015500 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739058854096 139739502237595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29126] ppid=29112 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29126/stat : 29126 (java) S 29112 29115 22004 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 106015500 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739057801712 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29127] ppid=29112 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29127/stat : 29127 (java) S 29112 29115 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106015500 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739056749168 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29128] ppid=29112 vsize=10659012 memory=140717083432576 CPUtime=0.01 cores=1,3,5,7
/proc/29115/task/29128/stat : 29128 (java) R 29112 29115 22004 0 -1 4202560 359 0 0 0 1 0 0 0 20 0 15 0 106015500 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739055696624 139739481354776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29129] ppid=29112 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29129/stat : 29129 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106015500 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739054644320 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29130] ppid=29112 vsize=10659012 memory=140717083432576 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29130/stat : 29130 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015500 10914828288 7515 33554432000 4194304 4196468 140726331127392 139739053590832 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30060 KiB

[startup+0.21052 s]*
/proc/loadavg: 4.83 2.98 2.78 6/215 29130
/proc/meminfo: memFree=24554716/32770624 swapFree=67108860/67108860
[pid=29115] ppid=29112 vsize=10659012 memory=41756 CPUtime=0.32 cores=1,3,5,7
/proc/29115/stat : 29115 (java) S 29112 29115 22004 0 -1 1077944320 8046 0 0 0 30 2 0 0 20 0 15 0 106015494 10914828288 10439 33554432000 4194304 4196468 140726331127392 140726331109936 139739502218999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
/proc/29115/statm: 2664753 10439 3007 1 0 2627263 0
[pid=29115/tid=29117] ppid=29112 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29115/task/29117/stat : 29117 (java) R 29112 29115 22004 0 -1 4202560 4988 0 0 0 18 2 0 0 20 0 15 0 106015495 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739506455280 139739502230934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29118] ppid=29112 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29118/stat : 29118 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015496 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739454839568 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29119] ppid=29112 vsize=10659012 memory=140717084070941 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29119/stat : 29119 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015496 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739453787024 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29120] ppid=29112 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29120/stat : 29120 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015496 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739452734480 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29121] ppid=29112 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29121/stat : 29121 (java) S 29112 29115 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106015496 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739451681936 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29122] ppid=29112 vsize=10659012 memory=140717083432576 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29122/stat : 29122 (java) S 29112 29115 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106015497 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739062011888 139739502230146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29123] ppid=29112 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29123/stat : 29123 (java) S 29112 29115 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106015498 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739060958112 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29124] ppid=29112 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29124/stat : 29124 (java) S 29112 29115 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106015498 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739059905520 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29125] ppid=29112 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29125/stat : 29125 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106015500 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739058854096 139739502237595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29126] ppid=29112 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29115/task/29126/stat : 29126 (java) S 29112 29115 22004 0 -1 1077944384 626 0 0 0 2 0 0 0 20 0 15 0 106015500 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739057801712 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29127] ppid=29112 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29115/task/29127/stat : 29127 (java) S 29112 29115 22004 0 -1 1077944384 388 0 0 0 1 0 0 0 20 0 15 0 106015500 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739056749168 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29128] ppid=29112 vsize=10659012 memory=140717083432576 CPUtime=0.07 cores=1,3,5,7
/proc/29115/task/29128/stat : 29128 (java) R 29112 29115 22004 0 -1 4202560 681 0 0 0 7 0 0 0 20 0 15 0 106015500 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739055696624 139739486299486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29129] ppid=29112 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29129/stat : 29129 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106015500 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739054644320 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29130] ppid=29112 vsize=10659012 memory=140717083432576 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29130/stat : 29130 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015500 10914828288 10439 33554432000 4194304 4196468 140726331127392 139739053590832 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41756 KiB

[startup+0.310781 s]*
/proc/loadavg: 4.83 2.98 2.78 6/215 29130
/proc/meminfo: memFree=24545196/32770624 swapFree=67108860/67108860
[pid=29115] ppid=29112 vsize=10659088 memory=47248 CPUtime=0.5 cores=1,3,5,7
/proc/29115/stat : 29115 (java) S 29112 29115 22004 0 -1 1077944320 9060 0 0 0 47 3 0 0 20 0 15 0 106015494 10914906112 11812 33554432000 4194304 4196468 140726331127392 140726331109936 139739502218999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
/proc/29115/statm: 2664772 11812 3061 1 0 2627263 0
[pid=29115/tid=29117] ppid=29112 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29115/task/29117/stat : 29117 (java) R 29112 29115 22004 0 -1 4202560 5805 0 0 0 27 2 0 0 20 0 15 0 106015495 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739506454000 139739128084094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29118] ppid=29112 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29118/stat : 29118 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015496 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739454839568 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29119] ppid=29112 vsize=10659088 memory=140717084070940 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29119/stat : 29119 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015496 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739453787024 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29120] ppid=29112 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29120/stat : 29120 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015496 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739452734480 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29121] ppid=29112 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29121/stat : 29121 (java) S 29112 29115 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106015496 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739451681936 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29122] ppid=29112 vsize=10659088 memory=140717083432576 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29122/stat : 29122 (java) S 29112 29115 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106015497 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739062011888 139739502230146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29123] ppid=29112 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29123/stat : 29123 (java) S 29112 29115 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106015498 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739060958112 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29124] ppid=29112 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29124/stat : 29124 (java) S 29112 29115 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106015498 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739059905520 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29125] ppid=29112 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29125/stat : 29125 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106015500 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739058854096 139739502237595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29126] ppid=29112 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29115/task/29126/stat : 29126 (java) S 29112 29115 22004 0 -1 1077944384 661 0 0 0 4 0 0 0 20 0 15 0 106015500 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739057801712 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29127] ppid=29112 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29115/task/29127/stat : 29127 (java) S 29112 29115 22004 0 -1 1077944384 503 0 0 0 4 0 0 0 20 0 15 0 106015500 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739056749168 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29128] ppid=29112 vsize=10659088 memory=140717083432576 CPUtime=0.11 cores=1,3,5,7
/proc/29115/task/29128/stat : 29128 (java) S 29112 29115 22004 0 -1 1077944384 724 0 0 0 11 0 0 0 20 0 15 0 106015500 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739055696624 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29129] ppid=29112 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29129/stat : 29129 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106015500 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739054644320 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29130] ppid=29112 vsize=10659088 memory=140717083432576 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29130/stat : 29130 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015500 10914906112 11812 33554432000 4194304 4196468 140726331127392 139739053590832 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47248 KiB

[startup+0.701325 s]
/proc/loadavg: 4.83 2.98 2.78 8/215 29130
/proc/meminfo: memFree=24493136/32770624 swapFree=67108860/67108860
[pid=29115] ppid=29112 vsize=10659088 memory=227952 CPUtime=1.66 cores=1,3,5,7
/proc/29115/stat : 29115 (java) S 29112 29115 22004 0 -1 1077944320 11384 0 0 0 154 12 0 0 20 0 15 0 106015494 10914906112 56988 33554432000 4194304 4196468 140726331127392 140726331109936 139739502218999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
/proc/29115/statm: 2664772 56988 3096 1 0 2627263 0
[pid=29115/tid=29117] ppid=29112 vsize=10659088 memory=1840 CPUtime=0.61 cores=1,3,5,7
/proc/29115/task/29117/stat : 29117 (java) S 29112 29115 22004 0 -1 1077944384 6036 0 0 0 57 4 0 0 20 0 15 0 106015495 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739506454288 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29118] ppid=29112 vsize=10659088 memory=1004 CPUtime=0.05 cores=1,3,5,7
/proc/29115/task/29118/stat : 29118 (java) R 29112 29115 22004 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 15 0 106015496 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739454839568 139739487246418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29119] ppid=29112 vsize=10659088 memory=12060 CPUtime=0.05 cores=1,3,5,7
/proc/29115/task/29119/stat : 29119 (java) R 29112 29115 22004 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 15 0 106015496 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739453786912 139739487246418 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29120] ppid=29112 vsize=10659088 memory=5788 CPUtime=0.05 cores=1,3,5,7
/proc/29115/task/29120/stat : 29120 (java) R 29112 29115 22004 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 15 0 106015496 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739452732288 139739487245816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29121] ppid=29112 vsize=10659088 memory=792 CPUtime=0.04 cores=1,3,5,7
/proc/29115/task/29121/stat : 29121 (java) R 29112 29115 22004 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 15 0 106015496 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739451679568 139739487246418 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29122] ppid=29112 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29122/stat : 29122 (java) S 29112 29115 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 106015497 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739062010400 139739502229205 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29123] ppid=29112 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29123/stat : 29123 (java) S 29112 29115 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106015498 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739060958112 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29124] ppid=29112 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29124/stat : 29124 (java) S 29112 29115 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106015498 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739059905520 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29125] ppid=29112 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29125/stat : 29125 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106015500 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739058854096 139739502237595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29126] ppid=29112 vsize=10659088 memory=7590935255203861604 CPUtime=0.33 cores=1,3,5,7
/proc/29115/task/29126/stat : 29126 (java) S 29112 29115 22004 0 -1 1077944384 1615 0 0 0 33 0 0 0 20 0 15 0 106015500 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739057801712 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29127] ppid=29112 vsize=10659088 memory=6293050847276651881 CPUtime=0.28 cores=1,3,5,7
/proc/29115/task/29127/stat : 29127 (java) S 29112 29115 22004 0 -1 1077944384 1211 0 0 0 28 0 0 0 20 0 15 0 106015500 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739056749168 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29128] ppid=29112 vsize=10659088 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/29115/task/29128/stat : 29128 (java) S 29112 29115 22004 0 -1 1077944384 1011 0 0 0 18 0 0 0 20 0 15 0 106015500 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739055696624 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29129] ppid=29112 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29129/stat : 29129 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106015500 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739054644320 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29130] ppid=29112 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29130/stat : 29130 (java) S 29112 29115 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106015500 10914906112 56988 33554432000 4194304 4196468 140726331127392 139739053590832 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 227952 KiB

[startup+1.50132 s]
/proc/loadavg: 4.83 2.98 2.78 6/215 29130
/proc/meminfo: memFree=24230312/32770624 swapFree=67108860/67108860
[pid=29115] ppid=29112 vsize=10659088 memory=592752 CPUtime=3.72 cores=1,3,5,7
/proc/29115/stat : 29115 (java) S 29112 29115 22004 0 -1 1077944320 13399 0 0 0 324 48 0 0 20 0 15 0 106015494 10914906112 148188 33554432000 4194304 4196468 140726331127392 140726331109936 139739502218999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
/proc/29115/statm: 2664772 148188 3138 1 0 2627263 0
[pid=29115/tid=29117] ppid=29112 vsize=10659088 memory=6791534058613427641 CPUtime=1 cores=1,3,5,7
/proc/29115/task/29117/stat : 29117 (java) S 29112 29115 22004 0 -1 1077944384 6089 0 0 0 95 5 0 0 20 0 15 0 106015495 10914906112 148188 33554432000 4194304 4196468 140726331127392 139739506454144 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29118] ppid=29112 vsize=10659088 memory=-6951259422114956437 CPUtime=0.45 cores=1,3,5,7
/proc/29115/task/29118/stat : 29118 (java) R 29112 29115 22004 0 -1 4202560 524 0 0 0 35 10 0 0 20 0 15 0 106015496 10914906112 148188 33554432000 4194304 4196468 140726331127392 139739454839568 139739487170471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29119] ppid=29112 vsize=10659088 memory=-6509546260019855295 CPUtime=0.45 cores=1,3,5,7
/proc/29115/task/29119/stat : 29119 (java) R 29112 29115 22004 0 -1 4202560 411 0 0 0 35 10 0 0 20 0 15 0 106015496 10914906112 148188 33554432000 4194304 4196468 140726331127392 139739453787224 139739483816010 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29120] ppid=29112 vsize=10659088 memory=-7390251449858225344 CPUtime=0.45 cores=1,3,5,7
/proc/29115/task/29120/stat : 29120 (java) R 29112 29115 22004 0 -1 4202560 347 0 0 0 35 10 0 0 20 0 15 0 106015496 10914906112 148188 33554432000 4194304 4196468 140726331127392 139739452734480 139739487170471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29121] ppid=29112 vsize=10659088 memory=4134692831991786133 CPUtime=0.45 cores=1,3,5,7
/proc/29115/task/29121/stat : 29121 (java) R 29112 29115 22004 0 -1 4202560 596 0 0 0 36 9 0 0 20 0 15 0 106015496 10914906112 148188 33554432000 4194304 4196468 140726331127392 139739451681936 139739482245216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29122] ppid=29112 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29122/stat : 29122 (java) S 29112 29115 22004 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 15 0 106015497 10914906112 148188 33554432000 4194304 4196468 140726331127392 139739062010208 139739502229205 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0

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

[startup+46.4007 s]
/proc/loadavg: 3.64 2.92 2.77 6/216 29131
/proc/meminfo: memFree=17428732/32770624 swapFree=67108860/67108860
[pid=29115] ppid=29112 vsize=10725652 memory=2817800 CPUtime=70.21 cores=1,3,5,7
/proc/29115/stat : 29115 (java) S 29112 29115 22004 0 -1 1077944320 48756 0 0 0 6766 255 0 0 20 0 16 0 106015494 10983067648 704450 33554432000 4194304 4196468 140726331127392 140726331109936 139739502218999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
/proc/29115/statm: 2681413 704450 3174 1 0 2643904 0
[pid=29115/tid=29117] ppid=29112 vsize=10725652 memory=2424 CPUtime=36.8 cores=1,3,5,7
/proc/29115/task/29117/stat : 29117 (java) R 29112 29115 22004 0 -1 4202560 13993 0 0 0 3670 10 0 0 20 0 16 0 106015495 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739506455136 139739130488961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29118] ppid=29112 vsize=10725652 memory=1840 CPUtime=7.01 cores=1,3,5,7
/proc/29115/task/29118/stat : 29118 (java) S 29112 29115 22004 0 -1 1077944384 2863 0 0 0 641 60 0 0 20 0 16 0 106015496 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739454839568 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29119] ppid=29112 vsize=10725652 memory=1004 CPUtime=7.03 cores=1,3,5,7
/proc/29115/task/29119/stat : 29119 (java) S 29112 29115 22004 0 -1 1077944384 3106 0 0 0 643 60 0 0 20 0 16 0 106015496 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739453787024 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29120] ppid=29112 vsize=10725652 memory=6791534058613427641 CPUtime=6.99 cores=1,3,5,7
/proc/29115/task/29120/stat : 29120 (java) S 29112 29115 22004 0 -1 1077944384 3606 0 0 0 636 63 0 0 20 0 16 0 106015496 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739452734480 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29121] ppid=29112 vsize=10725652 memory=4052 CPUtime=7.03 cores=1,3,5,7
/proc/29115/task/29121/stat : 29121 (java) S 29112 29115 22004 0 -1 1077944384 3277 0 0 0 647 56 0 0 20 0 16 0 106015496 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739451681936 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29122] ppid=29112 vsize=10725652 memory=18248 CPUtime=2.48 cores=1,3,5,7
/proc/29115/task/29122/stat : 29122 (java) S 29112 29115 22004 0 -1 1077944384 6309 0 0 0 248 0 0 0 20 0 16 0 106015497 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739062011888 139739502230146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29123] ppid=29112 vsize=10725652 memory=640 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29123/stat : 29123 (java) S 29112 29115 22004 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 106015498 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739060958176 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29124] ppid=29112 vsize=10725652 memory=30224 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29124/stat : 29124 (java) S 29112 29115 22004 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 106015498 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739059905536 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29125] ppid=29112 vsize=10725652 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29125/stat : 29125 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739058854096 139739502237595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29126] ppid=29112 vsize=10725652 memory=2424 CPUtime=1.25 cores=1,3,5,7
/proc/29115/task/29126/stat : 29126 (java) S 29112 29115 22004 0 -1 1077944384 5299 0 0 0 124 1 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739057801712 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29127] ppid=29112 vsize=10725652 memory=1840 CPUtime=1.2 cores=1,3,5,7
/proc/29115/task/29127/stat : 29127 (java) S 29112 29115 22004 0 -1 1077944384 5919 0 0 0 120 0 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739056749168 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29128] ppid=29112 vsize=10725652 memory=1004 CPUtime=0.32 cores=1,3,5,7
/proc/29115/task/29128/stat : 29128 (java) S 29112 29115 22004 0 -1 1077944384 2584 0 0 0 31 1 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739055696624 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29129] ppid=29112 vsize=10725652 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29129/stat : 29129 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739054644320 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29130] ppid=29112 vsize=10725652 memory=5788 CPUtime=0.02 cores=1,3,5,7
/proc/29115/task/29130/stat : 29130 (java) S 29112 29115 22004 0 -1 1077944384 386 0 0 0 1 1 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739053590832 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29131] ppid=29112 vsize=10725652 memory=792 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29131/stat : 29131 (java) S 29112 29115 22004 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 106016777 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739052536624 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
Current children cumulated CPU time: 70.21 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2817800 KiB

[startup+48.0007 s]*
/proc/loadavg: 3.59 2.93 2.77 6/216 29131
/proc/meminfo: memFree=17186572/32770624 swapFree=67108860/67108860
[pid=29115] ppid=29112 vsize=10725652 memory=2817800 CPUtime=71.82 cores=1,3,5,7
/proc/29115/stat : 29115 (java) S 29112 29115 22004 0 -1 1077944320 48919 0 0 0 6927 255 0 0 20 0 16 0 106015494 10983067648 704450 33554432000 4194304 4196468 140726331127392 140726331109936 139739502218999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
/proc/29115/statm: 2681413 704450 3174 1 0 2643904 0
[pid=29115/tid=29117] ppid=29112 vsize=10725652 memory=6791534058613427641 CPUtime=38.41 cores=1,3,5,7
/proc/29115/task/29117/stat : 29117 (java) R 29112 29115 22004 0 -1 4202560 14156 0 0 0 3831 10 0 0 20 0 16 0 106015495 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739506455136 139739130126236 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29118] ppid=29112 vsize=10725652 memory=4052 CPUtime=7.01 cores=1,3,5,7
/proc/29115/task/29118/stat : 29118 (java) S 29112 29115 22004 0 -1 1077944384 2863 0 0 0 641 60 0 0 20 0 16 0 106015496 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739454839568 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29119] ppid=29112 vsize=10725652 memory=18248 CPUtime=7.03 cores=1,3,5,7
/proc/29115/task/29119/stat : 29119 (java) S 29112 29115 22004 0 -1 1077944384 3106 0 0 0 643 60 0 0 20 0 16 0 106015496 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739453787024 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29120] ppid=29112 vsize=10725652 memory=640 CPUtime=6.99 cores=1,3,5,7
/proc/29115/task/29120/stat : 29120 (java) S 29112 29115 22004 0 -1 1077944384 3606 0 0 0 636 63 0 0 20 0 16 0 106015496 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739452734480 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29121] ppid=29112 vsize=10725652 memory=1784 CPUtime=7.03 cores=1,3,5,7
/proc/29115/task/29121/stat : 29121 (java) S 29112 29115 22004 0 -1 1077944384 3277 0 0 0 647 56 0 0 20 0 16 0 106015496 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739451681936 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29122] ppid=29112 vsize=10725652 memory=1236 CPUtime=2.48 cores=1,3,5,7
/proc/29115/task/29122/stat : 29122 (java) S 29112 29115 22004 0 -1 1077944384 6309 0 0 0 248 0 0 0 20 0 16 0 106015497 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739062011888 139739502230146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29123] ppid=29112 vsize=10725652 memory=960 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29123/stat : 29123 (java) S 29112 29115 22004 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 106015498 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739060958176 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29124] ppid=29112 vsize=10725652 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29124/stat : 29124 (java) S 29112 29115 22004 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 106015498 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739059905536 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29125] ppid=29112 vsize=10725652 memory=928 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29125/stat : 29125 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739058854096 139739502237595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29126] ppid=29112 vsize=10725652 memory=1572 CPUtime=1.25 cores=1,3,5,7
/proc/29115/task/29126/stat : 29126 (java) S 29112 29115 22004 0 -1 1077944384 5299 0 0 0 124 1 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739057801712 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29127] ppid=29112 vsize=10725652 memory=2244 CPUtime=1.2 cores=1,3,5,7
/proc/29115/task/29127/stat : 29127 (java) S 29112 29115 22004 0 -1 1077944384 5919 0 0 0 120 0 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739056749168 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29128] ppid=29112 vsize=10725652 memory=6791534058613427641 CPUtime=0.32 cores=1,3,5,7
/proc/29115/task/29128/stat : 29128 (java) S 29112 29115 22004 0 -1 1077944384 2584 0 0 0 31 1 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739055696624 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29129] ppid=29112 vsize=10725652 memory=301741394933055803 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29129/stat : 29129 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739054644320 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29130] ppid=29112 vsize=10725652 memory=15542903384575324 CPUtime=0.02 cores=1,3,5,7
/proc/29115/task/29130/stat : 29130 (java) S 29112 29115 22004 0 -1 1077944384 386 0 0 0 1 1 0 0 20 0 16 0 106015500 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739053590832 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29131] ppid=29112 vsize=10725652 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29131/stat : 29131 (java) S 29112 29115 22004 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 106016777 10983067648 704450 33554432000 4194304 4196468 140726331127392 139739052536624 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
Current children cumulated CPU time: 71.82 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2817800 KiB

[startup+48.8014 s]
/proc/loadavg: 3.59 2.93 2.77 6/216 29131
/proc/meminfo: memFree=17186572/32770624 swapFree=67108860/67108860
[pid=29115] ppid=29112 vsize=10725652 memory=2817832 CPUtime=72.64 cores=1,3,5,7
/proc/29115/stat : 29115 (java) S 29112 29115 22004 0 -1 1077944320 49213 0 0 0 7009 255 0 0 20 0 16 0 106015494 10983067648 704458 33554432000 4194304 4196468 140726331127392 140726331109936 139739502218999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
/proc/29115/statm: 2681413 704458 3174 1 0 2643904 0
[pid=29115/tid=29117] ppid=29112 vsize=10725652 memory=1840 CPUtime=39.2 cores=1,3,5,7
/proc/29115/task/29117/stat : 29117 (java) R 29112 29115 22004 0 -1 4202560 14308 0 0 0 3910 10 0 0 20 0 16 0 106015495 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739506455136 139739130076062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29118] ppid=29112 vsize=10725652 memory=1004 CPUtime=7.01 cores=1,3,5,7
/proc/29115/task/29118/stat : 29118 (java) S 29112 29115 22004 0 -1 1077944384 2863 0 0 0 641 60 0 0 20 0 16 0 106015496 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739454839568 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29119] ppid=29112 vsize=10725652 memory=12060 CPUtime=7.03 cores=1,3,5,7
/proc/29115/task/29119/stat : 29119 (java) S 29112 29115 22004 0 -1 1077944384 3106 0 0 0 643 60 0 0 20 0 16 0 106015496 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739453787024 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29120] ppid=29112 vsize=10725652 memory=2817800 CPUtime=6.99 cores=1,3,5,7
/proc/29115/task/29120/stat : 29120 (java) S 29112 29115 22004 0 -1 1077944384 3606 0 0 0 636 63 0 0 20 0 16 0 106015496 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739452734480 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29121] ppid=29112 vsize=10725652 memory=6655300316396806240 CPUtime=7.03 cores=1,3,5,7
/proc/29115/task/29121/stat : 29121 (java) S 29112 29115 22004 0 -1 1077944384 3277 0 0 0 647 56 0 0 20 0 16 0 106015496 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739451681936 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29122] ppid=29112 vsize=10725652 memory=4028 CPUtime=2.48 cores=1,3,5,7
/proc/29115/task/29122/stat : 29122 (java) S 29112 29115 22004 0 -1 1077944384 6309 0 0 0 248 0 0 0 20 0 16 0 106015497 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739062011888 139739502230146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29123] ppid=29112 vsize=10725652 memory=30224 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29123/stat : 29123 (java) S 29112 29115 22004 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 106015498 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739060958176 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29124] ppid=29112 vsize=10725652 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29124/stat : 29124 (java) S 29112 29115 22004 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 106015498 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739059905536 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29125] ppid=29112 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29125/stat : 29125 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106015500 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739058854096 139739502237595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29126] ppid=29112 vsize=10725652 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/29115/task/29126/stat : 29126 (java) R 29112 29115 22004 0 -1 4202560 5299 0 0 0 125 1 0 0 20 0 16 0 106015500 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739057801712 139739479966400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29127] ppid=29112 vsize=10725652 memory=1416 CPUtime=1.21 cores=1,3,5,7
/proc/29115/task/29127/stat : 29127 (java) R 29112 29115 22004 0 -1 4202560 6001 0 0 0 121 0 0 0 20 0 16 0 106015500 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739056730736 139739487345371 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29128] ppid=29112 vsize=10725652 memory=4612 CPUtime=0.32 cores=1,3,5,7
/proc/29115/task/29128/stat : 29128 (java) S 29112 29115 22004 0 -1 1077944384 2644 0 0 0 31 1 0 0 20 0 16 0 106015500 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739055696624 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29129] ppid=29112 vsize=10725652 memory=2817800 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29129/stat : 29129 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106015500 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739054644320 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29130] ppid=29112 vsize=10725652 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29115/task/29130/stat : 29130 (java) S 29112 29115 22004 0 -1 1077944384 386 0 0 0 1 1 0 0 20 0 16 0 106015500 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739053590832 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29131] ppid=29112 vsize=10725652 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29131/stat : 29131 (java) S 29112 29115 22004 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 106016777 10983067648 704458 33554432000 4194304 4196468 140726331127392 139739052536624 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
Current children cumulated CPU time: 72.64 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2817832 KiB

[startup+49.0007 s]*
/proc/loadavg: 3.59 2.93 2.77 5/216 29133
/proc/meminfo: memFree=17186572/32770624 swapFree=67108860/67108860
[pid=29115] ppid=29112 vsize=10860828 memory=2818092 CPUtime=72.72 cores=1,3,5,7
/proc/29115/stat : 29115 (java) S 29112 29115 22004 0 -1 1077944320 49595 0 0 0 7017 255 0 0 20 0 16 0 106015494 11121487872 704523 33554432000 4194304 4196468 140726331127392 140726331109936 139739502218999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
/proc/29115/statm: 2715207 704523 3177 1 0 2677698 0
[pid=29115/tid=29117] ppid=29112 vsize=10860828 memory=6791534058613427641 CPUtime=39.24 cores=1,3,5,7
/proc/29115/task/29117/stat : 29117 (java) S 29112 29115 22004 0 -1 1077944384 14525 0 0 0 3914 10 0 0 20 0 16 0 106015495 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739506459680 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29118] ppid=29112 vsize=10860828 memory=6944656592455360604 CPUtime=7.01 cores=1,3,5,7
/proc/29115/task/29118/stat : 29118 (java) S 29112 29115 22004 0 -1 1077944384 2863 0 0 0 641 60 0 0 20 0 16 0 106015496 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739454839568 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29119] ppid=29112 vsize=10860828 memory=0 CPUtime=7.03 cores=1,3,5,7
/proc/29115/task/29119/stat : 29119 (java) S 29112 29115 22004 0 -1 1077944384 3106 0 0 0 643 60 0 0 20 0 16 0 106015496 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739453787024 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29120] ppid=29112 vsize=10860828 memory=0 CPUtime=6.99 cores=1,3,5,7
/proc/29115/task/29120/stat : 29120 (java) S 29112 29115 22004 0 -1 1077944384 3606 0 0 0 636 63 0 0 20 0 16 0 106015496 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739452734480 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29121] ppid=29112 vsize=10860828 memory=0 CPUtime=7.03 cores=1,3,5,7
/proc/29115/task/29121/stat : 29121 (java) S 29112 29115 22004 0 -1 1077944384 3277 0 0 0 647 56 0 0 20 0 16 0 106015496 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739451681936 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29122] ppid=29112 vsize=10860828 memory=0 CPUtime=2.48 cores=1,3,5,7
/proc/29115/task/29122/stat : 29122 (java) S 29112 29115 22004 0 -1 1077944384 6309 0 0 0 248 0 0 0 20 0 16 0 106015497 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739062011888 139739502230146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29123] ppid=29112 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29123/stat : 29123 (java) S 29112 29115 22004 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 106015498 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739060958176 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29124] ppid=29112 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29124/stat : 29124 (java) S 29112 29115 22004 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 106015498 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739059905536 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29125] ppid=29112 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29125/stat : 29125 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106015500 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739058854096 139739502237595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29126] ppid=29112 vsize=10860828 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/29115/task/29126/stat : 29126 (java) S 29112 29115 22004 0 -1 1077944384 5333 0 0 0 127 1 0 0 20 0 16 0 106015500 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739057801712 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29127] ppid=29112 vsize=10860828 memory=-1 CPUtime=1.23 cores=1,3,5,7
/proc/29115/task/29127/stat : 29127 (java) S 29112 29115 22004 0 -1 1077944384 6014 0 0 0 123 0 0 0 20 0 16 0 106015500 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739056749168 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29128] ppid=29112 vsize=10860828 memory=-1 CPUtime=0.32 cores=1,3,5,7
/proc/29115/task/29128/stat : 29128 (java) S 29112 29115 22004 0 -1 1077944384 2646 0 0 0 31 1 0 0 20 0 16 0 106015500 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739055696624 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29129] ppid=29112 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29129/stat : 29129 (java) S 29112 29115 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106015500 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739054644320 139739502229205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29130] ppid=29112 vsize=10860828 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29115/task/29130/stat : 29130 (java) S 29112 29115 22004 0 -1 1077944384 386 0 0 0 1 1 0 0 20 0 16 0 106015500 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739053590832 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
[pid=29115/tid=29132] ppid=29112 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29115/task/29132/stat : 29132 (java) S 29112 29115 22004 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 106020379 11121487872 704523 33554432000 4194304 4196468 140726331127392 139739049387152 139739502230146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26525696 140726331135094 140726331135246 140726331135246 140726331137999 0
Current children cumulated CPU time: 72.72 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 2818092 KiB

Child status: 0
Real time (s): 49.0588
CPU time (s): 72.7463
CPU user time (s): 70.1758
CPU system time (s): 2.57054
CPU usage (%): 148.284
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 2818092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.1758
system time used= 2.57054
maximum resident set size= 2818408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49682
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= 3232
involuntary context switches= 490


# summary of solver processes directly reported to runsolver:
#   pid: 29115
#   total CPU time (s): 72.7463
#   total CPU user time (s): 70.1758
#   total CPU system time (s): 2.57054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.390291 second user time and 0.453872 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:15:23
IDJOB=4301784
IDBENCH=141354
IDSOLVER=2773
FILE ID=node151/4301784-1532884523
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-m1-1_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301784-1532884523/watcher-4301784-1532884523 -o /tmp/evaluation-result-4301784-1532884523/solver-4301784-1532884523 -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-4301784-1532884523.xml

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

MD5SUM BENCH= 3db83836fd15e943f67e7808e5ced101
RANDOM SEED=898687470

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:        24678424 kB
MemAvailable:   28329544 kB
Buffers:          212512 kB
Cached:          3712192 kB
SwapCached:            0 kB
Active:          4993000 kB
Inactive:        2626340 kB
Active(anon):    3643940 kB
Inactive(anon):    78188 kB
Active(file):    1349060 kB
Inactive(file):  2548152 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2584 kB
Writeback:             0 kB
AnonPages:       3513892 kB
Mapped:            56228 kB
Shmem:             25224 kB
Slab:             167224 kB
SReclaimable:     139484 kB
SUnreclaim:        27740 kB
KernelStack:        3792 kB
PageTables:        11712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5038916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3241984 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:16:12