Trace number 4301841

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT (TO)124 252.13 243.82

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-12_c18.xml
MD5SUMc13fad5df3b78eadb31ee9887672a536
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark92
Best CPU time to get the best result obtained on this benchmark250.493
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size144
Maximum domain size145
Distribution of domain sizes[{"size":144,"count":66},{"size":145,"count":12}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":11,"count":11},{"degree":12,"count":1}]
Minimum constraint arity3
Maximum constraint arity66
Distribution of constraint arities[{"arity":3,"count":66},{"arity":66,"count":1}]
Number of extensional constraints0
Number of intensional constraints66
Distribution of constraint types[{"type":"intension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

7.17/2.97	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
7.17/2.97	c This is free software under the dual EPL/GNU LGPL licenses.
7.17/2.97	c See www.sat4j.org for details.
7.17/2.97	c That software uses the Rhino library from the Mozilla project.
7.17/2.97	c version 2.3.6-SNAPSHOT
7.17/2.97	c java.runtime.name	Java(TM) SE Runtime Environment
7.17/2.97	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
7.17/2.97	c java.vm.version	25.131-b11
7.17/2.97	c java.vm.vendor	Oracle Corporation
7.17/2.97	c sun.arch.data.model	64
7.17/2.97	c java.version		1.8.0_131
7.17/2.97	c os.name		Linux
7.17/2.97	c os.version		3.10.0-514.16.1.el7.x86_64
7.17/2.97	c os.arch		amd64
7.17/2.97	c Free memory 		499604488
7.17/2.97	c Max memory 		7247757312
7.17/2.97	c Total memory 		504889344
7.17/2.97	c Number of processors 	4
7.17/2.97	c c --- Begin Solver configuration ---
7.17/2.97	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
7.17/2.97	c Learn all clauses as in MiniSAT
7.17/2.97	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
7.17/2.97	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
7.17/2.97	c No reason simplification
7.17/2.97	c Glucose 2.1 dynamic restart strategy
7.17/2.97	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
7.17/2.97	c timeout=2147483s
7.17/2.97	c DB Simplification allowed=false
7.17/2.97	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
7.17/2.97	c --- End Solver configuration ---
7.17/2.97	c constraints type 
7.17/2.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
7.17/2.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 308880
7.17/2.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4134240
7.17/2.97	c org.sat4j.minisat.constraints.cnf.UnitClause => 132
7.17/2.97	c 4443408 constraints processed.
122.05/115.72	o 140
182.74/176.12	o 137
186.75/180.17	o 135
202.03/193.71	o 134
207.27/198.93	o 133
216.81/208.48	o 128
221.32/213.00	o 124
252.11/243.80	c starts		: 2166
252.11/243.80	c conflicts		: 552118
252.11/243.80	c decisions		: 13943283
252.11/243.80	c propagations		: 455927040
252.11/243.80	c inspects		: 3147684989
252.11/243.80	c shortcuts		: 0
252.11/243.80	c learnt literals	: 3112
252.11/243.80	c learnt binary clauses	: 1963
252.11/243.80	c learnt ternary clauses	: 1764
252.11/243.80	c learnt constraints	: 549006
252.11/243.80	c ignored constraints	: 0
252.11/243.80	c root simplifications	: 0
252.11/243.80	c removed literals (reason simplification)	: 0
252.11/243.80	c reason swapping (by a shorter reason)	: 0
252.11/243.80	c Calls to reduceDB	: 50
252.11/243.80	c Number of update (reduction) of LBD	: 455729
252.11/243.80	c Imported unit clauses	: 0
252.11/243.80	c number of reductions to clauses (during analyze)	: 0
252.11/243.80	c number of learned constraints concerned by reduction	: 0
252.11/243.80	c number of learning phase by resolution	: 0
252.11/243.80	c number of learning phase by cutting planes	: 0
252.11/243.80	c number of rounding to 1 operations	: 0
252.11/243.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.11/243.80	c number of reductions of the coefficients by power 2 	: 0
252.11/243.80	c number of right shift for reduction by power 2 	: 0
252.11/243.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.11/243.80	c number of ending skipping 	: 0
252.11/243.80	c number of internal skipping 	: 0
252.11/243.80	c number of derivation steps 	: 0
252.11/243.80	c number of skipped derivation steps 	: 0
252.11/243.80	c number of remaining unassigned 	: 0
252.11/243.80	c number of remaining assigned 	: 0
252.11/243.80	c speed (assignments/second)	: 1893243.1961066031
252.11/243.80	c non guided choices	: 414024
252.11/243.80	s SATISFIABLE
252.11/243.81	v <instantiation type="solution">
252.11/243.81	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[7][9] y[7][10] y[7][11] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] y[8][9] y[8][10] y[8][11] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][9] y[9][10] y[9][11] y[10][0] y[10][1] y[10][2] y[10][3] y[10][4] y[10][5] y[10][6] y[10][7] y[10][8] y[10][9] y[10][10] y[10][11] y[11][0] y[11][1] y[11][2] y[11][3] y[11][4] y[11][5] y[11][6] y[11][7] y[11][8] y[11][9] y[11][10] y[11][11] </list>
252.11/243.81	v 	<values> 3 13 30 38 52 58 90 108 109 111 120 124 1 10 27 35 49 55 87 105 106 108 117 121 1 1 17 25 39 45 77 95 96 98 107 111 1 1 1 8 22 28 60 78 79 81 90 94 1 1 1 1 14 20 52 70 71 73 82 86 1 1 1 1 1 6 38 56 57 59 68 72 1 1 1 1 1 1 32 50 51 53 62 66 1 1 1 1 1 1 1 18 19 21 30 34 1 1 1 1 1 1 1 1 1 3 12 16 1 1 1 1 1 1 1 1 1 2 11 15 1 1 1 1 1 1 1 1 1 1 9 13 1 1 1 1 1 1 1 1 1 1 1 4 1 1 1 1 1 1 1 1 1 1 1 1 </values>
252.11/243.81	v </instantiation>
252.11/243.81	

Verifier Data

OK	124

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301841-1532884930/watcher-4301841-1532884930 -o /tmp/evaluation-result-4301841-1532884930/solver-4301841-1532884930 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301841-1532884930.xml 

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

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

solver pid=18383, runsolver pid=18380

[startup+0.100896 s]*
/proc/loadavg: 2.08 2.77 2.68 2/217 18398
/proc/meminfo: memFree=27002680/32770624 swapFree=67108860/67108860
[pid=18383] ppid=18380 vsize=10659012 memory=30472 CPUtime=0.12 cores=0,2,4,6
/proc/18383/stat : 18383 (java) S 18380 18383 13514 0 -1 1077944320 6686 0 0 0 11 1 0 0 20 0 15 0 106056181 10914828288 7618 33554432000 4194304 4196468 140735305700592 140735305683136 140073184354039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
/proc/18383/statm: 2664753 7618 2840 1 0 2627263 0
[pid=18383/tid=18385] ppid=18380 vsize=10659012 memory=-8773748148829982335 CPUtime=0.09 cores=0,2,4,6
/proc/18383/task/18385/stat : 18385 (java) R 18380 18383 13514 0 -1 4202560 4526 0 0 0 8 1 0 0 20 0 15 0 106056181 10914828288 7618 33554432000 4194304 4196468 140735305700592 140073188568032 140073168434526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18386] ppid=18380 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18386/stat : 18386 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914828288 7618 33554432000 4194304 4196468 140735305700592 140073121044752 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18387] ppid=18380 vsize=10659012 memory=139652124919424 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18387/stat : 18387 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914828288 7618 33554432000 4194304 4196468 140735305700592 140073119992208 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18388] ppid=18380 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18388/stat : 18388 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914828288 7618 33554432000 4194304 4196468 140735305700592 140073118939664 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18389] ppid=18380 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18389/stat : 18389 (java) S 18380 18383 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106056182 10914828288 7618 33554432000 4194304 4196468 140735305700592 140073117887120 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18390] ppid=18380 vsize=10659012 memory=139652124919424 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18390/stat : 18390 (java) S 18380 18383 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106056183 10914828288 7618 33554432000 4194304 4196468 140735305700592 140072218044912 140073184365186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18391] ppid=18380 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18391/stat : 18391 (java) S 18380 18383 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106056184 10914828288 7618 33554432000 4194304 4196468 140735305700592 140072216991136 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18392] ppid=18380 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18392/stat : 18392 (java) S 18380 18383 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106056184 10914828288 7618 33554432000 4194304 4196468 140735305700592 140072215938544 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18393] ppid=18380 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18393/stat : 18393 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106056186 10914828288 7618 33554432000 4194304 4196468 140735305700592 140072214887120 140073184372635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18394] ppid=18380 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18394/stat : 18394 (java) S 18380 18383 13514 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 106056186 10914828288 7618 33554432000 4194304 4196468 140735305700592 140072213833712 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18395] ppid=18380 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18395/stat : 18395 (java) S 18380 18383 13514 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106056186 10914828288 7618 33554432000 4194304 4196468 140735305700592 140072212781168 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18396] ppid=18380 vsize=10659012 memory=139652124919424 CPUtime=0.02 cores=0,2,4,6
/proc/18383/task/18396/stat : 18396 (java) S 18380 18383 13514 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 106056186 10914828288 7618 33554432000 4194304 4196468 140735305700592 140072211728624 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18397] ppid=18380 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18397/stat : 18397 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106056186 10914828288 7618 33554432000 4194304 4196468 140735305700592 140072210676320 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18398] ppid=18380 vsize=10659012 memory=139652124919424 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18398/stat : 18398 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056187 10914828288 7618 33554432000 4194304 4196468 140735305700592 140072209623856 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30472 KiB

[startup+0.210564 s]*
/proc/loadavg: 2.08 2.77 2.68 3/217 18398
/proc/meminfo: memFree=26991976/32770624 swapFree=67108860/67108860
[pid=18383] ppid=18380 vsize=10659012 memory=42100 CPUtime=0.33 cores=0,2,4,6
/proc/18383/stat : 18383 (java) S 18380 18383 13514 0 -1 1077944320 8105 0 0 0 31 2 0 0 20 0 15 0 106056181 10914828288 10525 33554432000 4194304 4196468 140735305700592 140735305683136 140073184354039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
/proc/18383/statm: 2664753 10525 3008 1 0 2627263 0
[pid=18383/tid=18385] ppid=18380 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/18383/task/18385/stat : 18385 (java) R 18380 18383 13514 0 -1 4202560 5025 0 0 0 19 1 0 0 20 0 15 0 106056181 10914828288 10525 33554432000 4194304 4196468 140735305700592 140073188577216 140073168397669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18386] ppid=18380 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18386/stat : 18386 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914828288 10525 33554432000 4194304 4196468 140735305700592 140073121044752 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18387] ppid=18380 vsize=10659012 memory=139652125550833 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18387/stat : 18387 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914828288 10525 33554432000 4194304 4196468 140735305700592 140073119992208 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18388] ppid=18380 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18388/stat : 18388 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914828288 10525 33554432000 4194304 4196468 140735305700592 140073118939664 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18389] ppid=18380 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18389/stat : 18389 (java) S 18380 18383 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106056182 10914828288 10525 33554432000 4194304 4196468 140735305700592 140073117887120 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18390] ppid=18380 vsize=10659012 memory=139652124919424 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18390/stat : 18390 (java) S 18380 18383 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106056183 10914828288 10525 33554432000 4194304 4196468 140735305700592 140072218044912 140073184365186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18391] ppid=18380 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18391/stat : 18391 (java) S 18380 18383 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106056184 10914828288 10525 33554432000 4194304 4196468 140735305700592 140072216991136 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18392] ppid=18380 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18392/stat : 18392 (java) S 18380 18383 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106056184 10914828288 10525 33554432000 4194304 4196468 140735305700592 140072215938544 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18393] ppid=18380 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18393/stat : 18393 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106056186 10914828288 10525 33554432000 4194304 4196468 140735305700592 140072214887120 140073184372635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18394] ppid=18380 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/18383/task/18394/stat : 18394 (java) S 18380 18383 13514 0 -1 1077944384 539 0 0 0 2 0 0 0 20 0 15 0 106056186 10914828288 10525 33554432000 4194304 4196468 140735305700592 140072213833712 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18395] ppid=18380 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18383/task/18395/stat : 18395 (java) S 18380 18383 13514 0 -1 1077944384 467 0 0 0 2 0 0 0 20 0 15 0 106056186 10914828288 10525 33554432000 4194304 4196468 140735305700592 140072212781168 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18396] ppid=18380 vsize=10659012 memory=139652124919424 CPUtime=0.07 cores=0,2,4,6
/proc/18383/task/18396/stat : 18396 (java) R 18380 18383 13514 0 -1 4202560 711 0 0 0 7 0 0 0 20 0 15 0 106056186 10914828288 10525 33554432000 4194304 4196468 140735305700592 140072211728624 140073163315544 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18397] ppid=18380 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18397/stat : 18397 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106056186 10914828288 10525 33554432000 4194304 4196468 140735305700592 140072210676320 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18398] ppid=18380 vsize=10659012 memory=139652124919424 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18398/stat : 18398 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056187 10914828288 10525 33554432000 4194304 4196468 140735305700592 140072209623856 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42100 KiB

[startup+0.31033 s]*
/proc/loadavg: 2.15 2.77 2.68 5/217 18398
/proc/meminfo: memFree=26984656/32770624 swapFree=67108860/67108860
[pid=18383] ppid=18380 vsize=10659088 memory=47448 CPUtime=0.53 cores=0,2,4,6
/proc/18383/stat : 18383 (java) S 18380 18383 13514 0 -1 1077944320 9073 0 0 0 50 3 0 0 20 0 15 0 106056181 10914906112 11862 33554432000 4194304 4196468 140735305700592 140735305683136 140073184354039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
/proc/18383/statm: 2664772 11862 3042 1 0 2627263 0
[pid=18383/tid=18385] ppid=18380 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/18383/task/18385/stat : 18385 (java) R 18380 18383 13514 0 -1 4202560 5798 0 0 0 28 2 0 0 20 0 15 0 106056181 10914906112 11862 33554432000 4194304 4196468 140735305700592 140073188589104 140072791940055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18386] ppid=18380 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18386/stat : 18386 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914906112 11862 33554432000 4194304 4196468 140735305700592 140073121044752 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18387] ppid=18380 vsize=10659088 memory=139652125548559 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18387/stat : 18387 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914906112 11862 33554432000 4194304 4196468 140735305700592 140073119992208 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18388] ppid=18380 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18388/stat : 18388 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914906112 11862 33554432000 4194304 4196468 140735305700592 140073118939664 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18389] ppid=18380 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18389/stat : 18389 (java) S 18380 18383 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106056182 10914906112 11862 33554432000 4194304 4196468 140735305700592 140073117887120 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18390] ppid=18380 vsize=10659088 memory=139652124919424 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18390/stat : 18390 (java) S 18380 18383 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106056183 10914906112 11862 33554432000 4194304 4196468 140735305700592 140072218044912 140073184365186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18391] ppid=18380 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18391/stat : 18391 (java) S 18380 18383 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106056184 10914906112 11862 33554432000 4194304 4196468 140735305700592 140072216991136 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18392] ppid=18380 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18392/stat : 18392 (java) S 18380 18383 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106056184 10914906112 11862 33554432000 4194304 4196468 140735305700592 140072215938544 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18393] ppid=18380 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18393/stat : 18393 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106056186 10914906112 11862 33554432000 4194304 4196468 140735305700592 140072214887120 140073184372635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18394] ppid=18380 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/18383/task/18394/stat : 18394 (java) R 18380 18383 13514 0 -1 1077944384 560 0 0 0 4 0 0 0 20 0 15 0 106056186 10914906112 11862 33554432000 4194304 4196468 140735305700592 140072213833712 140073184365186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18395] ppid=18380 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/18383/task/18395/stat : 18395 (java) R 18380 18383 13514 0 -1 4202560 557 0 0 0 4 0 0 0 20 0 15 0 106056186 10914906112 11862 33554432000 4194304 4196468 140735305700592 140072212781168 140073162590425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18396] ppid=18380 vsize=10659088 memory=139652124919424 CPUtime=0.12 cores=0,2,4,6
/proc/18383/task/18396/stat : 18396 (java) R 18380 18383 13514 0 -1 4202560 796 0 0 0 12 0 0 0 20 0 15 0 106056186 10914906112 11862 33554432000 4194304 4196468 140735305700592 140072211728624 140073176591166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18397] ppid=18380 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18397/stat : 18397 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106056186 10914906112 11862 33554432000 4194304 4196468 140735305700592 140072210676320 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18398] ppid=18380 vsize=10659088 memory=139652124919424 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18398/stat : 18398 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056187 10914906112 11862 33554432000 4194304 4196468 140735305700592 140072209623856 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47448 KiB

[startup+0.700836 s]
/proc/loadavg: 2.15 2.77 2.68 6/217 18398
/proc/meminfo: memFree=26957656/32770624 swapFree=67108860/67108860
[pid=18383] ppid=18380 vsize=10659088 memory=100500 CPUtime=1.45 cores=0,2,4,6
/proc/18383/stat : 18383 (java) S 18380 18383 13514 0 -1 1077944320 12668 0 0 0 141 4 0 0 20 0 15 0 106056181 10914906112 25125 33554432000 4194304 4196468 140735305700592 140735305683136 140073184354039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
/proc/18383/statm: 2664772 25125 3097 1 0 2627263 0
[pid=18383/tid=18385] ppid=18380 vsize=10659088 memory=16868 CPUtime=0.68 cores=0,2,4,6
/proc/18383/task/18385/stat : 18385 (java) R 18380 18383 13514 0 -1 4202560 5900 0 0 0 65 3 0 0 20 0 15 0 106056181 10914906112 25125 33554432000 4194304 4196468 140735305700592 140073188591488 140072794480901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18386] ppid=18380 vsize=10659088 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18386/stat : 18386 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914906112 25125 33554432000 4194304 4196468 140735305700592 140073121044752 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18387] ppid=18380 vsize=10659088 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18387/stat : 18387 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914906112 25125 33554432000 4194304 4196468 140735305700592 140073119992208 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18388] ppid=18380 vsize=10659088 memory=496 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18388/stat : 18388 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056182 10914906112 25125 33554432000 4194304 4196468 140735305700592 140073118939664 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18389] ppid=18380 vsize=10659088 memory=928 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18389/stat : 18389 (java) S 18380 18383 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106056182 10914906112 25125 33554432000 4194304 4196468 140735305700592 140073117887120 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18390] ppid=18380 vsize=10659088 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18390/stat : 18390 (java) S 18380 18383 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106056183 10914906112 25125 33554432000 4194304 4196468 140735305700592 140072218044912 140073184365186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18391] ppid=18380 vsize=10659088 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18391/stat : 18391 (java) S 18380 18383 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106056184 10914906112 25125 33554432000 4194304 4196468 140735305700592 140072216991136 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18392] ppid=18380 vsize=10659088 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18392/stat : 18392 (java) S 18380 18383 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106056184 10914906112 25125 33554432000 4194304 4196468 140735305700592 140072215938544 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18393] ppid=18380 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18393/stat : 18393 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106056186 10914906112 25125 33554432000 4194304 4196468 140735305700592 140072214887120 140073184372635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18394] ppid=18380 vsize=10659088 memory=6081108994580573287 CPUtime=0.32 cores=0,2,4,6
/proc/18383/task/18394/stat : 18394 (java) S 18380 18383 13514 0 -1 1077944384 3140 0 0 0 32 0 0 0 20 0 15 0 106056186 10914906112 25125 33554432000 4194304 4196468 140735305700592 140072213833712 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18395] ppid=18380 vsize=10659088 memory=6220993253238723945 CPUtime=0.26 cores=0,2,4,6
/proc/18383/task/18395/stat : 18395 (java) S 18380 18383 13514 0 -1 1077944384 1362 0 0 0 26 0 0 0 20 0 15 0 106056186 10914906112 25125 33554432000 4194304 4196468 140735305700592 140072212781168 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18396] ppid=18380 vsize=10659088 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/18383/task/18396/stat : 18396 (java) S 18380 18383 13514 0 -1 1077944384 900 0 0 0 17 0 0 0 20 0 15 0 106056186 10914906112 25125 33554432000 4194304 4196468 140735305700592 140072211728624 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18397] ppid=18380 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18397/stat : 18397 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106056186 10914906112 25125 33554432000 4194304 4196468 140735305700592 140072210676320 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18398] ppid=18380 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18398/stat : 18398 (java) S 18380 18383 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106056187 10914906112 25125 33554432000 4194304 4196468 140735305700592 140072209623856 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 100500 KiB

[startup+1.50071 s]
/proc/loadavg: 2.15 2.77 2.68 6/217 18398
/proc/meminfo: memFree=26847664/32770624 swapFree=67108860/67108860
[pid=18383] ppid=18380 vsize=10659088 memory=343600 CPUtime=3.37 cores=0,2,4,6
/proc/18383/stat : 18383 (java) S 18380 18383 13514 0 -1 1077944320 13905 0 0 0 313 24 0 0 20 0 15 0 106056181 10914906112 85900 33554432000 4194304 4196468 140735305700592 140735305683136 140073184354039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
/proc/18383/statm: 2664772 85900 3129 1 0 2627263 0
[pid=18383/tid=18385] ppid=18380 vsize=10659088 memory=302404 CPUtime=1.29 cores=0,2,4,6
/proc/18383/task/18385/stat : 18385 (java) R 18380 18383 13514 0 -1 4202560 6138 0 0 0 125 4 0 0 20 0 15 0 106056181 10914906112 85900 33554432000 4194304 4196468 140735305700592 140073188588832 140073184365974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18386] ppid=18380 vsize=10659088 memory=33 CPUtime=0.17 cores=0,2,4,6
/proc/18383/task/18386/stat : 18386 (java) S 18380 18383 13514 0 -1 1077944384 177 0 0 0 13 4 0 0 20 0 15 0 106056182 10914906112 85900 33554432000 4194304 4196468 140735305700592 140073121044752 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18387] ppid=18380 vsize=10659088 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/18383/task/18387/stat : 18387 (java) S 18380 18383 13514 0 -1 1077944384 133 0 0 0 12 4 0 0 20 0 15 0 106056182 10914906112 85900 33554432000 4194304 4196468 140735305700592 140073119992208 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18388] ppid=18380 vsize=10659088 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/18383/task/18388/stat : 18388 (java) S 18380 18383 13514 0 -1 1077944384 155 0 0 0 13 4 0 0 20 0 15 0 106056182 10914906112 85900 33554432000 4194304 4196468 140735305700592 140073118939664 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18389] ppid=18380 vsize=10659088 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/18383/task/18389/stat : 18389 (java) S 18380 18383 13514 0 -1 1077944384 155 0 0 0 13 4 0 0 20 0 15 0 106056182 10914906112 85900 33554432000 4194304 4196468 140735305700592 140073117887120 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18390] ppid=18380 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18390/stat : 18390 (java) S 18380 18383 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 106056183 10914906112 85900 33554432000 4194304 4196468 140735305700592 140072218044912 140073184365186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0

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

/proc/18383/task/18388/stat : 18388 (java) S 18380 18383 13514 0 -1 1077944384 582 0 0 0 96 14 0 0 20 0 16 0 106056182 10985164800 194254 33554432000 4194304 4196468 140735305700592 140073118939664 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18389] ppid=18380 vsize=10727700 memory=776976 CPUtime=1.1 cores=0,2,4,6
/proc/18383/task/18389/stat : 18389 (java) S 18380 18383 13514 0 -1 1077944384 1212 0 0 0 96 14 0 0 20 0 16 0 106056182 10985164800 194254 33554432000 4194304 4196468 140735305700592 140073117887120 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18390] ppid=18380 vsize=10727700 memory=1020 CPUtime=0.37 cores=0,2,4,6
/proc/18383/task/18390/stat : 18390 (java) S 18380 18383 13514 0 -1 1077944384 857 0 0 0 37 0 0 0 20 0 16 0 106056183 10985164800 194254 33554432000 4194304 4196468 140735305700592 140072218044912 140073184365186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18391] ppid=18380 vsize=10727700 memory=776976 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18391/stat : 18391 (java) S 18380 18383 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106056184 10985164800 194254 33554432000 4194304 4196468 140735305700592 140072216991136 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18392] ppid=18380 vsize=10727700 memory=776976 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18392/stat : 18392 (java) S 18380 18383 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106056184 10985164800 194254 33554432000 4194304 4196468 140735305700592 140072215938544 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18393] ppid=18380 vsize=10727700 memory=33 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18393/stat : 18393 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106056186 10985164800 194254 33554432000 4194304 4196468 140735305700592 140072214887120 140073184372635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18394] ppid=18380 vsize=10727700 memory=4104 CPUtime=1.45 cores=0,2,4,6
/proc/18383/task/18394/stat : 18394 (java) S 18380 18383 13514 0 -1 1077944384 7169 0 0 0 144 1 0 0 20 0 16 0 106056186 10985164800 194254 33554432000 4194304 4196468 140735305700592 140072213833712 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18395] ppid=18380 vsize=10727700 memory=776976 CPUtime=1.38 cores=0,2,4,6
/proc/18383/task/18395/stat : 18395 (java) S 18380 18383 13514 0 -1 1077944384 5011 0 0 0 138 0 0 0 20 0 16 0 106056186 10985164800 194254 33554432000 4194304 4196468 140735305700592 140072212781168 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18396] ppid=18380 vsize=10727700 memory=776976 CPUtime=0.38 cores=0,2,4,6
/proc/18383/task/18396/stat : 18396 (java) S 18380 18383 13514 0 -1 1077944384 3107 0 0 0 38 0 0 0 20 0 16 0 106056186 10985164800 194254 33554432000 4194304 4196468 140735305700592 140072211728624 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18397] ppid=18380 vsize=10727700 memory=776976 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18397/stat : 18397 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106056186 10985164800 194254 33554432000 4194304 4196468 140735305700592 140072210676320 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18398] ppid=18380 vsize=10727700 memory=7528 CPUtime=0.09 cores=0,2,4,6
/proc/18383/task/18398/stat : 18398 (java) S 18380 18383 13514 0 -1 1077944384 356 0 0 0 5 4 0 0 20 0 16 0 106056187 10985164800 194254 33554432000 4194304 4196468 140735305700592 140072209623856 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18399] ppid=18380 vsize=10727700 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18399/stat : 18399 (java) S 18380 18383 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106056480 10985164800 194254 33554432000 4194304 4196468 140735305700592 140072208569648 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
Current children cumulated CPU time: 168.89 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 777016 KiB

[startup+222.301 s]
/proc/loadavg: 2.01 2.38 2.54 3/217 18482
/proc/meminfo: memFree=26666704/32770624 swapFree=67108860/67108860
[pid=18383] ppid=18380 vsize=10727700 memory=1037836 CPUtime=230.73 cores=0,2,4,6
/proc/18383/stat : 18383 (java) S 18380 18383 13514 0 -1 1077944320 40158 0 0 0 22978 95 0 0 20 0 16 0 106056181 10985164800 259459 33554432000 4194304 4196468 140735305700592 140735305683136 140073184354039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
/proc/18383/statm: 2681925 259459 3177 1 0 2644416 0
[pid=18383/tid=18385] ppid=18380 vsize=10727700 memory=1037836 CPUtime=220.22 cores=0,2,4,6
/proc/18383/task/18385/stat : 18385 (java) R 18380 18383 13514 0 -1 4202560 12628 0 0 0 22013 9 0 0 20 0 16 0 106056181 10985164800 259459 33554432000 4194304 4196468 140735305700592 140073188592264 140072796184984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18386] ppid=18380 vsize=10727700 memory=5456 CPUtime=1.63 cores=0,2,4,6
/proc/18383/task/18386/stat : 18386 (java) S 18380 18383 13514 0 -1 1077944384 816 0 0 0 144 19 0 0 20 0 16 0 106056182 10985164800 259459 33554432000 4194304 4196468 140735305700592 140073121044752 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18387] ppid=18380 vsize=10727700 memory=1037836 CPUtime=1.64 cores=0,2,4,6
/proc/18383/task/18387/stat : 18387 (java) S 18380 18383 13514 0 -1 1077944384 1031 0 0 0 145 19 0 0 20 0 16 0 106056182 10985164800 259459 33554432000 4194304 4196468 140735305700592 140073119992208 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18388] ppid=18380 vsize=10727700 memory=1037836 CPUtime=1.64 cores=0,2,4,6
/proc/18383/task/18388/stat : 18388 (java) S 18380 18383 13514 0 -1 1077944384 778 0 0 0 145 19 0 0 20 0 16 0 106056182 10985164800 259459 33554432000 4194304 4196468 140735305700592 140073118939664 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18389] ppid=18380 vsize=10727700 memory=4140 CPUtime=1.64 cores=0,2,4,6
/proc/18383/task/18389/stat : 18389 (java) S 18380 18383 13514 0 -1 1077944384 1812 0 0 0 145 19 0 0 20 0 16 0 106056182 10985164800 259459 33554432000 4194304 4196468 140735305700592 140073117887120 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18390] ppid=18380 vsize=10727700 memory=1037836 CPUtime=0.38 cores=0,2,4,6
/proc/18383/task/18390/stat : 18390 (java) S 18380 18383 13514 0 -1 1077944384 3906 0 0 0 38 0 0 0 20 0 16 0 106056183 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072218044912 140073184365186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18391] ppid=18380 vsize=10727700 memory=1037836 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18391/stat : 18391 (java) S 18380 18383 13514 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 106056184 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072216991200 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18392] ppid=18380 vsize=10727700 memory=1037836 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18392/stat : 18392 (java) S 18380 18383 13514 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 106056184 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072215938560 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18393] ppid=18380 vsize=10727700 memory=1037836 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18393/stat : 18393 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106056186 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072214887120 140073184372635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18394] ppid=18380 vsize=10727700 memory=1037772 CPUtime=1.56 cores=0,2,4,6
/proc/18383/task/18394/stat : 18394 (java) S 18380 18383 13514 0 -1 1077944384 8403 0 0 0 154 2 0 0 20 0 16 0 106056186 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072213833712 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18395] ppid=18380 vsize=10727700 memory=1037836 CPUtime=1.44 cores=0,2,4,6
/proc/18383/task/18395/stat : 18395 (java) S 18380 18383 13514 0 -1 1077944384 5724 0 0 0 144 0 0 0 20 0 16 0 106056186 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072212781168 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18396] ppid=18380 vsize=10727700 memory=1037836 CPUtime=0.39 cores=0,2,4,6
/proc/18383/task/18396/stat : 18396 (java) S 18380 18383 13514 0 -1 1077944384 3253 0 0 0 39 0 0 0 20 0 16 0 106056186 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072211728624 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18397] ppid=18380 vsize=10727700 memory=1037836 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18397/stat : 18397 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106056186 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072210676320 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18398] ppid=18380 vsize=10727700 memory=1020 CPUtime=0.12 cores=0,2,4,6
/proc/18383/task/18398/stat : 18398 (java) S 18380 18383 13514 0 -1 1077944384 397 0 0 0 7 5 0 0 20 0 16 0 106056187 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072209623856 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18399] ppid=18380 vsize=10727700 memory=5456 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18399/stat : 18399 (java) S 18380 18383 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106056480 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072208569648 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
Current children cumulated CPU time: 230.73 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1037836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+243.601 s]
/proc/loadavg: 2.00 2.35 2.53 3/217 18482
/proc/meminfo: memFree=26666828/32770624 swapFree=67108860/67108860
[pid=18383] ppid=18380 vsize=10727700 memory=1037836 CPUtime=252.05 cores=0,2,4,6
/proc/18383/stat : 18383 (java) S 18380 18383 13514 0 -1 1077944320 40256 0 0 0 25109 96 0 0 20 0 16 0 106056181 10985164800 259459 33554432000 4194304 4196468 140735305700592 140735305683136 140073184354039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
/proc/18383/statm: 2681925 259459 3177 1 0 2644416 0
[pid=18383/tid=18385] ppid=18380 vsize=10727700 memory=3360 CPUtime=241.52 cores=0,2,4,6
/proc/18383/task/18385/stat : 18385 (java) R 18380 18383 13514 0 -1 4202560 12724 0 0 0 24143 9 0 0 20 0 16 0 106056181 10985164800 259459 33554432000 4194304 4196468 140735305700592 140073188592264 140072796184984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18386] ppid=18380 vsize=10727700 memory=2724 CPUtime=1.63 cores=0,2,4,6
/proc/18383/task/18386/stat : 18386 (java) S 18380 18383 13514 0 -1 1077944384 816 0 0 0 144 19 0 0 20 0 16 0 106056182 10985164800 259459 33554432000 4194304 4196468 140735305700592 140073121044752 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18387] ppid=18380 vsize=10727700 memory=1256 CPUtime=1.64 cores=0,2,4,6
/proc/18383/task/18387/stat : 18387 (java) S 18380 18383 13514 0 -1 1077944384 1031 0 0 0 145 19 0 0 20 0 16 0 106056182 10985164800 259459 33554432000 4194304 4196468 140735305700592 140073119992208 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18388] ppid=18380 vsize=10727700 memory=1696 CPUtime=1.64 cores=0,2,4,6
/proc/18383/task/18388/stat : 18388 (java) S 18380 18383 13514 0 -1 1077944384 778 0 0 0 145 19 0 0 20 0 16 0 106056182 10985164800 259459 33554432000 4194304 4196468 140735305700592 140073118939664 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18389] ppid=18380 vsize=10727700 memory=916 CPUtime=1.64 cores=0,2,4,6
/proc/18383/task/18389/stat : 18389 (java) S 18380 18383 13514 0 -1 1077944384 1812 0 0 0 145 19 0 0 20 0 16 0 106056182 10985164800 259459 33554432000 4194304 4196468 140735305700592 140073117887120 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18390] ppid=18380 vsize=10727700 memory=3852 CPUtime=0.38 cores=0,2,4,6
/proc/18383/task/18390/stat : 18390 (java) S 18380 18383 13514 0 -1 1077944384 3906 0 0 0 38 0 0 0 20 0 16 0 106056183 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072218044912 140073184365186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18391] ppid=18380 vsize=10727700 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18391/stat : 18391 (java) S 18380 18383 13514 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 106056184 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072216991200 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18392] ppid=18380 vsize=10727700 memory=2708 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18392/stat : 18392 (java) S 18380 18383 13514 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 106056184 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072215938560 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18393] ppid=18380 vsize=10727700 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18393/stat : 18393 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106056186 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072214887120 140073184372635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18394] ppid=18380 vsize=10727700 memory=1408 CPUtime=1.56 cores=0,2,4,6
/proc/18383/task/18394/stat : 18394 (java) S 18380 18383 13514 0 -1 1077944384 8403 0 0 0 154 2 0 0 20 0 16 0 106056186 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072213833712 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18395] ppid=18380 vsize=10727700 memory=3192 CPUtime=1.44 cores=0,2,4,6
/proc/18383/task/18395/stat : 18395 (java) S 18380 18383 13514 0 -1 1077944384 5724 0 0 0 144 0 0 0 20 0 16 0 106056186 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072212781168 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18396] ppid=18380 vsize=10727700 memory=1037836 CPUtime=0.39 cores=0,2,4,6
/proc/18383/task/18396/stat : 18396 (java) S 18380 18383 13514 0 -1 1077944384 3253 0 0 0 39 0 0 0 20 0 16 0 106056186 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072211728624 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18397] ppid=18380 vsize=10727700 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18397/stat : 18397 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106056186 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072210676320 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18398] ppid=18380 vsize=10727700 memory=3184 CPUtime=0.13 cores=0,2,4,6
/proc/18383/task/18398/stat : 18398 (java) S 18380 18383 13514 0 -1 1077944384 399 0 0 0 7 6 0 0 20 0 16 0 106056187 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072209623856 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18399] ppid=18380 vsize=10727700 memory=984928 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18399/stat : 18399 (java) S 18380 18383 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106056480 10985164800 259459 33554432000 4194304 4196468 140735305700592 140072208569648 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1037836 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+243.82 s]
# the end of solver process 18383 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.16 s, system=0.969421 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+243.801 s]
/proc/loadavg: 2.00 2.35 2.53 3/217 18482
/proc/meminfo: memFree=26666828/32770624 swapFree=67108860/67108860
[pid=18383] ppid=18380 vsize=10861856 memory=1037892 CPUtime=252.11 cores=0,2,4,6
/proc/18383/stat : 18383 (java) S 18380 18383 13514 0 -1 1077944320 40439 0 0 0 25115 96 0 0 20 0 17 0 106056181 11122540544 259473 33554432000 4194304 4196468 140735305700592 140735305683136 140073184354039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
/proc/18383/statm: 2715464 259473 3179 1 0 2677955 0
[pid=18383/tid=18385] ppid=18380 vsize=10861856 memory=844 CPUtime=241.57 cores=0,2,4,6
/proc/18383/task/18385/stat : 18385 (java) S 18380 18383 13514 0 -1 1077944384 12741 0 0 0 24148 9 0 0 20 0 17 0 106056181 11122540544 259473 33554432000 4194304 4196468 140735305700592 140073188596912 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18386] ppid=18380 vsize=10861856 memory=3360 CPUtime=1.63 cores=0,2,4,6
/proc/18383/task/18386/stat : 18386 (java) S 18380 18383 13514 0 -1 1077944384 816 0 0 0 144 19 0 0 20 0 17 0 106056182 11122540544 259473 33554432000 4194304 4196468 140735305700592 140073121044752 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18387] ppid=18380 vsize=10861856 memory=2724 CPUtime=1.64 cores=0,2,4,6
/proc/18383/task/18387/stat : 18387 (java) S 18380 18383 13514 0 -1 1077944384 1031 0 0 0 145 19 0 0 20 0 17 0 106056182 11122540544 259473 33554432000 4194304 4196468 140735305700592 140073119992208 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18388] ppid=18380 vsize=10861856 memory=1256 CPUtime=1.64 cores=0,2,4,6
/proc/18383/task/18388/stat : 18388 (java) S 18380 18383 13514 0 -1 1077944384 778 0 0 0 145 19 0 0 20 0 17 0 106056182 11122540544 259473 33554432000 4194304 4196468 140735305700592 140073118939664 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18389] ppid=18380 vsize=10861856 memory=10368 CPUtime=1.64 cores=0,2,4,6
/proc/18383/task/18389/stat : 18389 (java) S 18380 18383 13514 0 -1 1077944384 1812 0 0 0 145 19 0 0 20 0 17 0 106056182 11122540544 259473 33554432000 4194304 4196468 140735305700592 140073117887120 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18390] ppid=18380 vsize=10861856 memory=6791534058613427641 CPUtime=0.38 cores=0,2,4,6
/proc/18383/task/18390/stat : 18390 (java) S 18380 18383 13514 0 -1 1077944384 3906 0 0 0 38 0 0 0 20 0 17 0 106056183 11122540544 259473 33554432000 4194304 4196468 140735305700592 140072218044912 140073184365186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18391] ppid=18380 vsize=10861856 memory=1037836 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18391/stat : 18391 (java) S 18380 18383 13514 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 106056184 11122540544 259473 33554432000 4194304 4196468 140735305700592 140072216991200 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18392] ppid=18380 vsize=10861856 memory=804 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18392/stat : 18392 (java) S 18380 18383 13514 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 106056184 11122540544 259473 33554432000 4194304 4196468 140735305700592 140072215938560 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18393] ppid=18380 vsize=10861856 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18393/stat : 18393 (java) S 18380 18383 13514 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 106056186 11122540544 259473 33554432000 4194304 4196468 140735305700592 140072214887120 140073184372635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18394] ppid=18380 vsize=10861856 memory=916 CPUtime=1.56 cores=0,2,4,6
/proc/18383/task/18394/stat : 18394 (java) S 18380 18383 13514 0 -1 1077944384 8404 0 0 0 154 2 0 0 20 0 17 0 106056186 11122540544 259473 33554432000 4194304 4196468 140735305700592 140072213833712 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18395] ppid=18380 vsize=10861856 memory=3852 CPUtime=1.44 cores=0,2,4,6
/proc/18383/task/18395/stat : 18395 (java) S 18380 18383 13514 0 -1 1077944384 5726 0 0 0 144 0 0 0 20 0 17 0 106056186 11122540544 259473 33554432000 4194304 4196468 140735305700592 140072212781168 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18396] ppid=18380 vsize=10861856 memory=2592 CPUtime=0.4 cores=0,2,4,6
/proc/18383/task/18396/stat : 18396 (java) S 18380 18383 13514 0 -1 1077944384 3255 0 0 0 40 0 0 0 20 0 17 0 106056186 11122540544 259473 33554432000 4194304 4196468 140735305700592 140072211728624 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18397] ppid=18380 vsize=10861856 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/18383/task/18397/stat : 18397 (java) S 18380 18383 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106056186 11122540544 259473 33554432000 4194304 4196468 140735305700592 140072210676320 140073184364245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
[pid=18383/tid=18398] ppid=18380 vsize=10861856 memory=4126316290023845779 CPUtime=0.13 cores=0,2,4,6
/proc/18383/task/18398/stat : 18398 (java) S 18380 18383 13514 0 -1 1077944384 399 0 0 0 7 6 0 0 20 0 17 0 106056187 11122540544 259473 33554432000 4194304 4196468 140735305700592 140072209623856 140073184365186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30724096 140735305704566 140735305704718 140735305704718 140735305707471 0
Current children cumulated CPU time: 252.11 s
Current children cumulated vsize: 10861856 KiB
Current children cumulated memory: 1037892 KiB

Child status: 143
Real time (s): 243.82
CPU time (s): 252.13
CPU user time (s): 251.16
CPU system time (s): 0.969421
CPU usage (%): 103.408
Max. virtual memory (cumulated for all children) (KiB): 10861856
Max. memory (cumulated for all children) (KiB): 1037892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.16
system time used= 0.969421
maximum resident set size= 1038720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7607
involuntary context switches= 360


# summary of solver processes directly reported to runsolver:
#   pid: 18383
#   total CPU time (s): 252.13
#   total CPU user time (s): 251.16
#   total CPU system time (s): 0.969421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60841 second user time and 2.18019 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:22:10
IDJOB=4301841
IDBENCH=141373
IDSOLVER=2773
FILE ID=node136/4301841-1532884930
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60228 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-12_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301841-1532884930/watcher-4301841-1532884930 -o /tmp/evaluation-result-4301841-1532884930/solver-4301841-1532884930 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301841-1532884930.xml

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

MD5SUM BENCH= c13fad5df3b78eadb31ee9887672a536
RANDOM SEED=1571065101

node136.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.50
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.50
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.50
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.50
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:        27019704 kB
MemAvailable:   30321784 kB
Buffers:          213884 kB
Cached:          3358952 kB
SwapCached:            0 kB
Active:          3320444 kB
Inactive:        1952728 kB
Active(anon):    1651768 kB
Inactive(anon):    76480 kB
Active(file):    1668676 kB
Inactive(file):  1876248 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:       1707428 kB
Mapped:            46528 kB
Shmem:             25228 kB
Slab:             173756 kB
SReclaimable:     145984 kB
SUnreclaim:        27772 kB
KernelStack:        3600 kB
PageTables:         8796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3391020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1564672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 19:26:14