Trace number 4290016

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 2018-07-11SAT 73.4246 71.0144

General information on the benchmark

NameBibd/
Bibd-sum-12-06-05_c18.xml
MD5SUMbf61c3b78160d4d4d295899ad65dbbc2
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 benchmark1.22958
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of constraints101
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":264}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":264}]
Minimum constraint arity12
Maximum constraint arity264
Distribution of constraint arities[{"arity":12,"count":22},{"arity":22,"count":12},{"arity":44,"count":66},{"arity":264,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":100}]
Optimization problemNO
Type of objective

Solver Data

1.37/0.68	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.37/0.68	c This is free software under the dual EPL/GNU LGPL licenses.
1.37/0.68	c See www.sat4j.org for details.
1.37/0.68	c That software uses the Rhino library from the Mozilla project.
1.37/0.68	c version 2.3.6-SNAPSHOT
1.37/0.68	c java.runtime.name	Java(TM) SE Runtime Environment
1.37/0.68	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.37/0.68	c java.vm.version	25.131-b11
1.37/0.68	c java.vm.vendor	Oracle Corporation
1.37/0.68	c sun.arch.data.model	64
1.37/0.68	c java.version		1.8.0_131
1.37/0.68	c os.name		Linux
1.37/0.68	c os.version		3.10.0-514.16.1.el7.x86_64
1.37/0.68	c os.arch		amd64
1.37/0.68	c Free memory 		499604488
1.37/0.68	c Max memory 		7247757312
1.37/0.68	c Total memory 		504889344
1.37/0.68	c Number of processors 	4
1.37/0.68	c c --- Begin Solver configuration ---
1.37/0.68	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.37/0.68	c Learn all clauses as in MiniSAT
1.37/0.68	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.37/0.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.37/0.68	c No reason simplification
1.37/0.68	c Glucose 2.1 dynamic restart strategy
1.37/0.68	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
1.37/0.68	c timeout=2147483s
1.37/0.68	c DB Simplification allowed=false
1.37/0.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.37/0.68	c --- End Solver configuration ---
1.37/0.68	c constraints type 
1.37/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 528
1.37/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2080
1.37/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 83748
1.37/0.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 264
1.37/0.68	c 86620 constraints processed.
73.38/70.98	c starts		: 1852
73.38/70.98	c conflicts		: 338321
73.38/70.98	c decisions		: 1909069
73.38/70.98	c propagations		: 182422704
73.38/70.98	c inspects		: 569493778
73.38/70.98	c shortcuts		: 0
73.38/70.98	c learnt literals	: 1972
73.38/70.98	c learnt binary clauses	: 9684
73.38/70.98	c learnt ternary clauses	: 18297
73.38/70.98	c learnt constraints	: 336349
73.38/70.98	c ignored constraints	: 0
73.38/70.98	c root simplifications	: 0
73.38/70.98	c removed literals (reason simplification)	: 0
73.38/70.98	c reason swapping (by a shorter reason)	: 0
73.38/70.98	c Calls to reduceDB	: 21
73.38/70.98	c Number of update (reduction) of LBD	: 146552
73.38/70.98	c Imported unit clauses	: 0
73.38/70.98	c number of reductions to clauses (during analyze)	: 0
73.38/70.98	c number of learned constraints concerned by reduction	: 0
73.38/70.98	c number of learning phase by resolution	: 0
73.38/70.98	c number of learning phase by cutting planes	: 0
73.38/70.98	c number of rounding to 1 operations	: 0
73.38/70.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
73.38/70.98	c number of reductions of the coefficients by power 2 	: 0
73.38/70.98	c number of right shift for reduction by power 2 	: 0
73.38/70.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
73.38/70.98	c number of ending skipping 	: 0
73.38/70.98	c number of internal skipping 	: 0
73.38/70.98	c number of derivation steps 	: 0
73.38/70.98	c number of skipped derivation steps 	: 0
73.38/70.98	c number of remaining unassigned 	: 0
73.38/70.98	c number of remaining assigned 	: 0
73.38/70.98	c speed (assignments/second)	: 2595545.210079251
73.38/70.98	c non guided choices	: 174875
73.38/71.00	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 9684
73.38/71.00	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 56653
73.38/71.00	s SATISFIABLE
73.38/71.00	v <instantiation type="solution">
73.38/71.00	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[3][20] x[3][21] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[4][18] x[4][19] x[4][20] x[4][21] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[5][16] x[5][17] x[5][18] x[5][19] x[5][20] x[5][21] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[6][15] x[6][16] x[6][17] x[6][18] x[6][19] x[6][20] x[6][21] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[7][15] x[7][16] x[7][17] x[7][18] x[7][19] x[7][20] x[7][21] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[8][15] x[8][16] x[8][17] x[8][18] x[8][19] x[8][20] x[8][21] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[9][15] x[9][16] x[9][17] x[9][18] x[9][19] x[9][20] x[9][21] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[10][15] x[10][16] x[10][17] x[10][18] x[10][19] x[10][20] x[10][21] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[11][15] x[11][16] x[11][17] x[11][18] x[11][19] x[11][20] x[11][21] </list>
73.38/71.00	v 	<values> 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 0 0 1 1 1 0 0 0 1 1 1 0 0 0 1 1 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 1 0 0 0 0 0 1 0 1 0 1 0 1 1 1 1 1 0 0 0 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 1 0 1 0 1 0 1 1 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1 1 1 1 0 0 0 1 0 1 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 1 1 0 0 1 0 0 1 0 0 1 1 1 0 1 0 0 0 1 0 1 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 1 0 0 1 0 0 1 0 1 1 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 </values>
73.38/71.00	v </instantiation>
73.38/71.00	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290016-1532216368/watcher-4290016-1532216368 -o /tmp/evaluation-result-4290016-1532216368/solver-4290016-1532216368 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28447 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290016-1532216368.xml 

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

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


[startup+0.10162 s]*
/proc/loadavg: 4.27 3.74 2.93 5/216 29680
/proc/meminfo: memFree=19460852/32770624 swapFree=67108860/67108860
[pid=29665] ppid=29662 vsize=10659012 memory=27440 CPUtime=0.11 cores=1,3,5,7
/proc/29665/stat : 29665 (java) S 29662 29665 26151 0 -1 1077944320 5242 0 0 0 10 1 0 0 20 0 15 0 39199987 10914828288 6860 33554432000 4194304 4196468 140720990415696 140720990398240 140592523943671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
/proc/29665/statm: 2664753 6860 2820 1 0 2627263 0
[pid=29665/tid=29667] ppid=29662 vsize=10659012 memory=-8269626465541591423 CPUtime=0.08 cores=1,3,5,7
/proc/29665/task/29667/stat : 29667 (java) R 29662 29665 26151 0 -1 4202560 3067 0 0 0 7 1 0 0 20 0 15 0 39199988 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592528164800 140592523955606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29668] ppid=29662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29668/stat : 29668 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199989 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592476564496 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29669] ppid=29662 vsize=10659012 memory=140673702418048 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29669/stat : 29669 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199989 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592475511952 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29670] ppid=29662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29670/stat : 29670 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199989 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592474458896 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29671] ppid=29662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29671/stat : 29671 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199989 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592473406352 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29672] ppid=29662 vsize=10659012 memory=140673702418048 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199991 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592082782448 140592523954818 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29673] ppid=29662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (java) S 29662 29665 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39199991 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592081728672 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29674] ppid=29662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (java) S 29662 29665 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39199991 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592080675568 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29675] ppid=29662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39199994 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592079624144 140592523962267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29676] ppid=29662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29676/stat : 29676 (java) S 29662 29665 26151 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 39199994 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592078572272 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29677] ppid=29662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29677/stat : 29677 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199994 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592077519728 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29678] ppid=29662 vsize=10659012 memory=140673702418048 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29678/stat : 29678 (java) R 29662 29665 26151 0 -1 4202560 365 0 0 0 1 0 0 0 20 0 15 0 39199994 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592076466672 140592508024158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29679] ppid=29662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29679/stat : 29679 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39199994 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592075414368 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29680] ppid=29662 vsize=10659012 memory=140673702418048 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29680/stat : 29680 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199994 10914828288 6860 33554432000 4194304 4196468 140720990415696 140592074361392 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 27440 KiB

[startup+0.213166 s]*
/proc/loadavg: 4.27 3.74 2.93 4/216 29680
/proc/meminfo: memFree=19448648/32770624 swapFree=67108860/67108860
[pid=29665] ppid=29662 vsize=10659012 memory=39696 CPUtime=0.31 cores=1,3,5,7
/proc/29665/stat : 29665 (java) S 29662 29665 26151 0 -1 1077944320 8061 0 0 0 29 2 0 0 20 0 15 0 39199987 10914828288 9924 33554432000 4194304 4196468 140720990415696 140720990398240 140592523943671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
/proc/29665/statm: 2664753 9924 3004 1 0 2627263 0
[pid=29665/tid=29667] ppid=29662 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/29665/task/29667/stat : 29667 (java) R 29662 29665 26151 0 -1 4202560 4962 0 0 0 18 1 0 0 20 0 15 0 39199988 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592528168528 140592516660634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29668] ppid=29662 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29668/stat : 29668 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199989 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592476564496 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29669] ppid=29662 vsize=10659012 memory=140673702616747 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29669/stat : 29669 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199989 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592475511952 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29670] ppid=29662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29670/stat : 29670 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199989 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592474458896 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29671] ppid=29662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29671/stat : 29671 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199989 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592473406352 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29672] ppid=29662 vsize=10659012 memory=140673702418048 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199991 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592082782448 140592523954818 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29673] ppid=29662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (java) S 29662 29665 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39199991 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592081728672 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29674] ppid=29662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (java) S 29662 29665 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39199991 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592080675568 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29675] ppid=29662 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39199994 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592079624144 140592523962267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29676] ppid=29662 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29665/task/29676/stat : 29676 (java) S 29662 29665 26151 0 -1 1077944384 656 0 0 0 2 0 0 0 20 0 15 0 39199994 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592078572272 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29677] ppid=29662 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29677/stat : 29677 (java) R 29662 29665 26151 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 39199994 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592077519728 140592523954818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29678] ppid=29662 vsize=10659012 memory=140673702418048 CPUtime=0.07 cores=1,3,5,7
/proc/29665/task/29678/stat : 29678 (java) S 29662 29665 26151 0 -1 1077944384 720 0 0 0 7 0 0 0 20 0 15 0 39199994 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592076466672 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29679] ppid=29662 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29679/stat : 29679 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39199994 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592075414368 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29680] ppid=29662 vsize=10659012 memory=140673702418048 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29680/stat : 29680 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199994 10914828288 9928 33554432000 4194304 4196468 140720990415696 140592074361392 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 39696 KiB

[startup+0.317217 s]*
/proc/loadavg: 4.27 3.74 2.93 3/216 29680
/proc/meminfo: memFree=19441576/32770624 swapFree=67108860/67108860
[pid=29665] ppid=29662 vsize=10659088 memory=47092 CPUtime=0.51 cores=1,3,5,7
/proc/29665/stat : 29665 (java) S 29662 29665 26151 0 -1 1077944320 8843 0 0 0 48 3 0 0 20 0 15 0 39199987 10914906112 11773 33554432000 4194304 4196468 140720990415696 140720990398240 140592523943671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
/proc/29665/statm: 2664772 11773 3033 1 0 2627263 0
[pid=29665/tid=29667] ppid=29662 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29665/task/29667/stat : 29667 (java) R 29662 29665 26151 0 -1 4202560 5628 0 0 0 27 2 0 0 20 0 15 0 39199988 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592528177568 140592523965018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29668] ppid=29662 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29668/stat : 29668 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199989 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592476564496 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29669] ppid=29662 vsize=10659088 memory=140673702616744 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29669/stat : 29669 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199989 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592475511952 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29670] ppid=29662 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29670/stat : 29670 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199989 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592474458896 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29671] ppid=29662 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29671/stat : 29671 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199989 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592473406352 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29672] ppid=29662 vsize=10659088 memory=140673702418048 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199991 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592082782448 140592523954818 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29673] ppid=29662 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (java) S 29662 29665 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39199991 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592081728672 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29674] ppid=29662 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (java) S 29662 29665 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39199991 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592080675568 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29675] ppid=29662 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39199994 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592079624144 140592523962267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29676] ppid=29662 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/29665/task/29676/stat : 29676 (java) S 29662 29665 26151 0 -1 1077944384 676 0 0 0 3 0 0 0 20 0 15 0 39199994 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592078572272 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29677] ppid=29662 vsize=10659088 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/29665/task/29677/stat : 29677 (java) S 29662 29665 26151 0 -1 1077944384 374 0 0 0 3 0 0 0 20 0 15 0 39199994 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592077519728 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29678] ppid=29662 vsize=10659088 memory=140673702418048 CPUtime=0.13 cores=1,3,5,7
/proc/29665/task/29678/stat : 29678 (java) R 29662 29665 26151 0 -1 4202560 796 0 0 0 13 0 0 0 20 0 15 0 39199994 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592076465856 140592523965018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29679] ppid=29662 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29679/stat : 29679 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39199994 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592075414368 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29680] ppid=29662 vsize=10659088 memory=140673702418048 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29680/stat : 29680 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199994 10914906112 11773 33554432000 4194304 4196468 140720990415696 140592074361392 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47092 KiB

[startup+0.702725 s]
/proc/loadavg: 4.27 3.74 2.93 4/216 29680
/proc/meminfo: memFree=19402732/32770624 swapFree=67108860/67108860
[pid=29665] ppid=29662 vsize=10659088 memory=164008 CPUtime=1.66 cores=1,3,5,7
/proc/29665/stat : 29665 (java) S 29662 29665 26151 0 -1 1077944320 13207 0 0 0 160 6 0 0 20 0 15 0 39199987 10914906112 41002 33554432000 4194304 4196468 140720990415696 140720990398240 140592523943671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
/proc/29665/statm: 2664772 41002 3114 1 0 2627263 0
[pid=29665/tid=29667] ppid=29662 vsize=10659088 memory=1836 CPUtime=0.66 cores=1,3,5,7
/proc/29665/task/29667/stat : 29667 (java) R 29662 29665 26151 0 -1 4202560 6008 0 0 0 62 4 0 0 20 0 15 0 39199988 10914906112 41002 33554432000 4194304 4196468 140720990415696 140592528182000 140592508024158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29668] ppid=29662 vsize=10659088 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29668/stat : 29668 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199989 10914906112 41002 33554432000 4194304 4196468 140720990415696 140592476564496 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29669] ppid=29662 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29669/stat : 29669 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199989 10914906112 41002 33554432000 4194304 4196468 140720990415696 140592475511952 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29670] ppid=29662 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29670/stat : 29670 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39199989 10914906112 41002 33554432000 4194304 4196468 140720990415696 140592474458896 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29671] ppid=29662 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29671/stat : 29671 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39199989 10914906112 41002 33554432000 4194304 4196468 140720990415696 140592473406352 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29672] ppid=29662 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (java) S 29662 29665 26151 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 39199991 10914906112 41002 33554432000 4194304 4196468 140720990415696 140592082782448 140592523954818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29673] ppid=29662 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (java) S 29662 29665 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39199991 10914906112 41002 33554432000 4194304 4196468 140720990415696 140592081728672 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29674] ppid=29662 vsize=10659088 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (java) S 29662 29665 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39199991 10914906112 41002 33554432000 4194304 4196468 140720990415696 140592080675568 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29675] ppid=29662 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39199994 10914906112 41002 33554432000 4194304 4196468 140720990415696 140592079624144 140592523962267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29676] ppid=29662 vsize=10659088 memory=6297835844906604903 CPUtime=0.36 cores=1,3,5,7
/proc/29665/task/29676/stat : 29676 (java) R 29662 29665 26151 0 -1 4202560 2671 0 0 0 36 0 0 0 20 0 15 0 39199994 10914906112 41018 33554432000 4194304 4196468 140720990415696 140592078553128 140592507440400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29677] ppid=29662 vsize=10659088 memory=7597685182856913236 CPUtime=0.35 cores=1,3,5,7
/proc/29665/task/29677/stat : 29677 (java) R 29662 29665 26151 0 -1 4202560 1890 0 0 0 34 1 0 0 20 0 15 0 39199994 10914906112 41018 33554432000 4194304 4196468 140720990415696 140592077508432 140592509053333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29678] ppid=29662 vsize=10659088 memory=5932203131161038928 CPUtime=0.26 cores=1,3,5,7
/proc/29665/task/29678/stat : 29678 (java) S 29662 29665 26151 0 -1 1077944384 1265 0 0 0 26 0 0 0 20 0 15 0 39199994 10914906112 41018 33554432000 4194304 4196468 140720990415696 140592076466672 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29679] ppid=29662 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29679/stat : 29679 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39199994 10914906112 41018 33554432000 4194304 4196468 140720990415696 140592075414368 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29680] ppid=29662 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29680/stat : 29680 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39199994 10914906112 41018 33554432000 4194304 4196468 140720990415696 140592074361392 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 164008 KiB

[startup+1.5008 s]
/proc/loadavg: 4.27 3.74 2.93 5/217 29681
/proc/meminfo: memFree=19311320/32770624 swapFree=67108860/67108860
[pid=29665] ppid=29662 vsize=10725652 memory=178972 CPUtime=3.72 cores=1,3,5,7
/proc/29665/stat : 29665 (java) S 29662 29665 26151 0 -1 1077944320 20517 0 0 0 365 7 0 0 20 0 16 0 39199987 10983067648 44743 33554432000 4194304 4196468 140720990415696 140720990398240 140592523943671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
/proc/29665/statm: 2681413 44743 3134 1 0 2643904 0
[pid=29665/tid=29667] ppid=29662 vsize=10725652 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/29665/task/29667/stat : 29667 (java) R 29662 29665 26151 0 -1 4202560 6381 0 0 0 142 4 0 0 20 0 16 0 39199988 10983067648 44743 33554432000 4194304 4196468 140720990415696 140592528168960 140592151280678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29668] ppid=29662 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29668/stat : 29668 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39199989 10983067648 44743 33554432000 4194304 4196468 140720990415696 140592476564496 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29669] ppid=29662 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29669/stat : 29669 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39199989 10983067648 44743 33554432000 4194304 4196468 140720990415696 140592475511952 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29670] ppid=29662 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29670/stat : 29670 (java) S 29662 29665 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39199989 10983067648 44743 33554432000 4194304 4196468 140720990415696 140592474458896 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29671] ppid=29662 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29671/stat : 29671 (java) S 29662 29665 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39199989 10983067648 44743 33554432000 4194304 4196468 140720990415696 140592473406352 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29672] ppid=29662 vsize=10725652 memory=140673702419761 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (java) S 29662 29665 26151 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 39199991 10983067648 44743 33554432000 4194304 4196468 140720990415696 140592082782448 140592523954818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0

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

[pid=29665/tid=29676] ppid=29662 vsize=10725652 memory=18448 CPUtime=1.09 cores=1,3,5,7
/proc/29665/task/29676/stat : 29676 (java) S 29662 29665 26151 0 -1 1077944384 7487 0 0 0 108 1 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592078572272 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29677] ppid=29662 vsize=10725652 memory=1796 CPUtime=1.03 cores=1,3,5,7
/proc/29665/task/29677/stat : 29677 (java) S 29662 29665 26151 0 -1 1077944384 5246 0 0 0 102 1 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592077519728 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29678] ppid=29662 vsize=10725652 memory=640 CPUtime=0.35 cores=1,3,5,7
/proc/29665/task/29678/stat : 29678 (java) S 29662 29665 26151 0 -1 1077944384 2495 0 0 0 35 0 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592076466672 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29679] ppid=29662 vsize=10725652 memory=952 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29679/stat : 29679 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592075414368 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29680] ppid=29662 vsize=10725652 memory=4104 CPUtime=0.02 cores=1,3,5,7
/proc/29665/task/29680/stat : 29680 (java) S 29662 29665 26151 0 -1 1077944384 885 0 0 0 1 1 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592074361392 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29681] ppid=29662 vsize=10725652 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29681/stat : 29681 (java) S 29662 29665 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39200057 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592073307184 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
Current children cumulated CPU time: 69.76 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 212052 KiB

[startup+68.8008 s]
/proc/loadavg: 2.80 3.41 2.87 3/217 29689
/proc/meminfo: memFree=19250392/32770624 swapFree=67108860/67108860
[pid=29665] ppid=29662 vsize=10725652 memory=212052 CPUtime=71.36 cores=1,3,5,7
/proc/29665/stat : 29665 (java) S 29662 29665 26151 0 -1 1077944320 26939 0 0 0 7124 12 0 0 20 0 16 0 39199987 10983067648 53013 33554432000 4194304 4196468 140720990415696 140720990398240 140592523943671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
/proc/29665/statm: 2681413 53013 3157 1 0 2643904 0
[pid=29665/tid=29667] ppid=29662 vsize=10725652 memory=212052 CPUtime=68.73 cores=1,3,5,7
/proc/29665/task/29667/stat : 29667 (java) R 29662 29665 26151 0 -1 4202560 7861 0 0 0 6869 4 0 0 20 0 16 0 39199988 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592528182408 140592151097094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29668] ppid=29662 vsize=10725652 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29668/stat : 29668 (java) S 29662 29665 26151 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 16 0 39199989 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592476564496 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29669] ppid=29662 vsize=10725652 memory=1836 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29669/stat : 29669 (java) S 29662 29665 26151 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 16 0 39199989 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592475511952 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29670] ppid=29662 vsize=10725652 memory=12976 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29670/stat : 29670 (java) S 29662 29665 26151 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 16 0 39199989 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592474458896 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29671] ppid=29662 vsize=10725652 memory=792 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29671/stat : 29671 (java) S 29662 29665 26151 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 16 0 39199989 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592473406352 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29672] ppid=29662 vsize=10725652 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (java) S 29662 29665 26151 0 -1 1077944384 589 0 0 0 0 0 0 0 20 0 16 0 39199991 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592082782448 140592523954818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29673] ppid=29662 vsize=10725652 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (java) S 29662 29665 26151 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 39199991 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592081728672 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29674] ppid=29662 vsize=10725652 memory=212052 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (java) S 29662 29665 26151 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39199991 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592080675568 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29675] ppid=29662 vsize=10725652 memory=140673601471744 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592079624144 140592523962267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29676] ppid=29662 vsize=10725652 memory=6944656592452807314 CPUtime=1.09 cores=1,3,5,7
/proc/29665/task/29676/stat : 29676 (java) S 29662 29665 26151 0 -1 1077944384 7487 0 0 0 108 1 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592078572272 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29677] ppid=29662 vsize=10725652 memory=-7812193691855986592 CPUtime=1.03 cores=1,3,5,7
/proc/29665/task/29677/stat : 29677 (java) S 29662 29665 26151 0 -1 1077944384 5246 0 0 0 102 1 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592077519728 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29678] ppid=29662 vsize=10725652 memory=8128038100524242582 CPUtime=0.35 cores=1,3,5,7
/proc/29665/task/29678/stat : 29678 (java) S 29662 29665 26151 0 -1 1077944384 2495 0 0 0 35 0 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592076466672 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29679] ppid=29662 vsize=10725652 memory=8292148123324110535 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29679/stat : 29679 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592075414368 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29680] ppid=29662 vsize=10725652 memory=8187704045996132563 CPUtime=0.02 cores=1,3,5,7
/proc/29665/task/29680/stat : 29680 (java) S 29662 29665 26151 0 -1 1077944384 917 0 0 0 1 1 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592074361392 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29681] ppid=29662 vsize=10725652 memory=6933690279252828305 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29681/stat : 29681 (java) S 29662 29665 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39200057 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592073307184 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
Current children cumulated CPU time: 71.36 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 212052 KiB

[startup+70.4008 s]
/proc/loadavg: 2.74 3.39 2.87 3/217 29689
/proc/meminfo: memFree=19248344/32770624 swapFree=67108860/67108860
[pid=29665] ppid=29662 vsize=10725652 memory=212052 CPUtime=72.96 cores=1,3,5,7
/proc/29665/stat : 29665 (java) S 29662 29665 26151 0 -1 1077944320 26945 0 0 0 7284 12 0 0 20 0 16 0 39199987 10983067648 53013 33554432000 4194304 4196468 140720990415696 140720990398240 140592523943671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
/proc/29665/statm: 2681413 53013 3157 1 0 2643904 0
[pid=29665/tid=29667] ppid=29662 vsize=10725652 memory=212052 CPUtime=70.33 cores=1,3,5,7
/proc/29665/task/29667/stat : 29667 (java) R 29662 29665 26151 0 -1 4202560 7863 0 0 0 7029 4 0 0 20 0 16 0 39199988 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592528182408 140592151061082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29668] ppid=29662 vsize=10725652 memory=2400 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29668/stat : 29668 (java) S 29662 29665 26151 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 16 0 39199989 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592476564496 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29669] ppid=29662 vsize=10725652 memory=1836 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29669/stat : 29669 (java) S 29662 29665 26151 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 16 0 39199989 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592475511952 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29670] ppid=29662 vsize=10725652 memory=12976 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29670/stat : 29670 (java) S 29662 29665 26151 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 16 0 39199989 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592474458896 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29671] ppid=29662 vsize=10725652 memory=792 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29671/stat : 29671 (java) S 29662 29665 26151 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 16 0 39199989 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592473406352 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29672] ppid=29662 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (java) S 29662 29665 26151 0 -1 1077944384 589 0 0 0 0 0 0 0 20 0 16 0 39199991 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592082782448 140592523954818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29673] ppid=29662 vsize=10725652 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (java) S 29662 29665 26151 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 39199991 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592081728672 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29674] ppid=29662 vsize=10725652 memory=920 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (java) S 29662 29665 26151 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39199991 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592080675568 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29675] ppid=29662 vsize=10725652 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592079624144 140592523962267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29676] ppid=29662 vsize=10725652 memory=2580 CPUtime=1.09 cores=1,3,5,7
/proc/29665/task/29676/stat : 29676 (java) S 29662 29665 26151 0 -1 1077944384 7487 0 0 0 108 1 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592078572272 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29677] ppid=29662 vsize=10725652 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/29665/task/29677/stat : 29677 (java) S 29662 29665 26151 0 -1 1077944384 5246 0 0 0 102 1 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592077519728 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29678] ppid=29662 vsize=10725652 memory=140673600960831 CPUtime=0.35 cores=1,3,5,7
/proc/29665/task/29678/stat : 29678 (java) S 29662 29665 26151 0 -1 1077944384 2495 0 0 0 35 0 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592076466672 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29679] ppid=29662 vsize=10725652 memory=140673601247213 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29679/stat : 29679 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592075414368 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29680] ppid=29662 vsize=10725652 memory=4612 CPUtime=0.02 cores=1,3,5,7
/proc/29665/task/29680/stat : 29680 (java) S 29662 29665 26151 0 -1 1077944384 921 0 0 0 1 1 0 0 20 0 16 0 39199994 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592074361392 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29681] ppid=29662 vsize=10725652 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29681/stat : 29681 (java) S 29662 29665 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39200057 10983067648 53013 33554432000 4194304 4196468 140720990415696 140592073307184 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
Current children cumulated CPU time: 72.96 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 212052 KiB

[startup+70.8008 s]
/proc/loadavg: 2.74 3.39 2.87 3/217 29689
/proc/meminfo: memFree=19248344/32770624 swapFree=67108860/67108860
[pid=29665] ppid=29662 vsize=10858780 memory=212112 CPUtime=73.38 cores=1,3,5,7
/proc/29665/stat : 29665 (java) S 29662 29665 26151 0 -1 1077944320 28652 0 0 0 7326 12 0 0 20 0 16 0 39199987 11119390720 53028 33554432000 4194304 4196468 140720990415696 140720990398240 140592523943671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
/proc/29665/statm: 2714695 53028 3159 1 0 2677186 0
[pid=29665/tid=29667] ppid=29662 vsize=10858780 memory=1436 CPUtime=70.72 cores=1,3,5,7
/proc/29665/task/29667/stat : 29667 (java) S 29662 29665 26151 0 -1 1077944384 8302 0 0 0 7067 5 0 0 20 0 16 0 39199988 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592528184352 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29668] ppid=29662 vsize=10858780 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29668/stat : 29668 (java) S 29662 29665 26151 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 16 0 39199989 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592476564496 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29669] ppid=29662 vsize=10858780 memory=1296 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29669/stat : 29669 (java) S 29662 29665 26151 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 16 0 39199989 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592475511952 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29670] ppid=29662 vsize=10858780 memory=2400 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29670/stat : 29670 (java) S 29662 29665 26151 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 16 0 39199989 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592474458896 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29671] ppid=29662 vsize=10858780 memory=1836 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29671/stat : 29671 (java) S 29662 29665 26151 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 16 0 39199989 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592473406352 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29672] ppid=29662 vsize=10858780 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (java) S 29662 29665 26151 0 -1 1077944384 589 0 0 0 0 0 0 0 20 0 16 0 39199991 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592082782448 140592523954818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29673] ppid=29662 vsize=10858780 memory=792 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (java) S 29662 29665 26151 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 39199991 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592081728672 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29674] ppid=29662 vsize=10858780 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (java) S 29662 29665 26151 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39199991 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592080675568 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29675] ppid=29662 vsize=10858780 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39199994 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592079624144 140592523962267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29676] ppid=29662 vsize=10858780 memory=212052 CPUtime=1.11 cores=1,3,5,7
/proc/29665/task/29676/stat : 29676 (java) S 29662 29665 26151 0 -1 1077944384 8225 0 0 0 110 1 0 0 20 0 16 0 39199994 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592078572272 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29677] ppid=29662 vsize=10858780 memory=212052 CPUtime=1.04 cores=1,3,5,7
/proc/29665/task/29677/stat : 29677 (java) S 29662 29665 26151 0 -1 1077944384 5373 0 0 0 103 1 0 0 20 0 16 0 39199994 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592077519728 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29678] ppid=29662 vsize=10858780 memory=4140 CPUtime=0.35 cores=1,3,5,7
/proc/29665/task/29678/stat : 29678 (java) S 29662 29665 26151 0 -1 1077944384 2735 0 0 0 35 0 0 0 20 0 16 0 39199994 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592076466672 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29679] ppid=29662 vsize=10858780 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29679/stat : 29679 (java) S 29662 29665 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39199994 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592075414368 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29680] ppid=29662 vsize=10858780 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/29665/task/29680/stat : 29680 (java) S 29662 29665 26151 0 -1 1077944384 921 0 0 0 1 1 0 0 20 0 16 0 39199994 11119390720 53028 33554432000 4194304 4196468 140720990415696 140592074361392 140592523954818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
Current children cumulated CPU time: 73.38 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 212112 KiB

[startup+71.0007 s]*
/proc/loadavg: 2.74 3.39 2.87 3/217 29691
/proc/meminfo: memFree=19248344/32770624 swapFree=67108860/67108860
[pid=29665] ppid=29662 vsize=10858780 memory=212208 CPUtime=73.41 cores=1,3,5,7
/proc/29665/stat : 29665 (java) S 29662 29665 26151 0 -1 1077944320 29036 0 0 0 7329 12 0 0 20 0 14 0 39199987 11119390720 53052 33554432000 4194304 4196468 140720990415696 140720990398240 140592523943671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
/proc/29665/statm: 2714695 53052 3164 1 0 2677186 0
[pid=29665/tid=29667] ppid=29662 vsize=10858780 memory=6791534058613427641 CPUtime=70.72 cores=1,3,5,7
/proc/29665/task/29667/stat : 29667 (java) R 29662 29665 26151 0 -1 4202560 8315 0 0 0 7067 5 0 0 20 0 13 0 39199988 11119390720 53052 33554432000 4194304 4196468 140720990415696 140592528186512 140592516629303 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29668] ppid=29662 vsize=10858780 memory=9700 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29668/stat : 29668 (java) S 29662 29665 26151 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 13 0 39199989 11119390720 53020 33554432000 4194304 4196468 140720990415696 140592476564496 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29669] ppid=29662 vsize=10858780 memory=4124 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29669/stat : 29669 (java) S 29662 29665 26151 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 12 0 39199989 11119390720 53020 33554432000 4194304 4196468 140720990415696 140592475511952 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29670] ppid=29662 vsize=10858780 memory=2200 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29670/stat : 29670 (java) S 29662 29665 26151 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 12 0 39199989 11119390720 53020 33554432000 4194304 4196468 140720990415696 140592474458896 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29671] ppid=29662 vsize=10858780 memory=7288 CPUtime=0.01 cores=1,3,5,7
/proc/29665/task/29671/stat : 29671 (java) S 29662 29665 26151 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 12 0 39199989 11119390720 53020 33554432000 4194304 4196468 140720990415696 140592473406352 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29673] ppid=29662 vsize=10858780 memory=840 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (java) S 29662 29665 26151 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 12 0 39199991 11119390720 53020 33554432000 4194304 4196468 140720990415696 140592081728672 140592523953877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29674] ppid=29662 vsize=10858780 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (java) R 29662 29665 26151 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 12 0 39199991 11119390720 53033 33554432000 4194304 4196468 140720990415696 140592080675568 140592523953877 256 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
[pid=29665/tid=29675] ppid=29662 vsize=10858780 memory=920 CPUtime=0 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (java) R 29662 29665 26151 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 7 0 39199994 11119390720 53072 33554432000 4194304 4196468 140720990415696 140592079623792 140592523953877 256 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17838080 140720990422129 140720990422281 140720990422281 140720990425039 0
Current children cumulated CPU time: 73.41 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 212208 KiB

Child status: 0
Real time (s): 71.0144
CPU time (s): 73.4246
CPU user time (s): 73.2915
CPU system time (s): 0.133095
CPU usage (%): 103.394
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 212208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.2915
system time used= 0.133095
maximum resident set size= 212424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29085
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3287
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 29665
#   total CPU time (s): 73.4246
#   total CPU user time (s): 73.2915
#   total CPU system time (s): 0.133095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.418775 second user time and 0.757124 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 01:39:28
IDJOB=4290016
IDBENCH=141337
IDSOLVER=2742
FILE ID=node107/4290016-1532216368
RUNJOBID= node107-1532208159-28447
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Bibd/Bibd-sum-12-06-05_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290016-1532216368/watcher-4290016-1532216368 -o /tmp/evaluation-result-4290016-1532216368/solver-4290016-1532216368 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28447 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290016-1532216368.xml

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

MD5SUM BENCH= bf61c3b78160d4d4d295899ad65dbbc2
RANDOM SEED=34510050

node107.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.40
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.40
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.40
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.40
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:        19476904 kB
MemAvailable:   31106680 kB
Buffers:          226732 kB
Cached:         11556324 kB
SwapCached:            0 kB
Active:          2264792 kB
Inactive:       10406504 kB
Active(anon):     891092 kB
Inactive(anon):    16864 kB
Active(file):    1373700 kB
Inactive(file): 10389640 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2356 kB
Writeback:             0 kB
AnonPages:        895384 kB
Mapped:            46864 kB
Shmem:             17036 kB
Slab:             321708 kB
SReclaimable:     294896 kB
SUnreclaim:        26812 kB
KernelStack:        3536 kB
PageTables:         6908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2269552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    786432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55164 MiB
End job on node107 at 2018-07-22 01:40:39