Trace number 4262911

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-05OPT34 200.71201 169.285

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-08-a3.xml
MD5SUM86f9a0f9696ddea7c71528c4cbe59182
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.33821699
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints31
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":28},{"size":501,"count":8}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":8,"count":6},{"degree":9,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":28},{"arity":8,"count":1},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints29
Distribution of constraint types[{"type":"intension","count":29},{"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

44.21/16.64	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
44.21/16.64	c This is free software under the dual EPL/GNU LGPL licenses.
44.21/16.64	c See www.sat4j.org for details.
44.21/16.64	c That software uses the Rhino library from the Mozilla project.
44.21/16.64	c version CUSTOM.v20170705
44.21/16.64	c java.runtime.name	Java(TM) SE Runtime Environment
44.21/16.64	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
44.21/16.64	c java.vm.version	25.131-b11
44.21/16.64	c java.vm.vendor	Oracle Corporation
44.21/16.64	c sun.arch.data.model	64
44.21/16.64	c java.version		1.8.0_131
44.21/16.64	c os.name		Linux
44.21/16.64	c os.version		3.10.0-514.16.1.el7.x86_64
44.21/16.64	c os.arch		amd64
44.21/16.64	c Free memory 		499604488
44.21/16.64	c Max memory 		7247757312
44.21/16.64	c Total memory 		504889344
44.21/16.64	c Number of processors 	4
44.21/16.64	c c --- Begin Solver configuration ---
44.21/16.64	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
44.21/16.64	c Learn all clauses as in MiniSAT
44.21/16.64	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
44.21/16.64	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
44.21/16.64	c No reason simplification
44.21/16.64	c Glucose 2.1 dynamic restart strategy
44.21/16.64	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
44.21/16.64	c timeout=2147483s
44.21/16.64	c DB Simplification allowed=false
44.21/16.64	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
44.21/16.64	c --- End Solver configuration ---
44.21/16.64	c constraints type 
44.21/16.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 72
44.21/16.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 189501
44.21/16.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22799007
44.21/16.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 72
44.21/16.64	c 22988652 constraints processed.
47.68/19.02	o 500
51.28/22.00	o 495
51.65/22.16	o 494
51.99/22.40	o 57
54.74/25.11	o 53
54.94/25.33	o 51
56.36/26.63	o 50
57.77/27.95	o 46
60.78/30.90	o 44
63.68/33.88	o 42
81.64/51.73	o 41
85.34/55.41	o 39
96.96/67.05	o 38
110.38/80.44	o 37
115.99/86.10	o 36
127.90/97.92	o 34
200.69/169.26	c starts		: 289
200.69/169.26	c conflicts		: 97594
200.69/169.26	c decisions		: 8065480
200.69/169.26	c propagations		: 425251537
200.69/169.26	c inspects		: 1274292341
200.69/169.26	c shortcuts		: 0
200.69/169.26	c learnt literals	: 739
200.69/169.26	c learnt binary clauses	: 296
200.69/169.26	c learnt ternary clauses	: 366
200.69/169.26	c learnt constraints	: 96854
200.69/169.26	c ignored constraints	: 0
200.69/169.26	c root simplifications	: 0
200.69/169.26	c removed literals (reason simplification)	: 0
200.69/169.26	c reason swapping (by a shorter reason)	: 0
200.69/169.26	c Calls to reduceDB	: 14
200.69/169.26	c Number of update (reduction) of LBD	: 71755
200.69/169.26	c Imported unit clauses	: 0
200.69/169.26	c number of reductions to clauses (during analyze)	: 0
200.69/169.26	c number of learned constraints concerned by reduction	: 0
200.69/169.26	c number of learning phase by resolution	: 0
200.69/169.26	c number of learning phase by cutting planes	: 0
200.69/169.26	c number of rounding to 1 operations	: 0
200.69/169.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
200.69/169.26	c number of reductions of the coefficients by power 2 	: 0
200.69/169.26	c number of right shift for reduction by power 2 	: 0
200.69/169.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
200.69/169.26	c speed (assignments/second)	: 2786634.2756415294
200.69/169.26	c non guided choices	374663
200.69/169.26	c learnt constraints type 
200.69/169.26	s OPTIMUM FOUND
200.69/169.26	v <instantiation type="optimum" cost="34">
200.69/169.26	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] 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[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] 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[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] 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[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] 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[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] </list>
200.69/169.26	v 	<values> 0 1 4 9 15 22 32 34 1 1 4 9 15 22 32 34 1 1 3 8 14 21 31 33 1 1 1 5 11 18 28 30 1 1 1 1 6 13 23 25 1 1 1 1 1 7 17 19 1 1 1 1 1 1 10 12 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 </values>
200.69/169.26	v </instantiation>
200.69/169.26	

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262911-1502625385/watcher-4262911-1502625385 -o /tmp/evaluation-result-4262911-1502625385/solver-4262911-1502625385 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262911-1502625385.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=1629, runsolver pid=1626

[startup+0.100057 s]*
/proc/loadavg: 2.02 2.04 2.39 5/216 1644
/proc/meminfo: memFree=20015572/32770624 swapFree=67108860/67108860
[pid=1629] ppid=1626 vsize=10555400 memory=31292 CPUtime=0.13 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30942 0 -1 1077944320 6371 0 0 0 11 2 0 0 20 0 15 0 95626305 10808729600 7823 33554432000 4194304 4196468 140731796271184 140731796253728 140691534860023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
/proc/1629/statm: 2638850 7823 2835 1 0 2627263 0
[pid=1629/tid=1631] ppid=1626 vsize=10555400 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/1629/task/1631/stat : 1631 (java) R 1626 1629 30942 0 -1 4202560 4218 0 0 0 8 1 0 0 20 0 15 0 95626306 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691539081152 140691534871958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1632] ppid=1626 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1632/stat : 1632 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626306 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691460934160 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1633] ppid=1626 vsize=10555400 memory=139686874975738 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1633/stat : 1633 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626306 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691459881616 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1634] ppid=1626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1634/stat : 1634 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626306 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691458828560 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1635] ppid=1626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1635/stat : 1635 (java) S 1626 1629 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626306 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691457776016 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1636] ppid=1626 vsize=10555400 memory=139686874814080 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1636/stat : 1636 (java) S 1626 1629 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626308 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691025890032 140691534871170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1637] ppid=1626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1637/stat : 1637 (java) S 1626 1629 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95626308 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691024836256 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1638] ppid=1626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1638/stat : 1638 (java) S 1626 1629 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95626308 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691023783152 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1639] ppid=1626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1639/stat : 1639 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626311 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691022731728 140691534878619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1640] ppid=1626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1640/stat : 1640 (java) S 1626 1629 30942 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 95626311 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691021678832 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1641] ppid=1626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1641/stat : 1641 (java) S 1626 1629 30942 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 15 0 95626311 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691020626288 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1642] ppid=1626 vsize=10555400 memory=139686874814080 CPUtime=0.01 cores=0,2,4,6
/proc/1629/task/1642/stat : 1642 (java) R 1626 1629 30942 0 -1 4202560 343 0 0 0 1 0 0 0 20 0 15 0 95626311 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691019573232 140691132907641 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1643] ppid=1626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1643/stat : 1643 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626311 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691018520928 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1644] ppid=1626 vsize=10555400 memory=139686874814080 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1644/stat : 1644 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626311 10808729600 7823 33554432000 4194304 4196468 140731796271184 140691017468976 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31292 KiB

[startup+0.210593 s]*
/proc/loadavg: 2.02 2.04 2.39 3/216 1644
/proc/meminfo: memFree=20009348/32770624 swapFree=67108860/67108860
[pid=1629] ppid=1626 vsize=10555400 memory=38004 CPUtime=0.28 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30942 0 -1 1077944320 7243 0 0 0 26 2 0 0 20 0 15 0 95626305 10808729600 9501 33554432000 4194304 4196468 140731796271184 140731796253728 140691534860023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
/proc/1629/statm: 2638850 9501 2931 1 0 2627263 0
[pid=1629/tid=1631] ppid=1626 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/1629/task/1631/stat : 1631 (java) R 1626 1629 30942 0 -1 4202560 4847 0 0 0 18 2 0 0 20 0 15 0 95626306 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691539075552 140691534881949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1632] ppid=1626 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1632/stat : 1632 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626306 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691460934160 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1633] ppid=1626 vsize=10555400 memory=139686874975738 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1633/stat : 1633 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626306 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691459881616 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1634] ppid=1626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1634/stat : 1634 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626306 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691458828560 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1635] ppid=1626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1635/stat : 1635 (java) S 1626 1629 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626306 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691457776016 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1636] ppid=1626 vsize=10555400 memory=139686874814080 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1636/stat : 1636 (java) S 1626 1629 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626308 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691025890032 140691534871170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1637] ppid=1626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1637/stat : 1637 (java) S 1626 1629 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95626308 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691024836256 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1638] ppid=1626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1638/stat : 1638 (java) S 1626 1629 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95626308 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691023783152 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1639] ppid=1626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1639/stat : 1639 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626311 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691022731728 140691534878619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1640] ppid=1626 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1629/task/1640/stat : 1640 (java) S 1626 1629 30942 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 15 0 95626311 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691021678832 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1641] ppid=1626 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1629/task/1641/stat : 1641 (java) S 1626 1629 30942 0 -1 1077944384 229 0 0 0 1 0 0 0 20 0 15 0 95626311 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691020626288 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1642] ppid=1626 vsize=10555400 memory=139686874814080 CPUtime=0.05 cores=0,2,4,6
/proc/1629/task/1642/stat : 1642 (java) S 1626 1629 30942 0 -1 1077944384 409 0 0 0 5 0 0 0 20 0 15 0 95626311 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691019573232 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1643] ppid=1626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1643/stat : 1643 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626311 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691018520928 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1644] ppid=1626 vsize=10555400 memory=139686874814080 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1644/stat : 1644 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626311 10808729600 9570 33554432000 4194304 4196468 140731796271184 140691017468976 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38004 KiB

[startup+0.31412 s]*
/proc/loadavg: 2.02 2.04 2.39 6/216 1644
/proc/meminfo: memFree=20001464/32770624 swapFree=67108860/67108860
[pid=1629] ppid=1626 vsize=10555476 memory=46700 CPUtime=0.52 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30942 0 -1 1077944320 8390 0 0 0 49 3 0 0 20 0 15 0 95626305 10808807424 11675 33554432000 4194304 4196468 140731796271184 140731796253728 140691534860023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
/proc/1629/statm: 2638869 11675 3028 1 0 2627263 0
[pid=1629/tid=1631] ppid=1626 vsize=10555476 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1629/task/1631/stat : 1631 (java) R 1626 1629 30942 0 -1 4202560 5241 0 0 0 28 2 0 0 20 0 15 0 95626306 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691539096592 140691133012016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1632] ppid=1626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1632/stat : 1632 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626306 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691460934160 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1633] ppid=1626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1633/stat : 1633 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626306 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691459881616 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1634] ppid=1626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1634/stat : 1634 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626306 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691458828560 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1635] ppid=1626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1635/stat : 1635 (java) S 1626 1629 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626306 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691457776016 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1636] ppid=1626 vsize=10555476 memory=279373529896176 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1636/stat : 1636 (java) S 1626 1629 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95626308 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691025890032 140691534871170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1637] ppid=1626 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1637/stat : 1637 (java) S 1626 1629 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95626308 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691024836256 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1638] ppid=1626 vsize=10555476 memory=279373639778672 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1638/stat : 1638 (java) S 1626 1629 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95626308 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691023783152 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1639] ppid=1626 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1639/stat : 1639 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626311 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691022731728 140691534878619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1640] ppid=1626 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1629/task/1640/stat : 1640 (java) R 1626 1629 30942 0 -1 4202560 667 0 0 0 4 0 0 0 20 0 15 0 95626311 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691021664800 140691519665520 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1641] ppid=1626 vsize=10555476 memory=613 CPUtime=0.04 cores=0,2,4,6
/proc/1629/task/1641/stat : 1641 (java) S 1626 1629 30942 0 -1 1077944384 377 0 0 0 4 0 0 0 20 0 15 0 95626311 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691020626288 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1642] ppid=1626 vsize=10555476 memory=279373529963808 CPUtime=0.12 cores=0,2,4,6
/proc/1629/task/1642/stat : 1642 (java) R 1626 1629 30942 0 -1 1077944384 741 0 0 0 12 0 0 0 20 0 15 0 95626311 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691019573232 140691534871170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1643] ppid=1626 vsize=10555476 memory=279373529752360 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1643/stat : 1643 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626311 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691018520928 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1644] ppid=1626 vsize=10555476 memory=13 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1644/stat : 1644 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626311 10808807424 11675 33554432000 4194304 4196468 140731796271184 140691017468976 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46700 KiB

[startup+0.70181 s]
/proc/loadavg: 2.02 2.04 2.39 5/216 1644
/proc/meminfo: memFree=19939036/32770624 swapFree=67108860/67108860
[pid=1629] ppid=1626 vsize=10555476 memory=240304 CPUtime=1.55 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30942 0 -1 1077944320 9926 0 0 0 141 14 0 0 20 0 15 0 95626305 10808807424 60076 33554432000 4194304 4196468 140731796271184 140731796253728 140691534860023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
/proc/1629/statm: 2638869 60076 3095 1 0 2627263 0
[pid=1629/tid=1631] ppid=1626 vsize=10555476 memory=416 CPUtime=0.59 cores=0,2,4,6
/proc/1629/task/1631/stat : 1631 (java) R 1626 1629 30942 0 -1 4202560 5342 0 0 0 55 4 0 0 20 0 15 0 95626306 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691539090960 140691132940743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1632] ppid=1626 vsize=10555476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1632/stat : 1632 (java) S 1626 1629 30942 0 -1 1077944384 43 0 0 0 5 2 0 0 20 0 15 0 95626306 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691460934160 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1633] ppid=1626 vsize=10555476 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1633/stat : 1633 (java) R 1626 1629 30942 0 -1 1077944384 29 0 0 0 5 2 0 0 20 0 15 0 95626306 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691459881616 140691534870229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1634] ppid=1626 vsize=10555476 memory=279373529811744 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1634/stat : 1634 (java) S 1626 1629 30942 0 -1 1077944384 42 0 0 0 5 2 0 0 20 0 15 0 95626306 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691458828560 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1635] ppid=1626 vsize=10555476 memory=3472467982992645984 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1635/stat : 1635 (java) S 1626 1629 30942 0 -1 1077944384 48 0 0 0 5 2 0 0 20 0 15 0 95626306 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691457776016 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1636] ppid=1626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1636/stat : 1636 (java) S 1626 1629 30942 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95626308 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691025890032 140691534871170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1637] ppid=1626 vsize=10555476 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1637/stat : 1637 (java) S 1626 1629 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95626308 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691024836256 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1638] ppid=1626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1638/stat : 1638 (java) R 1626 1629 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95626308 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691023783152 140691534870229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1639] ppid=1626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1639/stat : 1639 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626311 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691022731728 140691534878619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1640] ppid=1626 vsize=10555476 memory=-7091624348563251104 CPUtime=0.25 cores=0,2,4,6
/proc/1629/task/1640/stat : 1640 (java) R 1626 1629 30942 0 -1 4202560 1080 0 0 0 25 0 0 0 20 0 15 0 95626311 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691021670112 140691514117660 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1641] ppid=1626 vsize=10555476 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/1629/task/1641/stat : 1641 (java) R 1626 1629 30942 0 -1 4202560 1073 0 0 0 22 0 0 0 20 0 15 0 95626311 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691020605840 140691519741276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1642] ppid=1626 vsize=10555476 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/1629/task/1642/stat : 1642 (java) S 1626 1629 30942 0 -1 1077944384 827 0 0 0 15 0 0 0 20 0 15 0 95626311 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691019573232 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1643] ppid=1626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1643/stat : 1643 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95626311 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691018520928 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1644] ppid=1626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1644/stat : 1644 (java) S 1626 1629 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95626311 10808807424 60076 33554432000 4194304 4196468 140731796271184 140691017468976 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 240304 KiB

[startup+1.50116 s]
/proc/loadavg: 2.02 2.04 2.39 4/216 1644
/proc/meminfo: memFree=19709396/32770624 swapFree=67108860/67108860
[pid=1629] ppid=1626 vsize=10555476 memory=625180 CPUtime=3.49 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30942 0 -1 1077944320 10877 0 0 0 304 45 0 0 20 0 15 0 95626305 10808807424 156295 33554432000 4194304 4196468 140731796271184 140731796253728 140691534860023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
/proc/1629/statm: 2638869 156295 3108 1 0 2627263 0
[pid=1629/tid=1631] ppid=1626 vsize=10555476 memory=284808 CPUtime=1.07 cores=0,2,4,6
/proc/1629/task/1631/stat : 1631 (java) S 1626 1629 30942 0 -1 1077944384 5404 0 0 0 101 6 0 0 20 0 15 0 95626306 10808807424 156295 33554432000 4194304 4196468 140731796271184 140691539093440 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1632] ppid=1626 vsize=10555476 memory=416 CPUtime=0.4 cores=0,2,4,6
/proc/1629/task/1632/stat : 1632 (java) R 1626 1629 30942 0 -1 4202560 239 0 0 0 31 9 0 0 20 0 15 0 95626306 10808807424 156295 33554432000 4194304 4196468 140731796271184 140691460934160 140691514056313 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1633] ppid=1626 vsize=10555476 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/1629/task/1633/stat : 1633 (java) R 1626 1629 30942 0 -1 4202560 155 0 0 0 30 9 0 0 20 0 15 0 95626306 10808807424 156295 33554432000 4194304 4196468 140731796271184 140691459881816 140691516485782 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1634] ppid=1626 vsize=10555476 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/1629/task/1634/stat : 1634 (java) R 1626 1629 30942 0 -1 4202560 281 0 0 0 31 9 0 0 20 0 15 0 95626306 10808807424 156295 33554432000 4194304 4196468 140731796271184 140691458828760 140691527488231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1635] ppid=1626 vsize=10555476 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/1629/task/1635/stat : 1635 (java) R 1626 1629 30942 0 -1 4202560 270 0 0 0 30 9 0 0 20 0 15 0 95626306 10808807424 156295 33554432000 4194304 4196468 140731796271184 140691457775904 140691527488231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1636] ppid=1626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1636/stat : 1636 (java) S 1626 1629 30942 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95626308 10808807424 156295 33554432000 4194304 4196468 140731796271184 140691025888544 140691534870229 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0

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

Current children cumulated memory: 3345832 KiB

[startup+166.401 s]
/proc/loadavg: 2.00 2.03 2.32 3/217 1647
/proc/meminfo: memFree=16695580/32770624 swapFree=67108860/67108860
[pid=1629] ppid=1626 vsize=10622040 memory=3345832 CPUtime=198.01 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30942 0 -1 1077944320 54494 0 0 0 19472 329 0 0 20 0 16 0 95626305 10876968960 836458 33554432000 4194304 4196468 140731796271184 140731796253728 140691534860023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
/proc/1629/statm: 2655510 836458 3153 1 0 2643904 0
[pid=1629/tid=1631] ppid=1626 vsize=10622040 memory=8976414709404591081 CPUtime=154.06 cores=0,2,4,6
/proc/1629/task/1631/stat : 1631 (java) R 1626 1629 30942 0 -1 4202560 17756 0 0 0 15396 10 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691539095936 140691136211132 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1632] ppid=1626 vsize=10622040 memory=9714 CPUtime=9.42 cores=0,2,4,6
/proc/1629/task/1632/stat : 1632 (java) S 1626 1629 30942 0 -1 1077944384 4089 0 0 0 869 73 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691460934160 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1633] ppid=1626 vsize=10622040 memory=3345832 CPUtime=9.27 cores=0,2,4,6
/proc/1629/task/1633/stat : 1633 (java) S 1626 1629 30942 0 -1 1077944384 2916 0 0 0 850 77 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691459881616 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1634] ppid=1626 vsize=10622040 memory=3345832 CPUtime=9.44 cores=0,2,4,6
/proc/1629/task/1634/stat : 1634 (java) S 1626 1629 30942 0 -1 1077944384 3893 0 0 0 865 79 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691458828560 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1635] ppid=1626 vsize=10622040 memory=3345832 CPUtime=9.37 cores=0,2,4,6
/proc/1629/task/1635/stat : 1635 (java) S 1626 1629 30942 0 -1 1077944384 6054 0 0 0 858 79 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691457776016 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1636] ppid=1626 vsize=10622040 memory=3345832 CPUtime=2.86 cores=0,2,4,6
/proc/1629/task/1636/stat : 1636 (java) S 1626 1629 30942 0 -1 1077944384 6345 0 0 0 286 0 0 0 20 0 16 0 95626308 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691025890032 140691534871170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1637] ppid=1626 vsize=10622040 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1637/stat : 1637 (java) S 1626 1629 30942 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95626308 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691024836320 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1638] ppid=1626 vsize=10622040 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1638/stat : 1638 (java) S 1626 1629 30942 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95626308 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691023783168 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1639] ppid=1626 vsize=10622040 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1639/stat : 1639 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691022731728 140691534878619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1640] ppid=1626 vsize=10622040 memory=1576 CPUtime=1.51 cores=0,2,4,6
/proc/1629/task/1640/stat : 1640 (java) S 1626 1629 30942 0 -1 1077944384 3988 0 0 0 150 1 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691021678832 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1641] ppid=1626 vsize=10622040 memory=4140 CPUtime=1.58 cores=0,2,4,6
/proc/1629/task/1641/stat : 1641 (java) S 1626 1629 30942 0 -1 1077944384 4456 0 0 0 158 0 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691020626288 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1642] ppid=1626 vsize=10622040 memory=1292 CPUtime=0.31 cores=0,2,4,6
/proc/1629/task/1642/stat : 1642 (java) S 1626 1629 30942 0 -1 1077944384 2824 0 0 0 30 1 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691019573232 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1643] ppid=1626 vsize=10622040 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1643/stat : 1643 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691018520928 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1644] ppid=1626 vsize=10622040 memory=1732 CPUtime=0.1 cores=0,2,4,6
/proc/1629/task/1644/stat : 1644 (java) S 1626 1629 30942 0 -1 1077944384 729 0 0 0 5 5 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691017468976 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1645] ppid=1626 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1645/stat : 1645 (java) S 1626 1629 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95627971 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691016414768 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
Current children cumulated CPU time: 198.01 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3345832 KiB

[startup+168.001 s]*
/proc/loadavg: 2.00 2.03 2.32 3/217 1647
/proc/meminfo: memFree=16695580/32770624 swapFree=67108860/67108860
[pid=1629] ppid=1626 vsize=10622040 memory=3345832 CPUtime=199.62 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30942 0 -1 1077944320 54497 0 0 0 19633 329 0 0 20 0 16 0 95626305 10876968960 836458 33554432000 4194304 4196468 140731796271184 140731796253728 140691534860023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
/proc/1629/statm: 2655510 836458 3153 1 0 2643904 0
[pid=1629/tid=1631] ppid=1626 vsize=10622040 memory=640 CPUtime=155.67 cores=0,2,4,6
/proc/1629/task/1631/stat : 1631 (java) R 1626 1629 30942 0 -1 4202560 17759 0 0 0 15557 10 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691539095936 140691136848071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1632] ppid=1626 vsize=10622040 memory=956 CPUtime=9.42 cores=0,2,4,6
/proc/1629/task/1632/stat : 1632 (java) S 1626 1629 30942 0 -1 1077944384 4089 0 0 0 869 73 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691460934160 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1633] ppid=1626 vsize=10622040 memory=4108 CPUtime=9.27 cores=0,2,4,6
/proc/1629/task/1633/stat : 1633 (java) S 1626 1629 30942 0 -1 1077944384 2916 0 0 0 850 77 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691459881616 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1634] ppid=1626 vsize=10622040 memory=4126316290023845779 CPUtime=9.44 cores=0,2,4,6
/proc/1629/task/1634/stat : 1634 (java) S 1626 1629 30942 0 -1 1077944384 3893 0 0 0 865 79 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691458828560 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1635] ppid=1626 vsize=10622040 memory=1228 CPUtime=9.37 cores=0,2,4,6
/proc/1629/task/1635/stat : 1635 (java) S 1626 1629 30942 0 -1 1077944384 6054 0 0 0 858 79 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691457776016 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1636] ppid=1626 vsize=10622040 memory=5428 CPUtime=2.86 cores=0,2,4,6
/proc/1629/task/1636/stat : 1636 (java) S 1626 1629 30942 0 -1 1077944384 6345 0 0 0 286 0 0 0 20 0 16 0 95626308 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691025890032 140691534871170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1637] ppid=1626 vsize=10622040 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1637/stat : 1637 (java) S 1626 1629 30942 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95626308 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691024836320 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1638] ppid=1626 vsize=10622040 memory=288230583166042425 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1638/stat : 1638 (java) S 1626 1629 30942 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95626308 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691023783168 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1639] ppid=1626 vsize=10622040 memory=14135541352367744 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1639/stat : 1639 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691022731728 140691534878619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1640] ppid=1626 vsize=10622040 memory=640 CPUtime=1.51 cores=0,2,4,6
/proc/1629/task/1640/stat : 1640 (java) S 1626 1629 30942 0 -1 1077944384 3988 0 0 0 150 1 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691021678832 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1641] ppid=1626 vsize=10622040 memory=956 CPUtime=1.58 cores=0,2,4,6
/proc/1629/task/1641/stat : 1641 (java) S 1626 1629 30942 0 -1 1077944384 4456 0 0 0 158 0 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691020626288 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1642] ppid=1626 vsize=10622040 memory=4108 CPUtime=0.31 cores=0,2,4,6
/proc/1629/task/1642/stat : 1642 (java) S 1626 1629 30942 0 -1 1077944384 2824 0 0 0 30 1 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691019573232 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1643] ppid=1626 vsize=10622040 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1643/stat : 1643 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691018520928 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1644] ppid=1626 vsize=10622040 memory=3260 CPUtime=0.1 cores=0,2,4,6
/proc/1629/task/1644/stat : 1644 (java) S 1626 1629 30942 0 -1 1077944384 729 0 0 0 5 5 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691017468976 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1645] ppid=1626 vsize=10622040 memory=7069324 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1645/stat : 1645 (java) S 1626 1629 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95627971 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691016414768 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
Current children cumulated CPU time: 199.62 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3345832 KiB

[startup+168.801 s]
/proc/loadavg: 2.00 2.03 2.32 3/217 1647
/proc/meminfo: memFree=16695580/32770624 swapFree=67108860/67108860
[pid=1629] ppid=1626 vsize=10622040 memory=3345832 CPUtime=200.42 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30942 0 -1 1077944320 54499 0 0 0 19713 329 0 0 20 0 16 0 95626305 10876968960 836458 33554432000 4194304 4196468 140731796271184 140731796253728 140691534860023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
/proc/1629/statm: 2655510 836458 3153 1 0 2643904 0
[pid=1629/tid=1631] ppid=1626 vsize=10622040 memory=1944 CPUtime=156.46 cores=0,2,4,6
/proc/1629/task/1631/stat : 1631 (java) R 1626 1629 30942 0 -1 4202560 17761 0 0 0 15636 10 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691539095936 140691136211132 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1632] ppid=1626 vsize=10622040 memory=1700 CPUtime=9.42 cores=0,2,4,6
/proc/1629/task/1632/stat : 1632 (java) S 1626 1629 30942 0 -1 1077944384 4089 0 0 0 869 73 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691460934160 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1633] ppid=1626 vsize=10622040 memory=1228 CPUtime=9.27 cores=0,2,4,6
/proc/1629/task/1633/stat : 1633 (java) S 1626 1629 30942 0 -1 1077944384 2916 0 0 0 850 77 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691459881616 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1634] ppid=1626 vsize=10622040 memory=5428 CPUtime=9.44 cores=0,2,4,6
/proc/1629/task/1634/stat : 1634 (java) S 1626 1629 30942 0 -1 1077944384 3893 0 0 0 865 79 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691458828560 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1635] ppid=1626 vsize=10622040 memory=4624 CPUtime=9.37 cores=0,2,4,6
/proc/1629/task/1635/stat : 1635 (java) S 1626 1629 30942 0 -1 1077944384 6054 0 0 0 858 79 0 0 20 0 16 0 95626306 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691457776016 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1636] ppid=1626 vsize=10622040 memory=1424 CPUtime=2.86 cores=0,2,4,6
/proc/1629/task/1636/stat : 1636 (java) S 1626 1629 30942 0 -1 1077944384 6345 0 0 0 286 0 0 0 20 0 16 0 95626308 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691025890032 140691534871170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1637] ppid=1626 vsize=10622040 memory=13056 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1637/stat : 1637 (java) S 1626 1629 30942 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95626308 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691024836320 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1638] ppid=1626 vsize=10622040 memory=792 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1638/stat : 1638 (java) S 1626 1629 30942 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95626308 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691023783168 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1639] ppid=1626 vsize=10622040 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1639/stat : 1639 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691022731728 140691534878619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1640] ppid=1626 vsize=10622040 memory=10588 CPUtime=1.51 cores=0,2,4,6
/proc/1629/task/1640/stat : 1640 (java) S 1626 1629 30942 0 -1 1077944384 3988 0 0 0 150 1 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691021678832 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1641] ppid=1626 vsize=10622040 memory=1204 CPUtime=1.58 cores=0,2,4,6
/proc/1629/task/1641/stat : 1641 (java) S 1626 1629 30942 0 -1 1077944384 4456 0 0 0 158 0 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691020626288 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1642] ppid=1626 vsize=10622040 memory=15872 CPUtime=0.31 cores=0,2,4,6
/proc/1629/task/1642/stat : 1642 (java) S 1626 1629 30942 0 -1 1077944384 2824 0 0 0 30 1 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691019573232 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1643] ppid=1626 vsize=10622040 memory=2540 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1643/stat : 1643 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691018520928 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1644] ppid=1626 vsize=10622040 memory=2824 CPUtime=0.1 cores=0,2,4,6
/proc/1629/task/1644/stat : 1644 (java) S 1626 1629 30942 0 -1 1077944384 729 0 0 0 5 5 0 0 20 0 16 0 95626311 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691017468976 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1645] ppid=1626 vsize=10622040 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1645/stat : 1645 (java) S 1626 1629 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95627971 10876968960 836458 33554432000 4194304 4196468 140731796271184 140691016414768 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
Current children cumulated CPU time: 200.42 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3345832 KiB

[startup+169.201 s]
/proc/loadavg: 2.00 2.03 2.32 3/217 1647
/proc/meminfo: memFree=16695572/32770624 swapFree=67108860/67108860
[pid=1629] ppid=1626 vsize=10755168 memory=3345912 CPUtime=200.69 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30942 0 -1 1077944320 54966 0 0 0 19740 329 0 0 20 0 16 0 95626305 11013292032 836478 33554432000 4194304 4196468 140731796271184 140731796253728 140691534860023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
/proc/1629/statm: 2688792 836478 3155 1 0 2677186 0
[pid=1629/tid=1631] ppid=1626 vsize=10755168 memory=3345832 CPUtime=156.72 cores=0,2,4,6
/proc/1629/task/1631/stat : 1631 (java) S 1626 1629 30942 0 -1 1077944384 18033 0 0 0 15662 10 0 0 20 0 16 0 95626306 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691539100704 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1632] ppid=1626 vsize=10755168 memory=2344 CPUtime=9.42 cores=0,2,4,6
/proc/1629/task/1632/stat : 1632 (java) S 1626 1629 30942 0 -1 1077944384 4089 0 0 0 869 73 0 0 20 0 16 0 95626306 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691460934160 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1633] ppid=1626 vsize=10755168 memory=1576 CPUtime=9.27 cores=0,2,4,6
/proc/1629/task/1633/stat : 1633 (java) S 1626 1629 30942 0 -1 1077944384 2916 0 0 0 850 77 0 0 20 0 16 0 95626306 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691459881616 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1634] ppid=1626 vsize=10755168 memory=932 CPUtime=9.44 cores=0,2,4,6
/proc/1629/task/1634/stat : 1634 (java) S 1626 1629 30942 0 -1 1077944384 3893 0 0 0 865 79 0 0 20 0 16 0 95626306 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691458828560 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1635] ppid=1626 vsize=10755168 memory=2236 CPUtime=9.37 cores=0,2,4,6
/proc/1629/task/1635/stat : 1635 (java) S 1626 1629 30942 0 -1 1077944384 6054 0 0 0 858 79 0 0 20 0 16 0 95626306 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691457776016 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1636] ppid=1626 vsize=10755168 memory=4124 CPUtime=2.86 cores=0,2,4,6
/proc/1629/task/1636/stat : 1636 (java) S 1626 1629 30942 0 -1 1077944384 6345 0 0 0 286 0 0 0 20 0 16 0 95626308 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691025890032 140691534871170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1637] ppid=1626 vsize=10755168 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1637/stat : 1637 (java) S 1626 1629 30942 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95626308 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691024836320 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1638] ppid=1626 vsize=10755168 memory=6760 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1638/stat : 1638 (java) S 1626 1629 30942 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95626308 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691023783168 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1639] ppid=1626 vsize=10755168 memory=840 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1639/stat : 1639 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626311 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691022731728 140691534878619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1640] ppid=1626 vsize=10755168 memory=1692 CPUtime=1.51 cores=0,2,4,6
/proc/1629/task/1640/stat : 1640 (java) S 1626 1629 30942 0 -1 1077944384 4013 0 0 0 150 1 0 0 20 0 16 0 95626311 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691021678832 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1641] ppid=1626 vsize=10755168 memory=912 CPUtime=1.58 cores=0,2,4,6
/proc/1629/task/1641/stat : 1641 (java) S 1626 1629 30942 0 -1 1077944384 4493 0 0 0 158 0 0 0 20 0 16 0 95626311 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691020626288 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1642] ppid=1626 vsize=10755168 memory=3832 CPUtime=0.31 cores=0,2,4,6
/proc/1629/task/1642/stat : 1642 (java) S 1626 1629 30942 0 -1 1077944384 2870 0 0 0 30 1 0 0 20 0 16 0 95626311 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691019573232 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1643] ppid=1626 vsize=10755168 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/1629/task/1643/stat : 1643 (java) S 1626 1629 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95626311 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691018520928 140691534870229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
[pid=1629/tid=1644] ppid=1626 vsize=10755168 memory=139686764871799 CPUtime=0.1 cores=0,2,4,6
/proc/1629/task/1644/stat : 1644 (java) S 1626 1629 30942 0 -1 1077944384 729 0 0 0 5 5 0 0 20 0 16 0 95626311 11013292032 836478 33554432000 4194304 4196468 140731796271184 140691017468976 140691534871170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140731796276358 140731796276511 140731796276511 140731796279247 0
Current children cumulated CPU time: 200.69 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 3345912 KiB

Child status: 0
Real time (s): 169.285
CPU time (s): 200.712
CPU user time (s): 197.405
CPU system time (s): 3.30734
CPU usage (%): 118.565
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 3345912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.405
system time used= 3.30734
maximum resident set size= 3346388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55399
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6024
involuntary context switches= 433


# summary of solver processes directly reported to runsolver:
#   pid: 1629
#   total CPU time (s): 200.712
#   total CPU user time (s): 197.405
#   total CPU system time (s): 3.30734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.00795 second user time and 1.73124 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 13:42:06
IDJOB=4262911
IDBENCH=126212
IDSOLVER=2651
FILE ID=node114/4262911-1502625385
RUNJOBID= node114-1502619125-747
PBS_JOBID= 20628297
Free space on /tmp= 61696 MiB

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

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

MD5SUM BENCH= 86f9a0f9696ddea7c71528c4cbe59182
RANDOM SEED=1195580467

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        20034768 kB
MemAvailable:   24919568 kB
Buffers:          148692 kB
Cached:          5026640 kB
SwapCached:            0 kB
Active:          7440868 kB
Inactive:        4847368 kB
Active(anon):    7115916 kB
Inactive(anon):    25036 kB
Active(file):     324952 kB
Inactive(file):  4822332 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1632 kB
Writeback:            12 kB
AnonPages:       7120328 kB
Mapped:            55192 kB
Shmem:             25224 kB
Slab:             132336 kB
SReclaimable:     106700 kB
SUnreclaim:        25636 kB
KernelStack:        3552 kB
PageTables:        19016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8655124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6950912 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= 61696 MiB
End job on node114 at 2017-08-13 13:44:56