Trace number 4289835

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.1011 10.5267

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.04028
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

1.13/0.52	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.13/0.52	c This is free software under the dual EPL/GNU LGPL licenses.
1.13/0.52	c See www.sat4j.org for details.
1.13/0.52	c That software uses the Rhino library from the Mozilla project.
1.13/0.52	c version 2.3.6-SNAPSHOT
1.13/0.52	c java.runtime.name	Java(TM) SE Runtime Environment
1.13/0.52	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.13/0.52	c java.vm.version	25.131-b11
1.13/0.52	c java.vm.vendor	Oracle Corporation
1.13/0.52	c sun.arch.data.model	64
1.13/0.52	c java.version		1.8.0_131
1.13/0.52	c os.name		Linux
1.13/0.52	c os.version		3.10.0-514.16.1.el7.x86_64
1.13/0.52	c os.arch		amd64
1.13/0.52	c Free memory 		499604488
1.13/0.52	c Max memory 		7247757312
1.13/0.52	c Total memory 		504889344
1.13/0.52	c Number of processors 	4
1.13/0.52	c c --- Begin Solver configuration ---
1.13/0.52	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.13/0.52	c Learn all clauses as in MiniSAT
1.13/0.52	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.13/0.52	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.13/0.52	c No reason simplification
1.13/0.52	c Glucose 2.1 dynamic restart strategy
1.13/0.52	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
1.13/0.52	c timeout=2147483s
1.13/0.52	c DB Simplification allowed=false
1.13/0.52	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.13/0.52	c --- End Solver configuration ---
1.13/0.52	c constraints type 
1.13/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 56
1.13/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10290
1.13/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 154350
1.13/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 42
1.13/0.52	c 164738 constraints processed.
2.01/0.84	o 49
2.92/1.17	o 48
3.06/1.29	o 47
3.38/1.49	o 43
3.84/1.65	o 42
3.97/1.77	o 41
4.25/1.93	o 40
4.36/2.07	o 39
4.57/2.13	o 33
5.14/2.51	o 31
5.35/2.71	o 29
5.96/3.30	o 28
6.06/3.45	o 27
6.91/4.24	o 25
13.08/10.51	c starts		: 297
13.08/10.51	c conflicts		: 65356
13.08/10.51	c decisions		: 451032
13.08/10.51	c propagations		: 18692671
13.08/10.51	c inspects		: 108914010
13.08/10.51	c shortcuts		: 0
13.08/10.51	c learnt literals	: 234
13.08/10.51	c learnt binary clauses	: 275
13.08/10.51	c learnt ternary clauses	: 270
13.08/10.51	c learnt constraints	: 65121
13.08/10.52	c ignored constraints	: 0
13.08/10.52	c root simplifications	: 0
13.08/10.52	c removed literals (reason simplification)	: 0
13.08/10.52	c reason swapping (by a shorter reason)	: 0
13.08/10.52	c Calls to reduceDB	: 9
13.08/10.52	c Number of update (reduction) of LBD	: 54976
13.08/10.52	c Imported unit clauses	: 0
13.08/10.52	c number of reductions to clauses (during analyze)	: 0
13.08/10.52	c number of learned constraints concerned by reduction	: 0
13.08/10.52	c number of learning phase by resolution	: 0
13.08/10.52	c number of learning phase by cutting planes	: 0
13.08/10.52	c number of rounding to 1 operations	: 0
13.08/10.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
13.08/10.52	c number of reductions of the coefficients by power 2 	: 0
13.08/10.52	c number of right shift for reduction by power 2 	: 0
13.08/10.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
13.08/10.52	c number of ending skipping 	: 0
13.08/10.52	c number of internal skipping 	: 0
13.08/10.52	c number of derivation steps 	: 0
13.08/10.52	c number of skipped derivation steps 	: 0
13.08/10.52	c number of remaining unassigned 	: 0
13.08/10.52	c number of remaining assigned 	: 0
13.08/10.52	c speed (assignments/second)	: 1870763.7109687747
13.08/10.52	c non guided choices	: 14855
13.08/10.52	s OPTIMUM FOUND
13.08/10.52	v <instantiation type="optimum" cost="25">
13.08/10.52	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.08/10.52	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.08/10.52	v </instantiation>
13.08/10.52	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289835-1532217266/watcher-4289835-1532217266 -o /tmp/evaluation-result-4289835-1532217266/solver-4289835-1532217266 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289835-1532217266.xml 

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

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

solver pid=27142, runsolver pid=27139

[startup+0.100403 s]*
/proc/loadavg: 7.14 5.54 3.73 6/216 27157
/proc/meminfo: memFree=13792708/32770624 swapFree=67108860/67108860
[pid=27142] ppid=27139 vsize=10659012 memory=32996 CPUtime=0.12 cores=0,2,4,6
/proc/27142/stat : 27142 (java) S 27139 27142 23392 0 -1 1077944320 6796 0 0 0 11 1 0 0 20 0 15 0 39289728 10914828288 8249 33554432000 4194304 4196468 140731833899024 140731833881568 139929003355895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
/proc/27142/statm: 2664753 8249 2821 1 0 2627263 0
[pid=27142/tid=27144] ppid=27139 vsize=10659012 memory=-8557575366716593539 CPUtime=0.09 cores=0,2,4,6
/proc/27142/task/27144/stat : 27144 (java) R 27139 27142 23392 0 -1 4202560 4640 0 0 0 8 1 0 0 20 0 15 0 39289728 10914828288 8249 33554432000 4194304 4196468 140731833899024 139929007577024 139929003377821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27145] ppid=27139 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289729 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928962115984 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27146] ppid=27139 vsize=10659012 memory=139726153553536 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289729 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928609302800 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27147] ppid=27139 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289729 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928608250512 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27148] ppid=27139 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39289729 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928607197712 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27149] ppid=27139 vsize=10659012 memory=139726153553536 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39289731 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928562924144 139929003367042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27150] ppid=27139 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39289731 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928561870112 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27151] ppid=27139 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39289731 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928560817776 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27152] ppid=27139 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39289734 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928559766096 139929003374491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27153] ppid=27139 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27153/stat : 27153 (java) R 27139 27142 23392 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 39289734 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928101972080 139929003367042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27154] ppid=27139 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39289734 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928100919280 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27155] ppid=27139 vsize=10659012 memory=139726153553536 CPUtime=0.02 cores=0,2,4,6
/proc/27142/task/27155/stat : 27155 (java) R 27139 27142 23392 0 -1 4202560 345 0 0 0 2 0 0 0 20 0 15 0 39289734 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928099866992 139928983075264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27156] ppid=27139 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39289734 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928098814432 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27157] ppid=27139 vsize=10659012 memory=139726153553536 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289734 10914828288 8249 33554432000 4194304 4196468 140731833899024 139928097762224 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 32996 KiB

[startup+0.210781 s]*
/proc/loadavg: 7.14 5.54 3.73 6/216 27157
/proc/meminfo: memFree=13782248/32770624 swapFree=67108860/67108860
[pid=27142] ppid=27139 vsize=10659012 memory=43752 CPUtime=0.33 cores=0,2,4,6
/proc/27142/stat : 27142 (java) S 27139 27142 23392 0 -1 1077944320 8078 0 0 0 31 2 0 0 20 0 15 0 39289728 10914828288 10938 33554432000 4194304 4196468 140731833899024 140731833881568 139929003355895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
/proc/27142/statm: 2664753 10938 3007 1 0 2627263 0
[pid=27142/tid=27144] ppid=27139 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27142/task/27144/stat : 27144 (java) R 27139 27142 23392 0 -1 4202560 5048 0 0 0 19 1 0 0 20 0 15 0 39289728 10914828288 10938 33554432000 4194304 4196468 140731833899024 139929007592176 139928987669493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27145] ppid=27139 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289729 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928962115984 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27146] ppid=27139 vsize=10659012 memory=4120990788274591392 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289729 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928609302800 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27147] ppid=27139 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289729 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928608250512 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27148] ppid=27139 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39289729 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928607197712 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27149] ppid=27139 vsize=10659012 memory=139726153553536 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39289731 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928562924144 139929003367042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27150] ppid=27139 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39289731 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928561870112 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27151] ppid=27139 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39289731 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928560817776 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27152] ppid=27139 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39289734 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928559766096 139929003374491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27153] ppid=27139 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 23392 0 -1 1077944384 769 0 0 0 2 0 0 0 20 0 15 0 39289734 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928101972080 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27154] ppid=27139 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 23392 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 15 0 39289734 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928100919280 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27155] ppid=27139 vsize=10659012 memory=139726153553536 CPUtime=0.07 cores=0,2,4,6
/proc/27142/task/27155/stat : 27155 (java) R 27139 27142 23392 0 -1 4202560 651 0 0 0 7 0 0 0 20 0 15 0 39289734 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928099866992 139928982828218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27156] ppid=27139 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39289734 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928098814432 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27157] ppid=27139 vsize=10659012 memory=139726153553536 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289734 10914828288 10938 33554432000 4194304 4196468 140731833899024 139928097762224 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 43752 KiB

[startup+0.310749 s]*
/proc/loadavg: 7.14 5.54 3.73 6/216 27157
/proc/meminfo: memFree=13775188/32770624 swapFree=67108860/67108860
[pid=27142] ppid=27139 vsize=10659088 memory=49496 CPUtime=0.52 cores=0,2,4,6
/proc/27142/stat : 27142 (java) S 27139 27142 23392 0 -1 1077944320 9044 0 0 0 49 3 0 0 20 0 15 0 39289728 10914906112 12374 33554432000 4194304 4196468 140731833899024 140731833881568 139929003355895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
/proc/27142/statm: 2664772 12374 3059 1 0 2627263 0
[pid=27142/tid=27144] ppid=27139 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/27142/task/27144/stat : 27144 (java) R 27139 27142 23392 0 -1 4202560 5814 0 0 0 28 1 0 0 20 0 15 0 39289728 10914906112 12374 33554432000 4194304 4196468 140731833899024 139929007590880 139928639922237 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27145] ppid=27139 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289729 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928962115984 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27146] ppid=27139 vsize=10659088 memory=3688648518286939808 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289729 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928609302800 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27147] ppid=27139 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289729 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928608250512 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27148] ppid=27139 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39289729 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928607197712 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27149] ppid=27139 vsize=10659088 memory=139726153553536 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39289731 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928562924144 139929003367042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27150] ppid=27139 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39289731 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928561870112 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27151] ppid=27139 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39289731 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928560817776 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27152] ppid=27139 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39289734 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928559766096 139929003374491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27153] ppid=27139 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 23392 0 -1 1077944384 866 0 0 0 4 0 0 0 20 0 15 0 39289734 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928101972080 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27154] ppid=27139 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 23392 0 -1 1077944384 291 0 0 0 4 0 0 0 20 0 15 0 39289734 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928100919280 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27155] ppid=27139 vsize=10659088 memory=139726153553536 CPUtime=0.11 cores=0,2,4,6
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 23392 0 -1 1077944384 705 0 0 0 11 0 0 0 20 0 15 0 39289734 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928099866992 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27156] ppid=27139 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39289734 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928098814432 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27157] ppid=27139 vsize=10659088 memory=139726153553536 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39289734 10914906112 12374 33554432000 4194304 4196468 140731833899024 139928097762224 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49496 KiB

[startup+0.700727 s]
/proc/loadavg: 7.14 5.54 3.73 8/216 27157
/proc/meminfo: memFree=13738088/32770624 swapFree=67108860/67108860
[pid=27142] ppid=27139 vsize=10725652 memory=98296 CPUtime=1.71 cores=0,2,4,6
/proc/27142/stat : 27142 (java) S 27139 27142 23392 0 -1 1077944320 14236 0 0 0 166 5 0 0 20 0 16 0 39289728 10983067648 24574 33554432000 4194304 4196468 140731833899024 140731833881568 139929003355895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
/proc/27142/statm: 2681413 24574 3103 1 0 2643904 0
[pid=27142/tid=27144] ppid=27139 vsize=10725652 memory=256330090708332 CPUtime=0.67 cores=0,2,4,6
/proc/27142/task/27144/stat : 27144 (java) R 27139 27142 23392 0 -1 4202560 6144 0 0 0 65 2 0 0 20 0 16 0 39289728 10983067648 24574 33554432000 4194304 4196468 140731833899024 139929007592048 139928642627383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27145] ppid=27139 vsize=10725652 memory=120106 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928962115984 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27146] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928609302800 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27147] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928608250512 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27148] ppid=27139 vsize=10725652 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928607197712 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27149] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39289731 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928562924144 139929003367042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27150] ppid=27139 vsize=10725652 memory=-3535359994705171299 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39289731 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928561870112 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27151] ppid=27139 vsize=10725652 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39289731 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928560817776 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27152] ppid=27139 vsize=10725652 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39289734 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928559766096 139929003374491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27153] ppid=27139 vsize=10725652 memory=6656426216303648864 CPUtime=0.4 cores=0,2,4,6
/proc/27142/task/27153/stat : 27153 (java) R 27139 27142 23392 0 -1 4202560 2866 0 0 0 39 1 0 0 20 0 16 0 39289734 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928101957800 139928986740680 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27154] ppid=27139 vsize=10725652 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/27142/task/27154/stat : 27154 (java) R 27139 27142 23392 0 -1 4202560 2329 0 0 0 38 0 0 0 20 0 16 0 39289734 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928100903768 139928984879297 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27155] ppid=27139 vsize=10725652 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 23392 0 -1 1077944384 1505 0 0 0 22 0 0 0 20 0 16 0 39289734 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928099866992 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27156] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39289734 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928098814432 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27157] ppid=27139 vsize=10725652 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289734 10983067648 24574 33554432000 4194304 4196468 140731833899024 139928097762224 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 98296 KiB

[startup+1.50085 s]
/proc/loadavg: 7.14 5.54 3.73 8/217 27158
/proc/meminfo: memFree=13717668/32770624 swapFree=67108860/67108860
[pid=27142] ppid=27139 vsize=10725652 memory=111424 CPUtime=3.66 cores=0,2,4,6
/proc/27142/stat : 27142 (java) S 27139 27142 23392 0 -1 1077944320 19828 0 0 0 361 5 0 0 20 0 16 0 39289728 10983067648 27856 33554432000 4194304 4196468 140731833899024 140731833881568 139929003355895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
/proc/27142/statm: 2681413 27856 3117 1 0 2643904 0
[pid=27142/tid=27144] ppid=27139 vsize=10725652 memory=10755 CPUtime=1.47 cores=0,2,4,6
/proc/27142/task/27144/stat : 27144 (java) R 27139 27142 23392 0 -1 4202560 6282 0 0 0 145 2 0 0 20 0 16 0 39289728 10983067648 27856 33554432000 4194304 4196468 140731833899024 139929007592568 139928642911056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27145] ppid=27139 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 27856 33554432000 4194304 4196468 140731833899024 139928962115984 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27146] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 27856 33554432000 4194304 4196468 140731833899024 139928609302800 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27147] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 27856 33554432000 4194304 4196468 140731833899024 139928608250512 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27148] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 27856 33554432000 4194304 4196468 140731833899024 139928607197712 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27149] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39289731 10983067648 27856 33554432000 4194304 4196468 140731833899024 139928562924144 139929003367042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0

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

Current children cumulated CPU time: 10.76 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 165092 KiB

[startup+9.60079 s]
/proc/loadavg: 6.89 5.54 3.75 6/217 27158
/proc/meminfo: memFree=13650328/32770624 swapFree=67108860/67108860
[pid=27142] ppid=27139 vsize=10725652 memory=177468 CPUtime=12.35 cores=0,2,4,6
/proc/27142/stat : 27142 (java) S 27139 27142 23392 0 -1 1077944320 23677 0 0 0 1229 6 0 0 20 0 16 0 39289728 10983067648 44367 33554432000 4194304 4196468 140731833899024 140731833881568 139929003355895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
/proc/27142/statm: 2681413 44367 3124 1 0 2643904 0
[pid=27142/tid=27144] ppid=27139 vsize=10725652 memory=6791534058613427641 CPUtime=9.57 cores=0,2,4,6
/proc/27142/task/27144/stat : 27144 (java) R 27139 27142 23392 0 -1 4202560 7189 0 0 0 954 3 0 0 20 0 16 0 39289728 10983067648 44367 33554432000 4194304 4196468 140731833899024 139929007594760 139928642905123 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27145] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928962115984 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27146] ppid=27139 vsize=10725652 memory=163044 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928609302800 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27147] ppid=27139 vsize=10725652 memory=167140 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928608250512 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27148] ppid=27139 vsize=10725652 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928607197712 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27149] ppid=27139 vsize=10725652 memory=165092 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 23392 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 16 0 39289731 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928562924144 139929003367042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27150] ppid=27139 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39289731 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928561870112 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27151] ppid=27139 vsize=10725652 memory=13916 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39289731 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928560817776 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27152] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39289734 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928559766096 139929003374491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27153] ppid=27139 vsize=10725652 memory=279452047504032 CPUtime=1.26 cores=0,2,4,6
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 23392 0 -1 1077944384 6415 0 0 0 125 1 0 0 20 0 16 0 39289734 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928101972080 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27154] ppid=27139 vsize=10725652 memory=139726023614448 CPUtime=1.2 cores=0,2,4,6
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 23392 0 -1 1077944384 6105 0 0 0 120 0 0 0 20 0 16 0 39289734 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928100919280 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27155] ppid=27139 vsize=10725652 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 23392 0 -1 1077944384 1808 0 0 0 28 0 0 0 20 0 16 0 39289734 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928099866992 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27156] ppid=27139 vsize=10725652 memory=279452047219840 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39289734 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928098814432 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27157] ppid=27139 vsize=10725652 memory=3184237646099580736 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 23392 0 -1 1077944384 490 0 0 0 0 0 0 0 20 0 16 0 39289734 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928097762224 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27158] ppid=27139 vsize=10725652 memory=279452047210288 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27158/stat : 27158 (java) S 27139 27142 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39289781 10983067648 44367 33554432000 4194304 4196468 140731833899024 139928096707760 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
Current children cumulated CPU time: 12.35 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 177468 KiB

[startup+10.0008 s]*
/proc/loadavg: 6.89 5.54 3.75 6/217 27158
/proc/meminfo: memFree=13644184/32770624 swapFree=67108860/67108860
[pid=27142] ppid=27139 vsize=10725652 memory=179516 CPUtime=12.76 cores=0,2,4,6
/proc/27142/stat : 27142 (java) S 27139 27142 23392 0 -1 1077944320 23698 0 0 0 1270 6 0 0 20 0 16 0 39289728 10983067648 44879 33554432000 4194304 4196468 140731833899024 140731833881568 139929003355895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
/proc/27142/statm: 2681413 44879 3124 1 0 2643904 0
[pid=27142/tid=27144] ppid=27139 vsize=10725652 memory=6791534058613427641 CPUtime=9.98 cores=0,2,4,6
/proc/27142/task/27144/stat : 27144 (java) R 27139 27142 23392 0 -1 4202560 7194 0 0 0 995 3 0 0 20 0 16 0 39289728 10983067648 44879 33554432000 4194304 4196468 140731833899024 139929007594760 139928643297081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27145] ppid=27139 vsize=10725652 memory=4137287014106042739 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928962115984 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27146] ppid=27139 vsize=10725652 memory=-7384994778349281184 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928609302800 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27147] ppid=27139 vsize=10725652 memory=-8462978200345296837 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928608250512 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27148] ppid=27139 vsize=10725652 memory=7245577201579234449 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39289729 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928607197712 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27149] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 23392 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 16 0 39289731 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928562924144 139929003367042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27150] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39289731 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928561870112 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27151] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39289731 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928560817776 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27152] ppid=27139 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39289734 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928559766096 139929003374491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27153] ppid=27139 vsize=10725652 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 23392 0 -1 1077944384 6415 0 0 0 125 1 0 0 20 0 16 0 39289734 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928101972080 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27154] ppid=27139 vsize=10725652 memory=3689632510199740211 CPUtime=1.2 cores=0,2,4,6
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 23392 0 -1 1077944384 6105 0 0 0 120 0 0 0 20 0 16 0 39289734 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928100919280 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27155] ppid=27139 vsize=10725652 memory=3907346878310626992 CPUtime=0.28 cores=0,2,4,6
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 23392 0 -1 1077944384 1824 0 0 0 28 0 0 0 20 0 16 0 39289734 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928099866992 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27156] ppid=27139 vsize=10725652 memory=3904937742977474607 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39289734 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928098814432 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27157] ppid=27139 vsize=10725652 memory=3762951229273197493 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 23392 0 -1 1077944384 490 0 0 0 0 0 0 0 20 0 16 0 39289734 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928097762224 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27158] ppid=27139 vsize=10725652 memory=3618423717645791283 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27158/stat : 27158 (java) S 27139 27142 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39289781 10983067648 44879 33554432000 4194304 4196468 140731833899024 139928096707760 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
Current children cumulated CPU time: 12.76 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 179516 KiB

[startup+10.4008 s]
/proc/loadavg: 6.89 5.54 3.75 6/217 27158
/proc/meminfo: memFree=13644184/32770624 swapFree=67108860/67108860
[pid=27142] ppid=27139 vsize=10858780 memory=183676 CPUtime=13.08 cores=0,2,4,6
/proc/27142/stat : 27142 (java) S 27139 27142 23392 0 -1 1077944320 24516 0 0 0 1302 6 0 0 20 0 16 0 39289728 11119390720 45919 33554432000 4194304 4196468 140731833899024 140731833881568 139929003355895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
/proc/27142/statm: 2714695 45919 3126 1 0 2677186 0
[pid=27142/tid=27144] ppid=27139 vsize=10858780 memory=6791534058613427641 CPUtime=10.28 cores=0,2,4,6
/proc/27142/task/27144/stat : 27144 (java) S 27139 27142 23392 0 -1 1077944384 7712 0 0 0 1025 3 0 0 20 0 16 0 39289728 11119390720 45919 33554432000 4194304 4196468 140731833899024 139929007596576 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27145] ppid=27139 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928962115984 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27146] ppid=27139 vsize=10858780 memory=139726023994080 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928609302800 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27147] ppid=27139 vsize=10858780 memory=-7103146973613356224 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928608250512 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27148] ppid=27139 vsize=10858780 memory=8514726395714824858 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39289729 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928607197712 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27149] ppid=27139 vsize=10858780 memory=279452047588408 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 23392 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 16 0 39289731 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928562924144 139929003367042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27150] ppid=27139 vsize=10858780 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39289731 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928561870112 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27151] ppid=27139 vsize=10858780 memory=7682744562830902035 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39289731 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928560817776 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27152] ppid=27139 vsize=10858780 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928559766096 139929003374491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27153] ppid=27139 vsize=10858780 memory=279452047114480 CPUtime=1.26 cores=0,2,4,6
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 23392 0 -1 1077944384 6426 0 0 0 125 1 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928101972080 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27154] ppid=27139 vsize=10858780 memory=7379535487374159205 CPUtime=1.2 cores=0,2,4,6
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 23392 0 -1 1077944384 6106 0 0 0 120 0 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928100919280 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27155] ppid=27139 vsize=10858780 memory=6370719275257063784 CPUtime=0.28 cores=0,2,4,6
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 23392 0 -1 1077944384 1973 0 0 0 28 0 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928099866992 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27156] ppid=27139 vsize=10858780 memory=7091572253808157268 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928098814432 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27157] ppid=27139 vsize=10858780 memory=3906063677546640945 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 23392 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928097762224 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
Current children cumulated CPU time: 13.08 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 183676 KiB

[startup+10.5007 s]
/proc/loadavg: 6.89 5.54 3.75 6/217 27158
/proc/meminfo: memFree=13644184/32770624 swapFree=67108860/67108860
[pid=27142] ppid=27139 vsize=10858780 memory=183676 CPUtime=13.08 cores=0,2,4,6
/proc/27142/stat : 27142 (java) S 27139 27142 23392 0 -1 1077944320 24516 0 0 0 1302 6 0 0 20 0 16 0 39289728 11119390720 45919 33554432000 4194304 4196468 140731833899024 140731833881568 139929003355895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
/proc/27142/statm: 2714695 45919 3126 1 0 2677186 0
[pid=27142/tid=27144] ppid=27139 vsize=10858780 memory=1125 CPUtime=10.28 cores=0,2,4,6
/proc/27142/task/27144/stat : 27144 (java) S 27139 27142 23392 0 -1 1077944384 7712 0 0 0 1025 3 0 0 20 0 16 0 39289728 11119390720 45919 33554432000 4194304 4196468 140731833899024 139929007596576 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27145] ppid=27139 vsize=10858780 memory=158948 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928962115984 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27146] ppid=27139 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928609302800 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27147] ppid=27139 vsize=10858780 memory=138416 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39289729 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928608250512 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27148] ppid=27139 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39289729 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928607197712 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27149] ppid=27139 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 23392 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 16 0 39289731 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928562924144 139929003367042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27150] ppid=27139 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39289731 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928561870112 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27151] ppid=27139 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39289731 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928560817776 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27152] ppid=27139 vsize=10858780 memory=158948 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928559766096 139929003374491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27153] ppid=27139 vsize=10858780 memory=7306643308328276845 CPUtime=1.26 cores=0,2,4,6
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 23392 0 -1 1077944384 6426 0 0 0 125 1 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928101972080 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27154] ppid=27139 vsize=10858780 memory=7306643308328276845 CPUtime=1.2 cores=0,2,4,6
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 23392 0 -1 1077944384 6106 0 0 0 120 0 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928100919280 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27155] ppid=27139 vsize=10858780 memory=3684137136119001280 CPUtime=0.28 cores=0,2,4,6
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 23392 0 -1 1077944384 1973 0 0 0 28 0 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928099866992 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27156] ppid=27139 vsize=10858780 memory=8174423007458255703 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928098814432 139929003366101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
[pid=27142/tid=27157] ppid=27139 vsize=10858780 memory=179516 CPUtime=0 cores=0,2,4,6
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 23392 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 16 0 39289734 11119390720 45919 33554432000 4194304 4196468 140731833899024 139928097762224 139929003367042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 23142400 140731833902193 140731833902345 140731833902345 140731833905103 0
Current children cumulated CPU time: 13.08 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 183676 KiB

Child status: 0
Real time (s): 10.5267
CPU time (s): 13.1011
CPU user time (s): 13.0258
CPU system time (s): 0.075247
CPU usage (%): 124.456
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 183676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.0258
system time used= 0.075247
maximum resident set size= 186076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25036
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1869
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 27142
#   total CPU time (s): 13.1011
#   total CPU user time (s): 13.0258
#   total CPU system time (s): 0.075247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071065 second user time and 0.162922 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 01:54:26
IDJOB=4289835
IDBENCH=141369
IDSOLVER=2742
FILE ID=node136/4289835-1532217266
RUNJOBID= node136-1532209747-25927
PBS_JOBID= 21018931
Free space on /tmp= 57112 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-4289835-1532217266/watcher-4289835-1532217266 -o /tmp/evaluation-result-4289835-1532217266/solver-4289835-1532217266 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289835-1532217266.xml

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

MD5SUM BENCH= e42a0bd121bf3364b1a4e345eaac980a
RANDOM SEED=369992961

node136.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.50
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.50
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.50
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.50
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:        13811672 kB
MemAvailable:   23645364 kB
Buffers:          225488 kB
Cached:          9817448 kB
SwapCached:            0 kB
Active:          9335312 kB
Inactive:        9040272 kB
Active(anon):    8335844 kB
Inactive(anon):    16920 kB
Active(file):     999468 kB
Inactive(file):  9023352 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2248 kB
Writeback:             0 kB
AnonPages:       8339936 kB
Mapped:            46916 kB
Shmem:             17036 kB
Slab:             265948 kB
SReclaimable:     239332 kB
SUnreclaim:        26616 kB
KernelStack:        3552 kB
PageTables:        21580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7299072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57112 MiB
End job on node136 at 2018-07-22 01:54:36