Trace number 4289805

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)29 2400.29 2392.42

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-15_c18.xml
MD5SUMdbf6b3e5a2b5c107908327293d925ea5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark2400.29
Satisfiable
(Un)Satisfiability was proved
Number of variables227
Number of constraints5183
Number of domains2
Minimum domain size3
Maximum domain size112
Distribution of domain sizes[{"size":3,"count":225},{"size":112,"count":2}]
Minimum variable degree2
Maximum variable degree58
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":44,"count":56},{"degree":46,"count":48},{"degree":48,"count":40},{"degree":50,"count":32},{"degree":52,"count":24},{"degree":54,"count":16},{"degree":56,"count":8},{"degree":58,"count":1}]
Minimum constraint arity2
Maximum constraint arity226
Distribution of constraint arities[{"arity":2,"count":5181},{"arity":226,"count":2}]
Number of extensional constraints0
Number of intensional constraints5181
Distribution of constraint types[{"type":"intension","count":5181},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

4.04/1.49	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.04/1.49	c This is free software under the dual EPL/GNU LGPL licenses.
4.04/1.49	c See www.sat4j.org for details.
4.04/1.49	c That software uses the Rhino library from the Mozilla project.
4.04/1.49	c version 2.3.6-SNAPSHOT
4.04/1.49	c java.runtime.name	Java(TM) SE Runtime Environment
4.04/1.49	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.04/1.49	c java.vm.version	25.131-b11
4.04/1.49	c java.vm.vendor	Oracle Corporation
4.04/1.49	c sun.arch.data.model	64
4.04/1.49	c java.version		1.8.0_131
4.04/1.49	c os.name		Linux
4.04/1.49	c os.version		3.10.0-514.16.1.el7.x86_64
4.04/1.49	c os.arch		amd64
4.04/1.49	c Free memory 		499604488
4.04/1.49	c Max memory 		7247757312
4.04/1.49	c Total memory 		504889344
4.04/1.49	c Number of processors 	4
4.04/1.49	c c --- Begin Solver configuration ---
4.04/1.49	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.04/1.49	c Learn all clauses as in MiniSAT
4.04/1.49	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.04/1.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.04/1.49	c No reason simplification
4.04/1.49	c Glucose 2.1 dynamic restart strategy
4.04/1.49	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
4.04/1.49	c timeout=2147483s
4.04/1.49	c DB Simplification allowed=false
4.04/1.49	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.04/1.49	c --- End Solver configuration ---
4.04/1.49	c constraints type 
4.04/1.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 454
4.04/1.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28150
4.04/1.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 164174
4.04/1.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 10366
4.04/1.49	c 203144 constraints processed.
8.76/4.47	o 13
9.27/4.80	o 15
9.41/4.93	o 16
11.04/6.38	o 17
11.18/6.47	o 18
12.21/7.50	o 20
13.24/8.43	o 21
14.29/9.42	o 22
24.80/19.87	o 23
33.91/28.99	o 24
59.54/54.57	o 25
213.03/207.74	o 26
586.68/580.77	o 27
617.01/611.10	o 28
833.91/827.81	o 29
2400.26/2392.40	c starts		: 49006
2400.26/2392.40	c conflicts		: 9448973
2400.26/2392.40	c decisions		: 43801388
2400.26/2392.40	c propagations		: 3082585283
2400.26/2392.40	c inspects		: 30953607667
2400.26/2392.40	c shortcuts		: 0
2400.26/2392.40	c learnt literals	: 282
2400.26/2392.40	c learnt binary clauses	: 4291
2400.26/2392.40	c learnt ternary clauses	: 39580
2400.26/2392.40	c learnt constraints	: 9448691
2400.26/2392.40	c ignored constraints	: 0
2400.26/2392.40	c root simplifications	: 0
2400.26/2392.40	c removed literals (reason simplification)	: 0
2400.26/2392.40	c reason swapping (by a shorter reason)	: 0
2400.26/2392.40	c Calls to reduceDB	: 288
2400.26/2392.40	c Number of update (reduction) of LBD	: 5485166
2400.26/2392.40	c Imported unit clauses	: 0
2400.26/2392.40	c number of reductions to clauses (during analyze)	: 0
2400.26/2392.40	c number of learned constraints concerned by reduction	: 0
2400.26/2392.40	c number of learning phase by resolution	: 0
2400.26/2392.40	c number of learning phase by cutting planes	: 0
2400.26/2392.40	c number of rounding to 1 operations	: 0
2400.26/2392.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.26/2392.40	c number of reductions of the coefficients by power 2 	: 0
2400.26/2392.40	c number of right shift for reduction by power 2 	: 0
2400.26/2392.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.26/2392.40	c number of ending skipping 	: 0
2400.26/2392.40	c number of internal skipping 	: 0
2400.26/2392.40	c number of derivation steps 	: 0
2400.26/2392.40	c number of skipped derivation steps 	: 0
2400.26/2392.40	c number of remaining unassigned 	: 0
2400.26/2392.40	c number of remaining assigned 	: 0
2400.26/2392.40	c speed (assignments/second)	: 1289303.980398939
2400.26/2392.40	c non guided choices	: 280903
2400.26/2392.40	s SATISFIABLE
2400.26/2392.41	v <instantiation type="solution">
2400.26/2392.41	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14] nb nw </list>
2400.26/2392.41	v 	<values> 0 0 0 0 0 0 0 2 2 2 2 2 2 2 0 0 0 0 0 0 0 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 2 2 2 2 2 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 29 29 </values>
2400.26/2392.41	v </instantiation>
2400.26/2392.41	

Verifier Data

OK	29

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289805-1532219970/watcher-4289805-1532219970 -o /tmp/evaluation-result-4289805-1532219970/solver-4289805-1532219970 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28266 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289805-1532219970.xml 

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

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

solver pid=31201, runsolver pid=31198

[startup+0.100157 s]*
/proc/loadavg: 2.07 2.03 2.10 4/216 31216
/proc/meminfo: memFree=17666060/32770624 swapFree=67108860/67108860
[pid=31201] ppid=31198 vsize=10659012 memory=32304 CPUtime=0.13 cores=1,3,5,7
/proc/31201/stat : 31201 (java) S 31198 31201 26014 0 -1 1077944320 6614 0 0 0 12 1 0 0 20 0 15 0 39559822 10914828288 8076 33554432000 4194304 4196468 140736391391120 140736391373664 139810955300599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
/proc/31201/statm: 2664753 8076 2843 1 0 2627263 0
[pid=31201/tid=31203] ppid=31198 vsize=10659012 memory=-8629632960754259328 CPUtime=0.08 cores=1,3,5,7
/proc/31201/task/31203/stat : 31203 (java) R 31198 31201 26014 0 -1 4202560 4468 0 0 0 8 0 0 0 20 0 15 0 39559822 10914828288 8076 33554432000 4194304 4196468 140736391391120 139810959521728 139810955322525 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31204] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31204/stat : 31204 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 8076 33554432000 4194304 4196468 140736391391120 139810918407184 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31205] ppid=31198 vsize=10659012 memory=139708968404608 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31205/stat : 31205 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 8076 33554432000 4194304 4196468 140736391391120 139810917354640 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31206] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31206/stat : 31206 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 8076 33554432000 4194304 4196468 140736391391120 139810560465680 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31207] ppid=31198 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31207/stat : 31207 (java) S 31198 31201 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 8076 33554432000 4194304 4196468 140736391391120 139810559413136 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31208] ppid=31198 vsize=10659012 memory=139708968404608 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31208/stat : 31208 (java) S 31198 31201 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39559824 10914828288 8076 33554432000 4194304 4196468 140736391391120 139810515138800 139810955311746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31209] ppid=31198 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31209/stat : 31209 (java) S 31198 31201 26014 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39559825 10914828288 8076 33554432000 4194304 4196468 140736391391120 139809990370464 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31210] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31210/stat : 31210 (java) S 31198 31201 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39559825 10914828288 8076 33554432000 4194304 4196468 140736391391120 139809989317360 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31211] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31211/stat : 31211 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39559827 10914828288 8076 33554432000 4194304 4196468 140736391391120 139809988265936 139810955319195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31212] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31212/stat : 31212 (java) R 31198 31201 26014 0 -1 4202560 302 0 0 0 0 0 0 0 20 0 15 0 39559827 10914828288 8076 33554432000 4194304 4196468 140736391391120 139809987214064 139810955311746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31213] ppid=31198 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31213/stat : 31213 (java) S 31198 31201 26014 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 39559827 10914828288 8076 33554432000 4194304 4196468 140736391391120 139809986161520 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31214] ppid=31198 vsize=10659012 memory=139708968404608 CPUtime=0.02 cores=1,3,5,7
/proc/31201/task/31214/stat : 31214 (java) R 31198 31201 26014 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 39559827 10914828288 8076 33554432000 4194304 4196468 140736391391120 139809985108464 139810955321946 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31215] ppid=31198 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31215/stat : 31215 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39559828 10914828288 8076 33554432000 4194304 4196468 140736391391120 139809984056160 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31216] ppid=31198 vsize=10659012 memory=139708968404608 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31216/stat : 31216 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559828 10914828288 8076 33554432000 4194304 4196468 140736391391120 139809983003184 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 32304 KiB

[startup+0.210487 s]*
/proc/loadavg: 2.07 2.03 2.10 3/216 31216
/proc/meminfo: memFree=17653768/32770624 swapFree=67108860/67108860
[pid=31201] ppid=31198 vsize=10659012 memory=44008 CPUtime=0.33 cores=1,3,5,7
/proc/31201/stat : 31201 (java) S 31198 31201 26014 0 -1 1077944320 8131 0 0 0 31 2 0 0 20 0 15 0 39559822 10914828288 11002 33554432000 4194304 4196468 140736391391120 140736391373664 139810955300599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
/proc/31201/statm: 2664753 11002 3002 1 0 2627263 0
[pid=31201/tid=31203] ppid=31198 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31201/task/31203/stat : 31203 (java) R 31198 31201 26014 0 -1 4202560 5048 0 0 0 19 1 0 0 20 0 15 0 39559822 10914828288 11002 33554432000 4194304 4196468 140736391391120 139810959536880 139810939344229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31204] ppid=31198 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31204/stat : 31204 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 11002 33554432000 4194304 4196468 140736391391120 139810918407184 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31205] ppid=31198 vsize=10659012 memory=139708968605300 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31205/stat : 31205 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 11002 33554432000 4194304 4196468 140736391391120 139810917354640 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31206] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31206/stat : 31206 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 11002 33554432000 4194304 4196468 140736391391120 139810560465680 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31207] ppid=31198 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31207/stat : 31207 (java) S 31198 31201 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 11002 33554432000 4194304 4196468 140736391391120 139810559413136 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31208] ppid=31198 vsize=10659012 memory=139708968404608 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31208/stat : 31208 (java) S 31198 31201 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39559824 10914828288 11002 33554432000 4194304 4196468 140736391391120 139810515138800 139810955311746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31209] ppid=31198 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31209/stat : 31209 (java) S 31198 31201 26014 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39559825 10914828288 11002 33554432000 4194304 4196468 140736391391120 139809990370464 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31210] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31210/stat : 31210 (java) S 31198 31201 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39559825 10914828288 11002 33554432000 4194304 4196468 140736391391120 139809989317360 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31211] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31211/stat : 31211 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39559827 10914828288 11002 33554432000 4194304 4196468 140736391391120 139809988265936 139810955319195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31212] ppid=31198 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31201/task/31212/stat : 31212 (java) R 31198 31201 26014 0 -1 4202560 508 0 0 0 2 0 0 0 20 0 15 0 39559827 10914828288 11002 33554432000 4194304 4196468 140736391391120 139809987214064 139810955311746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31213] ppid=31198 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31201/task/31213/stat : 31213 (java) S 31198 31201 26014 0 -1 1077944384 504 0 0 0 2 0 0 0 20 0 15 0 39559827 10914828288 11002 33554432000 4194304 4196468 140736391391120 139809986161520 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31214] ppid=31198 vsize=10659012 memory=139708968404608 CPUtime=0.07 cores=1,3,5,7
/proc/31201/task/31214/stat : 31214 (java) R 31198 31201 26014 0 -1 4202560 726 0 0 0 7 0 0 0 20 0 15 0 39559827 10914828288 11002 33554432000 4194304 4196468 140736391391120 139809985108464 139810939381086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31215] ppid=31198 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31215/stat : 31215 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39559828 10914828288 11002 33554432000 4194304 4196468 140736391391120 139809984056160 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31216] ppid=31198 vsize=10659012 memory=139708968404608 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31216/stat : 31216 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559828 10914828288 11002 33554432000 4194304 4196468 140736391391120 139809983003184 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 44008 KiB

[startup+0.310494 s]*
/proc/loadavg: 2.07 2.03 2.10 6/216 31216
/proc/meminfo: memFree=17641300/32770624 swapFree=67108860/67108860
[pid=31201] ppid=31198 vsize=10659012 memory=54960 CPUtime=0.59 cores=1,3,5,7
/proc/31201/stat : 31201 (java) S 31198 31201 26014 0 -1 1077944320 10002 0 0 0 56 3 0 0 20 0 15 0 39559822 10914828288 13740 33554432000 4194304 4196468 140736391391120 140736391373664 139810955300599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
/proc/31201/statm: 2664753 13740 3050 1 0 2627263 0
[pid=31201/tid=31203] ppid=31198 vsize=10659012 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/31201/task/31203/stat : 31203 (java) R 31198 31201 26014 0 -1 4202560 5617 0 0 0 28 1 0 0 20 0 15 0 39559822 10914828288 13740 33554432000 4194304 4196468 140736391391120 139810959511328 139810939381086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31204] ppid=31198 vsize=10659012 memory=4294979916 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31204/stat : 31204 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 13740 33554432000 4194304 4196468 140736391391120 139810918407184 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31205] ppid=31198 vsize=10659012 memory=139708968613884 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31205/stat : 31205 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 13740 33554432000 4194304 4196468 140736391391120 139810917354640 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31206] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31206/stat : 31206 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 13740 33554432000 4194304 4196468 140736391391120 139810560465680 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31207] ppid=31198 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31207/stat : 31207 (java) S 31198 31201 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39559823 10914828288 13740 33554432000 4194304 4196468 140736391391120 139810559413136 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31208] ppid=31198 vsize=10659012 memory=139708968404608 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31208/stat : 31208 (java) S 31198 31201 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39559824 10914828288 13740 33554432000 4194304 4196468 140736391391120 139810515138800 139810955311746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31209] ppid=31198 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31209/stat : 31209 (java) S 31198 31201 26014 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39559825 10914828288 13740 33554432000 4194304 4196468 140736391391120 139809990370464 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31210] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31210/stat : 31210 (java) S 31198 31201 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39559825 10914828288 13740 33554432000 4194304 4196468 140736391391120 139809989317360 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31211] ppid=31198 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31211/stat : 31211 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39559827 10914828288 13740 33554432000 4194304 4196468 140736391391120 139809988265936 139810955319195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31212] ppid=31198 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31201/task/31212/stat : 31212 (java) R 31198 31201 26014 0 -1 4202560 895 0 0 0 8 0 0 0 20 0 15 0 39559827 10914828288 13740 33554432000 4194304 4196468 140736391391120 139809987200608 139810936845148 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31213] ppid=31198 vsize=10659012 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/31201/task/31213/stat : 31213 (java) R 31198 31201 26014 0 -1 4202560 1030 0 0 0 6 0 0 0 20 0 15 0 39559827 10914828288 13740 33554432000 4194304 4196468 140736391391120 139809986142536 139810955321946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31214] ppid=31198 vsize=10659012 memory=139708968404608 CPUtime=0.13 cores=1,3,5,7
/proc/31201/task/31214/stat : 31214 (java) R 31198 31201 26014 0 -1 1077944384 1112 0 0 0 13 0 0 0 20 0 15 0 39559827 10914828288 13740 33554432000 4194304 4196468 140736391391120 139809985108464 139810955311746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31215] ppid=31198 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31215/stat : 31215 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39559828 10914828288 13740 33554432000 4194304 4196468 140736391391120 139809984056160 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31216] ppid=31198 vsize=10659012 memory=139708968404608 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31216/stat : 31216 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559828 10914828288 13740 33554432000 4194304 4196468 140736391391120 139809983003184 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54960 KiB

[startup+0.703497 s]
/proc/loadavg: 2.07 2.03 2.10 5/216 31216
/proc/meminfo: memFree=17608848/32770624 swapFree=67108860/67108860
[pid=31201] ppid=31198 vsize=10659088 memory=112836 CPUtime=1.84 cores=1,3,5,7
/proc/31201/stat : 31201 (java) S 31198 31201 26014 0 -1 1077944320 12156 0 0 0 181 3 0 0 20 0 15 0 39559822 10914906112 28209 33554432000 4194304 4196468 140736391391120 140736391373664 139810955300599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
/proc/31201/statm: 2664772 28209 3108 1 0 2627263 0
[pid=31201/tid=31203] ppid=31198 vsize=10659088 memory=18460 CPUtime=0.68 cores=1,3,5,7
/proc/31201/task/31203/stat : 31203 (java) R 31198 31201 26014 0 -1 4202560 6075 0 0 0 66 2 0 0 20 0 15 0 39559822 10914906112 28209 33554432000 4194304 4196468 140736391391120 139810959537024 139810935010886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31204] ppid=31198 vsize=10659088 memory=9524 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31204/stat : 31204 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914906112 28209 33554432000 4194304 4196468 140736391391120 139810918407184 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31205] ppid=31198 vsize=10659088 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31205/stat : 31205 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914906112 28209 33554432000 4194304 4196468 140736391391120 139810917354640 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31206] ppid=31198 vsize=10659088 memory=644 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31206/stat : 31206 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559823 10914906112 28209 33554432000 4194304 4196468 140736391391120 139810560465680 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31207] ppid=31198 vsize=10659088 memory=952 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31207/stat : 31207 (java) S 31198 31201 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39559823 10914906112 28209 33554432000 4194304 4196468 140736391391120 139810559413136 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31208] ppid=31198 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31208/stat : 31208 (java) S 31198 31201 26014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39559824 10914906112 28209 33554432000 4194304 4196468 140736391391120 139810515138800 139810955311746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31209] ppid=31198 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31209/stat : 31209 (java) S 31198 31201 26014 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39559825 10914906112 28209 33554432000 4194304 4196468 140736391391120 139809990370464 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31210] ppid=31198 vsize=10659088 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31210/stat : 31210 (java) S 31198 31201 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39559825 10914906112 28209 33554432000 4194304 4196468 140736391391120 139809989317360 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31211] ppid=31198 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31211/stat : 31211 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39559827 10914906112 28209 33554432000 4194304 4196468 140736391391120 139809988265936 139810955319195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31212] ppid=31198 vsize=10659088 memory=6081105704601809001 CPUtime=0.41 cores=1,3,5,7
/proc/31201/task/31212/stat : 31212 (java) S 31198 31201 26014 0 -1 1077944384 1692 0 0 0 41 0 0 0 20 0 15 0 39559827 10914906112 28209 33554432000 4194304 4196468 140736391391120 139809987214064 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31213] ppid=31198 vsize=10659088 memory=6148935659200796009 CPUtime=0.38 cores=1,3,5,7
/proc/31201/task/31213/stat : 31213 (java) S 31198 31201 26014 0 -1 1077944384 1485 0 0 0 38 0 0 0 20 0 15 0 39559827 10914906112 28209 33554432000 4194304 4196468 140736391391120 139809986161520 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31214] ppid=31198 vsize=10659088 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/31201/task/31214/stat : 31214 (java) R 31198 31201 26014 0 -1 4202560 1554 0 0 0 35 0 0 0 20 0 15 0 39559827 10914906112 28209 33554432000 4194304 4196468 140736391391120 139809985103056 139810947537726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31215] ppid=31198 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31215/stat : 31215 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39559828 10914906112 28209 33554432000 4194304 4196468 140736391391120 139809984056160 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31216] ppid=31198 vsize=10659088 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31216/stat : 31216 (java) S 31198 31201 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39559828 10914906112 28209 33554432000 4194304 4196468 140736391391120 139809983003184 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 112836 KiB

[startup+1.50246 s]
/proc/loadavg: 2.30 2.08 2.12 5/216 31216
/proc/meminfo: memFree=17514464/32770624 swapFree=67108860/67108860
[pid=31201] ppid=31198 vsize=10661136 memory=246540 CPUtime=4.39 cores=1,3,5,7
/proc/31201/stat : 31201 (java) S 31198 31201 26014 0 -1 1077944320 25772 0 0 0 431 8 0 0 20 0 15 0 39559822 10917003264 61635 33554432000 4194304 4196468 140736391391120 140736391373664 139810955300599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
/proc/31201/statm: 2665284 61635 3149 1 0 2627775 0
[pid=31201/tid=31203] ppid=31198 vsize=10661136 memory=211688 CPUtime=1.43 cores=1,3,5,7
/proc/31201/task/31203/stat : 31203 (java) R 31198 31201 26014 0 -1 4202560 6308 0 0 0 140 3 0 0 20 0 15 0 39559822 10917003264 61635 33554432000 4194304 4196468 140736391391120 139810959537336 139810594597957 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31204] ppid=31198 vsize=10661136 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/31201/task/31204/stat : 31204 (java) S 31198 31201 26014 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 15 0 39559823 10917003264 61635 33554432000 4194304 4196468 140736391391120 139810918407184 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31205] ppid=31198 vsize=10661136 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31201/task/31205/stat : 31205 (java) S 31198 31201 26014 0 -1 1077944384 107 0 0 0 2 0 0 0 20 0 15 0 39559823 10917003264 61635 33554432000 4194304 4196468 140736391391120 139810917354640 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31206] ppid=31198 vsize=10661136 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31201/task/31206/stat : 31206 (java) S 31198 31201 26014 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 15 0 39559823 10917003264 61635 33554432000 4194304 4196468 140736391391120 139810560465680 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31207] ppid=31198 vsize=10661136 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31201/task/31207/stat : 31207 (java) S 31198 31201 26014 0 -1 1077944384 310 0 0 0 2 0 0 0 20 0 15 0 39559823 10917003264 61635 33554432000 4194304 4196468 140736391391120 139810559413136 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31208] ppid=31198 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31208/stat : 31208 (java) S 31198 31201 26014 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 15 0 39559824 10917003264 61635 33554432000 4194304 4196468 140736391391120 139810515138800 139810955311746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0

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

/proc/31201/task/31206/stat : 31206 (java) S 31198 31201 26014 0 -1 1077944384 2575 0 0 0 37 16 0 0 20 0 16 0 39559823 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810560465680 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31207] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0.54 cores=1,3,5,7
/proc/31201/task/31207/stat : 31207 (java) S 31198 31201 26014 0 -1 1077944384 3041 0 0 0 37 17 0 0 20 0 16 0 39559823 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810559413136 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31208] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0.07 cores=1,3,5,7
/proc/31201/task/31208/stat : 31208 (java) S 31198 31201 26014 0 -1 1077944384 3099 0 0 0 4 3 0 0 20 0 16 0 39559824 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810515138800 139810955311746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31209] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31209/stat : 31209 (java) S 31198 31201 26014 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39559825 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809990370528 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31210] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31210/stat : 31210 (java) S 31198 31201 26014 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 39559825 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809989317376 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31211] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31211/stat : 31211 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809988265936 139810955319195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31212] ppid=31198 vsize=10727700 memory=1620832 CPUtime=2.24 cores=1,3,5,7
/proc/31201/task/31212/stat : 31212 (java) S 31198 31201 26014 0 -1 1077944384 12515 0 0 0 223 1 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809987214064 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31213] ppid=31198 vsize=10727700 memory=1620832 CPUtime=2.12 cores=1,3,5,7
/proc/31201/task/31213/stat : 31213 (java) S 31198 31201 26014 0 -1 1077944384 9117 0 0 0 211 1 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809986161520 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31214] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0.62 cores=1,3,5,7
/proc/31201/task/31214/stat : 31214 (java) S 31198 31201 26014 0 -1 1077944384 4307 0 0 0 61 1 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809985108464 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31215] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31215/stat : 31215 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39559828 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809984056160 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31216] ppid=31198 vsize=10727700 memory=1620832 CPUtime=1.35 cores=1,3,5,7
/proc/31201/task/31216/stat : 31216 (java) S 31198 31201 26014 0 -1 1077944384 1406 0 0 0 63 72 0 0 20 0 16 0 39559828 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809983003184 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31217] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31217/stat : 31217 (java) S 31198 31201 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39559974 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809979851824 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
Current children cumulated CPU time: 2330.12 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1620832 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.95 2.96 3/218 31465
/proc/meminfo: memFree=16522716/32770624 swapFree=67108860/67108860
[pid=31201] ppid=31198 vsize=10727700 memory=1620832 CPUtime=2390.15 cores=1,3,5,7
/proc/31201/stat : 31201 (java) S 31198 31201 26014 0 -1 1077944320 85177 0 0 0 238862 153 0 0 20 0 16 0 39559822 10985164800 405208 33554432000 4194304 4196468 140736391391120 140736391373664 139810955300599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
/proc/31201/statm: 2681925 405208 3172 1 0 2644416 0
[pid=31201/tid=31203] ppid=31198 vsize=10727700 memory=1620832 CPUtime=2381.47 cores=1,3,5,7
/proc/31201/task/31203/stat : 31203 (java) R 31198 31201 26014 0 -1 4202560 42728 0 0 0 238130 17 0 0 20 0 16 0 39559822 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810959539536 139810597194991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31204] ppid=31198 vsize=10727700 memory=4008 CPUtime=0.54 cores=1,3,5,7
/proc/31201/task/31204/stat : 31204 (java) S 31198 31201 26014 0 -1 1077944384 2949 0 0 0 38 16 0 0 20 0 16 0 39559823 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810918407184 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31205] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0.54 cores=1,3,5,7
/proc/31201/task/31205/stat : 31205 (java) S 31198 31201 26014 0 -1 1077944384 1951 0 0 0 38 16 0 0 20 0 16 0 39559823 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810917354640 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31206] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0.53 cores=1,3,5,7
/proc/31201/task/31206/stat : 31206 (java) S 31198 31201 26014 0 -1 1077944384 2575 0 0 0 37 16 0 0 20 0 16 0 39559823 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810560465680 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31207] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0.54 cores=1,3,5,7
/proc/31201/task/31207/stat : 31207 (java) S 31198 31201 26014 0 -1 1077944384 3041 0 0 0 37 17 0 0 20 0 16 0 39559823 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810559413136 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31208] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0.07 cores=1,3,5,7
/proc/31201/task/31208/stat : 31208 (java) S 31198 31201 26014 0 -1 1077944384 3106 0 0 0 4 3 0 0 20 0 16 0 39559824 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810515138800 139810955311746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31209] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31209/stat : 31209 (java) S 31198 31201 26014 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39559825 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809990370528 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31210] ppid=31198 vsize=10727700 memory=56 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31210/stat : 31210 (java) S 31198 31201 26014 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 39559825 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809989317376 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31211] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31211/stat : 31211 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809988265936 139810955319195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31212] ppid=31198 vsize=10727700 memory=0 CPUtime=2.24 cores=1,3,5,7
/proc/31201/task/31212/stat : 31212 (java) S 31198 31201 26014 0 -1 1077944384 12517 0 0 0 223 1 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809987214064 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31213] ppid=31198 vsize=10727700 memory=1620832 CPUtime=2.12 cores=1,3,5,7
/proc/31201/task/31213/stat : 31213 (java) S 31198 31201 26014 0 -1 1077944384 9119 0 0 0 211 1 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809986161520 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31214] ppid=31198 vsize=10727700 memory=1296 CPUtime=0.62 cores=1,3,5,7
/proc/31201/task/31214/stat : 31214 (java) S 31198 31201 26014 0 -1 1077944384 4315 0 0 0 61 1 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809985108464 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31215] ppid=31198 vsize=10727700 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31215/stat : 31215 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39559828 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809984056160 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31216] ppid=31198 vsize=10727700 memory=3352 CPUtime=1.38 cores=1,3,5,7
/proc/31201/task/31216/stat : 31216 (java) S 31198 31201 26014 0 -1 1077944384 1438 0 0 0 64 74 0 0 20 0 16 0 39559828 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809983003184 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31217] ppid=31198 vsize=10727700 memory=1620832 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31217/stat : 31217 (java) S 31198 31201 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39559974 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809979851824 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
Current children cumulated CPU time: 2390.15 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1620832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.2 s]
/proc/loadavg: 2.03 2.92 2.95 3/218 31465
/proc/meminfo: memFree=16522840/32770624 swapFree=67108860/67108860
[pid=31201] ppid=31198 vsize=10727700 memory=1620832 CPUtime=2400.06 cores=1,3,5,7
/proc/31201/stat : 31201 (java) S 31198 31201 26014 0 -1 1077944320 85661 0 0 0 239852 154 0 0 20 0 16 0 39559822 10985164800 405208 33554432000 4194304 4196468 140736391391120 140736391373664 139810955300599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
/proc/31201/statm: 2681925 405208 3172 1 0 2644416 0
[pid=31201/tid=31203] ppid=31198 vsize=10727700 memory=6944656575208382560 CPUtime=2391.36 cores=1,3,5,7
/proc/31201/task/31203/stat : 31203 (java) R 31198 31201 26014 0 -1 4202560 43165 0 0 0 239119 17 0 0 20 0 16 0 39559822 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810959539536 139810597194991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31204] ppid=31198 vsize=10727700 memory=6656426216303648864 CPUtime=0.54 cores=1,3,5,7
/proc/31201/task/31204/stat : 31204 (java) S 31198 31201 26014 0 -1 1077944384 2949 0 0 0 38 16 0 0 20 0 16 0 39559823 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810918407184 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31205] ppid=31198 vsize=10727700 memory=6944656592455359580 CPUtime=0.54 cores=1,3,5,7
/proc/31201/task/31205/stat : 31205 (java) S 31198 31201 26014 0 -1 1077944384 1951 0 0 0 38 16 0 0 20 0 16 0 39559823 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810917354640 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31206] ppid=31198 vsize=10727700 memory=6944656592455360604 CPUtime=0.53 cores=1,3,5,7
/proc/31201/task/31206/stat : 31206 (java) S 31198 31201 26014 0 -1 1077944384 2575 0 0 0 37 16 0 0 20 0 16 0 39559823 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810560465680 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31207] ppid=31198 vsize=10727700 memory=6944656592455359580 CPUtime=0.54 cores=1,3,5,7
/proc/31201/task/31207/stat : 31207 (java) S 31198 31201 26014 0 -1 1077944384 3041 0 0 0 37 17 0 0 20 0 16 0 39559823 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810559413136 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31208] ppid=31198 vsize=10727700 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/31201/task/31208/stat : 31208 (java) S 31198 31201 26014 0 -1 1077944384 3113 0 0 0 4 3 0 0 20 0 16 0 39559824 10985164800 405208 33554432000 4194304 4196468 140736391391120 139810515138800 139810955311746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31209] ppid=31198 vsize=10727700 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31209/stat : 31209 (java) S 31198 31201 26014 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39559825 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809990370528 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31210] ppid=31198 vsize=10727700 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31210/stat : 31210 (java) S 31198 31201 26014 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 39559825 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809989317376 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31211] ppid=31198 vsize=10727700 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31211/stat : 31211 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809988265936 139810955319195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31212] ppid=31198 vsize=10727700 memory=7451034422266718569 CPUtime=2.24 cores=1,3,5,7
/proc/31201/task/31212/stat : 31212 (java) S 31198 31201 26014 0 -1 1077944384 12519 0 0 0 223 1 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809987214064 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31213] ppid=31198 vsize=10727700 memory=7451034422266718569 CPUtime=2.12 cores=1,3,5,7
/proc/31201/task/31213/stat : 31213 (java) S 31198 31201 26014 0 -1 1077944384 9121 0 0 0 211 1 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809986161520 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31214] ppid=31198 vsize=10727700 memory=7656240774206351976 CPUtime=0.62 cores=1,3,5,7
/proc/31201/task/31214/stat : 31214 (java) S 31198 31201 26014 0 -1 1077944384 4323 0 0 0 61 1 0 0 20 0 16 0 39559827 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809985108464 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31215] ppid=31198 vsize=10727700 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31215/stat : 31215 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39559828 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809984056160 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31216] ppid=31198 vsize=10727700 memory=288230621803970871 CPUtime=1.38 cores=1,3,5,7
/proc/31201/task/31216/stat : 31216 (java) S 31198 31201 26014 0 -1 1077944384 1466 0 0 0 64 74 0 0 20 0 16 0 39559828 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809983003184 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31217] ppid=31198 vsize=10727700 memory=16104758104558012 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31217/stat : 31217 (java) S 31198 31201 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39559974 10985164800 405208 33554432000 4194304 4196468 140736391391120 139809979851824 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1620832 KiB

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

[startup+2392.42 s]
# the end of solver process 31201 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.73 s, system=1.5551 s

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

[startup+2392.4 s]
/proc/loadavg: 2.03 2.92 2.95 3/218 31465
/proc/meminfo: memFree=16522840/32770624 swapFree=67108860/67108860
[pid=31201] ppid=31198 vsize=10927392 memory=1621068 CPUtime=2400.26 cores=1,3,5,7
/proc/31201/stat : 31201 (java) S 31198 31201 26014 0 -1 1077944320 86268 0 0 0 239872 154 0 0 20 0 17 0 39559822 11189649408 405267 33554432000 4194304 4196468 140736391391120 140736391373664 139810955300599 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
/proc/31201/statm: 2731848 405267 3174 1 0 2694339 0
[pid=31201/tid=31203] ppid=31198 vsize=10927392 memory=728 CPUtime=2391.51 cores=1,3,5,7
/proc/31201/task/31203/stat : 31203 (java) S 31198 31201 26014 0 -1 1077944384 43256 0 0 0 239134 17 0 0 20 0 17 0 39559822 11189649408 405267 33554432000 4194304 4196468 140736391391120 139810959543472 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31204] ppid=31198 vsize=10927392 memory=1404 CPUtime=0.54 cores=1,3,5,7
/proc/31201/task/31204/stat : 31204 (java) S 31198 31201 26014 0 -1 1077944384 2949 0 0 0 38 16 0 0 20 0 17 0 39559823 11189649408 405267 33554432000 4194304 4196468 140736391391120 139810918407184 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31205] ppid=31198 vsize=10927392 memory=3076 CPUtime=0.54 cores=1,3,5,7
/proc/31201/task/31205/stat : 31205 (java) S 31198 31201 26014 0 -1 1077944384 1951 0 0 0 38 16 0 0 20 0 17 0 39559823 11189649408 405267 33554432000 4194304 4196468 140736391391120 139810917354640 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31206] ppid=31198 vsize=10927392 memory=171084 CPUtime=0.53 cores=1,3,5,7
/proc/31201/task/31206/stat : 31206 (java) S 31198 31201 26014 0 -1 1077944384 2575 0 0 0 37 16 0 0 20 0 17 0 39559823 11189649408 405267 33554432000 4194304 4196468 140736391391120 139810560465680 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31207] ppid=31198 vsize=10927392 memory=6791534058613427641 CPUtime=0.54 cores=1,3,5,7
/proc/31201/task/31207/stat : 31207 (java) S 31198 31201 26014 0 -1 1077944384 3041 0 0 0 37 17 0 0 20 0 17 0 39559823 11189649408 405267 33554432000 4194304 4196468 140736391391120 139810559413136 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31208] ppid=31198 vsize=10927392 memory=2612 CPUtime=0.07 cores=1,3,5,7
/proc/31201/task/31208/stat : 31208 (java) S 31198 31201 26014 0 -1 1077944384 3113 0 0 0 4 3 0 0 20 0 17 0 39559824 11189649408 405267 33554432000 4194304 4196468 140736391391120 139810515138800 139810955311746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31209] ppid=31198 vsize=10927392 memory=1620832 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31209/stat : 31209 (java) S 31198 31201 26014 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39559825 11189649408 405267 33554432000 4194304 4196468 140736391391120 139809990370528 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31210] ppid=31198 vsize=10927392 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31210/stat : 31210 (java) S 31198 31201 26014 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 39559825 11189649408 405267 33554432000 4194304 4196468 140736391391120 139809989317376 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31211] ppid=31198 vsize=10927392 memory=18460 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31211/stat : 31211 (java) S 31198 31201 26014 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 17 0 39559827 11189649408 405267 33554432000 4194304 4196468 140736391391120 139809988265936 139810955319195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31212] ppid=31198 vsize=10927392 memory=9556 CPUtime=2.26 cores=1,3,5,7
/proc/31201/task/31212/stat : 31212 (java) S 31198 31201 26014 0 -1 1077944384 12577 0 0 0 225 1 0 0 20 0 17 0 39559827 11189649408 405267 33554432000 4194304 4196468 140736391391120 139809987214064 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31213] ppid=31198 vsize=10927392 memory=1788 CPUtime=2.15 cores=1,3,5,7
/proc/31201/task/31213/stat : 31213 (java) S 31198 31201 26014 0 -1 1077944384 9142 0 0 0 214 1 0 0 20 0 17 0 39559827 11189649408 405267 33554432000 4194304 4196468 140736391391120 139809986161520 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31214] ppid=31198 vsize=10927392 memory=644 CPUtime=0.62 cores=1,3,5,7
/proc/31201/task/31214/stat : 31214 (java) S 31198 31201 26014 0 -1 1077944384 4413 0 0 0 61 1 0 0 20 0 17 0 39559827 11189649408 405267 33554432000 4194304 4196468 140736391391120 139809985108464 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31215] ppid=31198 vsize=10927392 memory=952 CPUtime=0 cores=1,3,5,7
/proc/31201/task/31215/stat : 31215 (java) S 31198 31201 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39559828 11189649408 405267 33554432000 4194304 4196468 140736391391120 139809984056160 139810955310805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
[pid=31201/tid=31216] ppid=31198 vsize=10927392 memory=1236 CPUtime=1.38 cores=1,3,5,7
/proc/31201/task/31216/stat : 31216 (java) S 31198 31201 26014 0 -1 1077944384 1466 0 0 0 64 74 0 0 20 0 17 0 39559828 11189649408 405267 33554432000 4194304 4196468 140736391391120 139809983003184 139810955311746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736391394417 140736391394569 140736391394569 140736391397327 0
Current children cumulated CPU time: 2400.26 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1621068 KiB

Child status: 143
Real time (s): 2392.42
CPU time (s): 2400.29
CPU user time (s): 2398.73
CPU system time (s): 1.5551
CPU usage (%): 100.329
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1621068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.73
system time used= 1.5551
maximum resident set size= 1621312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54450
involuntary context switches= 1000


# summary of solver processes directly reported to runsolver:
#   pid: 31201
#   total CPU time (s): 2400.29
#   total CPU user time (s): 2398.73
#   total CPU system time (s): 1.5551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1619 second user time and 23.0097 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 02:39:30
IDJOB=4289805
IDBENCH=141481
IDSOLVER=2742
FILE ID=node106/4289805-1532219970
RUNJOBID= node106-1532209822-28266
PBS_JOBID= 21018937
Free space on /tmp= 53032 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-15_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289805-1532219970/watcher-4289805-1532219970 -o /tmp/evaluation-result-4289805-1532219970/solver-4289805-1532219970 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28266 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289805-1532219970.xml

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

MD5SUM BENCH= dbf6b3e5a2b5c107908327293d925ea5
RANDOM SEED=605038679

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17685164 kB
MemAvailable:   31326972 kB
Buffers:          226168 kB
Cached:         13507976 kB
SwapCached:            0 kB
Active:          1817116 kB
Inactive:       12584948 kB
Active(anon):     670428 kB
Inactive(anon):    17096 kB
Active(file):    1146688 kB
Inactive(file): 12567852 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2464 kB
Writeback:             0 kB
AnonPages:        692936 kB
Mapped:            46932 kB
Shmem:             17036 kB
Slab:             382552 kB
SReclaimable:     355728 kB
SUnreclaim:        26824 kB
KernelStack:        3808 kB
PageTables:         6532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1561448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53028 MiB
End job on node106 at 2018-07-22 03:19:22