Trace number 4301829

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11OPT25 13.2064 10.6838

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-07_c18.xml
MD5SUMe42a0bd121bf3364b1a4e345eaac980a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.040631
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints22
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":21},{"size":50,"count":7}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":21},{"degree":6,"count":6},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":21},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"type":"allDifferent","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

0.81/0.51	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.81/0.51	c This is free software under the dual EPL/GNU LGPL licenses.
0.81/0.51	c See www.sat4j.org for details.
0.81/0.51	c That software uses the Rhino library from the Mozilla project.
0.81/0.51	c version 2.3.6-SNAPSHOT
0.81/0.51	c java.runtime.name	Java(TM) SE Runtime Environment
0.81/0.51	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.81/0.51	c java.vm.version	25.131-b11
0.81/0.51	c java.vm.vendor	Oracle Corporation
0.81/0.51	c sun.arch.data.model	64
0.81/0.51	c java.version		1.8.0_131
0.81/0.51	c os.name		Linux
0.81/0.51	c os.version		3.10.0-514.16.1.el7.x86_64
0.81/0.51	c os.arch		amd64
0.81/0.51	c Free memory 		499604488
0.81/0.51	c Max memory 		7247757312
0.81/0.51	c Total memory 		504889344
0.81/0.51	c Number of processors 	4
0.81/0.51	c c --- Begin Solver configuration ---
0.81/0.51	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.81/0.51	c Learn all clauses as in MiniSAT
0.81/0.51	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.81/0.51	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.81/0.51	c No reason simplification
0.81/0.51	c Glucose 2.1 dynamic restart strategy
0.81/0.51	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
0.81/0.51	c timeout=2147483s
0.81/0.51	c DB Simplification allowed=false
0.81/0.51	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.81/0.51	c --- End Solver configuration ---
0.81/0.51	c constraints type 
0.81/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 56
0.81/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10290
0.81/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 154350
0.81/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 42
0.81/0.51	c 164738 constraints processed.
2.00/0.82	o 49
2.83/1.14	o 48
2.97/1.27	o 47
3.30/1.47	o 43
3.72/1.63	o 42
3.84/1.75	o 41
4.10/1.91	o 40
4.21/2.05	o 39
4.42/2.11	o 33
4.82/2.49	o 31
5.12/2.70	o 29
5.93/3.32	o 28
6.04/3.47	o 27
6.86/4.28	o 25
13.19/10.67	c starts		: 297
13.19/10.67	c conflicts		: 65356
13.19/10.67	c decisions		: 451032
13.19/10.67	c propagations		: 18692671
13.19/10.67	c inspects		: 108914010
13.19/10.67	c shortcuts		: 0
13.19/10.67	c learnt literals	: 234
13.19/10.67	c learnt binary clauses	: 275
13.19/10.67	c learnt ternary clauses	: 270
13.19/10.67	c learnt constraints	: 65121
13.19/10.67	c ignored constraints	: 0
13.19/10.67	c root simplifications	: 0
13.19/10.67	c removed literals (reason simplification)	: 0
13.19/10.67	c reason swapping (by a shorter reason)	: 0
13.19/10.67	c Calls to reduceDB	: 9
13.19/10.67	c Number of update (reduction) of LBD	: 54976
13.19/10.67	c Imported unit clauses	: 0
13.19/10.67	c number of reductions to clauses (during analyze)	: 0
13.19/10.67	c number of learned constraints concerned by reduction	: 0
13.19/10.67	c number of learning phase by resolution	: 0
13.19/10.67	c number of learning phase by cutting planes	: 0
13.19/10.67	c number of rounding to 1 operations	: 0
13.19/10.67	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
13.19/10.67	c number of reductions of the coefficients by power 2 	: 0
13.19/10.67	c number of right shift for reduction by power 2 	: 0
13.19/10.67	c number of reductions of the coefficients by GCD over coefficients 	: 0
13.19/10.67	c number of ending skipping 	: 0
13.19/10.67	c number of internal skipping 	: 0
13.19/10.67	c number of derivation steps 	: 0
13.19/10.67	c number of skipped derivation steps 	: 0
13.19/10.67	c number of remaining unassigned 	: 0
13.19/10.67	c number of remaining assigned 	: 0
13.19/10.67	c speed (assignments/second)	: 1840373.2401299595
13.19/10.67	c non guided choices	: 14855
13.19/10.67	s OPTIMUM FOUND
13.19/10.67	v <instantiation type="optimum" cost="25">
13.19/10.67	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] </list>
13.19/10.67	v 	<values> 0 2 3 10 16 21 25 1 2 3 10 16 21 25 1 1 1 8 14 19 23 1 1 1 7 13 18 22 1 1 1 1 6 11 15 1 1 1 1 1 5 9 1 1 1 1 1 1 4 1 1 1 1 1 1 1 </values>
13.19/10.67	v </instantiation>
13.19/10.67	

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301829-1532884739/watcher-4301829-1532884739 -o /tmp/evaluation-result-4301829-1532884739/solver-4301829-1532884739 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301829-1532884739.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=11687, runsolver pid=11684

[startup+0.100066 s]*
/proc/loadavg: 4.68 3.65 2.78 3/216 11702
/proc/meminfo: memFree=26139476/32770624 swapFree=67028788/67108860
[pid=11687] ppid=11684 vsize=10659012 memory=30100 CPUtime=0.13 cores=0,2,4,6
/proc/11687/stat : 11687 (java) S 11684 11687 10029 0 -1 1077944320 6600 0 0 0 11 2 0 0 20 0 15 0 106037025 10914828288 7525 33554432000 4194304 4196468 140725381459248 140725381441792 140293087473399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
/proc/11687/statm: 2664753 7525 2821 1 0 2627263 0
[pid=11687/tid=11689] ppid=11684 vsize=10659012 memory=-8773748148830115202 CPUtime=0.09 cores=0,2,4,6
/proc/11687/task/11689/stat : 11689 (java) R 11684 11687 10029 0 -1 4202560 4428 0 0 0 8 1 0 0 20 0 15 0 106037026 10914828288 7525 33554432000 4194304 4196468 140725381459248 140293091694528 140293087485334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11690] ppid=11684 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11690/stat : 11690 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037026 10914828288 7525 33554432000 4194304 4196468 140725381459248 140293029476624 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11691] ppid=11684 vsize=10659012 memory=140300914472576 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11691/stat : 11691 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037026 10914828288 7525 33554432000 4194304 4196468 140725381459248 140293028424080 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11692] ppid=11684 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11692/stat : 11692 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037026 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292691646992 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11693] ppid=11684 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11693/stat : 11693 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106037026 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292690594448 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11694] ppid=11684 vsize=10659012 memory=140300914472576 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11694/stat : 11694 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106037028 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292647176688 140293087484546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11695] ppid=11684 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11695/stat : 11695 (java) S 11684 11687 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106037028 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292646122912 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11696] ppid=11684 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11696/stat : 11696 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106037028 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292645070320 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11697] ppid=11684 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11697/stat : 11697 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106037031 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292644018896 140293087491995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11698] ppid=11684 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11698/stat : 11698 (java) S 11684 11687 10029 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 106037031 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292642965488 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11699] ppid=11684 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11699/stat : 11699 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106037031 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292641912944 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11700] ppid=11684 vsize=10659012 memory=140300914472576 CPUtime=0.02 cores=0,2,4,6
/proc/11687/task/11700/stat : 11700 (java) S 11684 11687 10029 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 106037031 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292640860400 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11701] ppid=11684 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11701/stat : 11701 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106037031 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292639808096 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11702] ppid=11684 vsize=10659012 memory=140300914472576 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11702/stat : 11702 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037031 10914828288 7525 33554432000 4194304 4196468 140725381459248 140292638755632 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30100 KiB

[startup+0.211266 s]*
/proc/loadavg: 4.68 3.65 2.78 3/216 11702
/proc/meminfo: memFree=26130232/32770624 swapFree=67028788/67108860
[pid=11687] ppid=11684 vsize=10659012 memory=42044 CPUtime=0.33 cores=0,2,4,6
/proc/11687/stat : 11687 (java) S 11684 11687 10029 0 -1 1077944320 8105 0 0 0 30 3 0 0 20 0 15 0 106037025 10914828288 10511 33554432000 4194304 4196468 140725381459248 140725381441792 140293087473399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
/proc/11687/statm: 2664753 10511 3007 1 0 2627263 0
[pid=11687/tid=11689] ppid=11684 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11687/task/11689/stat : 11689 (java) R 11684 11687 10029 0 -1 4202560 5005 0 0 0 18 2 0 0 20 0 15 0 106037026 10914828288 10511 33554432000 4194304 4196468 140725381459248 140293091709680 140293071517029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11690] ppid=11684 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11690/stat : 11690 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037026 10914828288 10511 33554432000 4194304 4196468 140725381459248 140293029476624 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11691] ppid=11684 vsize=10659012 memory=140300915108839 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11691/stat : 11691 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037026 10914828288 10511 33554432000 4194304 4196468 140725381459248 140293028424080 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11692] ppid=11684 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11692/stat : 11692 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037026 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292691646992 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11693] ppid=11684 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11693/stat : 11693 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106037026 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292690594448 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11694] ppid=11684 vsize=10659012 memory=140300914472576 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11694/stat : 11694 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106037028 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292647176688 140293087484546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11695] ppid=11684 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11695/stat : 11695 (java) S 11684 11687 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106037028 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292646122912 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11696] ppid=11684 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11696/stat : 11696 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106037028 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292645070320 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11697] ppid=11684 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11697/stat : 11697 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106037031 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292644018896 140293087491995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11698] ppid=11684 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11687/task/11698/stat : 11698 (java) R 11684 11687 10029 0 -1 1077944384 705 0 0 0 1 0 0 0 20 0 15 0 106037031 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292642965488 140293087484546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11699] ppid=11684 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11687/task/11699/stat : 11699 (java) S 11684 11687 10029 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 15 0 106037031 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292641912944 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11700] ppid=11684 vsize=10659012 memory=140300914472576 CPUtime=0.07 cores=0,2,4,6
/proc/11687/task/11700/stat : 11700 (java) R 11684 11687 10029 0 -1 4202560 691 0 0 0 7 0 0 0 20 0 15 0 106037031 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292640860400 140293066141112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11701] ppid=11684 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11701/stat : 11701 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106037031 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292639808096 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11702] ppid=11684 vsize=10659012 memory=140300914472576 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11702/stat : 11702 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037031 10914828288 10511 33554432000 4194304 4196468 140725381459248 140292638755632 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42044 KiB

[startup+0.310315 s]*
/proc/loadavg: 4.68 3.65 2.78 6/216 11702
/proc/meminfo: memFree=26122464/32770624 swapFree=67028788/67108860
[pid=11687] ppid=11684 vsize=10659088 memory=47544 CPUtime=0.51 cores=0,2,4,6
/proc/11687/stat : 11687 (java) S 11684 11687 10029 0 -1 1077944320 9096 0 0 0 48 3 0 0 20 0 15 0 106037025 10914906112 11886 33554432000 4194304 4196468 140725381459248 140725381441792 140293087473399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
/proc/11687/statm: 2664772 11886 3059 1 0 2627263 0
[pid=11687/tid=11689] ppid=11684 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/11687/task/11689/stat : 11689 (java) R 11684 11687 10029 0 -1 4202560 5806 0 0 0 28 2 0 0 20 0 15 0 106037026 10914906112 11886 33554432000 4194304 4196468 140725381459248 140293091708128 140293071517029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11690] ppid=11684 vsize=10659088 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11690/stat : 11690 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037026 10914906112 11886 33554432000 4194304 4196468 140725381459248 140293029476624 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11691] ppid=11684 vsize=10659088 memory=140300915102711 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11691/stat : 11691 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037026 10914906112 11886 33554432000 4194304 4196468 140725381459248 140293028424080 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11692] ppid=11684 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11692/stat : 11692 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037026 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292691646992 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11693] ppid=11684 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11693/stat : 11693 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106037026 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292690594448 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11694] ppid=11684 vsize=10659088 memory=140300914472576 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11694/stat : 11694 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106037028 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292647176688 140293087484546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11695] ppid=11684 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11695/stat : 11695 (java) S 11684 11687 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106037028 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292646122912 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11696] ppid=11684 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11696/stat : 11696 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106037028 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292645070320 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11697] ppid=11684 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11697/stat : 11697 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106037031 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292644018896 140293087491995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11698] ppid=11684 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/11687/task/11698/stat : 11698 (java) S 11684 11687 10029 0 -1 1077944384 739 0 0 0 3 0 0 0 20 0 15 0 106037031 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292642965488 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11699] ppid=11684 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/11687/task/11699/stat : 11699 (java) S 11684 11687 10029 0 -1 1077944384 452 0 0 0 5 0 0 0 20 0 15 0 106037031 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292641912944 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11700] ppid=11684 vsize=10659088 memory=140300914472576 CPUtime=0.11 cores=0,2,4,6
/proc/11687/task/11700/stat : 11700 (java) S 11684 11687 10029 0 -1 1077944384 736 0 0 0 11 0 0 0 20 0 15 0 106037031 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292640860400 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11701] ppid=11684 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11701/stat : 11701 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106037031 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292639808096 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11702] ppid=11684 vsize=10659088 memory=140300914472576 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11702/stat : 11702 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106037031 10914906112 11886 33554432000 4194304 4196468 140725381459248 140292638755632 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47544 KiB

[startup+0.701208 s]
/proc/loadavg: 4.68 3.65 2.78 5/216 11702
/proc/meminfo: memFree=26085960/32770624 swapFree=67028788/67108860
[pid=11687] ppid=11684 vsize=10725652 memory=96596 CPUtime=1.7 cores=0,2,4,6
/proc/11687/stat : 11687 (java) S 11684 11687 10029 0 -1 1077944320 14211 0 0 0 166 4 0 0 20 0 16 0 106037025 10983067648 24149 33554432000 4194304 4196468 140725381459248 140725381441792 140293087473399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
/proc/11687/statm: 2681413 24149 3104 1 0 2643904 0
[pid=11687/tid=11689] ppid=11684 vsize=10725652 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11687/task/11689/stat : 11689 (java) R 11684 11687 10029 0 -1 4202560 5998 0 0 0 65 2 0 0 20 0 16 0 106037026 10983067648 24149 33554432000 4194304 4196468 140725381459248 140293091709880 140292710295134 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11690] ppid=11684 vsize=10725652 memory=190526158553357 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11690/stat : 11690 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 24149 33554432000 4194304 4196468 140725381459248 140293029476624 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11691] ppid=11684 vsize=10725652 memory=616836 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11691/stat : 11691 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 24149 33554432000 4194304 4196468 140725381459248 140293028424080 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11692] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11692/stat : 11692 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292691646992 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11693] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11693/stat : 11693 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292690594448 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11694] ppid=11684 vsize=10725652 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11694/stat : 11694 (java) S 11684 11687 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292647176688 140293087484546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11695] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11695/stat : 11695 (java) S 11684 11687 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292646122912 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11696] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11696/stat : 11696 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292645070320 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11697] ppid=11684 vsize=10725652 memory=7307210987814301138 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11697/stat : 11697 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292644018896 140293087491995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11698] ppid=11684 vsize=10725652 memory=-2897801490638248215 CPUtime=0.39 cores=0,2,4,6
/proc/11687/task/11698/stat : 11698 (java) R 11684 11687 10029 0 -1 4202560 2822 0 0 0 39 0 0 0 20 0 16 0 106037031 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292642950952 140293067128602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11699] ppid=11684 vsize=10725652 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/11687/task/11699/stat : 11699 (java) R 11684 11687 10029 0 -1 4202560 2480 0 0 0 39 0 0 0 20 0 16 0 106037031 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292641897608 140293072597404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11700] ppid=11684 vsize=10725652 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/11687/task/11700/stat : 11700 (java) S 11684 11687 10029 0 -1 1077944384 1519 0 0 0 22 0 0 0 20 0 16 0 106037031 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292640860400 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11701] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11701/stat : 11701 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292639808096 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11702] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11702/stat : 11702 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292638755632 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11703] ppid=11684 vsize=10725652 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11703/stat : 11703 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106037077 10983067648 24149 33554432000 4194304 4196468 140725381459248 140292637701424 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 96596 KiB

[startup+1.50079 s]
/proc/loadavg: 4.68 3.65 2.78 5/217 11703
/proc/meminfo: memFree=26067712/32770624 swapFree=67028788/67108860
[pid=11687] ppid=11684 vsize=10725652 memory=108288 CPUtime=3.53 cores=0,2,4,6
/proc/11687/stat : 11687 (java) S 11684 11687 10029 0 -1 1077944320 19898 0 0 0 348 5 0 0 20 0 16 0 106037025 10983067648 27072 33554432000 4194304 4196468 140725381459248 140725381441792 140293087473399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
/proc/11687/statm: 2681413 27072 3115 1 0 2643904 0
[pid=11687/tid=11689] ppid=11684 vsize=10725652 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/11687/task/11689/stat : 11689 (java) R 11684 11687 10029 0 -1 4202560 6470 0 0 0 144 2 0 0 20 0 16 0 106037026 10983067648 27072 33554432000 4194304 4196468 140725381459248 140293091710072 140292710588942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11690] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11690/stat : 11690 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 27072 33554432000 4194304 4196468 140725381459248 140293029476624 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11691] ppid=11684 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11691/stat : 11691 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 27072 33554432000 4194304 4196468 140725381459248 140293028424080 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11692] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11692/stat : 11692 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 27072 33554432000 4194304 4196468 140725381459248 140292691646992 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11693] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11693/stat : 11693 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 27072 33554432000 4194304 4196468 140725381459248 140292690594448 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0

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

Current children cumulated memory: 149696 KiB

[startup+8.00068 s]*
/proc/loadavg: 4.27 3.59 2.77 3/217 11703
/proc/meminfo: memFree=26003432/32770624 swapFree=67028788/67108860
[pid=11687] ppid=11684 vsize=10725652 memory=162044 CPUtime=10.7 cores=0,2,4,6
/proc/11687/stat : 11687 (java) S 11684 11687 10029 0 -1 1077944320 23433 0 0 0 1064 6 0 0 20 0 16 0 106037025 10983067648 40511 33554432000 4194304 4196468 140725381459248 140725381441792 140293087473399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
/proc/11687/statm: 2681413 40511 3123 1 0 2643904 0
[pid=11687/tid=11689] ppid=11684 vsize=10725652 memory=6791534058613427641 CPUtime=7.97 cores=0,2,4,6
/proc/11687/task/11689/stat : 11689 (java) R 11684 11687 10029 0 -1 4202560 7294 0 0 0 794 3 0 0 20 0 16 0 106037026 10983067648 40511 33554432000 4194304 4196468 140725381459248 140293091712168 140292710611566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11690] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11690/stat : 11690 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 40511 33554432000 4194304 4196468 140725381459248 140293029476624 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11691] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11691/stat : 11691 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 40511 33554432000 4194304 4196468 140725381459248 140293028424080 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11692] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11692/stat : 11692 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292691646992 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11693] ppid=11684 vsize=10725652 memory=2320537093902905910 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11693/stat : 11693 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292690594448 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11694] ppid=11684 vsize=10725652 memory=6720696446780543624 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11694/stat : 11694 (java) S 11684 11687 10029 0 -1 1077944384 369 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292647176688 140293087484546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11695] ppid=11684 vsize=10725652 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11695/stat : 11695 (java) S 11684 11687 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292646122912 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11696] ppid=11684 vsize=10725652 memory=3472468597142152880 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11696/stat : 11696 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292645070320 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11697] ppid=11684 vsize=10725652 memory=3472328296225127009 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11697/stat : 11697 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292644018896 140293087491995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11698] ppid=11684 vsize=10725652 memory=0 CPUtime=1.19 cores=0,2,4,6
/proc/11687/task/11698/stat : 11698 (java) S 11684 11687 10029 0 -1 1077944384 5198 0 0 0 119 0 0 0 20 0 16 0 106037031 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292642965488 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11699] ppid=11684 vsize=10725652 memory=3471202396320837679 CPUtime=1.22 cores=0,2,4,6
/proc/11687/task/11699/stat : 11699 (java) S 11684 11687 10029 0 -1 1077944384 6618 0 0 0 122 0 0 0 20 0 16 0 106037031 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292641912944 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11700] ppid=11684 vsize=10725652 memory=6944656592455097440 CPUtime=0.28 cores=0,2,4,6
/proc/11687/task/11700/stat : 11700 (java) S 11684 11687 10029 0 -1 1077944384 2024 0 0 0 28 0 0 0 20 0 16 0 106037031 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292640860400 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11701] ppid=11684 vsize=10725652 memory=7444875970798052945 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11701/stat : 11701 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292639808096 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11702] ppid=11684 vsize=10725652 memory=6082203013298088023 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11702/stat : 11702 (java) S 11684 11687 10029 0 -1 1077944384 544 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292638755632 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11703] ppid=11684 vsize=10725652 memory=7809355348805115991 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11703/stat : 11703 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106037077 10983067648 40511 33554432000 4194304 4196468 140725381459248 140292637701424 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
Current children cumulated CPU time: 10.7 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 162044 KiB

[startup+9.60071 s]
/proc/loadavg: 4.27 3.59 2.77 3/217 11703
/proc/meminfo: memFree=25995116/32770624 swapFree=67028788/67108860
[pid=11687] ppid=11684 vsize=10725652 memory=172308 CPUtime=12.3 cores=0,2,4,6
/proc/11687/stat : 11687 (java) S 11684 11687 10029 0 -1 1077944320 23774 0 0 0 1224 6 0 0 20 0 16 0 106037025 10983067648 43077 33554432000 4194304 4196468 140725381459248 140725381441792 140293087473399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
/proc/11687/statm: 2681413 43077 3127 1 0 2643904 0
[pid=11687/tid=11689] ppid=11684 vsize=10725652 memory=6655300316396806240 CPUtime=9.56 cores=0,2,4,6
/proc/11687/task/11689/stat : 11689 (java) R 11684 11687 10029 0 -1 4202560 7312 0 0 0 953 3 0 0 20 0 16 0 106037026 10983067648 43077 33554432000 4194304 4196468 140725381459248 140293091712248 140292710679552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11690] ppid=11684 vsize=10725652 memory=6935649255759569216 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11690/stat : 11690 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 43077 33554432000 4194304 4196468 140725381459248 140293029476624 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11691] ppid=11684 vsize=10725652 memory=7518590701213671769 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11691/stat : 11691 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 43077 33554432000 4194304 4196468 140725381459248 140293028424080 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11692] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11692/stat : 11692 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292691646992 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11693] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11693/stat : 11693 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292690594448 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11694] ppid=11684 vsize=10725652 memory=3472468579858875840 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11694/stat : 11694 (java) S 11684 11687 10029 0 -1 1077944384 369 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292647176688 140293087484546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11695] ppid=11684 vsize=10725652 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11695/stat : 11695 (java) S 11684 11687 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292646122912 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11696] ppid=11684 vsize=10725652 memory=56 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11696/stat : 11696 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292645070320 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11697] ppid=11684 vsize=10725652 memory=-7522837583128914061 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11697/stat : 11697 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292644018896 140293087491995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11698] ppid=11684 vsize=10725652 memory=0 CPUtime=1.19 cores=0,2,4,6
/proc/11687/task/11698/stat : 11698 (java) S 11684 11687 10029 0 -1 1077944384 5269 0 0 0 119 0 0 0 20 0 16 0 106037031 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292642965488 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11699] ppid=11684 vsize=10725652 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/11687/task/11699/stat : 11699 (java) S 11684 11687 10029 0 -1 1077944384 6836 0 0 0 123 0 0 0 20 0 16 0 106037031 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292641912944 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11700] ppid=11684 vsize=10725652 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/11687/task/11700/stat : 11700 (java) S 11684 11687 10029 0 -1 1077944384 2058 0 0 0 28 0 0 0 20 0 16 0 106037031 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292640860400 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11701] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11701/stat : 11701 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292639808096 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11702] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11702/stat : 11702 (java) S 11684 11687 10029 0 -1 1077944384 544 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292638755632 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11703] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11703/stat : 11703 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106037077 10983067648 43077 33554432000 4194304 4196468 140725381459248 140292637701424 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
Current children cumulated CPU time: 12.3 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 172308 KiB

[startup+10.4007 s]
/proc/loadavg: 4.27 3.59 2.77 3/217 11703
/proc/meminfo: memFree=25988972/32770624 swapFree=67028788/67108860
[pid=11687] ppid=11684 vsize=10725652 memory=173208 CPUtime=13.1 cores=0,2,4,6
/proc/11687/stat : 11687 (java) S 11684 11687 10029 0 -1 1077944320 23854 0 0 0 1304 6 0 0 20 0 16 0 106037025 10983067648 43302 33554432000 4194304 4196468 140725381459248 140725381441792 140293087473399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
/proc/11687/statm: 2681413 43302 3127 1 0 2643904 0
[pid=11687/tid=11689] ppid=11684 vsize=10725652 memory=155900 CPUtime=10.36 cores=0,2,4,6
/proc/11687/task/11689/stat : 11689 (java) R 11684 11687 10029 0 -1 4202560 7318 0 0 0 1033 3 0 0 20 0 16 0 106037026 10983067648 43302 33554432000 4194304 4196468 140725381459248 140293091712264 140292710611487 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11690] ppid=11684 vsize=10725652 memory=960 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11690/stat : 11690 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 43302 33554432000 4194304 4196468 140725381459248 140293029476624 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11691] ppid=11684 vsize=10725652 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11691/stat : 11691 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 43302 33554432000 4194304 4196468 140725381459248 140293028424080 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11692] ppid=11684 vsize=10725652 memory=174356 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11692/stat : 11692 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292691646992 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11693] ppid=11684 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11693/stat : 11693 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106037026 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292690594448 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11694] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11694/stat : 11694 (java) S 11684 11687 10029 0 -1 1077944384 369 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292647176688 140293087484546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11695] ppid=11684 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11695/stat : 11695 (java) S 11684 11687 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292646122912 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11696] ppid=11684 vsize=10725652 memory=140300811049448 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11696/stat : 11696 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106037028 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292645070320 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11697] ppid=11684 vsize=10725652 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11697/stat : 11697 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292644018896 140293087491995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11698] ppid=11684 vsize=10725652 memory=1692 CPUtime=1.19 cores=0,2,4,6
/proc/11687/task/11698/stat : 11698 (java) S 11684 11687 10029 0 -1 1077944384 5269 0 0 0 119 0 0 0 20 0 16 0 106037031 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292642965488 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11699] ppid=11684 vsize=10725652 memory=916 CPUtime=1.23 cores=0,2,4,6
/proc/11687/task/11699/stat : 11699 (java) S 11684 11687 10029 0 -1 1077944384 6836 0 0 0 123 0 0 0 20 0 16 0 106037031 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292641912944 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11700] ppid=11684 vsize=10725652 memory=3852 CPUtime=0.28 cores=0,2,4,6
/proc/11687/task/11700/stat : 11700 (java) S 11684 11687 10029 0 -1 1077944384 2126 0 0 0 28 0 0 0 20 0 16 0 106037031 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292640860400 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11701] ppid=11684 vsize=10725652 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11701/stat : 11701 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292639808096 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11702] ppid=11684 vsize=10725652 memory=2704 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11702/stat : 11702 (java) S 11684 11687 10029 0 -1 1077944384 550 0 0 0 0 0 0 0 20 0 16 0 106037031 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292638755632 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11703] ppid=11684 vsize=10725652 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11703/stat : 11703 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106037077 10983067648 43302 33554432000 4194304 4196468 140725381459248 140292637701424 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
Current children cumulated CPU time: 13.1 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 173208 KiB

[startup+10.6007 s]
/proc/loadavg: 4.27 3.59 2.77 3/217 11703
/proc/meminfo: memFree=25988972/32770624 swapFree=67028788/67108860
[pid=11687] ppid=11684 vsize=10858780 memory=177360 CPUtime=13.19 cores=0,2,4,6
/proc/11687/stat : 11687 (java) S 11684 11687 10029 0 -1 1077944320 24586 0 0 0 1312 7 0 0 20 0 16 0 106037025 11119390720 44340 33554432000 4194304 4196468 140725381459248 140725381441792 140293087473399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
/proc/11687/statm: 2714695 44340 3129 1 0 2677186 0
[pid=11687/tid=11689] ppid=11684 vsize=10858780 memory=0 CPUtime=10.43 cores=0,2,4,6
/proc/11687/task/11689/stat : 11689 (java) S 11684 11687 10029 0 -1 1077944384 7819 0 0 0 1040 3 0 0 20 0 16 0 106037026 11119390720 44340 33554432000 4194304 4196468 140725381459248 140293091714080 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11690] ppid=11684 vsize=10858780 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11690/stat : 11690 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 11119390720 44340 33554432000 4194304 4196468 140725381459248 140293029476624 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11691] ppid=11684 vsize=10858780 memory=-5874771483550381248 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11691/stat : 11691 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 11119390720 44340 33554432000 4194304 4196468 140725381459248 140293028424080 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11692] ppid=11684 vsize=10858780 memory=-8686725192589007501 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11692/stat : 11692 (java) S 11684 11687 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106037026 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292691646992 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11693] ppid=11684 vsize=10858780 memory=-9117941526592839774 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11693/stat : 11693 (java) S 11684 11687 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106037026 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292690594448 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11694] ppid=11684 vsize=10858780 memory=6452091043280740410 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11694/stat : 11694 (java) S 11684 11687 10029 0 -1 1077944384 369 0 0 0 0 0 0 0 20 0 16 0 106037028 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292647176688 140293087484546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11695] ppid=11684 vsize=10858780 memory=8027224780574906473 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11695/stat : 11695 (java) S 11684 11687 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106037028 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292646122912 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11696] ppid=11684 vsize=10858780 memory=6296406565455291498 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11696/stat : 11696 (java) S 11684 11687 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106037028 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292645070320 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11697] ppid=11684 vsize=10858780 memory=7091590945607936361 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11697/stat : 11697 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106037031 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292644018896 140293087491995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11698] ppid=11684 vsize=10858780 memory=4641331503557595239 CPUtime=1.19 cores=0,2,4,6
/proc/11687/task/11698/stat : 11698 (java) S 11684 11687 10029 0 -1 1077944384 5272 0 0 0 119 0 0 0 20 0 16 0 106037031 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292642965488 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11699] ppid=11684 vsize=10858780 memory=609288 CPUtime=1.23 cores=0,2,4,6
/proc/11687/task/11699/stat : 11699 (java) S 11684 11687 10029 0 -1 1077944384 6839 0 0 0 123 0 0 0 20 0 16 0 106037031 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292641912944 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11700] ppid=11684 vsize=10858780 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/11687/task/11700/stat : 11700 (java) S 11684 11687 10029 0 -1 1077944384 2208 0 0 0 28 0 0 0 20 0 16 0 106037031 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292640860400 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11701] ppid=11684 vsize=10858780 memory=140300811541680 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11701/stat : 11701 (java) S 11684 11687 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106037031 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292639808096 140293087483605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
[pid=11687/tid=11702] ppid=11684 vsize=10858780 memory=481 CPUtime=0 cores=0,2,4,6
/proc/11687/task/11702/stat : 11702 (java) S 11684 11687 10029 0 -1 1077944384 550 0 0 0 0 0 0 0 20 0 16 0 106037031 11119390720 44340 33554432000 4194304 4196468 140725381459248 140292638755632 140293087484546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24436736 140725381465206 140725381465358 140725381465358 140725381468111 0
Current children cumulated CPU time: 13.19 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 177360 KiB

Child status: 0
Real time (s): 10.6838
CPU time (s): 13.2064
CPU user time (s): 13.1281
CPU system time (s): 0.078268
CPU usage (%): 123.611
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 177360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.1281
system time used= 0.078268
maximum resident set size= 179684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25100
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1837
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 11687
#   total CPU time (s): 13.2064
#   total CPU user time (s): 13.1281
#   total CPU system time (s): 0.078268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.086888 second user time and 0.142746 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:18:59
IDJOB=4301829
IDBENCH=141369
IDSOLVER=2773
FILE ID=node102/4301829-1532884739
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-07_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301829-1532884739/watcher-4301829-1532884739 -o /tmp/evaluation-result-4301829-1532884739/solver-4301829-1532884739 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301829-1532884739.xml

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

MD5SUM BENCH= e42a0bd121bf3364b1a4e345eaac980a
RANDOM SEED=1479563898

node102.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.51
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.51
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.51
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.51
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:        26157380 kB
MemAvailable:   31330416 kB
Buffers:          230552 kB
Cached:          5187356 kB
SwapCached:        53064 kB
Active:          1768912 kB
Inactive:        4321152 kB
Active(anon):     598692 kB
Inactive(anon):    99168 kB
Active(file):    1170220 kB
Inactive(file):  4221984 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028788 kB
Dirty:              2596 kB
Writeback:             0 kB
AnonPages:        850072 kB
Mapped:            49812 kB
Shmem:             22552 kB
Slab:             222288 kB
SReclaimable:     193332 kB
SUnreclaim:        28956 kB
KernelStack:        3824 kB
PageTables:         6336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1728820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 19:19:09