Trace number 4263618

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 27.313499 17.497

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-e0ddr1-9.xml
MD5SUMf1e620e11a91533beac49577a2a30ace
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.174408
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size150
Maximum domain size150
Distribution of domain sizes[{"size":150,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
Optimization problemNO
Type of objective

Solver Data

14.84/6.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
14.84/6.11	c This is free software under the dual EPL/GNU LGPL licenses.
14.84/6.11	c See www.sat4j.org for details.
14.84/6.11	c That software uses the Rhino library from the Mozilla project.
14.84/6.11	c version CUSTOM.v20170705
14.84/6.11	c java.runtime.name	Java(TM) SE Runtime Environment
14.84/6.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
14.84/6.11	c java.vm.version	25.131-b11
14.84/6.11	c java.vm.vendor	Oracle Corporation
14.84/6.11	c sun.arch.data.model	64
14.84/6.11	c java.version		1.8.0_131
14.84/6.11	c os.name		Linux
14.84/6.11	c os.version		3.10.0-514.16.1.el7.x86_64
14.84/6.11	c os.arch		amd64
14.84/6.11	c Free memory 		499604488
14.84/6.11	c Max memory 		7247757312
14.84/6.11	c Total memory 		504889344
14.84/6.11	c Number of processors 	4
14.84/6.11	c c --- Begin Solver configuration ---
14.84/6.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
14.84/6.11	c Learn all clauses as in MiniSAT
14.84/6.11	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
14.84/6.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
14.84/6.11	c No reason simplification
14.84/6.11	c Glucose 2.1 dynamic restart strategy
14.84/6.11	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
14.84/6.11	c timeout=2147483s
14.84/6.11	c DB Simplification allowed=false
14.84/6.11	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
14.84/6.11	c --- End Solver configuration ---
14.84/6.11	c constraints type 
14.84/6.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
14.84/6.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 88500
14.84/6.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11026000
14.84/6.11	c org.sat4j.minisat.constraints.cnf.UnitClause => 630
14.84/6.11	c 11115230 constraints processed.
27.28/17.48	c starts		: 92
27.28/17.48	c conflicts		: 14942
27.28/17.48	c decisions		: 1682923
27.28/17.48	c propagations		: 13071140
27.28/17.48	c inspects		: 142872429
27.28/17.48	c shortcuts		: 0
27.28/17.48	c learnt literals	: 429
27.28/17.48	c learnt binary clauses	: 206
27.28/17.48	c learnt ternary clauses	: 3532
27.28/17.48	c learnt constraints	: 14513
27.28/17.48	c ignored constraints	: 0
27.28/17.48	c root simplifications	: 0
27.28/17.48	c removed literals (reason simplification)	: 0
27.28/17.48	c reason swapping (by a shorter reason)	: 0
27.28/17.48	c Calls to reduceDB	: 2
27.28/17.48	c Number of update (reduction) of LBD	: 9509
27.28/17.48	c Imported unit clauses	: 0
27.28/17.48	c number of reductions to clauses (during analyze)	: 0
27.28/17.48	c number of learned constraints concerned by reduction	: 0
27.28/17.48	c number of learning phase by resolution	: 0
27.28/17.48	c number of learning phase by cutting planes	: 0
27.28/17.48	c number of rounding to 1 operations	: 0
27.28/17.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
27.28/17.48	c number of reductions of the coefficients by power 2 	: 0
27.28/17.48	c number of right shift for reduction by power 2 	: 0
27.28/17.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
27.28/17.48	c speed (assignments/second)	: 1152454.5935461118
27.28/17.48	c non guided choices	229167
27.28/17.48	c learnt constraints type 
27.28/17.48	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 206
27.28/17.48	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7848
27.28/17.48	s SATISFIABLE
27.28/17.48	v <instantiation type="solution">
27.28/17.48	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] </list>
27.28/17.48	v 	<values> 1 16 27 129 136 36 45 58 127 136 0 28 87 116 126 32 53 126 141 144 21 41 72 110 129 0 10 15 111 145 23 89 108 122 129 11 19 49 69 80 4 30 39 56 94 1 14 96 109 120 </values>
27.28/17.48	v </instantiation>
27.28/17.48	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263618-1502583841/watcher-4263618-1502583841 -o /tmp/evaluation-result-4263618-1502583841/solver-4263618-1502583841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263618-1502583841.xml 

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

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

solver pid=8406, runsolver pid=8403

[startup+0.100157 s]*
/proc/loadavg: 1.64 0.53 0.22 3/206 8407
/proc/meminfo: memFree=29213960/32770624 swapFree=67108860/67108860
[pid=8406] ppid=8403 vsize=9934352 memory=11000 CPUtime=0 cores=0,2,4,6
/proc/8406/stat : 8406 (java) S 8403 8406 7968 0 -1 1077944320 2543 0 0 0 0 0 0 0 20 0 6 0 12266789 10172776448 2750 18446744073709551615 4194304 4196468 140732354446528 140732354429072 139792171605751 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
/proc/8406/statm: 2483588 2750 1281 1 0 2473558 0
[pid=8406/tid=8408] ppid=8403 vsize=9934352 memory=7078076838863583850 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8408/stat : 8408 (java) R 8403 8406 7968 0 -1 4202560 1242 0 0 0 0 0 0 0 20 0 6 0 12266799 10172776448 2750 18446744073709551615 4194304 4196468 140732354446528 139792175846712 139792157382909 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8409] ppid=8403 vsize=9934352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8409/stat : 8409 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12266800 10172776448 2750 18446744073709551615 4194304 4196468 140732354446528 139792128571792 139792171615957 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8410] ppid=8403 vsize=9934352 memory=140378091886208 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8410/stat : 8410 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12266800 10172776448 2750 18446744073709551615 4194304 4196468 140732354446528 139792127518992 139792171615957 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8411] ppid=8403 vsize=9934352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8411/stat : 8411 (java) S 8403 8406 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12266800 10172776448 2750 18446744073709551615 4194304 4196468 140732354446528 139791780469392 139792171615957 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8412] ppid=8403 vsize=9934352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8412/stat : 8412 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12266800 10172776448 2750 18446744073709551615 4194304 4196468 140732354446528 139791779416592 139792171615957 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 11000 KiB

[startup+0.210573 s]*
/proc/loadavg: 1.64 0.53 0.22 3/219 8420
/proc/meminfo: memFree=29202204/32770624 swapFree=67108860/67108860
[pid=8406] ppid=8403 vsize=10484492 memory=22848 CPUtime=0.05 cores=0,2,4,6
/proc/8406/stat : 8406 (java) S 8403 8406 7968 0 -1 1077944320 4671 0 0 0 5 0 0 0 20 0 14 0 12266789 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 140732354429072 139792171605751 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
/proc/8406/statm: 2621123 5712 2573 1 0 2610620 0
[pid=8406/tid=8408] ppid=8403 vsize=10484492 memory=8316850467074736180 CPUtime=0.04 cores=0,2,4,6
/proc/8406/task/8408/stat : 8408 (java) D 8403 8406 7968 0 -1 4202560 2786 0 0 0 4 0 0 0 20 0 14 0 12266799 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139792175843232 139792171627773 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8409] ppid=8403 vsize=10484492 memory=11909 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8409/stat : 8409 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12266800 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139792128571792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8410] ppid=8403 vsize=10484492 memory=140378091893213 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8410/stat : 8410 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12266800 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139792127518992 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8411] ppid=8403 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8411/stat : 8411 (java) S 8403 8406 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12266800 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139791780469392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8412] ppid=8403 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8412/stat : 8412 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12266800 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139791779416592 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8413] ppid=8403 vsize=10484492 memory=140378091886208 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8413/stat : 8413 (java) S 8403 8406 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12266801 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139791735515760 139792171616898 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8414] ppid=8403 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8414/stat : 8414 (java) S 8403 8406 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 12266802 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139791734461728 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8415] ppid=8403 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8415/stat : 8415 (java) S 8403 8406 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 12266802 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139791733409392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8416] ppid=8403 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8416/stat : 8416 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12266804 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139791732357712 139792171624347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8417] ppid=8403 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8417/stat : 8417 (java) S 8403 8406 7968 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 14 0 12266804 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139791731304560 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8418] ppid=8403 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8418/stat : 8418 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12266804 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139791730251760 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8419] ppid=8403 vsize=10484492 memory=140378091886208 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8419/stat : 8419 (java) S 8403 8406 7968 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 12266804 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139791729199472 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8420] ppid=8403 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8420/stat : 8420 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12266804 10736119808 5712 18446744073709551615 4194304 4196468 140732354446528 139791728146912 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22848 KiB

[startup+0.312498 s]*
/proc/loadavg: 1.64 0.53 0.22 3/220 8421
/proc/meminfo: memFree=29193324/32770624 swapFree=67108860/67108860
[pid=8406] ppid=8403 vsize=10551156 memory=30880 CPUtime=0.18 cores=0,2,4,6
/proc/8406/stat : 8406 (java) S 8403 8406 7968 0 -1 1077944320 8028 0 0 0 16 2 0 0 20 0 15 0 12266789 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 140732354429072 139792171605751 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
/proc/8406/statm: 2637789 7720 2835 1 0 2627261 0
[pid=8406/tid=8408] ppid=8403 vsize=10551156 memory=8316850467074736180 CPUtime=0.12 cores=0,2,4,6
/proc/8406/task/8408/stat : 8408 (java) R 8403 8406 7968 0 -1 4202560 5709 0 0 0 11 1 0 0 20 0 15 0 12266799 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139792175835824 139792155686238 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8409] ppid=8403 vsize=10551156 memory=11909 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8409/stat : 8409 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12266800 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139792128571792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8410] ppid=8403 vsize=10551156 memory=140378091893213 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8410/stat : 8410 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12266800 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139792127518992 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8411] ppid=8403 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8411/stat : 8411 (java) S 8403 8406 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12266800 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791780469392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8412] ppid=8403 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8412/stat : 8412 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12266800 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791779416592 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8413] ppid=8403 vsize=10551156 memory=3471342774412723888 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8413/stat : 8413 (java) S 8403 8406 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12266801 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791735515760 139792171616898 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8414] ppid=8403 vsize=10551156 memory=7929207492774922553 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8414/stat : 8414 (java) S 8403 8406 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12266802 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791734461728 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8415] ppid=8403 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8415/stat : 8415 (java) S 8403 8406 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12266802 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791733409392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8416] ppid=8403 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8416/stat : 8416 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12266804 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791732357712 139792171624347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8417] ppid=8403 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8406/task/8417/stat : 8417 (java) S 8403 8406 7968 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 15 0 12266804 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791731304560 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8418] ppid=8403 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8418/stat : 8418 (java) S 8403 8406 7968 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 12266804 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791730251760 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8419] ppid=8403 vsize=10551156 memory=8607468644768774623 CPUtime=0.03 cores=0,2,4,6
/proc/8406/task/8419/stat : 8419 (java) R 8403 8406 7968 0 -1 4202560 419 0 0 0 3 0 0 0 20 0 15 0 12266804 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791729199472 139792171617686 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8420] ppid=8403 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8420/stat : 8420 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12266804 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791728146912 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8421] ppid=8403 vsize=10551156 memory=140378091886208 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8421/stat : 8421 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12266813 10804383744 7720 18446744073709551615 4194304 4196468 140732354446528 139791727094704 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30880 KiB

[startup+0.701072 s]
/proc/loadavg: 1.64 0.53 0.22 5/220 8421
/proc/meminfo: memFree=29180400/32770624 swapFree=67108860/67108860
[pid=8406] ppid=8403 vsize=10551232 memory=98548 CPUtime=1.14 cores=0,2,4,6
/proc/8406/stat : 8406 (java) S 8403 8406 7968 0 -1 1077944320 12285 0 0 0 109 5 0 0 20 0 15 0 12266789 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 140732354429072 139792171605751 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
/proc/8406/statm: 2637808 24637 3047 1 0 2627261 0
[pid=8406/tid=8408] ppid=8403 vsize=10551232 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/8406/task/8408/stat : 8408 (java) R 8403 8406 7968 0 -1 4202560 7441 0 0 0 46 4 0 0 20 0 15 0 12266799 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139792175838608 139791809794636 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8409] ppid=8403 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8409/stat : 8409 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12266800 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139792128571792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8410] ppid=8403 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8410/stat : 8410 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12266800 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139792127518992 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8411] ppid=8403 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8411/stat : 8411 (java) S 8403 8406 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12266800 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791780469392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8412] ppid=8403 vsize=10551232 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8412/stat : 8412 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12266800 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791779416592 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8413] ppid=8403 vsize=10551232 memory=960 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8413/stat : 8413 (java) S 8403 8406 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12266801 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791735515760 139792171616898 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8414] ppid=8403 vsize=10551232 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8414/stat : 8414 (java) S 8403 8406 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12266802 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791734461728 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8415] ppid=8403 vsize=10551232 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8415/stat : 8415 (java) S 8403 8406 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12266802 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791733409392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8416] ppid=8403 vsize=10551232 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8416/stat : 8416 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12266804 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791732357712 139792171624347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8417] ppid=8403 vsize=10551232 memory=928 CPUtime=0.2 cores=0,2,4,6
/proc/8406/task/8417/stat : 8417 (java) R 8403 8406 7968 0 -1 4202560 1285 0 0 0 20 0 0 0 20 0 15 0 12266804 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791731284760 139792151262704 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8418] ppid=8403 vsize=10551232 memory=2164 CPUtime=0.2 cores=0,2,4,6
/proc/8406/task/8418/stat : 8418 (java) R 8403 8406 7968 0 -1 4202560 968 0 0 0 20 0 0 0 20 0 15 0 12266804 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791730244664 139792153126574 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8419] ppid=8403 vsize=10551232 memory=840 CPUtime=0.21 cores=0,2,4,6
/proc/8406/task/8419/stat : 8419 (java) S 8403 8406 7968 0 -1 1077944384 1221 0 0 0 21 0 0 0 20 0 15 0 12266804 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791729199472 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8420] ppid=8403 vsize=10551232 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8420/stat : 8420 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12266804 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791728146912 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8421] ppid=8403 vsize=10551232 memory=20036 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8421/stat : 8421 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12266813 10804461568 24637 18446744073709551615 4194304 4196468 140732354446528 139791727094704 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 98548 KiB

[startup+1.50803 s]
/proc/loadavg: 1.64 0.53 0.22 3/220 8421
/proc/meminfo: memFree=28991580/32770624 swapFree=67108860/67108860
[pid=8406] ppid=8403 vsize=10551232 memory=506772 CPUtime=2.94 cores=0,2,4,6
/proc/8406/stat : 8406 (java) S 8403 8406 7968 0 -1 1077944320 13412 0 0 0 256 38 0 0 20 0 15 0 12266789 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 140732354429072 139792171605751 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
/proc/8406/statm: 2637808 126693 3089 1 0 2627261 0
[pid=8406/tid=8408] ppid=8403 vsize=10551232 memory=326180 CPUtime=1.03 cores=0,2,4,6
/proc/8406/task/8408/stat : 8408 (java) S 8403 8406 7968 0 -1 1077944384 7544 0 0 0 96 7 0 0 20 0 15 0 12266799 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139792175841952 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8409] ppid=8403 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/8406/task/8409/stat : 8409 (java) R 8403 8406 7968 0 -1 4202560 210 0 0 0 19 7 0 0 20 0 15 0 12266800 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139792128571792 139792156633625 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8410] ppid=8403 vsize=10551232 memory=3545242712319152210 CPUtime=0.26 cores=0,2,4,6
/proc/8406/task/8410/stat : 8410 (java) R 8403 8406 7968 0 -1 4202560 213 0 0 0 19 7 0 0 20 0 15 0 12266800 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139792127518992 139792156633654 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8411] ppid=8403 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/8406/task/8411/stat : 8411 (java) R 8403 8406 7968 0 -1 4202560 192 0 0 0 19 7 0 0 20 0 15 0 12266800 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791780469392 139792156629840 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8412] ppid=8403 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/8406/task/8412/stat : 8412 (java) R 8403 8406 7968 0 -1 4202560 190 0 0 0 19 7 0 0 20 0 15 0 12266800 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791779416792 139792156627872 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8413] ppid=8403 vsize=10551232 memory=280755972537520 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8413/stat : 8413 (java) S 8403 8406 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 12266801 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791735514272 139792171615957 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8414] ppid=8403 vsize=10551232 memory=140377986319792 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8414/stat : 8414 (java) S 8403 8406 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12266802 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791734461792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8415] ppid=8403 vsize=10551232 memory=140377986257824 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8415/stat : 8415 (java) S 8403 8406 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12266802 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791733409392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8416] ppid=8403 vsize=10551232 memory=140377986258544 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8416/stat : 8416 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12266804 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791732357712 139792171624347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8417] ppid=8403 vsize=10551232 memory=140377986258576 CPUtime=0.27 cores=0,2,4,6
/proc/8406/task/8417/stat : 8417 (java) S 8403 8406 7968 0 -1 1077944384 1301 0 0 0 27 0 0 0 20 0 15 0 12266804 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791731304560 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8418] ppid=8403 vsize=10551232 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/8406/task/8418/stat : 8418 (java) S 8403 8406 7968 0 -1 1077944384 1028 0 0 0 27 0 0 0 20 0 15 0 12266804 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791730251760 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8419] ppid=8403 vsize=10551232 memory=6872598998417432672 CPUtime=0.25 cores=0,2,4,6
/proc/8406/task/8419/stat : 8419 (java) S 8403 8406 7968 0 -1 1077944384 1288 0 0 0 25 0 0 0 20 0 15 0 12266804 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791729199472 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8420] ppid=8403 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8420/stat : 8420 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12266804 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791728146912 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8421] ppid=8403 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8421/stat : 8421 (java) S 8403 8406 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12266813 10804461568 126693 18446744073709551615 4194304 4196468 140732354446528 139791727094704 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 506772 KiB


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

Current children cumulated memory: 1521928 KiB

[startup+16.0008 s]*
/proc/loadavg: 1.86 0.63 0.26 3/221 8423
/proc/meminfo: memFree=27697112/32770624 swapFree=67108860/67108860
[pid=8406] ppid=8403 vsize=10617796 memory=1525864 CPUtime=25.95 cores=0,2,4,6
/proc/8406/stat : 8406 (java) S 8403 8406 7968 0 -1 1077944320 29336 0 0 0 2457 138 0 0 20 0 16 0 12266789 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 140732354429072 139792171605751 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
/proc/8406/statm: 2654449 381466 3128 1 0 2643902 0
[pid=8406/tid=8408] ppid=8403 vsize=10617796 memory=7680170660397595203 CPUtime=12.22 cores=0,2,4,6
/proc/8406/task/8408/stat : 8408 (java) R 8403 8406 7968 0 -1 4202560 11641 0 0 0 1211 11 0 0 20 0 16 0 12266799 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139792175842296 139791810876786 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8409] ppid=8403 vsize=10617796 memory=4084 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8409/stat : 8409 (java) S 8403 8406 7968 0 -1 1077944384 1804 0 0 0 236 29 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139792128571792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8410] ppid=8403 vsize=10617796 memory=4580 CPUtime=2.66 cores=0,2,4,6
/proc/8406/task/8410/stat : 8410 (java) S 8403 8406 7968 0 -1 1077944384 851 0 0 0 235 31 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139792127518992 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8411] ppid=8403 vsize=10617796 memory=1156 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8411/stat : 8411 (java) S 8403 8406 7968 0 -1 1077944384 1327 0 0 0 234 31 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791780469392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8412] ppid=8403 vsize=10617796 memory=2632 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8412/stat : 8412 (java) S 8403 8406 7968 0 -1 1077944384 1327 0 0 0 234 31 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791779416592 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8413] ppid=8403 vsize=10617796 memory=1521928 CPUtime=0.9 cores=0,2,4,6
/proc/8406/task/8413/stat : 8413 (java) S 8403 8406 7968 0 -1 1077944384 1818 0 0 0 90 0 0 0 20 0 16 0 12266801 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791735515760 139792171616898 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8414] ppid=8403 vsize=10617796 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8414/stat : 8414 (java) S 8403 8406 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 12266802 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791734461792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8415] ppid=8403 vsize=10617796 memory=-6237260532469557610 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8415/stat : 8415 (java) S 8403 8406 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 12266802 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791733409392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8416] ppid=8403 vsize=10617796 memory=-7087961436404378774 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8416/stat : 8416 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791732357712 139792171624347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8417] ppid=8403 vsize=10617796 memory=6655300316396806240 CPUtime=0.95 cores=0,2,4,6
/proc/8406/task/8417/stat : 8417 (java) S 8403 8406 7968 0 -1 1077944384 3977 0 0 0 95 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791731304560 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8418] ppid=8403 vsize=10617796 memory=6655300316396806240 CPUtime=0.84 cores=0,2,4,6
/proc/8406/task/8418/stat : 8418 (java) S 8403 8406 7968 0 -1 1077944384 2522 0 0 0 84 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791730251760 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8419] ppid=8403 vsize=10617796 memory=-7165351541977658656 CPUtime=0.34 cores=0,2,4,6
/proc/8406/task/8419/stat : 8419 (java) S 8403 8406 7968 0 -1 1077944384 2352 0 0 0 34 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791729199472 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8420] ppid=8403 vsize=10617796 memory=5787217134657556560 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8420/stat : 8420 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791728146912 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8421] ppid=8403 vsize=10617796 memory=6009019502273783379 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8421/stat : 8421 (java) S 8403 8406 7968 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 16 0 12266813 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791727094704 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8422] ppid=8403 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8422/stat : 8422 (java) S 8403 8406 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12267403 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791726040240 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
Current children cumulated CPU time: 25.95 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1525864 KiB

[startup+16.8008 s]
/proc/loadavg: 1.86 0.63 0.26 3/221 8423
/proc/meminfo: memFree=27697112/32770624 swapFree=67108860/67108860
[pid=8406] ppid=8403 vsize=10617796 memory=1525864 CPUtime=26.74 cores=0,2,4,6
/proc/8406/stat : 8406 (java) S 8403 8406 7968 0 -1 1077944320 29562 0 0 0 2536 138 0 0 20 0 16 0 12266789 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 140732354429072 139792171605751 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
/proc/8406/statm: 2654449 381466 3128 1 0 2643902 0
[pid=8406/tid=8408] ppid=8403 vsize=10617796 memory=3251792223888226039 CPUtime=13.01 cores=0,2,4,6
/proc/8406/task/8408/stat : 8408 (java) R 8403 8406 7968 0 -1 4202560 11834 0 0 0 1290 11 0 0 20 0 16 0 12266799 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139792175841856 139791810876786 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8409] ppid=8403 vsize=10617796 memory=7014751519717677416 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8409/stat : 8409 (java) S 8403 8406 7968 0 -1 1077944384 1804 0 0 0 236 29 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139792128571792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8410] ppid=8403 vsize=10617796 memory=7451326965306709355 CPUtime=2.66 cores=0,2,4,6
/proc/8406/task/8410/stat : 8410 (java) S 8403 8406 7968 0 -1 1077944384 851 0 0 0 235 31 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139792127518992 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8411] ppid=8403 vsize=10617796 memory=302022848351043610 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8411/stat : 8411 (java) S 8403 8406 7968 0 -1 1077944384 1327 0 0 0 234 31 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791780469392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8412] ppid=8403 vsize=10617796 memory=288230613214036277 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8412/stat : 8412 (java) S 8403 8406 7968 0 -1 1077944384 1327 0 0 0 234 31 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791779416592 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8413] ppid=8403 vsize=10617796 memory=15823300290938780 CPUtime=0.9 cores=0,2,4,6
/proc/8406/task/8413/stat : 8413 (java) S 8403 8406 7968 0 -1 1077944384 1851 0 0 0 90 0 0 0 20 0 16 0 12266801 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791735515760 139792171616898 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8414] ppid=8403 vsize=10617796 memory=7496 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8414/stat : 8414 (java) S 8403 8406 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 12266802 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791734461792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8415] ppid=8403 vsize=10617796 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8415/stat : 8415 (java) S 8403 8406 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 12266802 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791733409392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8416] ppid=8403 vsize=10617796 memory=640 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8416/stat : 8416 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791732357712 139792171624347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8417] ppid=8403 vsize=10617796 memory=1792 CPUtime=0.95 cores=0,2,4,6
/proc/8406/task/8417/stat : 8417 (java) S 8403 8406 7968 0 -1 1077944384 3977 0 0 0 95 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791731304560 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8418] ppid=8403 vsize=10617796 memory=960 CPUtime=0.84 cores=0,2,4,6
/proc/8406/task/8418/stat : 8418 (java) S 8403 8406 7968 0 -1 1077944384 2522 0 0 0 84 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791730251760 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8419] ppid=8403 vsize=10617796 memory=2248 CPUtime=0.34 cores=0,2,4,6
/proc/8406/task/8419/stat : 8419 (java) S 8403 8406 7968 0 -1 1077944384 2352 0 0 0 34 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791729199472 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8420] ppid=8403 vsize=10617796 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8420/stat : 8420 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791728146912 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8421] ppid=8403 vsize=10617796 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8421/stat : 8421 (java) S 8403 8406 7968 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 16 0 12266813 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791727094704 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8422] ppid=8403 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8422/stat : 8422 (java) S 8403 8406 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12267403 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791726040240 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
Current children cumulated CPU time: 26.74 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1525864 KiB

[startup+17.2008 s]
/proc/loadavg: 1.87 0.66 0.27 3/221 8423
/proc/meminfo: memFree=27697112/32770624 swapFree=67108860/67108860
[pid=8406] ppid=8403 vsize=10617796 memory=1525864 CPUtime=27.14 cores=0,2,4,6
/proc/8406/stat : 8406 (java) S 8403 8406 7968 0 -1 1077944320 29621 0 0 0 2576 138 0 0 20 0 16 0 12266789 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 140732354429072 139792171605751 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
/proc/8406/statm: 2654449 381466 3128 1 0 2643902 0
[pid=8406/tid=8408] ppid=8403 vsize=10617796 memory=0 CPUtime=13.41 cores=0,2,4,6
/proc/8406/task/8408/stat : 8408 (java) R 8403 8406 7968 0 -1 4202560 11893 0 0 0 1330 11 0 0 20 0 16 0 12266799 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139792175841856 139791810671857 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8409] ppid=8403 vsize=10617796 memory=0 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8409/stat : 8409 (java) S 8403 8406 7968 0 -1 1077944384 1804 0 0 0 236 29 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139792128571792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8410] ppid=8403 vsize=10617796 memory=7680170660397595203 CPUtime=2.66 cores=0,2,4,6
/proc/8406/task/8410/stat : 8410 (java) S 8403 8406 7968 0 -1 1077944384 851 0 0 0 235 31 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139792127518992 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8411] ppid=8403 vsize=10617796 memory=0 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8411/stat : 8411 (java) S 8403 8406 7968 0 -1 1077944384 1327 0 0 0 234 31 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791780469392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8412] ppid=8403 vsize=10617796 memory=0 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8412/stat : 8412 (java) S 8403 8406 7968 0 -1 1077944384 1327 0 0 0 234 31 0 0 20 0 16 0 12266800 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791779416592 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8413] ppid=8403 vsize=10617796 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/8406/task/8413/stat : 8413 (java) S 8403 8406 7968 0 -1 1077944384 1851 0 0 0 90 0 0 0 20 0 16 0 12266801 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791735515760 139792171616898 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8414] ppid=8403 vsize=10617796 memory=280754697382376 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8414/stat : 8414 (java) S 8403 8406 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 12266802 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791734461792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8415] ppid=8403 vsize=10617796 memory=288230608902303034 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8415/stat : 8415 (java) S 8403 8406 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 12266802 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791733409392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8416] ppid=8403 vsize=10617796 memory=288288896020922257 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8416/stat : 8416 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791732357712 139792171624347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8417] ppid=8403 vsize=10617796 memory=266 CPUtime=0.95 cores=0,2,4,6
/proc/8406/task/8417/stat : 8417 (java) S 8403 8406 7968 0 -1 1077944384 3977 0 0 0 95 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791731304560 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8418] ppid=8403 vsize=10617796 memory=265 CPUtime=0.84 cores=0,2,4,6
/proc/8406/task/8418/stat : 8418 (java) S 8403 8406 7968 0 -1 1077944384 2522 0 0 0 84 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791730251760 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8419] ppid=8403 vsize=10617796 memory=265 CPUtime=0.34 cores=0,2,4,6
/proc/8406/task/8419/stat : 8419 (java) S 8403 8406 7968 0 -1 1077944384 2352 0 0 0 34 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791729199472 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8420] ppid=8403 vsize=10617796 memory=89 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8420/stat : 8420 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12266804 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791728146912 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8421] ppid=8403 vsize=10617796 memory=280754697782605 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8421/stat : 8421 (java) S 8403 8406 7968 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 16 0 12266813 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791727094704 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8422] ppid=8403 vsize=10617796 memory=7810487918915055718 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8422/stat : 8422 (java) S 8403 8406 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12267403 10872623104 381466 18446744073709551615 4194304 4196468 140732354446528 139791726040240 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
Current children cumulated CPU time: 27.14 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1525864 KiB

[startup+17.4007 s]
/proc/loadavg: 1.87 0.66 0.27 3/221 8423
/proc/meminfo: memFree=27697112/32770624 swapFree=67108860/67108860
[pid=8406] ppid=8403 vsize=10750924 memory=1525984 CPUtime=27.28 cores=0,2,4,6
/proc/8406/stat : 8406 (java) S 8403 8406 7968 0 -1 1077944320 31147 0 0 0 2590 138 0 0 20 0 16 0 12266789 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 140732354429072 139792171605751 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
/proc/8406/statm: 2687731 381496 3130 1 0 2677184 0
[pid=8406/tid=8408] ppid=8403 vsize=10750924 memory=297237786749316442 CPUtime=13.49 cores=0,2,4,6
/proc/8406/task/8408/stat : 8408 (java) S 8403 8406 7968 0 -1 1077944384 12203 0 0 0 1338 11 0 0 20 0 16 0 12266799 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139792175846432 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8409] ppid=8403 vsize=10750924 memory=14410406424797985 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8409/stat : 8409 (java) S 8403 8406 7968 0 -1 1077944384 1804 0 0 0 236 29 0 0 20 0 16 0 12266800 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139792128571792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8410] ppid=8403 vsize=10750924 memory=1400242874264906928 CPUtime=2.66 cores=0,2,4,6
/proc/8406/task/8410/stat : 8410 (java) S 8403 8406 7968 0 -1 1077944384 851 0 0 0 235 31 0 0 20 0 16 0 12266800 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139792127518992 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8411] ppid=8403 vsize=10750924 memory=8514726395714820747 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8411/stat : 8411 (java) S 8403 8406 7968 0 -1 1077944384 1327 0 0 0 234 31 0 0 20 0 16 0 12266800 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791780469392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8412] ppid=8403 vsize=10750924 memory=3054156605267020675 CPUtime=2.65 cores=0,2,4,6
/proc/8406/task/8412/stat : 8412 (java) S 8403 8406 7968 0 -1 1077944384 1327 0 0 0 234 31 0 0 20 0 16 0 12266800 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791779416592 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8413] ppid=8403 vsize=10750924 memory=4495308486026895253 CPUtime=0.9 cores=0,2,4,6
/proc/8406/task/8413/stat : 8413 (java) S 8403 8406 7968 0 -1 1077944384 1852 0 0 0 90 0 0 0 20 0 16 0 12266801 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791735515760 139792171616898 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8414] ppid=8403 vsize=10750924 memory=-5776732179782927341 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8414/stat : 8414 (java) S 8403 8406 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 12266802 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791734461792 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8415] ppid=8403 vsize=10750924 memory=1399051139730258233 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8415/stat : 8415 (java) S 8403 8406 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 12266802 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791733409392 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8416] ppid=8403 vsize=10750924 memory=-7605864313038422431 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8416/stat : 8416 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12266804 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791732357712 139792171624347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8417] ppid=8403 vsize=10750924 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/8406/task/8417/stat : 8417 (java) S 8403 8406 7968 0 -1 1077944384 4508 0 0 0 97 0 0 0 20 0 16 0 12266804 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791731304560 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8418] ppid=8403 vsize=10750924 memory=140378091923937 CPUtime=0.87 cores=0,2,4,6
/proc/8406/task/8418/stat : 8418 (java) S 8403 8406 7968 0 -1 1077944384 2912 0 0 0 87 0 0 0 20 0 16 0 12266804 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791730251760 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8419] ppid=8403 vsize=10750924 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/8406/task/8419/stat : 8419 (java) S 8403 8406 7968 0 -1 1077944384 2487 0 0 0 35 0 0 0 20 0 16 0 12266804 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791729199472 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8420] ppid=8403 vsize=10750924 memory=7666932416281602665 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8420/stat : 8420 (java) S 8403 8406 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12266804 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791728146912 139792171615957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
[pid=8406/tid=8421] ppid=8403 vsize=10750924 memory=140378091886208 CPUtime=0 cores=0,2,4,6
/proc/8406/task/8421/stat : 8421 (java) S 8403 8406 7968 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 16 0 12266813 11008946176 381496 18446744073709551615 4194304 4196468 140732354446528 139791727094704 139792171616898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 28143616 140732354453905 140732354454058 140732354454058 140732354457551 0
Current children cumulated CPU time: 27.28 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 1525984 KiB

Child status: 0
Real time (s): 17.497
CPU time (s): 27.3135
CPU user time (s): 25.9174
CPU system time (s): 1.39614
CPU usage (%): 156.104
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 1525984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.9174
system time used= 1.39614
maximum resident set size= 1526548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31522
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2397
involuntary context switches= 141


# summary of solver processes directly reported to runsolver:
#   pid: 8406
#   total CPU time (s): 27.3135
#   total CPU user time (s): 25.9174
#   total CPU system time (s): 1.39614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.133941 second user time and 0.218925 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:10:04
IDJOB=4263618
IDBENCH=115548
IDSOLVER=2651
FILE ID=node128/4263618-1502583841
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-e0ddr1-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263618-1502583841/watcher-4263618-1502583841 -o /tmp/evaluation-result-4263618-1502583841/solver-4263618-1502583841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263618-1502583841.xml

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

MD5SUM BENCH= f1e620e11a91533beac49577a2a30ace
RANDOM SEED=1366134491

node128.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.94
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.94
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.94
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.94
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:        29215032 kB
MemAvailable:   29700716 kB
Buffers:           98820 kB
Cached:           676376 kB
SwapCached:            0 kB
Active:          2544812 kB
Inactive:         599432 kB
Active(anon):    2369384 kB
Inactive(anon):    16764 kB
Active(file):     175428 kB
Inactive(file):   582668 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1820 kB
Writeback:             4 kB
AnonPages:       2368440 kB
Mapped:            44548 kB
Shmem:             17116 kB
Slab:             111508 kB
SReclaimable:      86848 kB
SUnreclaim:        24660 kB
KernelStack:        3584 kB
PageTables:        10384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4249040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2234368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 02:10:22