Trace number 4262914

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 2017-07-05SAT (TO)99 2520.3401 2383.45

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-12-a3.xml
MD5SUM0a01517bf7d7882ddb7c2c03c4be0b51
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark1775.33
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints69
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":66},{"size":501,"count":12}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":10},{"degree":13,"count":2}]
Minimum constraint arity1
Maximum constraint arity66
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":66},{"arity":12,"count":1},{"arity":66,"count":1}]
Number of extensional constraints0
Number of intensional constraints67
Distribution of constraint types[{"type":"intension","count":67},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

136.66/49.43	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
136.66/49.43	c This is free software under the dual EPL/GNU LGPL licenses.
136.66/49.43	c See www.sat4j.org for details.
136.66/49.43	c That software uses the Rhino library from the Mozilla project.
136.66/49.43	c version CUSTOM.v20170705
136.66/49.43	c java.runtime.name	Java(TM) SE Runtime Environment
136.66/49.43	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
136.66/49.43	c java.vm.version	25.131-b11
136.66/49.43	c java.vm.vendor	Oracle Corporation
136.66/49.43	c sun.arch.data.model	64
136.66/49.43	c java.version		1.8.0_131
136.66/49.43	c os.name		Linux
136.66/49.43	c os.version		3.10.0-514.16.1.el7.x86_64
136.66/49.43	c os.arch		amd64
136.66/49.43	c Free memory 		499604488
136.66/49.43	c Max memory 		7247757312
136.66/49.43	c Total memory 		504889344
136.66/49.43	c Number of processors 	4
136.66/49.43	c c --- Begin Solver configuration ---
136.66/49.43	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
136.66/49.43	c Learn all clauses as in MiniSAT
136.66/49.43	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
136.66/49.43	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
136.66/49.43	c No reason simplification
136.66/49.43	c Glucose 2.1 dynamic restart strategy
136.66/49.43	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
136.66/49.43	c timeout=2147483s
136.66/49.43	c DB Simplification allowed=false
136.66/49.43	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
136.66/49.43	c --- End Solver configuration ---
136.66/49.43	c constraints type 
136.66/49.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
136.66/49.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1073001
136.66/49.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 52360011
136.66/49.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 156
136.66/49.43	c 53433324 constraints processed.
147.42/58.79	o 499
154.47/65.54	o 498
156.51/67.50	o 492
159.67/70.61	o 491
161.60/72.50	o 474
164.60/75.57	o 471
166.61/77.51	o 458
168.41/79.33	o 454
170.32/81.24	o 412
171.72/82.62	o 392
172.75/83.65	o 242
173.95/84.82	o 241
177.66/88.59	o 235
197.46/108.38	o 226
199.87/110.77	o 224
223.69/134.54	o 218
228.10/138.92	o 217
231.70/142.51	o 191
233.60/144.42	o 186
238.90/149.72	o 185
256.33/167.16	o 137
289.13/200.00	o 135
407.66/318.38	o 126
412.96/323.62	o 124
480.82/369.88	o 116
571.28/460.24	o 112
685.94/574.83	o 111
755.77/644.65	o 108
835.81/724.68	o 107
1702.62/1577.94	o 103
1844.28/1719.54	o 102
2394.81/2258.09	o 99
2520.28/2383.40	c starts		: 3941
2520.28/2383.40	c conflicts		: 1092256
2520.28/2383.40	c decisions		: 72281487
2520.28/2383.40	c propagations		: 4936857008
2520.28/2383.40	c inspects		: 19223312259
2520.28/2383.40	c shortcuts		: 0
2520.28/2383.40	c learnt literals	: 1804
2520.28/2383.40	c learnt binary clauses	: 1073
2520.28/2383.40	c learnt ternary clauses	: 1119
2520.28/2383.40	c learnt constraints	: 1090452
2520.28/2383.40	c ignored constraints	: 0
2520.28/2383.40	c root simplifications	: 0
2520.28/2383.40	c removed literals (reason simplification)	: 0
2520.28/2383.40	c reason swapping (by a shorter reason)	: 0
2520.28/2383.40	c Calls to reduceDB	: 100
2520.28/2383.40	c Number of update (reduction) of LBD	: 906587
2520.28/2383.40	c Imported unit clauses	: 0
2520.28/2383.40	c number of reductions to clauses (during analyze)	: 0
2520.28/2383.40	c number of learned constraints concerned by reduction	: 0
2520.28/2383.40	c number of learning phase by resolution	: 0
2520.28/2383.40	c number of learning phase by cutting planes	: 0
2520.28/2383.40	c number of rounding to 1 operations	: 0
2520.28/2383.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.28/2383.40	c number of reductions of the coefficients by power 2 	: 0
2520.28/2383.40	c number of right shift for reduction by power 2 	: 0
2520.28/2383.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.28/2383.40	c speed (assignments/second)	: 2115243.1777468426
2520.28/2383.40	c non guided choices	1633830
2520.28/2383.40	c learnt constraints type 
2520.28/2383.40	s SATISFIABLE
2520.28/2383.41	v <instantiation type="solution">
2520.28/2383.41	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[7][9] y[7][10] y[7][11] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] y[8][9] y[8][10] y[8][11] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][9] y[9][10] y[9][11] y[10][0] y[10][1] y[10][2] y[10][3] y[10][4] y[10][5] y[10][6] y[10][7] y[10][8] y[10][9] y[10][10] y[10][11] y[11][0] y[11][1] y[11][2] y[11][3] y[11][4] y[11][5] y[11][6] y[11][7] y[11][8] y[11][9] y[11][10] y[11][11] </list>
2520.28/2383.41	v 	<values> 0 9 11 14 26 39 47 57 76 92 98 99 1 9 11 14 26 39 47 57 76 92 98 99 1 1 2 5 17 30 38 48 67 83 89 90 1 1 1 3 15 28 36 46 65 81 87 88 1 1 1 1 12 25 33 43 62 78 84 85 1 1 1 1 1 13 21 31 50 66 72 73 1 1 1 1 1 1 8 18 37 53 59 60 1 1 1 1 1 1 1 10 29 45 51 52 1 1 1 1 1 1 1 1 19 35 41 42 1 1 1 1 1 1 1 1 1 16 22 23 1 1 1 1 1 1 1 1 1 1 6 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 </values>
2520.28/2383.41	v </instantiation>
2520.28/2383.41	

Verifier Data

OK	99

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262914-1502625348/watcher-4262914-1502625348 -o /tmp/evaluation-result-4262914-1502625348/solver-4262914-1502625348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2077 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262914-1502625348.xml 

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

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

solver pid=2530, runsolver pid=2527

[startup+0.100058 s]*
/proc/loadavg: 7.41 5.70 3.70 7/216 2545
/proc/meminfo: memFree=23205064/32770624 swapFree=67108860/67108860
[pid=2530] ppid=2527 vsize=10555400 memory=29576 CPUtime=0.13 cores=0,2,4,6
/proc/2530/stat : 2530 (java) S 2527 2530 28385 0 -1 1077944320 6928 0 0 0 11 2 0 0 20 0 15 0 95622583 10808729600 7394 33554432000 4194304 4196468 140722989755008 140722989737552 139679484141303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
/proc/2530/statm: 2638850 7394 2825 1 0 2627263 0
[pid=2530/tid=2532] ppid=2527 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/2530/task/2532/stat : 2532 (java) R 2527 2530 28385 0 -1 4202560 4739 0 0 0 8 1 0 0 20 0 15 0 95622584 10808729600 7394 33554432000 4194304 4196468 140722989755008 139679488362432 139679484163229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2533] ppid=2527 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2533/stat : 2533 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622585 10808729600 7394 33554432000 4194304 4196468 140722989755008 139679451700112 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2534] ppid=2527 vsize=10555400 memory=139914306487936 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2534/stat : 2534 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622585 10808729600 7394 33554432000 4194304 4196468 140722989755008 139679089748752 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2535] ppid=2527 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2535/stat : 2535 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622585 10808729600 7394 33554432000 4194304 4196468 140722989755008 139679088696464 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2536] ppid=2527 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2536/stat : 2536 (java) S 2527 2530 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95622585 10808729600 7394 33554432000 4194304 4196468 140722989755008 139679087643664 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2537] ppid=2527 vsize=10555400 memory=139914306487936 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2537/stat : 2537 (java) S 2527 2530 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95622586 10808729600 7394 33554432000 4194304 4196468 140722989755008 139678587005040 139679484152450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2538] ppid=2527 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2538/stat : 2538 (java) S 2527 2530 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95622586 10808729600 7394 33554432000 4194304 4196468 140722989755008 139678585951008 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2539] ppid=2527 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2539/stat : 2539 (java) S 2527 2530 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95622587 10808729600 7394 33554432000 4194304 4196468 140722989755008 139678584898672 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2540] ppid=2527 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2540/stat : 2540 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95622589 10808729600 7394 33554432000 4194304 4196468 140722989755008 139678583846992 139679484159899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2541] ppid=2527 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2541/stat : 2541 (java) S 2527 2530 28385 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 95622589 10808729600 7394 33554432000 4194304 4196468 140722989755008 139678582794864 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2542] ppid=2527 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2542/stat : 2542 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95622589 10808729600 7394 33554432000 4194304 4196468 140722989755008 139678581742064 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2543] ppid=2527 vsize=10555400 memory=139914306487936 CPUtime=0.02 cores=0,2,4,6
/proc/2530/task/2543/stat : 2543 (java) R 2527 2530 28385 0 -1 4202560 409 0 0 0 2 0 0 0 20 0 15 0 95622589 10808729600 7394 33554432000 4194304 4196468 140722989755008 139678580689776 139679477238139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2544] ppid=2527 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2544/stat : 2544 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95622589 10808729600 7394 33554432000 4194304 4196468 140722989755008 139678579637216 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2545] ppid=2527 vsize=10555400 memory=139914306487936 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2545/stat : 2545 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622589 10808729600 7394 33554432000 4194304 4196468 140722989755008 139677973604784 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29576 KiB

[startup+0.210493 s]*
/proc/loadavg: 7.41 5.70 3.70 6/216 2545
/proc/meminfo: memFree=23196636/32770624 swapFree=67108860/67108860
[pid=2530] ppid=2527 vsize=10555400 memory=38656 CPUtime=0.28 cores=0,2,4,6
/proc/2530/stat : 2530 (java) S 2527 2530 28385 0 -1 1077944320 8377 0 0 0 26 2 0 0 20 0 15 0 95622583 10808729600 9664 33554432000 4194304 4196468 140722989755008 140722989737552 139679484141303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
/proc/2530/statm: 2638850 9664 2934 1 0 2627263 0
[pid=2530/tid=2532] ppid=2527 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2530/task/2532/stat : 2532 (java) R 2527 2530 28385 0 -1 4202560 5439 0 0 0 18 2 0 0 20 0 15 0 95622584 10808729600 9664 33554432000 4194304 4196468 140722989755008 139679488376000 139679484153238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2533] ppid=2527 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2533/stat : 2533 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622585 10808729600 9664 33554432000 4194304 4196468 140722989755008 139679451700112 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2534] ppid=2527 vsize=10555400 memory=139914306503637 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2534/stat : 2534 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622585 10808729600 9664 33554432000 4194304 4196468 140722989755008 139679089748752 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2535] ppid=2527 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2535/stat : 2535 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622585 10808729600 9664 33554432000 4194304 4196468 140722989755008 139679088696464 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2536] ppid=2527 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2536/stat : 2536 (java) S 2527 2530 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95622585 10808729600 9664 33554432000 4194304 4196468 140722989755008 139679087643664 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2537] ppid=2527 vsize=10555400 memory=139914306487936 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2537/stat : 2537 (java) S 2527 2530 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95622586 10808729600 9664 33554432000 4194304 4196468 140722989755008 139678587005040 139679484152450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2538] ppid=2527 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2538/stat : 2538 (java) S 2527 2530 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95622586 10808729600 9664 33554432000 4194304 4196468 140722989755008 139678585951008 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2539] ppid=2527 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2539/stat : 2539 (java) S 2527 2530 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95622587 10808729600 9664 33554432000 4194304 4196468 140722989755008 139678584898672 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2540] ppid=2527 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2540/stat : 2540 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95622589 10808729600 9664 33554432000 4194304 4196468 140722989755008 139678583846992 139679484159899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2541] ppid=2527 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2530/task/2541/stat : 2541 (java) S 2527 2530 28385 0 -1 1077944384 542 0 0 0 1 0 0 0 20 0 15 0 95622589 10808729600 9664 33554432000 4194304 4196468 140722989755008 139678582794864 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2542] ppid=2527 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2542/stat : 2542 (java) S 2527 2530 28385 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95622589 10808729600 9664 33554432000 4194304 4196468 140722989755008 139678581742064 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2543] ppid=2527 vsize=10555400 memory=139914306487936 CPUtime=0.06 cores=0,2,4,6
/proc/2530/task/2543/stat : 2543 (java) R 2527 2530 28385 0 -1 4202560 956 0 0 0 6 0 0 0 20 0 15 0 95622589 10808729600 9664 33554432000 4194304 4196468 140722989755008 139678580689776 139679463856068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2544] ppid=2527 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2544/stat : 2544 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95622589 10808729600 9664 33554432000 4194304 4196468 140722989755008 139678579637216 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2545] ppid=2527 vsize=10555400 memory=139914306487936 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2545/stat : 2545 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622589 10808729600 9664 33554432000 4194304 4196468 140722989755008 139677973604784 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38656 KiB

[startup+0.31005 s]*
/proc/loadavg: 7.41 5.70 3.70 8/216 2545
/proc/meminfo: memFree=23189176/32770624 swapFree=67108860/67108860
[pid=2530] ppid=2527 vsize=10555476 memory=45856 CPUtime=0.5 cores=0,2,4,6
/proc/2530/stat : 2530 (java) S 2527 2530 28385 0 -1 1077944320 9185 0 0 0 47 3 0 0 20 0 15 0 95622583 10808807424 11398 33554432000 4194304 4196468 140722989755008 140722989737552 139679484141303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
/proc/2530/statm: 2638869 11464 3019 1 0 2627263 0
[pid=2530/tid=2532] ppid=2527 vsize=10555476 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/2530/task/2532/stat : 2532 (java) R 2527 2530 28385 0 -1 4202560 5823 0 0 0 27 2 0 0 20 0 15 0 95622584 10808807424 11464 33554432000 4194304 4196468 140722989755008 139679488367408 139679120370208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2533] ppid=2527 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2533/stat : 2533 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622585 10808807424 11464 33554432000 4194304 4196468 140722989755008 139679451700112 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2534] ppid=2527 vsize=10555476 memory=139914306545952 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2534/stat : 2534 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622585 10808807424 11464 33554432000 4194304 4196468 140722989755008 139679089748752 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2535] ppid=2527 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2535/stat : 2535 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622585 10808807424 11464 33554432000 4194304 4196468 140722989755008 139679088696464 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2536] ppid=2527 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2536/stat : 2536 (java) S 2527 2530 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95622585 10808807424 11464 33554432000 4194304 4196468 140722989755008 139679087643664 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2537] ppid=2527 vsize=10555476 memory=139914306552864 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2537/stat : 2537 (java) S 2527 2530 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95622586 10808807424 11464 33554432000 4194304 4196468 140722989755008 139678587005040 139679484152450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2538] ppid=2527 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2538/stat : 2538 (java) S 2527 2530 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95622586 10808807424 11464 33554432000 4194304 4196468 140722989755008 139678585951008 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2539] ppid=2527 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2539/stat : 2539 (java) S 2527 2530 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95622587 10808807424 11464 33554432000 4194304 4196468 140722989755008 139678584898672 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2540] ppid=2527 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2540/stat : 2540 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95622589 10808807424 11464 33554432000 4194304 4196468 140722989755008 139678583846992 139679484159899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2541] ppid=2527 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2530/task/2541/stat : 2541 (java) R 2527 2530 28385 0 -1 1077944384 640 0 0 0 4 0 0 0 20 0 15 0 95622589 10808807424 11464 33554432000 4194304 4196468 140722989755008 139678582794864 139679484152450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2542] ppid=2527 vsize=10555476 memory=139914196934607 CPUtime=0.02 cores=0,2,4,6
/proc/2530/task/2542/stat : 2542 (java) R 2527 2530 28385 0 -1 4202560 231 0 0 0 2 0 0 0 20 0 15 0 95622589 10808807424 11464 33554432000 4194304 4196468 140722989755008 139678581742064 139679467609338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2543] ppid=2527 vsize=10555476 memory=139914306490299 CPUtime=0.12 cores=0,2,4,6
/proc/2530/task/2543/stat : 2543 (java) R 2527 2530 28385 0 -1 4202560 1164 0 0 0 12 0 0 0 20 0 15 0 95622589 10808807424 11464 33554432000 4194304 4196468 140722989755008 139678580689776 139679468221790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2544] ppid=2527 vsize=10555476 memory=139914196934607 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2544/stat : 2544 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95622589 10808807424 11464 33554432000 4194304 4196468 140722989755008 139678579637216 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2545] ppid=2527 vsize=10555476 memory=279828503439296 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2545/stat : 2545 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622589 10808807424 11464 33554432000 4194304 4196468 140722989755008 139677973604784 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45856 KiB

[startup+0.700739 s]
/proc/loadavg: 7.22 5.68 3.71 8/216 2545
/proc/meminfo: memFree=23106704/32770624 swapFree=67108860/67108860
[pid=2530] ppid=2527 vsize=10555476 memory=229884 CPUtime=1.61 cores=0,2,4,6
/proc/2530/stat : 2530 (java) S 2527 2530 28385 0 -1 1077944320 11363 0 0 0 148 13 0 0 20 0 15 0 95622583 10808807424 57471 33554432000 4194304 4196468 140722989755008 140722989737552 139679484141303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
/proc/2530/statm: 2638869 57471 3098 1 0 2627263 0
[pid=2530/tid=2532] ppid=2527 vsize=10555476 memory=2372 CPUtime=0.61 cores=0,2,4,6
/proc/2530/task/2532/stat : 2532 (java) R 2527 2530 28385 0 -1 4202560 5947 0 0 0 57 4 0 0 20 0 15 0 95622584 10808807424 57471 33554432000 4194304 4196468 140722989755008 139679488374864 139679122794416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2533] ppid=2527 vsize=10555476 memory=6872598998417432672 CPUtime=0.05 cores=0,2,4,6
/proc/2530/task/2533/stat : 2533 (java) S 2527 2530 28385 0 -1 1077944384 34 0 0 0 4 1 0 0 20 0 15 0 95622585 10808807424 57471 33554432000 4194304 4196468 140722989755008 139679451700112 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2534] ppid=2527 vsize=10555476 memory=1204 CPUtime=0.04 cores=0,2,4,6
/proc/2530/task/2534/stat : 2534 (java) S 2527 2530 28385 0 -1 1077944384 31 0 0 0 3 1 0 0 20 0 15 0 95622585 10808807424 57471 33554432000 4194304 4196468 140722989755008 139679089748752 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2535] ppid=2527 vsize=10555476 memory=15876 CPUtime=0.05 cores=0,2,4,6
/proc/2530/task/2535/stat : 2535 (java) S 2527 2530 28385 0 -1 1077944384 40 0 0 0 4 1 0 0 20 0 15 0 95622585 10808807424 57471 33554432000 4194304 4196468 140722989755008 139679088696464 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2536] ppid=2527 vsize=10555476 memory=17700 CPUtime=0.04 cores=0,2,4,6
/proc/2530/task/2536/stat : 2536 (java) S 2527 2530 28385 0 -1 1077944384 26 0 0 0 3 1 0 0 20 0 15 0 95622585 10808807424 57471 33554432000 4194304 4196468 140722989755008 139679087643664 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2537] ppid=2527 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2537/stat : 2537 (java) S 2527 2530 28385 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95622586 10808807424 57471 33554432000 4194304 4196468 140722989755008 139678587005040 139679484152450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2538] ppid=2527 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2538/stat : 2538 (java) S 2527 2530 28385 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 95622586 10808807424 57471 33554432000 4194304 4196468 140722989755008 139678585951008 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2539] ppid=2527 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2539/stat : 2539 (java) S 2527 2530 28385 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95622587 10808807424 57471 33554432000 4194304 4196468 140722989755008 139678584898672 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2540] ppid=2527 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2540/stat : 2540 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95622589 10808807424 57471 33554432000 4194304 4196468 140722989755008 139678583846992 139679484159899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2541] ppid=2527 vsize=10555476 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/2530/task/2541/stat : 2541 (java) S 2527 2530 28385 0 -1 1077944384 1414 0 0 0 27 0 0 0 20 0 15 0 95622589 10808807424 57471 33554432000 4194304 4196468 140722989755008 139678582794864 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2542] ppid=2527 vsize=10555476 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/2530/task/2542/stat : 2542 (java) S 2527 2530 28385 0 -1 1077944384 1154 0 0 0 29 0 0 0 20 0 15 0 95622589 10808807424 57471 33554432000 4194304 4196468 140722989755008 139678581742064 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2543] ppid=2527 vsize=10555476 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/2530/task/2543/stat : 2543 (java) S 2527 2530 28385 0 -1 1077944384 1272 0 0 0 17 0 0 0 20 0 15 0 95622589 10808807424 57471 33554432000 4194304 4196468 140722989755008 139678580689776 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2544] ppid=2527 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2544/stat : 2544 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95622589 10808807424 57471 33554432000 4194304 4196468 140722989755008 139678579637216 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2545] ppid=2527 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2545/stat : 2545 (java) S 2527 2530 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95622589 10808807424 57471 33554432000 4194304 4196468 140722989755008 139677973604784 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 229884 KiB

[startup+1.50623 s]
/proc/loadavg: 7.22 5.68 3.71 6/216 2545
/proc/meminfo: memFree=22900216/32770624 swapFree=67108860/67108860
[pid=2530] ppid=2527 vsize=10555476 memory=625984 CPUtime=3.59 cores=0,2,4,6
/proc/2530/stat : 2530 (java) S 2527 2530 28385 0 -1 1077944320 12571 0 0 0 315 44 0 0 20 0 15 0 95622583 10808807424 156496 33554432000 4194304 4196468 140722989755008 140722989737552 139679484141303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
/proc/2530/statm: 2638869 156496 3111 1 0 2627263 0
[pid=2530/tid=2532] ppid=2527 vsize=10555476 memory=3467828020972107329 CPUtime=1.08 cores=0,2,4,6
/proc/2530/task/2532/stat : 2532 (java) S 2527 2530 28385 0 -1 1077944384 6016 0 0 0 102 6 0 0 20 0 15 0 95622584 10808807424 156496 33554432000 4194304 4196468 140722989755008 139679488374816 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2533] ppid=2527 vsize=10555476 memory=259440 CPUtime=0.39 cores=0,2,4,6
/proc/2530/task/2533/stat : 2533 (java) R 2527 2530 28385 0 -1 4202560 556 0 0 0 30 9 0 0 20 0 15 0 95622585 10808807424 156496 33554432000 4194304 4196468 140722989755008 139679451700232 139679476769511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2534] ppid=2527 vsize=10555476 memory=2241 CPUtime=0.38 cores=0,2,4,6
/proc/2530/task/2534/stat : 2534 (java) R 2527 2530 28385 0 -1 4202560 209 0 0 0 29 9 0 0 20 0 15 0 95622585 10808807424 156496 33554432000 4194304 4196468 140722989755008 139679089748752 139679469166684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2535] ppid=2527 vsize=10555476 memory=1204 CPUtime=0.4 cores=0,2,4,6
/proc/2530/task/2535/stat : 2535 (java) R 2527 2530 28385 0 -1 4202560 256 0 0 0 31 9 0 0 20 0 15 0 95622585 10808807424 156496 33554432000 4194304 4196468 140722989755008 139679088696464 139679469185627 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2536] ppid=2527 vsize=10555476 memory=15876 CPUtime=0.38 cores=0,2,4,6
/proc/2530/task/2536/stat : 2536 (java) R 2527 2530 28385 0 -1 4202560 225 0 0 0 29 9 0 0 20 0 15 0 95622585 10808807424 156496 33554432000 4194304 4196468 140722989755008 139679087643864 139679469185328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2537] ppid=2527 vsize=10555476 memory=17700 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2537/stat : 2537 (java) S 2527 2530 28385 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95622586 10808807424 156496 33554432000 4194304 4196468 140722989755008 139678587003552 139679484151509 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0

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

/proc/2530/task/2535/stat : 2535 (java) S 2527 2530 28385 0 -1 1077944384 72666 0 0 0 4258 169 0 0 20 0 16 0 95622585 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679088696464 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2536] ppid=2527 vsize=10622040 memory=1716 CPUtime=44.59 cores=0,2,4,6
/proc/2530/task/2536/stat : 2536 (java) S 2527 2530 28385 0 -1 1077944384 107556 0 0 0 4285 174 0 0 20 0 16 0 95622585 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679087643664 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2537] ppid=2527 vsize=10622040 memory=12028 CPUtime=10.99 cores=0,2,4,6
/proc/2530/task/2537/stat : 2537 (java) S 2527 2530 28385 0 -1 1077944384 31281 0 0 0 1094 5 0 0 20 0 16 0 95622586 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678587005040 139679484152450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2538] ppid=2527 vsize=10622040 memory=5668 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2538/stat : 2538 (java) S 2527 2530 28385 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 95622586 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678585951072 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2539] ppid=2527 vsize=10622040 memory=7819892 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2539/stat : 2539 (java) S 2527 2530 28385 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 95622587 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678584898688 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2540] ppid=2527 vsize=10622040 memory=7819892 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2540/stat : 2540 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678583846992 139679484159899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2541] ppid=2527 vsize=10622040 memory=7819892 CPUtime=1.3 cores=0,2,4,6
/proc/2530/task/2541/stat : 2541 (java) S 2527 2530 28385 0 -1 1077944384 4806 0 0 0 129 1 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678582794864 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2542] ppid=2527 vsize=10622040 memory=7819892 CPUtime=1.56 cores=0,2,4,6
/proc/2530/task/2542/stat : 2542 (java) S 2527 2530 28385 0 -1 1077944384 6721 0 0 0 156 0 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678581742064 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2543] ppid=2527 vsize=10622040 memory=7819892 CPUtime=0.37 cores=0,2,4,6
/proc/2530/task/2543/stat : 2543 (java) S 2527 2530 28385 0 -1 1077944384 7541 0 0 0 36 1 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678580689776 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2544] ppid=2527 vsize=10622040 memory=7819892 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2544/stat : 2544 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678579637216 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2545] ppid=2527 vsize=10622040 memory=1796 CPUtime=1.22 cores=0,2,4,6
/proc/2530/task/2545/stat : 2545 (java) S 2527 2530 28385 0 -1 1077944384 2199 0 0 0 59 63 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139677973604784 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2701] ppid=2527 vsize=10622040 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2701/stat : 2701 (java) S 2527 2530 28385 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95627530 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139677972550320 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
Current children cumulated CPU time: 2459.13 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 7819892 KiB

[startup+2382.3 s]
/proc/loadavg: 2.07 2.13 2.44 3/218 3182
/proc/meminfo: memFree=22987396/32770624 swapFree=67108860/67108860
[pid=2530] ppid=2527 vsize=10622040 memory=7819892 CPUtime=2519.17 cores=0,2,4,6
/proc/2530/stat : 2530 (java) S 2527 2530 28385 0 -1 1077944320 3924418 0 0 0 250961 956 0 0 20 0 16 0 95622583 10876968960 1954973 33554432000 4194304 4196468 140722989755008 140722989737552 139679484141303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
/proc/2530/statm: 2655510 1954973 3158 1 0 2643904 0
[pid=2530/tid=2532] ppid=2527 vsize=10622040 memory=7819892 CPUtime=2326.32 cores=0,2,4,6
/proc/2530/task/2532/stat : 2532 (java) R 2527 2530 28385 0 -1 4202560 3491625 0 0 0 232412 220 0 0 20 0 16 0 95622584 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679488372880 139679124125168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2533] ppid=2527 vsize=10622040 memory=7819892 CPUtime=44.3 cores=0,2,4,6
/proc/2530/task/2533/stat : 2533 (java) S 2527 2530 28385 0 -1 1077944384 102301 0 0 0 4264 166 0 0 20 0 16 0 95622585 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679451700112 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2534] ppid=2527 vsize=10622040 memory=7819892 CPUtime=44.1 cores=0,2,4,6
/proc/2530/task/2534/stat : 2534 (java) S 2527 2530 28385 0 -1 1077944384 96161 0 0 0 4245 165 0 0 20 0 16 0 95622585 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679089748752 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2535] ppid=2527 vsize=10622040 memory=251817 CPUtime=44.27 cores=0,2,4,6
/proc/2530/task/2535/stat : 2535 (java) S 2527 2530 28385 0 -1 1077944384 72666 0 0 0 4258 169 0 0 20 0 16 0 95622585 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679088696464 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2536] ppid=2527 vsize=10622040 memory=279828394430848 CPUtime=44.59 cores=0,2,4,6
/proc/2530/task/2536/stat : 2536 (java) S 2527 2530 28385 0 -1 1077944384 107556 0 0 0 4285 174 0 0 20 0 16 0 95622585 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679087643664 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2537] ppid=2527 vsize=10622040 memory=27528 CPUtime=11 cores=0,2,4,6
/proc/2530/task/2537/stat : 2537 (java) S 2527 2530 28385 0 -1 1077944384 31293 0 0 0 1095 5 0 0 20 0 16 0 95622586 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678587005040 139679484152450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2538] ppid=2527 vsize=10622040 memory=7819892 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2538/stat : 2538 (java) S 2527 2530 28385 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 95622586 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678585951072 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2539] ppid=2527 vsize=10622040 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2539/stat : 2539 (java) S 2527 2530 28385 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 95622587 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678584898688 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2540] ppid=2527 vsize=10622040 memory=7819892 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2540/stat : 2540 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678583846992 139679484159899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2541] ppid=2527 vsize=10622040 memory=7819892 CPUtime=1.3 cores=0,2,4,6
/proc/2530/task/2541/stat : 2541 (java) S 2527 2530 28385 0 -1 1077944384 4809 0 0 0 129 1 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678582794864 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2542] ppid=2527 vsize=10622040 memory=7819892 CPUtime=1.57 cores=0,2,4,6
/proc/2530/task/2542/stat : 2542 (java) S 2527 2530 28385 0 -1 1077944384 6734 0 0 0 157 0 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678581742064 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2543] ppid=2527 vsize=10622040 memory=4140 CPUtime=0.37 cores=0,2,4,6
/proc/2530/task/2543/stat : 2543 (java) S 2527 2530 28385 0 -1 1077944384 7544 0 0 0 36 1 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678580689776 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2544] ppid=2527 vsize=10622040 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2544/stat : 2544 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678579637216 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2545] ppid=2527 vsize=10622040 memory=288230617509003574 CPUtime=1.26 cores=0,2,4,6
/proc/2530/task/2545/stat : 2545 (java) S 2527 2530 28385 0 -1 1077944384 2273 0 0 0 61 65 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139677973604784 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2701] ppid=2527 vsize=10622040 memory=7819892 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2701/stat : 2701 (java) S 2527 2530 28385 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95627530 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139677972550320 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
Current children cumulated CPU time: 2519.17 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 7819892 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2383.2 s]
/proc/loadavg: 2.07 2.13 2.44 3/218 3182
/proc/meminfo: memFree=22987396/32770624 swapFree=67108860/67108860
[pid=2530] ppid=2527 vsize=10622040 memory=7819892 CPUtime=2520.07 cores=0,2,4,6
/proc/2530/stat : 2530 (java) S 2527 2530 28385 0 -1 1077944320 3924544 0 0 0 251051 956 0 0 20 0 16 0 95622583 10876968960 1954973 33554432000 4194304 4196468 140722989755008 140722989737552 139679484141303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
/proc/2530/statm: 2655510 1954973 3158 1 0 2643904 0
[pid=2530/tid=2532] ppid=2527 vsize=10622040 memory=1008 CPUtime=2327.22 cores=0,2,4,6
/proc/2530/task/2532/stat : 2532 (java) R 2527 2530 28385 0 -1 4202560 3491739 0 0 0 232502 220 0 0 20 0 16 0 95622584 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679488372880 139679124043422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2533] ppid=2527 vsize=10622040 memory=4612 CPUtime=44.3 cores=0,2,4,6
/proc/2530/task/2533/stat : 2533 (java) S 2527 2530 28385 0 -1 1077944384 102301 0 0 0 4264 166 0 0 20 0 16 0 95622585 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679451700112 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2534] ppid=2527 vsize=10622040 memory=1428 CPUtime=44.1 cores=0,2,4,6
/proc/2530/task/2534/stat : 2534 (java) S 2527 2530 28385 0 -1 1077944384 96161 0 0 0 4245 165 0 0 20 0 16 0 95622585 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679089748752 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2535] ppid=2527 vsize=10622040 memory=1204 CPUtime=44.27 cores=0,2,4,6
/proc/2530/task/2535/stat : 2535 (java) S 2527 2530 28385 0 -1 1077944384 72666 0 0 0 4258 169 0 0 20 0 16 0 95622585 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679088696464 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2536] ppid=2527 vsize=10622040 memory=15876 CPUtime=44.59 cores=0,2,4,6
/proc/2530/task/2536/stat : 2536 (java) S 2527 2530 28385 0 -1 1077944384 107556 0 0 0 4285 174 0 0 20 0 16 0 95622585 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139679087643664 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2537] ppid=2527 vsize=10622040 memory=17736 CPUtime=11 cores=0,2,4,6
/proc/2530/task/2537/stat : 2537 (java) S 2527 2530 28385 0 -1 1077944384 31301 0 0 0 1095 5 0 0 20 0 16 0 95622586 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678587005040 139679484152450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2538] ppid=2527 vsize=10622040 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2538/stat : 2538 (java) S 2527 2530 28385 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 95622586 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678585951072 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2539] ppid=2527 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2539/stat : 2539 (java) S 2527 2530 28385 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 95622587 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678584898688 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2540] ppid=2527 vsize=10622040 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2540/stat : 2540 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678583846992 139679484159899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2541] ppid=2527 vsize=10622040 memory=1948 CPUtime=1.3 cores=0,2,4,6
/proc/2530/task/2541/stat : 2541 (java) S 2527 2530 28385 0 -1 1077944384 4809 0 0 0 129 1 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678582794864 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2542] ppid=2527 vsize=10622040 memory=8560 CPUtime=1.57 cores=0,2,4,6
/proc/2530/task/2542/stat : 2542 (java) S 2527 2530 28385 0 -1 1077944384 6734 0 0 0 157 0 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678581742064 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2543] ppid=2527 vsize=10622040 memory=1228 CPUtime=0.37 cores=0,2,4,6
/proc/2530/task/2543/stat : 2543 (java) S 2527 2530 28385 0 -1 1077944384 7544 0 0 0 36 1 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678580689776 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2544] ppid=2527 vsize=10622040 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2544/stat : 2544 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139678579637216 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2545] ppid=2527 vsize=10622040 memory=5668 CPUtime=1.26 cores=0,2,4,6
/proc/2530/task/2545/stat : 2545 (java) S 2527 2530 28385 0 -1 1077944384 2277 0 0 0 61 65 0 0 20 0 16 0 95622589 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139677973604784 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2701] ppid=2527 vsize=10622040 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2701/stat : 2701 (java) S 2527 2530 28385 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95627530 10876968960 1954973 33554432000 4194304 4196468 140722989755008 139677972550320 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 7819892 KiB

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

[startup+2383.45 s]
# the end of solver process 2530 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.74 s, system=9.60298 s

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

[startup+2383.4 s]
/proc/loadavg: 2.07 2.13 2.44 3/218 3182
/proc/meminfo: memFree=22987396/32770624 swapFree=67108860/67108860
[pid=2530] ppid=2527 vsize=10821732 memory=7820196 CPUtime=2520.28 cores=0,2,4,6
/proc/2530/stat : 2530 (java) S 2527 2530 28385 0 -1 1077944320 3926609 0 0 0 251072 956 0 0 20 0 17 0 95622583 11081453568 1955049 33554432000 4194304 4196468 140722989755008 140722989737552 139679484141303 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
/proc/2530/statm: 2705433 1955049 3160 1 0 2693827 0
[pid=2530/tid=2532] ppid=2527 vsize=10821732 memory=1228 CPUtime=2327.42 cores=0,2,4,6
/proc/2530/task/2532/stat : 2532 (java) R 2527 2530 28385 0 -1 4202560 3492488 0 0 0 232522 220 0 0 20 0 17 0 95622584 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139679488377584 139679124783897 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2533] ppid=2527 vsize=10821732 memory=12028 CPUtime=44.3 cores=0,2,4,6
/proc/2530/task/2533/stat : 2533 (java) S 2527 2530 28385 0 -1 1077944384 102301 0 0 0 4264 166 0 0 20 0 17 0 95622585 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139679451700112 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2534] ppid=2527 vsize=10821732 memory=5668 CPUtime=44.1 cores=0,2,4,6
/proc/2530/task/2534/stat : 2534 (java) S 2527 2530 28385 0 -1 1077944384 96161 0 0 0 4245 165 0 0 20 0 17 0 95622585 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139679089748752 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2535] ppid=2527 vsize=10821732 memory=8112282956445269571 CPUtime=44.27 cores=0,2,4,6
/proc/2530/task/2535/stat : 2535 (java) S 2527 2530 28385 0 -1 1077944384 72666 0 0 0 4258 169 0 0 20 0 17 0 95622585 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139679088696464 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2536] ppid=2527 vsize=10821732 memory=4612 CPUtime=44.59 cores=0,2,4,6
/proc/2530/task/2536/stat : 2536 (java) S 2527 2530 28385 0 -1 1077944384 107556 0 0 0 4285 174 0 0 20 0 17 0 95622585 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139679087643664 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2537] ppid=2527 vsize=10821732 memory=18488 CPUtime=11 cores=0,2,4,6
/proc/2530/task/2537/stat : 2537 (java) S 2527 2530 28385 0 -1 1077944384 31352 0 0 0 1095 5 0 0 20 0 17 0 95622586 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139678587005040 139679484152450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2538] ppid=2527 vsize=10821732 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2538/stat : 2538 (java) S 2527 2530 28385 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95622586 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139678585951072 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2539] ppid=2527 vsize=10821732 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2539/stat : 2539 (java) S 2527 2530 28385 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 95622587 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139678584898688 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2540] ppid=2527 vsize=10821732 memory=640 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2540/stat : 2540 (java) S 2527 2530 28385 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 17 0 95622589 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139678583846992 139679484159899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2541] ppid=2527 vsize=10821732 memory=956 CPUtime=1.3 cores=0,2,4,6
/proc/2530/task/2541/stat : 2541 (java) S 2527 2530 28385 0 -1 1077944384 4866 0 0 0 129 1 0 0 20 0 17 0 95622589 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139678582794864 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2542] ppid=2527 vsize=10821732 memory=4096 CPUtime=1.57 cores=0,2,4,6
/proc/2530/task/2542/stat : 2542 (java) S 2527 2530 28385 0 -1 1077944384 6850 0 0 0 157 0 0 0 20 0 17 0 95622589 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139678581742064 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2543] ppid=2527 vsize=10821732 memory=2340 CPUtime=0.37 cores=0,2,4,6
/proc/2530/task/2543/stat : 2543 (java) S 2527 2530 28385 0 -1 1077944384 7938 0 0 0 36 1 0 0 20 0 17 0 95622589 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139678580689776 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2544] ppid=2527 vsize=10821732 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/2530/task/2544/stat : 2544 (java) S 2527 2530 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95622589 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139678579637216 139679484151509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
[pid=2530/tid=2545] ppid=2527 vsize=10821732 memory=8112282956445269571 CPUtime=1.26 cores=0,2,4,6
/proc/2530/task/2545/stat : 2545 (java) S 2527 2530 28385 0 -1 1077944384 2277 0 0 0 61 65 0 0 20 0 17 0 95622589 11081453568 1955049 33554432000 4194304 4196468 140722989755008 139677973604784 139679484152450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 14573568 140722989757574 140722989757727 140722989757727 140722989760463 0
Current children cumulated CPU time: 2520.28 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 7820196 KiB

Child status: 143
Real time (s): 2383.45
CPU time (s): 2520.34
CPU user time (s): 2510.74
CPU system time (s): 9.60298
CPU usage (%): 105.743
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 7820196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.74
system time used= 9.60298
maximum resident set size= 7820392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3927230
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57875
involuntary context switches= 4410


# summary of solver processes directly reported to runsolver:
#   pid: 2530
#   total CPU time (s): 2520.34
#   total CPU user time (s): 2510.74
#   total CPU system time (s): 9.60298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9573 second user time and 22.6764 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:41:30
IDJOB=4262914
IDBENCH=126205
IDSOLVER=2651
FILE ID=node106/4262914-1502625348
RUNJOBID= node106-1502624013-2077
PBS_JOBID= 20628302
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-12-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262914-1502625348/watcher-4262914-1502625348 -o /tmp/evaluation-result-4262914-1502625348/solver-4262914-1502625348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2077 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262914-1502625348.xml

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

MD5SUM BENCH= 0a01517bf7d7882ddb7c2c03c4be0b51
RANDOM SEED=1656418031

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	: 5333.86
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.86
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.86
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.86
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:        23221824 kB
MemAvailable:   23630148 kB
Buffers:          102136 kB
Cached:           594148 kB
SwapCached:            0 kB
Active:          8722364 kB
Inactive:         372624 kB
Active(anon):    8354524 kB
Inactive(anon):    72092 kB
Active(file):     367840 kB
Inactive(file):   300532 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1568 kB
Writeback:             4 kB
AnonPages:       8405248 kB
Mapped:            55100 kB
Shmem:             25228 kB
Slab:             137076 kB
SReclaimable:     111572 kB
SUnreclaim:        25504 kB
KernelStack:        3520 kB
PageTables:        21656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8218624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-13 14:21:13