Trace number 4263325

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 18.551399 15.2815

General information on the benchmark

NameKakuro/Kakuro-ext-medium/
Kakuro-medium-016-ext.xml
MD5SUMaf9e02b972a2aa437dfc7299482d1e73
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.012543
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints58
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":86}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":54},{"degree":2,"count":86}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":24},{"arity":3,"count":18},{"arity":4,"count":10},{"arity":5,"count":6}]
Number of extensional constraints58
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":58}]
Optimization problemNO
Type of objective

Solver Data

3.13/1.39	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.13/1.39	c This is free software under the dual EPL/GNU LGPL licenses.
3.13/1.39	c See www.sat4j.org for details.
3.13/1.39	c That software uses the Rhino library from the Mozilla project.
3.13/1.39	c version CUSTOM.v20170705
3.13/1.39	c java.runtime.name	Java(TM) SE Runtime Environment
3.13/1.39	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.13/1.39	c java.vm.version	25.131-b11
3.13/1.39	c java.vm.vendor	Oracle Corporation
3.13/1.39	c sun.arch.data.model	64
3.13/1.39	c java.version		1.8.0_131
3.13/1.39	c os.name		Linux
3.13/1.39	c os.version		3.10.0-514.16.1.el7.x86_64
3.13/1.39	c os.arch		amd64
3.13/1.39	c Free memory 		499604488
3.13/1.39	c Max memory 		7247757312
3.13/1.39	c Total memory 		504889344
3.13/1.39	c Number of processors 	4
3.13/1.39	c c --- Begin Solver configuration ---
3.13/1.39	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.13/1.39	c Learn all clauses as in MiniSAT
3.13/1.39	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.13/1.39	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.13/1.39	c No reason simplification
3.13/1.39	c Glucose 2.1 dynamic restart strategy
3.13/1.39	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.13/1.39	c timeout=2147483s
3.13/1.39	c DB Simplification allowed=false
3.13/1.39	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.13/1.39	c --- End Solver configuration ---
3.13/1.39	c constraints type 
3.13/1.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 172
3.13/1.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 273762
3.13/1.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121440
3.13/1.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 116
3.13/1.39	c 395490 constraints processed.
18.53/15.25	c starts		: 75
18.53/15.25	c conflicts		: 29101
18.53/15.25	c decisions		: 3211188
18.53/15.25	c propagations		: 51883328
18.53/15.25	c inspects		: 65525457
18.53/15.25	c shortcuts		: 0
18.53/15.25	c learnt literals	: 198
18.53/15.25	c learnt binary clauses	: 1020
18.53/15.25	c learnt ternary clauses	: 1288
18.53/15.25	c learnt constraints	: 28903
18.53/15.25	c ignored constraints	: 0
18.53/15.25	c root simplifications	: 0
18.53/15.25	c removed literals (reason simplification)	: 0
18.53/15.25	c reason swapping (by a shorter reason)	: 0
18.53/15.25	c Calls to reduceDB	: 4
18.53/15.25	c Number of update (reduction) of LBD	: 18711
18.53/15.25	c Imported unit clauses	: 0
18.53/15.25	c number of reductions to clauses (during analyze)	: 0
18.53/15.25	c number of learned constraints concerned by reduction	: 0
18.53/15.25	c number of learning phase by resolution	: 0
18.53/15.25	c number of learning phase by cutting planes	: 0
18.53/15.25	c number of rounding to 1 operations	: 0
18.53/15.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
18.53/15.25	c number of reductions of the coefficients by power 2 	: 0
18.53/15.25	c number of right shift for reduction by power 2 	: 0
18.53/15.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
18.53/15.25	c speed (assignments/second)	: 3748253.7205606126
18.53/15.25	c non guided choices	849361
18.53/15.26	c learnt constraints type 
18.53/15.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1020
18.53/15.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8912
18.53/15.26	s SATISFIABLE
18.53/15.26	v <instantiation type="solution">
18.53/15.26	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] </list>
18.53/15.26	v 	<values> 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 2 1 9 7 1 1 9 8 1 1 2 4 3 5 1 1 5 6 3 1 7 9 1 1 1 9 7 1 3 7 8 1 1 3 5 7 2 1 7 8 2 5 1 9 7 1 5 4 8 1 1 1 9 5 1 9 6 8 1 4 2 1 1 2 1 1 1 1 7 8 9 1 8 9 1 2 1 5 3 1 2 8 3 6 7 1 1 3 2 1 2 1 1 1 6 9 8 1 8 9 7 1 3 4 5 6 8 1 1 6 1 1 1 8 9 1 1 3 1 7 9 </values>
18.53/15.26	v </instantiation>
18.53/15.26	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263325-1502624803/watcher-4263325-1502624803 -o /tmp/evaluation-result-4263325-1502624803/solver-4263325-1502624803 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263325-1502624803.xml 

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

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=23610, runsolver pid=23607

[startup+0.100108 s]*
/proc/loadavg: 3.59 3.62 3.36 2/200 23611
/proc/meminfo: memFree=25324060/32770624 swapFree=67108776/67108860
[pid=23610] ppid=23607 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/23610/stat : 23610 (runsolver) D 23607 23610 7084 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 162133092 34791424 113 18446744073709551615 4194304 4346622 140722426559040 140722426555672 140539022934743 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6446216 6449568 20398080 140722426564706 140722426565156 140722426565156 140722426568650 0
/proc/23610/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209153 s]*
/proc/loadavg: 3.59 3.62 3.36 2/213 23624
/proc/meminfo: memFree=25312316/32770624 swapFree=67108776/67108860
[pid=23610] ppid=23607 vsize=10484492 memory=22500 CPUtime=0.05 cores=1,3,5,7
/proc/23610/stat : 23610 (java) S 23607 23610 7084 0 -1 1077944320 4578 0 0 0 4 1 0 0 20 0 14 0 162133092 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140735095755776 140131849953015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
/proc/23610/statm: 2621123 5625 2576 1 0 2610620 0
[pid=23610/tid=23612] ppid=23607 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/23610/task/23612/stat : 23612 (java) D 23607 23610 7084 0 -1 4202560 2691 0 0 0 4 0 0 0 20 0 14 0 162133105 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131854190496 140131849975037 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23613] ppid=23607 vsize=10484492 memory=329 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23613/stat : 23613 (java) S 23607 23610 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 162133106 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131780373392 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23614] ppid=23607 vsize=10484492 memory=3546224079570405024 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23614/stat : 23614 (java) S 23607 23610 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 162133106 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131779320592 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23615] ppid=23607 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23615/stat : 23615 (java) S 23607 23610 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 162133106 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131778268304 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23616] ppid=23607 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23616/stat : 23616 (java) S 23607 23610 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 162133106 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131777215504 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23617] ppid=23607 vsize=10484492 memory=140539025884800 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23617/stat : 23617 (java) S 23607 23610 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 162133107 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131345299568 140131849964162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23618] ppid=23607 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23618/stat : 23618 (java) S 23607 23610 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 162133108 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131344245536 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23619] ppid=23607 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23619/stat : 23619 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 162133108 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131343193200 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23620] ppid=23607 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23620/stat : 23620 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 162133110 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131342141520 140131849971611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23621] ppid=23607 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23621/stat : 23621 (java) S 23607 23610 7084 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 14 0 162133110 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131341089392 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23622] ppid=23607 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23622/stat : 23622 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 162133110 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131340036592 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23623] ppid=23607 vsize=10484492 memory=140539025884800 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23623/stat : 23623 (java) S 23607 23610 7084 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 162133110 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131338984304 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23624] ppid=23607 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23624/stat : 23624 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 162133110 10736119808 5625 18446744073709551615 4194304 4196468 140735095773232 140131337931744 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22500 KiB

[startup+0.310028 s]*
/proc/loadavg: 3.59 3.62 3.36 4/214 23625
/proc/meminfo: memFree=25303424/32770624 swapFree=67108776/67108860
[pid=23610] ppid=23607 vsize=10551156 memory=33304 CPUtime=0.18 cores=1,3,5,7
/proc/23610/stat : 23610 (java) S 23607 23610 7084 0 -1 1077944320 8047 0 0 0 16 2 0 0 20 0 15 0 162133092 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140735095755776 140131849953015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
/proc/23610/statm: 2637789 8326 2865 1 0 2627261 0
[pid=23610/tid=23612] ppid=23607 vsize=10551156 memory=-8774313645642428999 CPUtime=0.13 cores=1,3,5,7
/proc/23610/task/23612/stat : 23612 (java) R 23607 23610 7084 0 -1 4202560 5716 0 0 0 11 2 0 0 20 0 15 0 162133105 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131854185168 140131829531361 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23613] ppid=23607 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23613/stat : 23613 (java) S 23607 23610 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162133106 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131780373392 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23614] ppid=23607 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23614/stat : 23614 (java) S 23607 23610 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162133106 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131779320592 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23615] ppid=23607 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23615/stat : 23615 (java) S 23607 23610 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162133106 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131778268304 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23616] ppid=23607 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23616/stat : 23616 (java) S 23607 23610 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162133106 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131777215504 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23617] ppid=23607 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23617/stat : 23617 (java) S 23607 23610 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162133107 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131345299568 140131849964162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23618] ppid=23607 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23618/stat : 23618 (java) S 23607 23610 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162133108 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131344245536 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23619] ppid=23607 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23619/stat : 23619 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162133108 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131343193200 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23620] ppid=23607 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23620/stat : 23620 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162133110 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131342141520 140131849971611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23621] ppid=23607 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23621/stat : 23621 (java) S 23607 23610 7084 0 -1 1077944384 475 0 0 0 0 0 0 0 20 0 15 0 162133110 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131341089392 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23622] ppid=23607 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23622/stat : 23622 (java) R 23607 23610 7084 0 -1 4202560 92 0 0 0 0 0 0 0 20 0 15 0 162133110 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131340036592 140131829116176 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23623] ppid=23607 vsize=10551156 memory=140539025884800 CPUtime=0.03 cores=1,3,5,7
/proc/23610/task/23623/stat : 23623 (java) R 23607 23610 7084 0 -1 1077944384 401 0 0 0 3 0 0 0 20 0 15 0 162133110 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131338984304 140131849964162 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23624] ppid=23607 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23624/stat : 23624 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162133110 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131337931744 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23625] ppid=23607 vsize=10551156 memory=140539025884800 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23625/stat : 23625 (java) S 23607 23610 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162133116 10804383744 8326 18446744073709551615 4194304 4196468 140735095773232 140131336878512 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33304 KiB

[startup+0.705696 s]
/proc/loadavg: 3.59 3.62 3.36 6/214 23625
/proc/meminfo: memFree=25288356/32770624 swapFree=67108776/67108860
[pid=23610] ppid=23607 vsize=10551232 memory=82100 CPUtime=1.27 cores=1,3,5,7
/proc/23610/stat : 23610 (java) S 23607 23610 7084 0 -1 1077944320 12603 0 0 0 122 5 0 0 20 0 15 0 162133092 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140735095755776 140131849953015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
/proc/23610/statm: 2637808 20525 3057 1 0 2627261 0
[pid=23610/tid=23612] ppid=23607 vsize=10551232 memory=1608 CPUtime=0.5 cores=1,3,5,7
/proc/23610/task/23612/stat : 23612 (java) R 23607 23610 7084 0 -1 4202560 7827 0 0 0 47 3 0 0 20 0 15 0 162133105 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131854185344 140131447890439 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23613] ppid=23607 vsize=10551232 memory=836 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23613/stat : 23613 (java) S 23607 23610 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162133106 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131780373392 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23614] ppid=23607 vsize=10551232 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23614/stat : 23614 (java) S 23607 23610 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162133106 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131779320592 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23615] ppid=23607 vsize=10551232 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23615/stat : 23615 (java) S 23607 23610 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162133106 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131778268304 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23616] ppid=23607 vsize=10551232 memory=3048 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23616/stat : 23616 (java) S 23607 23610 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162133106 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131777215504 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23617] ppid=23607 vsize=10551232 memory=3036 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23617/stat : 23617 (java) S 23607 23610 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 162133107 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131345299568 140131849964162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23618] ppid=23607 vsize=10551232 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23618/stat : 23618 (java) S 23607 23610 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162133108 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131344245536 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23619] ppid=23607 vsize=10551232 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23619/stat : 23619 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162133108 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131343193200 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23620] ppid=23607 vsize=10551232 memory=3224 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23620/stat : 23620 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162133110 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131342141520 140131849971611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23621] ppid=23607 vsize=10551232 memory=6429452 CPUtime=0.24 cores=1,3,5,7
/proc/23610/task/23621/stat : 23621 (java) R 23607 23610 7084 0 -1 4202560 1414 0 0 0 24 0 0 0 20 0 15 0 162133110 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131341077264 140131835976785 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23622] ppid=23607 vsize=10551232 memory=7373626587367624808 CPUtime=0.23 cores=1,3,5,7
/proc/23610/task/23622/stat : 23622 (java) R 23607 23610 7084 0 -1 4202560 750 0 0 0 23 0 0 0 20 0 15 0 162133110 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131340022776 140131830588944 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23623] ppid=23607 vsize=10551232 memory=7813852381596837201 CPUtime=0.25 cores=1,3,5,7
/proc/23610/task/23623/stat : 23623 (java) S 23607 23610 7084 0 -1 1077944384 1240 0 0 0 25 0 0 0 20 0 15 0 162133110 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131338984304 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23624] ppid=23607 vsize=10551232 memory=48388 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23624/stat : 23624 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162133110 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131337931744 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23625] ppid=23607 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23625/stat : 23625 (java) S 23607 23610 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162133116 10804461568 20525 18446744073709551615 4194304 4196468 140735095773232 140131336878512 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 82100 KiB

[startup+1.5007 s]
/proc/loadavg: 3.59 3.62 3.36 5/214 23625
/proc/meminfo: memFree=25124908/32770624 swapFree=67108776/67108860
[pid=23610] ppid=23607 vsize=10617796 memory=265000 CPUtime=3.77 cores=1,3,5,7
/proc/23610/stat : 23610 (java) S 23607 23610 7084 0 -1 1077944320 21076 0 0 0 363 14 0 0 20 0 16 0 162133092 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140735095755776 140131849953015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
/proc/23610/statm: 2654449 66250 3100 1 0 2643902 0
[pid=23610/tid=23612] ppid=23607 vsize=10617796 memory=5 CPUtime=1.21 cores=1,3,5,7
/proc/23610/task/23612/stat : 23612 (java) R 23607 23610 7084 0 -1 4202560 7908 0 0 0 116 5 0 0 20 0 16 0 162133105 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131854191152 140131448992071 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23613] ppid=23607 vsize=10617796 memory=7 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23613/stat : 23613 (java) S 23607 23610 7084 0 -1 1077944384 41 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131780373392 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23614] ppid=23607 vsize=10617796 memory=5 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23614/stat : 23614 (java) S 23607 23610 7084 0 -1 1077944384 109 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131779320592 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23615] ppid=23607 vsize=10617796 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23610/task/23615/stat : 23615 (java) S 23607 23610 7084 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 16 0 162133106 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131778268304 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23616] ppid=23607 vsize=10617796 memory=7883944151737460846 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23616/stat : 23616 (java) S 23607 23610 7084 0 -1 1077944384 130 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131777215504 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23617] ppid=23607 vsize=10617796 memory=7667214977952410471 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23617/stat : 23617 (java) S 23607 23610 7084 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 162133107 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131345299568 140131849964162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23618] ppid=23607 vsize=10617796 memory=7163926711541780833 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23618/stat : 23618 (java) S 23607 23610 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162133108 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131344245536 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23619] ppid=23607 vsize=10617796 memory=7517497615044422804 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23619/stat : 23619 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162133108 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131343193200 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23620] ppid=23607 vsize=10617796 memory=10966594678 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23620/stat : 23620 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162133110 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131342141520 140131849971611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23621] ppid=23607 vsize=10617796 memory=281077826923824 CPUtime=0.98 cores=1,3,5,7
/proc/23610/task/23621/stat : 23621 (java) R 23607 23610 7084 0 -1 4202560 5882 0 0 0 97 1 0 0 20 0 16 0 162133110 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131341079248 140131831497249 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23622] ppid=23607 vsize=10617796 memory=281077826957744 CPUtime=0.99 cores=1,3,5,7
/proc/23610/task/23622/stat : 23622 (java) R 23607 23610 7084 0 -1 4202560 3948 0 0 0 99 0 0 0 20 0 16 0 162133110 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131340025296 140131827547921 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23623] ppid=23607 vsize=10617796 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/23610/task/23623/stat : 23623 (java) R 23607 23610 7084 0 -1 1077944384 1459 0 0 0 29 0 0 0 20 0 16 0 162133110 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131338984304 140131849964162 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23624] ppid=23607 vsize=10617796 memory=241973155948704 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23624/stat : 23624 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162133110 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131337931744 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23625] ppid=23607 vsize=10617796 memory=1099174 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23625/stat : 23625 (java) S 23607 23610 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 162133116 10872623104 66250 18446744073709551615 4194304 4196468 140735095773232 140131336878512 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
Current children cumulated CPU time: 3.77 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 265000 KiB

[startup+3.10998 s]
/proc/loadavg: 3.59 3.62 3.36 3/215 23626
/proc/meminfo: memFree=25069268/32770624 swapFree=67108776/67108860
[pid=23610] ppid=23607 vsize=10617796 memory=266248 CPUtime=5.99 cores=1,3,5,7
/proc/23610/stat : 23610 (java) S 23607 23610 7084 0 -1 1077944320 22065 0 0 0 585 14 0 0 20 0 16 0 162133092 10872623104 66562 18446744073709551615 4194304 4196468 140735095773232 140735095755776 140131849953015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
/proc/23610/statm: 2654449 66562 3105 1 0 2643902 0
[pid=23610/tid=23612] ppid=23607 vsize=10617796 memory=68228 CPUtime=2.82 cores=1,3,5,7
/proc/23610/task/23612/stat : 23612 (java) R 23607 23610 7084 0 -1 4202560 8391 0 0 0 277 5 0 0 20 0 16 0 162133105 10872623104 66562 18446744073709551615 4194304 4196468 140735095773232 140131854189672 140131449507767 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23613] ppid=23607 vsize=10617796 memory=56 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23613/stat : 23613 (java) S 23607 23610 7084 0 -1 1077944384 41 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 66562 18446744073709551615 4194304 4196468 140735095773232 140131780373392 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0

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

Dumping a history of the last processes samples

[startup+12.8008 s]
/proc/loadavg: 3.35 3.57 3.34 3/215 23626
/proc/meminfo: memFree=25070628/32770624 swapFree=67108776/67108860
[pid=23610] ppid=23607 vsize=10617796 memory=263488 CPUtime=16.17 cores=1,3,5,7
/proc/23610/stat : 23610 (java) S 23607 23610 7084 0 -1 1077944320 32097 0 0 0 1602 15 0 0 20 0 16 0 162133092 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140735095755776 140131849953015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
/proc/23610/statm: 2654449 65872 3119 1 0 2643902 0
[pid=23610/tid=23612] ppid=23607 vsize=10617796 memory=796 CPUtime=12.5 cores=1,3,5,7
/proc/23610/task/23612/stat : 23612 (java) R 23607 23610 7084 0 -1 4202560 9853 0 0 0 1245 5 0 0 20 0 16 0 162133105 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131854189264 140131449825826 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23613] ppid=23607 vsize=10617796 memory=-8774313645642428999 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23613/stat : 23613 (java) S 23607 23610 7084 0 -1 1077944384 41 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131780373392 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23614] ppid=23607 vsize=10617796 memory=263488 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23614/stat : 23614 (java) S 23607 23610 7084 0 -1 1077944384 109 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131779320592 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23615] ppid=23607 vsize=10617796 memory=266636 CPUtime=0.07 cores=1,3,5,7
/proc/23610/task/23615/stat : 23615 (java) S 23607 23610 7084 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 16 0 162133106 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131778268304 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23616] ppid=23607 vsize=10617796 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23616/stat : 23616 (java) S 23607 23610 7084 0 -1 1077944384 130 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131777215504 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23617] ppid=23607 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23617/stat : 23617 (java) S 23607 23610 7084 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 16 0 162133107 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131345299568 140131849964162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23618] ppid=23607 vsize=10617796 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23618/stat : 23618 (java) S 23607 23610 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162133108 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131344245536 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23619] ppid=23607 vsize=10617796 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23619/stat : 23619 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162133108 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131343193200 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23620] ppid=23607 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23620/stat : 23620 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162133110 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131342141520 140131849971611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23621] ppid=23607 vsize=10617796 memory=13412 CPUtime=1.42 cores=1,3,5,7
/proc/23610/task/23621/stat : 23621 (java) S 23607 23610 7084 0 -1 1077944384 7934 0 0 0 141 1 0 0 20 0 16 0 162133110 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131341089392 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23622] ppid=23607 vsize=10617796 memory=281077826507008 CPUtime=1.6 cores=1,3,5,7
/proc/23610/task/23622/stat : 23622 (java) S 23607 23610 7084 0 -1 1077944384 8801 0 0 0 159 1 0 0 20 0 16 0 162133110 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131340036592 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23623] ppid=23607 vsize=10617796 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/23610/task/23623/stat : 23623 (java) S 23607 23610 7084 0 -1 1077944384 2536 0 0 0 36 1 0 0 20 0 16 0 162133110 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131338984304 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23624] ppid=23607 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23624/stat : 23624 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162133110 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131337931744 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23625] ppid=23607 vsize=10617796 memory=134 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23625/stat : 23625 (java) S 23607 23610 7084 0 -1 1077944384 762 0 0 0 0 0 0 0 20 0 16 0 162133116 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131336878512 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23626] ppid=23607 vsize=10617796 memory=152 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23626/stat : 23626 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162133234 10872623104 65872 18446744073709551615 4194304 4196468 140735095773232 140131335824048 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
Current children cumulated CPU time: 16.17 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 263488 KiB

[startup+14.4007 s]
/proc/loadavg: 3.24 3.54 3.34 3/215 23626
/proc/meminfo: memFree=25068708/32770624 swapFree=67108776/67108860
[pid=23610] ppid=23607 vsize=10617796 memory=267584 CPUtime=17.77 cores=1,3,5,7
/proc/23610/stat : 23610 (java) S 23607 23610 7084 0 -1 1077944320 32180 0 0 0 1762 15 0 0 20 0 16 0 162133092 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140735095755776 140131849953015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
/proc/23610/statm: 2654449 66896 3119 1 0 2643902 0
[pid=23610/tid=23612] ppid=23607 vsize=10617796 memory=263488 CPUtime=14.1 cores=1,3,5,7
/proc/23610/task/23612/stat : 23612 (java) R 23607 23610 7084 0 -1 4202560 9936 0 0 0 1405 5 0 0 20 0 16 0 162133105 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131854191496 140131449507580 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23613] ppid=23607 vsize=10617796 memory=4156 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23613/stat : 23613 (java) S 23607 23610 7084 0 -1 1077944384 41 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131780373392 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23614] ppid=23607 vsize=10617796 memory=-8774313645642428999 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23614/stat : 23614 (java) S 23607 23610 7084 0 -1 1077944384 109 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131779320592 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23615] ppid=23607 vsize=10617796 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/23610/task/23615/stat : 23615 (java) S 23607 23610 7084 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 16 0 162133106 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131778268304 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23616] ppid=23607 vsize=10617796 memory=2460 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23616/stat : 23616 (java) S 23607 23610 7084 0 -1 1077944384 130 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131777215504 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23617] ppid=23607 vsize=10617796 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23617/stat : 23617 (java) S 23607 23610 7084 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 16 0 162133107 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131345299568 140131849964162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23618] ppid=23607 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23618/stat : 23618 (java) S 23607 23610 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162133108 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131344245536 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23619] ppid=23607 vsize=10617796 memory=265536 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23619/stat : 23619 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162133108 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131343193200 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23620] ppid=23607 vsize=10617796 memory=263488 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23620/stat : 23620 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162133110 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131342141520 140131849971611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23621] ppid=23607 vsize=10617796 memory=5936117487063095142 CPUtime=1.42 cores=1,3,5,7
/proc/23610/task/23621/stat : 23621 (java) S 23607 23610 7084 0 -1 1077944384 7934 0 0 0 141 1 0 0 20 0 16 0 162133110 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131341089392 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23622] ppid=23607 vsize=10617796 memory=5931331339086357097 CPUtime=1.6 cores=1,3,5,7
/proc/23610/task/23622/stat : 23622 (java) S 23607 23610 7084 0 -1 1077944384 8801 0 0 0 159 1 0 0 20 0 16 0 162133110 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131340036592 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23623] ppid=23607 vsize=10617796 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/23610/task/23623/stat : 23623 (java) S 23607 23610 7084 0 -1 1077944384 2536 0 0 0 36 1 0 0 20 0 16 0 162133110 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131338984304 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23624] ppid=23607 vsize=10617796 memory=140538913606489 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23624/stat : 23624 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162133110 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131337931744 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23625] ppid=23607 vsize=10617796 memory=281077827090336 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23625/stat : 23625 (java) S 23607 23610 7084 0 -1 1077944384 762 0 0 0 0 0 0 0 20 0 16 0 162133116 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131336878512 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23626] ppid=23607 vsize=10617796 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23626/stat : 23626 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162133234 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131335824048 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
Current children cumulated CPU time: 17.77 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 267584 KiB

[startup+14.8007 s]
/proc/loadavg: 3.24 3.54 3.34 3/215 23626
/proc/meminfo: memFree=25068708/32770624 swapFree=67108776/67108860
[pid=23610] ppid=23607 vsize=10617796 memory=267584 CPUtime=18.17 cores=1,3,5,7
/proc/23610/stat : 23610 (java) S 23607 23610 7084 0 -1 1077944320 32180 0 0 0 1802 15 0 0 20 0 16 0 162133092 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140735095755776 140131849953015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
/proc/23610/statm: 2654449 66896 3119 1 0 2643902 0
[pid=23610/tid=23612] ppid=23607 vsize=10617796 memory=12320 CPUtime=14.5 cores=1,3,5,7
/proc/23610/task/23612/stat : 23612 (java) R 23607 23610 7084 0 -1 4202560 9936 0 0 0 1445 5 0 0 20 0 16 0 162133105 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131854191496 140131449164302 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23613] ppid=23607 vsize=10617796 memory=1196 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23613/stat : 23613 (java) S 23607 23610 7084 0 -1 1077944384 41 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131780373392 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23614] ppid=23607 vsize=10617796 memory=15884 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23614/stat : 23614 (java) S 23607 23610 7084 0 -1 1077944384 109 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131779320592 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23615] ppid=23607 vsize=10617796 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/23610/task/23615/stat : 23615 (java) S 23607 23610 7084 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 16 0 162133106 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131778268304 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23616] ppid=23607 vsize=10617796 memory=39388 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23616/stat : 23616 (java) S 23607 23610 7084 0 -1 1077944384 130 0 0 0 4 1 0 0 20 0 16 0 162133106 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131777215504 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23617] ppid=23607 vsize=10617796 memory=263488 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23617/stat : 23617 (java) S 23607 23610 7084 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 16 0 162133107 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131345299568 140131849964162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23618] ppid=23607 vsize=10617796 memory=836 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23618/stat : 23618 (java) S 23607 23610 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162133108 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131344245536 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23619] ppid=23607 vsize=10617796 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23619/stat : 23619 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162133108 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131343193200 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23620] ppid=23607 vsize=10617796 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23620/stat : 23620 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162133110 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131342141520 140131849971611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23621] ppid=23607 vsize=10617796 memory=3048 CPUtime=1.42 cores=1,3,5,7
/proc/23610/task/23621/stat : 23621 (java) S 23607 23610 7084 0 -1 1077944384 7934 0 0 0 141 1 0 0 20 0 16 0 162133110 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131341089392 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23622] ppid=23607 vsize=10617796 memory=3036 CPUtime=1.6 cores=1,3,5,7
/proc/23610/task/23622/stat : 23622 (java) S 23607 23610 7084 0 -1 1077944384 8801 0 0 0 159 1 0 0 20 0 16 0 162133110 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131340036592 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23623] ppid=23607 vsize=10617796 memory=4064 CPUtime=0.37 cores=1,3,5,7
/proc/23610/task/23623/stat : 23623 (java) S 23607 23610 7084 0 -1 1077944384 2536 0 0 0 36 1 0 0 20 0 16 0 162133110 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131338984304 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23624] ppid=23607 vsize=10617796 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23624/stat : 23624 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162133110 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131337931744 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23625] ppid=23607 vsize=10617796 memory=3224 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23625/stat : 23625 (java) S 23607 23610 7084 0 -1 1077944384 762 0 0 0 0 0 0 0 20 0 16 0 162133116 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131336878512 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23626] ppid=23607 vsize=10617796 memory=6429452 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23626/stat : 23626 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162133234 10872623104 66896 18446744073709551615 4194304 4196468 140735095773232 140131335824048 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
Current children cumulated CPU time: 18.17 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 267584 KiB

[startup+15.2007 s]
/proc/loadavg: 3.24 3.54 3.34 4/215 23626
/proc/meminfo: memFree=25062564/32770624 swapFree=67108776/67108860
[pid=23610] ppid=23607 vsize=10750924 memory=280060 CPUtime=18.53 cores=1,3,5,7
/proc/23610/stat : 23610 (java) S 23607 23610 7084 0 -1 1077944320 34749 0 0 0 1837 16 0 0 20 0 16 0 162133092 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140735095755776 140131849953015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
/proc/23610/statm: 2687731 70015 3121 1 0 2677184 0
[pid=23610/tid=23612] ppid=23607 vsize=10750924 memory=4600 CPUtime=14.76 cores=1,3,5,7
/proc/23610/task/23612/stat : 23612 (java) S 23607 23610 7084 0 -1 1077944384 10325 0 0 0 1471 5 0 0 20 0 16 0 162133105 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131854193696 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23613] ppid=23607 vsize=10750924 memory=1440 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23613/stat : 23613 (java) S 23607 23610 7084 0 -1 1077944384 41 0 0 0 4 1 0 0 20 0 16 0 162133106 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131780373392 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23614] ppid=23607 vsize=10750924 memory=1724 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23614/stat : 23614 (java) S 23607 23610 7084 0 -1 1077944384 109 0 0 0 4 1 0 0 20 0 16 0 162133106 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131779320592 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23615] ppid=23607 vsize=10750924 memory=140539025884800 CPUtime=0.07 cores=1,3,5,7
/proc/23610/task/23615/stat : 23615 (java) S 23607 23610 7084 0 -1 1077944384 134 0 0 0 6 1 0 0 20 0 16 0 162133106 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131778268304 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23616] ppid=23607 vsize=10750924 memory=8246111205470666818 CPUtime=0.05 cores=1,3,5,7
/proc/23610/task/23616/stat : 23616 (java) S 23607 23610 7084 0 -1 1077944384 130 0 0 0 4 1 0 0 20 0 16 0 162133106 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131777215504 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23617] ppid=23607 vsize=10750924 memory=-7316033401102704071 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23617/stat : 23617 (java) S 23607 23610 7084 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 16 0 162133107 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131345299568 140131849964162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23618] ppid=23607 vsize=10750924 memory=4134931597813703226 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23618/stat : 23618 (java) S 23607 23610 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162133108 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131344245536 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23619] ppid=23607 vsize=10750924 memory=4206989191851631162 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23619/stat : 23619 (java) S 23607 23610 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162133108 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131343193200 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23620] ppid=23607 vsize=10750924 memory=-7316033401102704071 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23620/stat : 23620 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162133110 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131342141520 140131849971611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23621] ppid=23607 vsize=10750924 memory=4134931597813703226 CPUtime=1.45 cores=1,3,5,7
/proc/23610/task/23621/stat : 23621 (java) S 23607 23610 7084 0 -1 1077944384 8594 0 0 0 144 1 0 0 20 0 16 0 162133110 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131341089392 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23622] ppid=23607 vsize=10750924 memory=11034756209 CPUtime=1.64 cores=1,3,5,7
/proc/23610/task/23622/stat : 23622 (java) S 23607 23610 7084 0 -1 1077944384 9889 0 0 0 163 1 0 0 20 0 16 0 162133110 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131340036592 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23623] ppid=23607 vsize=10750924 memory=281077827287536 CPUtime=0.37 cores=1,3,5,7
/proc/23610/task/23623/stat : 23623 (java) S 23607 23610 7084 0 -1 1077944384 2824 0 0 0 36 1 0 0 20 0 16 0 162133110 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131338984304 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23624] ppid=23607 vsize=10750924 memory=267584 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23624/stat : 23624 (java) S 23607 23610 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162133110 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131337931744 140131849963221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
[pid=23610/tid=23625] ppid=23607 vsize=10750924 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/23610/task/23625/stat : 23625 (java) S 23607 23610 7084 0 -1 1077944384 764 0 0 0 0 0 0 0 20 0 16 0 162133116 11008946176 70015 18446744073709551615 4194304 4196468 140735095773232 140131336878512 140131849964162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 10723328 140735095779728 140735095779881 140735095779881 140735095783375 0
Current children cumulated CPU time: 18.53 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 280060 KiB

Child status: 0
Real time (s): 15.2815
CPU time (s): 18.5514
CPU user time (s): 18.3849
CPU system time (s): 0.16656
CPU usage (%): 121.398
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 280060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3849
system time used= 0.16656
maximum resident set size= 284904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1954
involuntary context switches= 221


# summary of solver processes directly reported to runsolver:
#   pid: 23610
#   total CPU time (s): 18.5514
#   total CPU user time (s): 18.3849
#   total CPU system time (s): 0.16656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.101319 second user time and 0.199807 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 13:32:18
IDJOB=4263325
IDBENCH=124873
IDSOLVER=2651
FILE ID=node132/4263325-1502624803
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Kakuro/Kakuro-ext-medium/Kakuro-medium-016-ext.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263325-1502624803/watcher-4263325-1502624803 -o /tmp/evaluation-result-4263325-1502624803/solver-4263325-1502624803 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263325-1502624803.xml

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

MD5SUM BENCH= af9e02b972a2aa437dfc7299482d1e73
RANDOM SEED=1041080971

node132.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.74
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.74
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.74
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.74
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:        25324508 kB
MemAvailable:   25553392 kB
Buffers:          225188 kB
Cached:           327996 kB
SwapCached:           84 kB
Active:          6875796 kB
Inactive:         153400 kB
Active(anon):    6423540 kB
Inactive(anon):   101972 kB
Active(file):     452256 kB
Inactive(file):    51428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1764 kB
Writeback:            40 kB
AnonPages:       6475668 kB
Mapped:            76048 kB
Shmem:             49768 kB
Slab:             109288 kB
SReclaimable:      82072 kB
SUnreclaim:        27216 kB
KernelStack:        3488 kB
PageTables:        17784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8052172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6246400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 13:32:34