Trace number 4289810

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)1622 2400.18 2390.83

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy06_c18.xml
MD5SUMf39156c7286cf2527a5ad695a59d725a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1582
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables246
Number of constraints485
Number of domains3
Minimum domain size2
Maximum domain size16
Distribution of domain sizes[{"size":2,"count":120},{"size":6,"count":60},{"size":16,"count":66}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":126},{"degree":17,"count":48},{"degree":18,"count":60},{"degree":19,"count":10},{"degree":20,"count":2}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":61},{"arity":3,"count":12},{"arity":4,"count":216},{"arity":5,"count":54},{"arity":6,"count":70},{"arity":8,"count":60},{"arity":10,"count":12}]
Number of extensional constraints66
Number of intensional constraints277
Distribution of constraint types[{"type":"extension","count":66},{"type":"intension","count":277},{"type":"regular","count":6},{"type":"allDifferent","count":10},{"type":"cardinality","count":6},{"type":"element","count":120}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.93/1.46	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.93/1.46	c This is free software under the dual EPL/GNU LGPL licenses.
3.93/1.46	c See www.sat4j.org for details.
3.93/1.46	c That software uses the Rhino library from the Mozilla project.
3.93/1.46	c version 2.3.6-SNAPSHOT
3.93/1.46	c java.runtime.name	Java(TM) SE Runtime Environment
3.93/1.46	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.93/1.46	c java.vm.version	25.131-b11
3.93/1.46	c java.vm.vendor	Oracle Corporation
3.93/1.46	c sun.arch.data.model	64
3.93/1.46	c java.version		1.8.0_131
3.93/1.46	c os.name		Linux
3.93/1.46	c os.version		3.10.0-514.16.1.el7.x86_64
3.93/1.46	c os.arch		amd64
3.93/1.46	c Free memory 		499604488
3.93/1.46	c Max memory 		7247757312
3.93/1.46	c Total memory 		504889344
3.93/1.46	c Number of processors 	4
3.93/1.46	c c --- Begin Solver configuration ---
3.93/1.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.93/1.46	c Learn all clauses as in MiniSAT
3.93/1.46	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.93/1.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.93/1.46	c No reason simplification
3.93/1.46	c Glucose 2.1 dynamic restart strategy
3.93/1.46	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
3.93/1.46	c timeout=2147483s
3.93/1.46	c DB Simplification allowed=false
3.93/1.46	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.93/1.46	c --- End Solver configuration ---
3.93/1.46	c constraints type 
3.93/1.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 492
3.93/1.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 216816
3.93/1.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147192
3.93/1.46	c org.sat4j.specs.Constr$1 => 282
3.93/1.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 1298
3.93/1.46	c 366080 constraints processed.
21.84/17.82	o 1814
27.68/23.38	o 1753
48.62/43.99	o 1738
75.80/71.05	o 1734
105.38/100.50	o 1733
125.24/120.37	o 1707
582.15/575.91	o 1695
606.49/600.20	o 1688
670.54/664.27	o 1669
998.57/991.76	o 1667
1311.09/1304.10	o 1622
2400.15/2390.80	c starts		: 2327
2400.15/2390.80	c conflicts		: 1860444
2400.15/2390.80	c decisions		: 105170713
2400.15/2390.80	c propagations		: 5735577740
2400.15/2390.80	c inspects		: 12961594699
2400.15/2390.80	c shortcuts		: 0
2400.15/2390.80	c learnt literals	: 640
2400.15/2390.80	c learnt binary clauses	: 15277
2400.15/2390.80	c learnt ternary clauses	: 20402
2400.15/2390.80	c learnt constraints	: 1859804
2400.15/2390.80	c ignored constraints	: 0
2400.15/2390.80	c root simplifications	: 0
2400.15/2390.80	c removed literals (reason simplification)	: 0
2400.15/2390.80	c reason swapping (by a shorter reason)	: 0
2400.15/2390.80	c Calls to reduceDB	: 133
2400.15/2390.80	c Number of update (reduction) of LBD	: 883654
2400.15/2390.80	c Imported unit clauses	: 0
2400.15/2390.80	c number of reductions to clauses (during analyze)	: 0
2400.15/2390.80	c number of learned constraints concerned by reduction	: 0
2400.15/2390.80	c number of learning phase by resolution	: 0
2400.15/2390.80	c number of learning phase by cutting planes	: 0
2400.15/2390.80	c number of rounding to 1 operations	: 0
2400.15/2390.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.15/2390.80	c number of reductions of the coefficients by power 2 	: 0
2400.15/2390.80	c number of right shift for reduction by power 2 	: 0
2400.15/2390.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.15/2390.80	c number of ending skipping 	: 0
2400.15/2390.80	c number of internal skipping 	: 0
2400.15/2390.80	c number of derivation steps 	: 0
2400.15/2390.80	c number of skipped derivation steps 	: 0
2400.15/2390.80	c number of remaining unassigned 	: 0
2400.15/2390.80	c number of remaining assigned 	: 0
2400.15/2390.80	c speed (assignments/second)	: 2400517.3629697957
2400.15/2390.80	c non guided choices	: 13222088
2400.15/2390.80	s SATISFIABLE
2400.15/2390.81	v <instantiation type="solution">
2400.15/2390.81	v 	<list> o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[0][9] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[1][9] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[2][9] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[3][9] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] o[4][9] o[5][0] o[5][1] o[5][2] o[5][3] o[5][4] o[5][5] o[5][6] o[5][7] o[5][8] o[5][9] h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[0][6] h[0][7] h[0][8] h[0][9] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[1][6] h[1][7] h[1][8] h[1][9] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[2][6] h[2][7] h[2][8] h[2][9] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] h[3][6] h[3][7] h[3][8] h[3][9] h[4][0] h[4][1] h[4][2] h[4][3] h[4][4] h[4][5] h[4][6] h[4][7] h[4][8] h[4][9] h[5][0] h[5][1] h[5][2] h[5][3] h[5][4] h[5][5] h[5][6] h[5][7] h[5][8] h[5][9] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[0][6] a[0][7] a[0][8] a[0][9] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[1][6] a[1][7] a[1][8] a[1][9] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[2][6] a[2][7] a[2][8] a[2][9] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] a[3][6] a[3][7] a[3][8] a[3][9] a[4][0] a[4][1] a[4][2] a[4][3] a[4][4] a[4][5] a[4][6] a[4][7] a[4][8] a[4][9] a[5][0] a[5][1] a[5][2] a[5][3] a[5][4] a[5][5] a[5][6] a[5][7] a[5][8] a[5][9] t[0][0] t[0][1] t[0][2] t[0][3] t[0][4] t[0][5] t[0][6] t[0][7] t[0][8] t[0][9] t[0][10] t[1][0] t[1][1] t[1][2] t[1][3] t[1][4] t[1][5] t[1][6] t[1][7] t[1][8] t[1][9] t[1][10] t[2][0] t[2][1] t[2][2] t[2][3] t[2][4] t[2][5] t[2][6] t[2][7] t[2][8] t[2][9] t[2][10] t[3][0] t[3][1] t[3][2] t[3][3] t[3][4] t[3][5] t[3][6] t[3][7] t[3][8] t[3][9] t[3][10] t[4][0] t[4][1] t[4][2] t[4][3] t[4][4] t[4][5] t[4][6] t[4][7] t[4][8] t[4][9] t[4][10] t[5][0] t[5][1] t[5][2] t[5][3] t[5][4] t[5][5] t[5][6] t[5][7] t[5][8] t[5][9] t[5][10] </list>
2400.15/2390.81	v 	<values> 2 3 2 1 4 1 3 5 5 4 3 5 3 0 2 0 5 4 4 2 0 4 0 5 1 5 4 3 3 1 1 0 1 4 5 4 0 2 2 5 5 2 5 3 0 3 2 1 1 0 4 1 4 2 3 2 1 0 0 3 0 1 1 0 1 1 0 1 0 0 1 0 0 1 0 0 1 0 1 1 1 1 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 1 1 0 1 1 0 1 0 0 0 0 1 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 15 15 0 10 10 0 34 34 39 35 36 0 40 41 32 22 15 10 31 31 0 0 0 0 15 15 0 50 35 45 47 32 22 32 10 34 51 35 41 0 47 47 0 0 35 50 45 0 36 34 51 0 31 31 0 0 0 35 45 50 0 40 10 39 41 41 </values>
2400.15/2390.81	v </instantiation>
2400.15/2390.81	

Verifier Data

OK	1622

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289810-1532222655/watcher-4289810-1532222655 -o /tmp/evaluation-result-4289810-1532222655/solver-4289810-1532222655 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289810-1532222655.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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=28408, runsolver pid=28405
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.42 2.11 2.18 3/216 28423
/proc/meminfo: memFree=16492056/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10659044 memory=30248 CPUtime=0.12 cores=1,3,5,7
/proc/28408/stat : 28408 (java) S 28405 28408 23392 0 -1 1077944320 6103 0 0 0 11 1 0 0 20 0 15 0 39828635 10914861056 7562 33554432000 4194304 4196468 140733863660272 140733863642816 139788985994999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
/proc/28408/statm: 2664761 7562 2821 1 0 2627271 0
[pid=28408/tid=28410] ppid=28405 vsize=10659044 memory=-8701690554792448894 CPUtime=0.08 cores=1,3,5,7
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23392 0 -1 4202560 4040 0 0 0 8 0 0 0 20 0 15 0 39828635 10914861056 7694 33554432000 4194304 4196468 140733863660272 139788990199664 139788978674717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28411] ppid=28405 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10914861056 7694 33554432000 4194304 4196468 140733863660272 139788912069776 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28412] ppid=28405 vsize=10659044 memory=140484227806848 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10914861056 7694 33554432000 4194304 4196468 140733863660272 139788911016976 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28413] ppid=28405 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10914861056 7694 33554432000 4194304 4196468 140733863660272 139788909964176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28414] ppid=28405 vsize=10659044 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39828636 10914861056 7760 33554432000 4194304 4196468 140733863660272 139788908911376 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28415] ppid=28405 vsize=10659044 memory=140484227806848 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39828638 10914861056 7760 33554432000 4194304 4196468 140733863660272 139788477725040 139788986006146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28416] ppid=28405 vsize=10659044 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39828638 10914861056 7760 33554432000 4194304 4196468 140733863660272 139788476671008 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28417] ppid=28405 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39828638 10914861056 7826 33554432000 4194304 4196468 140733863660272 139788475618160 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28418] ppid=28405 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39828641 10914861056 7826 33554432000 4194304 4196468 140733863660272 139788474566480 139788986013595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28419] ppid=28405 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23392 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 39828641 10914861056 7826 33554432000 4194304 4196468 140733863660272 139788473514864 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28420] ppid=28405 vsize=10659044 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23392 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 39828641 10914861056 7826 33554432000 4194304 4196468 140733863660272 139788472462064 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28421] ppid=28405 vsize=10659012 memory=140484227806848 CPUtime=0.01 cores=1,3,5,7
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23392 0 -1 1077944384 347 0 0 0 1 0 0 0 20 0 15 0 39828641 10914828288 7879 33554432000 4194304 4196468 140733863660272 139788471409264 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28422] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39828641 10914828288 7879 33554432000 4194304 4196468 140733863660272 139788470356704 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28423] ppid=28405 vsize=10659012 memory=140484227806848 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828641 10914828288 7879 33554432000 4194304 4196468 140733863660272 139788469303984 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659044 KiB
Current children cumulated memory: 30248 KiB

[startup+0.213706 s]*
/proc/loadavg: 2.42 2.11 2.18 4/216 28423
/proc/meminfo: memFree=16481308/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10659012 memory=41720 CPUtime=0.33 cores=1,3,5,7
/proc/28408/stat : 28408 (java) S 28405 28408 23392 0 -1 1077944320 7584 0 0 0 32 1 0 0 20 0 15 0 39828635 10914828288 10430 33554432000 4194304 4196468 140733863660272 140733863642816 139788985994999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
/proc/28408/statm: 2664753 10430 3004 1 0 2627263 0
[pid=28408/tid=28410] ppid=28405 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23392 0 -1 4202560 4590 0 0 0 19 1 0 0 20 0 15 0 39828635 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788990230272 139788970038629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28411] ppid=28405 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788912069776 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28412] ppid=28405 vsize=10659012 memory=4049502399822476960 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788911016976 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28413] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788909964176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28414] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39828636 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788908911376 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28415] ppid=28405 vsize=10659012 memory=140484227806848 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39828638 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788477725040 139788986006146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28416] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39828638 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788476671008 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28417] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39828638 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788475618160 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28418] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39828641 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788474566480 139788986013595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28419] ppid=28405 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23392 0 -1 1077944384 322 0 0 0 2 0 0 0 20 0 15 0 39828641 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788473514864 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28420] ppid=28405 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23392 0 -1 1077944384 651 0 0 0 2 0 0 0 20 0 15 0 39828641 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788472462064 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28421] ppid=28405 vsize=10659012 memory=140484227806848 CPUtime=0.07 cores=1,3,5,7
/proc/28408/task/28421/stat : 28421 (java) R 28405 28408 23392 0 -1 4202560 655 0 0 0 7 0 0 0 20 0 15 0 39828641 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788471409264 139788965128881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28422] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39828641 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788470356704 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28423] ppid=28405 vsize=10659012 memory=140484227806848 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828641 10914828288 10430 33554432000 4194304 4196468 140733863660272 139788469303984 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41720 KiB

[startup+0.319706 s]*
/proc/loadavg: 2.42 2.11 2.18 7/216 28423
/proc/meminfo: memFree=16474112/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10659088 memory=47132 CPUtime=0.55 cores=1,3,5,7
/proc/28408/stat : 28408 (java) S 28405 28408 23392 0 -1 1077944320 8396 0 0 0 54 1 0 0 20 0 15 0 39828635 10914906112 11783 33554432000 4194304 4196468 140733863660272 140733863642816 139788985994999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
/proc/28408/statm: 2664772 11783 3057 1 0 2627263 0
[pid=28408/tid=28410] ppid=28405 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23392 0 -1 4202560 5144 0 0 0 29 1 0 0 20 0 15 0 39828635 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788990226432 139788986016925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28411] ppid=28405 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788912069776 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28412] ppid=28405 vsize=10659088 memory=3977444805784549024 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788911016976 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28413] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788909964176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28414] ppid=28405 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39828636 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788908911376 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28415] ppid=28405 vsize=10659088 memory=140484227806848 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39828638 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788477725040 139788986006146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28416] ppid=28405 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39828638 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788476671008 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28417] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39828638 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788475618160 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28418] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39828641 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788474566480 139788986013595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28419] ppid=28405 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23392 0 -1 1077944384 436 0 0 0 4 0 0 0 20 0 15 0 39828641 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788473514864 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28420] ppid=28405 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/28408/task/28420/stat : 28420 (java) R 28405 28408 23392 0 -1 4202560 695 0 0 0 5 0 0 0 20 0 15 0 39828641 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788472448160 139788965240905 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28421] ppid=28405 vsize=10659088 memory=140484227806848 CPUtime=0.13 cores=1,3,5,7
/proc/28408/task/28421/stat : 28421 (java) R 28405 28408 23392 0 -1 4202560 757 0 0 0 13 0 0 0 20 0 15 0 39828641 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788471404992 139788965013342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28422] ppid=28405 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39828641 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788470356704 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28423] ppid=28405 vsize=10659088 memory=140484227806848 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828641 10914906112 11783 33554432000 4194304 4196468 140733863660272 139788469303984 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47132 KiB

[startup+0.702465 s]
/proc/loadavg: 2.42 2.11 2.18 6/216 28423
/proc/meminfo: memFree=16457896/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10661136 memory=108624 CPUtime=1.72 cores=1,3,5,7
/proc/28408/stat : 28408 (java) S 28405 28408 23392 0 -1 1077944320 12133 0 0 0 169 3 0 0 20 0 15 0 39828635 10917003264 27156 33554432000 4194304 4196468 140733863660272 140733863642816 139788985994999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
/proc/28408/statm: 2665284 27156 3112 1 0 2627775 0
[pid=28408/tid=28410] ppid=28405 vsize=10661136 memory=262525581034078 CPUtime=0.67 cores=1,3,5,7
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23392 0 -1 4202560 5616 0 0 0 65 2 0 0 20 0 15 0 39828635 10917003264 27156 33554432000 4194304 4196468 140733863660272 139788990227248 139788590141569 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28411] ppid=28405 vsize=10661136 memory=120106 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10917003264 27156 33554432000 4194304 4196468 140733863660272 139788912069776 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28412] ppid=28405 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10917003264 27156 33554432000 4194304 4196468 140733863660272 139788911016976 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28413] ppid=28405 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828636 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788909964176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28414] ppid=28405 vsize=10661136 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39828636 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788908911376 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28415] ppid=28405 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39828638 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788477725040 139788986006146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28416] ppid=28405 vsize=10661136 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39828638 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788476671008 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28417] ppid=28405 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39828638 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788475618160 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28418] ppid=28405 vsize=10661136 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39828641 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788474566480 139788986013595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28419] ppid=28405 vsize=10661136 memory=6656426216303648864 CPUtime=0.29 cores=1,3,5,7
/proc/28408/task/28419/stat : 28419 (java) R 28405 28408 23392 0 -1 4202560 1499 0 0 0 29 0 0 0 20 0 15 0 39828641 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788473495376 139788965219901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28420] ppid=28405 vsize=10661136 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/28408/task/28420/stat : 28420 (java) R 28405 28408 23392 0 -1 4202560 1657 0 0 0 33 0 0 0 20 0 15 0 39828641 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788472448800 139788971102016 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28421] ppid=28405 vsize=10661136 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/28408/task/28421/stat : 28421 (java) R 28405 28408 23392 0 -1 4202560 1990 0 0 0 40 0 0 0 20 0 15 0 39828641 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788471409264 139788963219152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28422] ppid=28405 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39828641 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788470356704 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28423] ppid=28405 vsize=10661136 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39828641 10917003264 27668 33554432000 4194304 4196468 140733863660272 139788469303984 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 108624 KiB

[startup+1.50305 s]
/proc/loadavg: 2.42 2.11 2.18 5/216 28423
/proc/meminfo: memFree=16308168/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10727700 memory=264572 CPUtime=4.25 cores=1,3,5,7
/proc/28408/stat : 28408 (java) S 28405 28408 23392 0 -1 1077944320 21112 0 0 0 414 11 0 0 20 0 16 0 39828635 10985164800 66143 33554432000 4194304 4196468 140733863660272 140733863642816 139788985994999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
/proc/28408/statm: 2681925 66143 3155 1 0 2644416 0
[pid=28408/tid=28410] ppid=28405 vsize=10727700 memory=10755 CPUtime=1.38 cores=1,3,5,7
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23392 0 -1 4202560 5768 0 0 0 135 3 0 0 20 0 16 0 39828635 10985164800 66143 33554432000 4194304 4196468 140733863660272 139788990234784 139788986006934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28411] ppid=28405 vsize=10727700 memory=6791534058613427641 CPUtime=0.06 cores=1,3,5,7
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23392 0 -1 1077944384 102 0 0 0 5 1 0 0 20 0 16 0 39828636 10985164800 66143 33554432000 4194304 4196468 140733863660272 139788912069776 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28412] ppid=28405 vsize=10727700 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23392 0 -1 1077944384 94 0 0 0 4 0 0 0 20 0 16 0 39828636 10985164800 66143 33554432000 4194304 4196468 140733863660272 139788911016976 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28413] ppid=28405 vsize=10727700 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23392 0 -1 1077944384 89 0 0 0 3 1 0 0 20 0 16 0 39828636 10985164800 66143 33554432000 4194304 4196468 140733863660272 139788909964176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28414] ppid=28405 vsize=10727700 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23392 0 -1 1077944384 95 0 0 0 4 1 0 0 20 0 16 0 39828636 10985164800 66143 33554432000 4194304 4196468 140733863660272 139788908911376 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28415] ppid=28405 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23392 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 39828638 10985164800 66143 33554432000 4194304 4196468 140733863660272 139788477725040 139788986006146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0

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

/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23392 0 -1 1077944384 2987 0 0 0 70 38 0 0 20 0 16 0 39828636 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788909964176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28414] ppid=28405 vsize=10727700 memory=2222932 CPUtime=1.09 cores=1,3,5,7
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23392 0 -1 1077944384 4717 0 0 0 71 38 0 0 20 0 16 0 39828636 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788908911376 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28415] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0.12 cores=1,3,5,7
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23392 0 -1 1077944384 9087 0 0 0 9 3 0 0 20 0 16 0 39828638 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788477725040 139788986006146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28416] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23392 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39828638 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788476671072 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28417] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23392 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39828638 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788475618176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28418] ppid=28405 vsize=10727700 memory=56 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788474566480 139788986013595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28419] ppid=28405 vsize=10727700 memory=2222932 CPUtime=1.87 cores=1,3,5,7
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23392 0 -1 1077944384 11124 0 0 0 185 2 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788473514864 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28420] ppid=28405 vsize=10727700 memory=2222932 CPUtime=2.18 cores=1,3,5,7
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23392 0 -1 1077944384 11599 0 0 0 216 2 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788472462064 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28421] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0.59 cores=1,3,5,7
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23392 0 -1 1077944384 5181 0 0 0 58 1 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788471409264 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28422] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788470356704 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28423] ppid=28405 vsize=10727700 memory=2620 CPUtime=1.47 cores=1,3,5,7
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23392 0 -1 1077944384 2373 0 0 0 69 78 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788469303984 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28424] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28424/stat : 28424 (java) S 28405 28408 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39828785 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788466152368 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
Current children cumulated CPU time: 2331.74 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2222932 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/218 28621
/proc/meminfo: memFree=19423928/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10727700 memory=2222932 CPUtime=2391.78 cores=1,3,5,7
/proc/28408/stat : 28408 (java) S 28405 28408 23392 0 -1 1077944320 100385 0 0 0 238933 245 0 0 20 0 16 0 39828635 10985164800 555733 33554432000 4194304 4196468 140733863660272 140733863642816 139788985994999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
/proc/28408/statm: 2681925 555733 3188 1 0 2644416 0
[pid=28408/tid=28410] ppid=28405 vsize=10727700 memory=2222932 CPUtime=2381.08 cores=1,3,5,7
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23392 0 -1 4202560 47226 0 0 0 238089 19 0 0 20 0 16 0 39828635 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788990233920 139788591504807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28411] ppid=28405 vsize=10727700 memory=2222932 CPUtime=1.08 cores=1,3,5,7
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23392 0 -1 1077944384 2224 0 0 0 71 37 0 0 20 0 16 0 39828636 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788912069776 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28412] ppid=28405 vsize=10727700 memory=2222932 CPUtime=1.08 cores=1,3,5,7
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23392 0 -1 1077944384 2388 0 0 0 72 36 0 0 20 0 16 0 39828636 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788911016976 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28413] ppid=28405 vsize=10727700 memory=2222932 CPUtime=1.08 cores=1,3,5,7
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23392 0 -1 1077944384 2987 0 0 0 70 38 0 0 20 0 16 0 39828636 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788909964176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28414] ppid=28405 vsize=10727700 memory=164 CPUtime=1.09 cores=1,3,5,7
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23392 0 -1 1077944384 4717 0 0 0 71 38 0 0 20 0 16 0 39828636 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788908911376 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28415] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0.12 cores=1,3,5,7
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23392 0 -1 1077944384 9097 0 0 0 9 3 0 0 20 0 16 0 39828638 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788477725040 139788986006146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28416] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23392 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39828638 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788476671072 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28417] ppid=28405 vsize=10727700 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23392 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39828638 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788475618176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28418] ppid=28405 vsize=10727700 memory=8824 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788474566480 139788986013595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28419] ppid=28405 vsize=10727700 memory=2222932 CPUtime=1.87 cores=1,3,5,7
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23392 0 -1 1077944384 11131 0 0 0 185 2 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788473514864 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28420] ppid=28405 vsize=10727700 memory=2222932 CPUtime=2.18 cores=1,3,5,7
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23392 0 -1 1077944384 11602 0 0 0 216 2 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788472462064 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28421] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0.59 cores=1,3,5,7
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23392 0 -1 1077944384 5185 0 0 0 58 1 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788471409264 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28422] ppid=28405 vsize=10727700 memory=800 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788470356704 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28423] ppid=28405 vsize=10727700 memory=2222932 CPUtime=1.5 cores=1,3,5,7
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23392 0 -1 1077944384 2413 0 0 0 71 79 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788469303984 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28424] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28424/stat : 28424 (java) S 28405 28408 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39828785 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788466152368 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
Current children cumulated CPU time: 2391.78 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2222932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.6 s]
/proc/loadavg: 2.01 2.03 2.05 3/218 28621
/proc/meminfo: memFree=19423936/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10727700 memory=2222932 CPUtime=2400.08 cores=1,3,5,7
/proc/28408/stat : 28408 (java) S 28405 28408 23392 0 -1 1077944320 100399 0 0 0 239763 245 0 0 20 0 16 0 39828635 10985164800 555733 33554432000 4194304 4196468 140733863660272 140733863642816 139788985994999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
/proc/28408/statm: 2681925 555733 3188 1 0 2644416 0
[pid=28408/tid=28410] ppid=28405 vsize=10727700 memory=8364 CPUtime=2389.38 cores=1,3,5,7
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23392 0 -1 4202560 47240 0 0 0 238919 19 0 0 20 0 16 0 39828635 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788990233920 139788591463762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28411] ppid=28405 vsize=10727700 memory=800 CPUtime=1.08 cores=1,3,5,7
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23392 0 -1 1077944384 2224 0 0 0 71 37 0 0 20 0 16 0 39828636 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788912069776 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28412] ppid=28405 vsize=10727700 memory=6791534058613427641 CPUtime=1.08 cores=1,3,5,7
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23392 0 -1 1077944384 2388 0 0 0 72 36 0 0 20 0 16 0 39828636 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788911016976 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28413] ppid=28405 vsize=10727700 memory=4124 CPUtime=1.08 cores=1,3,5,7
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23392 0 -1 1077944384 2987 0 0 0 70 38 0 0 20 0 16 0 39828636 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788909964176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28414] ppid=28405 vsize=10727700 memory=2200 CPUtime=1.09 cores=1,3,5,7
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23392 0 -1 1077944384 4717 0 0 0 71 38 0 0 20 0 16 0 39828636 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788908911376 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28415] ppid=28405 vsize=10727700 memory=7528 CPUtime=0.12 cores=1,3,5,7
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23392 0 -1 1077944384 9097 0 0 0 9 3 0 0 20 0 16 0 39828638 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788477725040 139788986006146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28416] ppid=28405 vsize=10727700 memory=840 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23392 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39828638 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788476671072 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28417] ppid=28405 vsize=10727700 memory=2222932 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23392 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39828638 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788475618176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28418] ppid=28405 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788474566480 139788986013595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28419] ppid=28405 vsize=10727700 memory=2436 CPUtime=1.87 cores=1,3,5,7
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23392 0 -1 1077944384 11131 0 0 0 185 2 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788473514864 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28420] ppid=28405 vsize=10727700 memory=1296 CPUtime=2.18 cores=1,3,5,7
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23392 0 -1 1077944384 11602 0 0 0 216 2 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788472462064 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28421] ppid=28405 vsize=10727700 memory=1728 CPUtime=0.59 cores=1,3,5,7
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23392 0 -1 1077944384 5185 0 0 0 58 1 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788471409264 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28422] ppid=28405 vsize=10727700 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788470356704 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28423] ppid=28405 vsize=10727700 memory=2222932 CPUtime=1.51 cores=1,3,5,7
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23392 0 -1 1077944384 2413 0 0 0 71 80 0 0 20 0 16 0 39828641 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788469303984 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28424] ppid=28405 vsize=10727700 memory=3280 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28424/stat : 28424 (java) S 28405 28408 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39828785 10985164800 555733 33554432000 4194304 4196468 140733863660272 139788466152368 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2222932 KiB

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

[startup+2390.83 s]
# the end of solver process 28408 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.71 s, system=2.4694 s

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

[startup+2390.8 s]
/proc/loadavg: 2.01 2.03 2.05 3/218 28621
/proc/meminfo: memFree=19423936/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10927392 memory=2223260 CPUtime=2400.15 cores=1,3,5,7
/proc/28408/stat : 28408 (java) S 28405 28408 23392 0 -1 1077944320 102775 0 0 0 239770 245 0 0 20 0 17 0 39828635 11189649408 555815 33554432000 4194304 4196468 140733863660272 140733863642816 139788985994999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
/proc/28408/statm: 2731848 555815 3191 1 0 2694339 0
[pid=28408/tid=28410] ppid=28405 vsize=10927392 memory=1200 CPUtime=2389.44 cores=1,3,5,7
/proc/28408/task/28410/stat : 28410 (java) S 28405 28408 23392 0 -1 1077944384 47448 0 0 0 238925 19 0 0 20 0 17 0 39828635 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788990237872 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28411] ppid=28405 vsize=10927392 memory=8364 CPUtime=1.08 cores=1,3,5,7
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23392 0 -1 1077944384 2224 0 0 0 71 37 0 0 20 0 17 0 39828636 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788912069776 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28412] ppid=28405 vsize=10927392 memory=800 CPUtime=1.08 cores=1,3,5,7
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23392 0 -1 1077944384 2388 0 0 0 72 36 0 0 20 0 17 0 39828636 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788911016976 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28413] ppid=28405 vsize=10927392 memory=15876 CPUtime=1.08 cores=1,3,5,7
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23392 0 -1 1077944384 2987 0 0 0 70 38 0 0 20 0 17 0 39828636 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788909964176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28414] ppid=28405 vsize=10927392 memory=16436 CPUtime=1.09 cores=1,3,5,7
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23392 0 -1 1077944384 4717 0 0 0 71 38 0 0 20 0 17 0 39828636 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788908911376 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28415] ppid=28405 vsize=10927392 memory=2222932 CPUtime=0.12 cores=1,3,5,7
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23392 0 -1 1077944384 9112 0 0 0 9 3 0 0 20 0 17 0 39828638 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788477725040 139788986006146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28416] ppid=28405 vsize=10927392 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23392 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39828638 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788476671072 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28417] ppid=28405 vsize=10927392 memory=7230086525544392298 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23392 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 39828638 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788475618176 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28418] ppid=28405 vsize=10927392 memory=6003413100871903850 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23392 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 17 0 39828641 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788474566480 139788986013595 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28419] ppid=28405 vsize=10927392 memory=140484227813521 CPUtime=1.87 cores=1,3,5,7
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23392 0 -1 1077944384 11407 0 0 0 185 2 0 0 20 0 17 0 39828641 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788473514864 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28420] ppid=28405 vsize=10927392 memory=6228311620215794276 CPUtime=2.18 cores=1,3,5,7
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23392 0 -1 1077944384 11881 0 0 0 216 2 0 0 20 0 17 0 39828641 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788472462064 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28421] ppid=28405 vsize=10927392 memory=7667474454425398379 CPUtime=0.59 cores=1,3,5,7
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23392 0 -1 1077944384 6143 0 0 0 58 1 0 0 20 0 17 0 39828641 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788471409264 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28422] ppid=28405 vsize=10927392 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39828641 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788470356704 139788986005205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
[pid=28408/tid=28423] ppid=28405 vsize=10927392 memory=4616 CPUtime=1.51 cores=1,3,5,7
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23392 0 -1 1077944384 2413 0 0 0 71 80 0 0 20 0 17 0 39828641 11189649408 555815 33554432000 4194304 4196468 140733863660272 139788469303984 139788986006146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140733863662705 140733863662857 140733863662857 140733863665615 0
Current children cumulated CPU time: 2400.15 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2223260 KiB

Child status: 143
Real time (s): 2390.83
CPU time (s): 2400.18
CPU user time (s): 2397.71
CPU system time (s): 2.4694
CPU usage (%): 100.391
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2223260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.71
system time used= 2.4694
maximum resident set size= 2223668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54752
involuntary context switches= 1261


# summary of solver processes directly reported to runsolver:
#   pid: 28408
#   total CPU time (s): 2400.18
#   total CPU user time (s): 2397.71
#   total CPU system time (s): 2.4694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6638 second user time and 23.053 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 03:24:15
IDJOB=4289810
IDBENCH=141553
IDSOLVER=2742
FILE ID=node136/4289810-1532222655
RUNJOBID= node136-1532209747-25928
PBS_JOBID= 21018931
Free space on /tmp= 57112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy06_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289810-1532222655/watcher-4289810-1532222655 -o /tmp/evaluation-result-4289810-1532222655/solver-4289810-1532222655 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289810-1532222655.xml

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

MD5SUM BENCH= f39156c7286cf2527a5ad695a59d725a
RANDOM SEED=236775699

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:        16509424 kB
MemAvailable:   26348864 kB
Buffers:          227956 kB
Cached:          9819520 kB
SwapCached:            0 kB
Active:          6640388 kB
Inactive:        9041372 kB
Active(anon):    5636584 kB
Inactive(anon):    16916 kB
Active(file):    1003804 kB
Inactive(file):  9024456 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3920 kB
Writeback:             0 kB
AnonPages:       5615972 kB
Mapped:            47100 kB
Shmem:             17036 kB
Slab:             266896 kB
SReclaimable:     239640 kB
SUnreclaim:        27256 kB
KernelStack:        3808 kB
PageTables:        16232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7221344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5406720 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= 57108 MiB
End job on node136 at 2018-07-22 04:04:06