Trace number 4243683

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
R1: sat4j-CSP 2017-07-05OPT44 1497.85 1349.1

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-09-a3.xml
MD5SUM99cce06e47b950d06ba02df1b2dd4384
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark4.9465399
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints39
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":36},{"size":501,"count":9}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":9,"count":7},{"degree":10,"count":2}]
Minimum constraint arity1
Maximum constraint arity36
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":36},{"arity":9,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints37
Distribution of constraint types[{"type":"intension","count":37},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

92.89/19.89	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
92.89/19.89	c This is free software under the dual EPL/GNU LGPL licenses.
92.89/19.89	c See www.sat4j.org for details.
92.89/19.89	c That software uses the Rhino library from the Mozilla project.
92.89/19.89	c version CUSTOM.v20170705
92.89/19.89	c java.runtime.name	Java(TM) SE Runtime Environment
92.89/19.89	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
92.89/19.89	c java.vm.version	25.131-b11
92.89/19.89	c java.vm.vendor	Oracle Corporation
92.89/19.89	c sun.arch.data.model	64
92.89/19.89	c java.version		1.8.0_131
92.89/19.89	c os.name		Linux
92.89/19.89	c os.version		3.10.0-514.16.1.el7.x86_64
92.89/19.89	c os.arch		amd64
92.89/19.89	c Free memory 		499604488
92.89/19.89	c Max memory 		7247757312
92.89/19.89	c Total memory 		504889344
92.89/19.89	c Number of processors 	8
92.89/19.89	c c --- Begin Solver configuration ---
92.89/19.89	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
92.89/19.89	c Learn all clauses as in MiniSAT
92.89/19.89	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
92.89/19.89	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
92.89/19.89	c No reason simplification
92.89/19.89	c Glucose 2.1 dynamic restart strategy
92.89/19.89	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
92.89/19.89	c timeout=2147483s
92.89/19.89	c DB Simplification allowed=false
92.89/19.89	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
92.89/19.89	c --- End Solver configuration ---
92.89/19.89	c constraints type 
92.89/19.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
92.89/19.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 315501
92.89/19.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29062008
92.89/19.89	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
92.89/19.89	c 29377689 constraints processed.
97.27/23.16	o 387
142.56/32.58	o 343
146.80/36.41	o 291
146.92/36.56	o 68
185.65/75.02	o 63
188.67/78.02	o 61
195.08/84.49	o 57
207.00/96.39	o 54
267.60/156.99	o 53
272.81/162.11	o 52
274.54/163.90	o 51
298.79/188.06	o 50
312.00/201.22	o 48
414.56/297.58	o 47
445.58/328.59	o 45
514.08/397.06	o 44
1497.81/1349.07	c starts		: 1285
1497.81/1349.07	c conflicts		: 589212
1497.81/1349.07	c decisions		: 26543793
1497.81/1349.07	c propagations		: 3077078207
1497.81/1349.07	c inspects		: 11954692843
1497.81/1349.07	c shortcuts		: 0
1497.81/1349.07	c learnt literals	: 2082
1497.81/1349.07	c learnt binary clauses	: 1043
1497.81/1349.07	c learnt ternary clauses	: 1872
1497.81/1349.07	c learnt constraints	: 587129
1497.81/1349.07	c ignored constraints	: 0
1497.81/1349.07	c root simplifications	: 0
1497.81/1349.07	c removed literals (reason simplification)	: 0
1497.81/1349.07	c reason swapping (by a shorter reason)	: 0
1497.81/1349.07	c Calls to reduceDB	: 53
1497.81/1349.07	c Number of update (reduction) of LBD	: 430019
1497.81/1349.07	c Imported unit clauses	: 0
1497.81/1349.07	c number of reductions to clauses (during analyze)	: 0
1497.81/1349.07	c number of learned constraints concerned by reduction	: 0
1497.81/1349.07	c number of learning phase by resolution	: 0
1497.81/1349.07	c number of learning phase by cutting planes	: 0
1497.81/1349.07	c number of rounding to 1 operations	: 0
1497.81/1349.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1497.81/1349.07	c number of reductions of the coefficients by power 2 	: 0
1497.81/1349.07	c number of right shift for reduction by power 2 	: 0
1497.81/1349.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
1497.81/1349.07	c speed (assignments/second)	: 2315053.0349596473
1497.81/1349.07	c non guided choices	551568
1497.81/1349.07	c learnt constraints type 
1497.81/1349.07	s OPTIMUM FOUND
1497.81/1349.07	v <instantiation type="optimum" cost="44">
1497.81/1349.07	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] </list>
1497.81/1349.07	v 	<values> 0 3 9 17 19 32 39 43 44 1 3 9 17 19 32 39 43 44 1 1 6 14 16 29 36 40 41 1 1 1 8 10 23 30 34 35 1 1 1 1 2 15 22 26 27 1 1 1 1 1 13 20 24 25 1 1 1 1 1 1 7 11 12 1 1 1 1 1 1 1 4 5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 </values>
1497.81/1349.07	v </instantiation>
1497.81/1349.07	

Verifier Data

OK	44

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243683-1500675167/watcher-4243683-1500675167 -o /tmp/evaluation-result-4243683-1500675167/solver-4243683-1500675167 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500673676-13380 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243683-1500675167.xml 

pid=15006
running on 8 cores: 1,3,5,7,9,11,13,15

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.99 10.58 8.79 3/268 15009
/proc/meminfo: memFree=25371928/32770624 swapFree=5888/209664
[pid=15009] ppid=15006 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 1983 0 0 0 0 0 0 0 20 0 2 0 2783684 8550137856 1734 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2087436 1734 1197 1 0 2076347 0
[pid=15009/tid=15010] ppid=15006 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) R 15006 15009 9859 0 -1 4202560 778 0 0 0 0 0 0 0 20 0 2 0 2783685 8550137856 1800 33554432000 4194304 4196468 140737074614688 140091340532128 140091328579488 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0

[startup+0.100098 s]
/proc/loadavg: 8.99 10.58 8.79 3/268 15009
/proc/meminfo: memFree=25371928/32770624 swapFree=5888/209664
[pid=15009] ppid=15006 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 5080 0 0 0 9 1 0 0 20 0 20 0 2783684 11162169344 6678 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2725139 6678 2787 1 0 2713552 0
[pid=15009/tid=15010] ppid=15006 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) R 15006 15009 9859 0 -1 4202560 3010 0 0 0 7 1 0 0 20 0 20 0 2783685 11162169344 6678 33554432000 4194304 4196468 140737074614688 140091340512768 140091336311965 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200396 s]
/proc/loadavg: 8.99 10.58 8.79 3/268 15009
/proc/meminfo: memFree=25371928/32770624 swapFree=5888/209664
[pid=15009] ppid=15006 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 7471 0 0 0 23 2 0 0 20 0 20 0 2783684 11162169344 9331 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2725139 9331 2889 1 0 2713552 0
[pid=15009/tid=15010] ppid=15006 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) R 15006 15009 9859 0 -1 4202560 5056 0 0 0 16 2 0 0 20 0 20 0 2783685 11162169344 9331 33554432000 4194304 4196468 140737074614688 140091340524416 140091320370526 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300401 s]
/proc/loadavg: 8.99 10.58 8.79 3/268 15009
/proc/meminfo: memFree=25371928/32770624 swapFree=5888/209664
[pid=15009] ppid=15006 vsize=10900632 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 8755 0 0 0 41 3 0 0 20 0 20 0 2783684 11162247168 10981 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2725158 10981 3020 1 0 2713552 0
[pid=15009/tid=15010] ppid=15006 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) R 15006 15009 9859 0 -1 4202560 5695 0 0 0 25 2 0 0 20 0 20 0 2783685 11162247168 10981 33554432000 4194304 4196468 140737074614688 140091340524624 140091336301974 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900632

[startup+0.700269 s]
/proc/loadavg: 8.99 10.58 8.79 3/268 15009
/proc/meminfo: memFree=25371928/32770624 swapFree=5888/209664
[pid=15009] ppid=15006 vsize=10900632 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 11460 0 0 0 160 36 0 0 20 0 20 0 2783684 11162247168 58943 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2725158 58943 3095 1 0 2713552 0
[pid=15009/tid=15010] ppid=15006 vsize=10900632 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) R 15006 15009 9859 0 -1 4202560 5922 0 0 0 54 5 0 0 20 0 20 0 2783685 11162247168 58943 33554432000 4194304 4196468 140737074614688 140091340523768 140090976458898 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 10900632

[startup+1.50151 s]
/proc/loadavg: 8.99 10.58 8.79 3/288 15029
/proc/meminfo: memFree=25055628/32770624 swapFree=5888/209340
[pid=15009] ppid=15006 vsize=10900632 CPUtime=5.41 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 12870 0 0 0 388 153 0 0 20 0 20 0 2783684 11162247168 149533 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2725158 149533 3108 1 0 2713552 0
[pid=15009/tid=15010] ppid=15006 vsize=10900632 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) S 15006 15009 9859 0 -1 1077944384 5992 0 0 0 98 6 0 0 20 0 20 0 2783685 11162247168 149533 33554432000 4194304 4196468 140737074614688 140091340521232 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15012] ppid=15006 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15012/stat : 15012 (java) R 15006 15009 9859 0 -1 4202560 177 0 0 0 23 18 0 0 20 0 20 0 2783686 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090943446112 140091329386796 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15013] ppid=15006 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15013/stat : 15013 (java) R 15006 15009 9859 0 -1 4202560 158 0 0 0 24 16 0 0 20 0 20 0 2783686 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090942393688 140091321317913 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15014] ppid=15006 vsize=10900632 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15014/stat : 15014 (java) R 15006 15009 9859 0 -1 4202560 189 0 0 0 25 17 0 0 20 0 20 0 2783686 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090941340632 140091321317913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15015] ppid=15006 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15015/stat : 15015 (java) R 15006 15009 9859 0 -1 4202560 174 0 0 0 24 17 0 0 20 0 20 0 2783686 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090940288088 140091321317913 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15016] ppid=15006 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15016/stat : 15016 (java) R 15006 15009 9859 0 -1 4202560 173 0 0 0 22 19 0 0 20 0 20 0 2783686 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090939235032 140091321317913 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15017] ppid=15006 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15017/stat : 15017 (java) R 15006 15009 9859 0 -1 4202560 181 0 0 0 22 18 0 0 20 0 20 0 2783686 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090938182488 140091321317913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15018] ppid=15006 vsize=10900632 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15018/stat : 15018 (java) R 15006 15009 9859 0 -1 4202560 188 0 0 0 24 18 0 0 20 0 20 0 2783686 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090937129432 140091320738331 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15019] ppid=15006 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15019/stat : 15019 (java) R 15006 15009 9859 0 -1 4202560 208 0 0 0 23 18 0 0 20 0 20 0 2783686 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090936076576 140091321312160 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15020] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15020/stat : 15020 (java) S 15006 15009 9859 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 2783688 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090811544864 140091336300245 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15021] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15021/stat : 15021 (java) S 15006 15009 9859 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2783688 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090810492640 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15022] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15022/stat : 15022 (java) S 15006 15009 9859 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2783689 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090809439488 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15023] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15023/stat : 15023 (java) S 15006 15009 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2783691 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090808388048 140091336308635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15024] ppid=15006 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15024/stat : 15024 (java) S 15006 15009 9859 0 -1 1077944384 1179 0 0 0 23 0 0 0 20 0 20 0 2783691 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090807335152 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15025] ppid=15006 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15025/stat : 15025 (java) S 15006 15009 9859 0 -1 1077944384 1087 0 0 0 31 0 0 0 20 0 20 0 2783691 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090806282608 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15026] ppid=15006 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15026/stat : 15026 (java) S 15006 15009 9859 0 -1 1077944384 912 0 0 0 26 0 0 0 20 0 20 0 2783691 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090805229552 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15027] ppid=15006 vsize=10900632 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15027/stat : 15027 (java) S 15006 15009 9859 0 -1 1077944384 807 0 0 0 16 0 0 0 20 0 20 0 2783691 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090804177008 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15028] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15028/stat : 15028 (java) S 15006 15009 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2783692 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090803125216 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15029] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15029/stat : 15029 (java) S 15006 15009 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2783692 11162247168 149533 33554432000 4194304 4196468 140737074614688 140090802072752 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 10900632

[startup+3.10115 s]
/proc/loadavg: 8.99 10.58 8.79 10/288 15029
/proc/meminfo: memFree=24750660/32770624 swapFree=5888/209348
[pid=15009] ppid=15006 vsize=10900632 CPUtime=13.5 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 15808 0 0 0 1134 216 0 0 20 0 20 0 2783684 11162247168 190773 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2725158 190773 3124 1 0 2713552 0
[pid=15009/tid=15010] ppid=15006 vsize=10900632 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) S 15006 15009 9859 0 -1 1077944384 6138 0 0 0 127 6 0 0 20 0 20 0 2783685 11162247168 190773 33554432000 4194304 4196468 140737074614688 140091340521232 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15012] ppid=15006 vsize=10900632 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15012/stat : 15012 (java) R 15006 15009 9859 0 -1 4202560 580 0 0 0 106 27 0 0 20 0 20 0 2783686 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090943446232 140091315486787 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15013] ppid=15006 vsize=10900632 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15013/stat : 15013 (java) R 15006 15009 9859 0 -1 4202560 343 0 0 0 109 25 0 0 20 0 20 0 2783686 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090942393688 140091321312160 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15014] ppid=15006 vsize=10900632 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15014/stat : 15014 (java) R 15006 15009 9859 0 -1 4202560 582 0 0 0 110 25 0 0 20 0 20 0 2783686 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090941340320 140091329389707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15015] ppid=15006 vsize=10900632 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15015/stat : 15015 (java) R 15006 15009 9859 0 -1 4202560 447 0 0 0 110 24 0 0 20 0 20 0 2783686 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090940288088 140091320738197 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15016] ppid=15006 vsize=10900632 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15016/stat : 15016 (java) R 15006 15009 9859 0 -1 4202560 471 0 0 0 106 26 0 0 20 0 20 0 2783686 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090939235032 140091321315320 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15017] ppid=15006 vsize=10900632 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15017/stat : 15017 (java) R 15006 15009 9859 0 -1 4202560 405 0 0 0 107 26 0 0 20 0 20 0 2783686 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090938182488 140091321317458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15018] ppid=15006 vsize=10900632 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15018/stat : 15018 (java) R 15006 15009 9859 0 -1 4202560 421 0 0 0 110 25 0 0 20 0 20 0 2783686 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090937129432 140091321312160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15019] ppid=15006 vsize=10900632 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15019/stat : 15019 (java) R 15006 15009 9859 0 -1 4202560 510 0 0 0 109 25 0 0 20 0 20 0 2783686 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090936076888 140091321312160 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15020] ppid=15006 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15020/stat : 15020 (java) S 15006 15009 9859 0 -1 1077944384 547 0 0 0 37 0 0 0 20 0 20 0 2783688 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090811544864 140091336300245 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15021] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15021/stat : 15021 (java) S 15006 15009 9859 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2783688 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090810492640 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15022] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15022/stat : 15022 (java) S 15006 15009 9859 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2783689 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090809439488 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15023] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15023/stat : 15023 (java) S 15006 15009 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2783691 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090808388048 140091336308635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15024] ppid=15006 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15024/stat : 15024 (java) S 15006 15009 9859 0 -1 1077944384 1179 0 0 0 23 0 0 0 20 0 20 0 2783691 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090807335152 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15025] ppid=15006 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15025/stat : 15025 (java) S 15006 15009 9859 0 -1 1077944384 1087 0 0 0 31 0 0 0 20 0 20 0 2783691 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090806282608 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15026] ppid=15006 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15026/stat : 15026 (java) S 15006 15009 9859 0 -1 1077944384 912 0 0 0 26 0 0 0 20 0 20 0 2783691 11162247168 190773 33554432000 4194304 4196468 140737074614688 140090805229552 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15027] ppid=15006 vsize=10900632 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15027/stat : 15027 (java) S 15006 15009 9859 0 -1 1077944384 815 0 0 0 17 0 0 0 20 0 20 0 2783691 11162247168 191285 33554432000 4194304 4196468 140737074614688 140090804177008 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15028] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15028/stat : 15028 (java) S 15006 15009 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2783692 11162247168 191285 33554432000 4194304 4196468 140737074614688 140090803125216 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15029] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15029/stat : 15029 (java) S 15006 15009 9859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 2783692 11162247168 191285 33554432000 4194304 4196468 140737074614688 140090802072752 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 10900632

[startup+6.30977 s]
/proc/loadavg: 8.99 10.56 8.79 3/288 15029
/proc/meminfo: memFree=24281800/32770624 swapFree=5888/209360
[pid=15009] ppid=15006 vsize=10900632 CPUtime=27.12 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 22039 0 0 0 2389 323 0 0 20 0 20 0 2783684 11162247168 316483 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2725158 316483 3129 1 0 2713552 0
[pid=15009/tid=15010] ppid=15006 vsize=10900632 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) S 15006 15009 9859 0 -1 1077944384 7417 0 0 0 223 9 0 0 20 0 20 0 2783685 11162247168 316483 33554432000 4194304 4196468 140737074614688 140091340525424 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15012] ppid=15006 vsize=10900632 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15012/stat : 15012 (java) R 15006 15009 9859 0 -1 4202560 807 0 0 0 240 41 0 0 20 0 20 0 2783686 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090943446032 140091321317162 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15013] ppid=15006 vsize=10900632 CPUtime=2.84 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15013/stat : 15013 (java) R 15006 15009 9859 0 -1 4202560 742 0 0 0 245 39 0 0 20 0 20 0 2783686 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090942393688 140091321314160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15014] ppid=15006 vsize=10900632 CPUtime=2.8 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15014/stat : 15014 (java) R 15006 15009 9859 0 -1 4202560 831 0 0 0 245 35 0 0 20 0 20 0 2783686 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090941340632 140091321317913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15015] ppid=15006 vsize=10900632 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15015/stat : 15015 (java) R 15006 15009 9859 0 -1 4202560 745 0 0 0 245 40 0 0 20 0 20 0 2783686 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090940288088 140091321314360 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15016] ppid=15006 vsize=10900632 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15016/stat : 15016 (java) R 15006 15009 9859 0 -1 4202560 1136 0 0 0 242 39 0 0 20 0 20 0 2783686 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090939235032 140091321314094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15017] ppid=15006 vsize=10900632 CPUtime=2.84 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15017/stat : 15017 (java) R 15006 15009 9859 0 -1 4202560 712 0 0 0 244 40 0 0 20 0 20 0 2783686 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090938182488 140091321318352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15018] ppid=15006 vsize=10900632 CPUtime=2.82 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15018/stat : 15018 (java) R 15006 15009 9859 0 -1 4202560 802 0 0 0 242 40 0 0 20 0 20 0 2783686 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090937129432 140091321314094 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15019] ppid=15006 vsize=10900632 CPUtime=2.84 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15019/stat : 15019 (java) R 15006 15009 9859 0 -1 4202560 785 0 0 0 249 35 0 0 20 0 20 0 2783686 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090936076888 140091321317246 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15020] ppid=15006 vsize=10900632 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15020/stat : 15020 (java) S 15006 15009 9859 0 -1 1077944384 1986 0 0 0 109 0 0 0 20 0 20 0 2783688 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090811544864 140091336300245 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15021] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15021/stat : 15021 (java) S 15006 15009 9859 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2783688 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090810492640 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15022] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15022/stat : 15022 (java) S 15006 15009 9859 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2783689 11162247168 316483 33554432000 4194304 4196468 140737074614688 140090809439488 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15023] ppid=15006 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/15009/task/15026/stat : 15026 (java) S 15006 15009 9859 0 -1 1077944384 3872 0 0 0 84 1 0 0 20 0 21 0 2783691 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090805229552 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15027] ppid=15006 vsize=10967196 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15027/stat : 15027 (java) S 15006 15009 9859 0 -1 1077944384 4880 0 0 0 34 1 0 0 20 0 21 0 2783691 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090804177008 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15028] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15028/stat : 15028 (java) S 15006 15009 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2783692 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090803125216 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15029] ppid=15006 vsize=10967196 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15029/stat : 15029 (java) S 15006 15009 9859 0 -1 1077944384 1550 0 0 0 33 46 0 0 20 0 21 0 2783692 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090802072752 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15030] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15030/stat : 15030 (java) S 15006 15009 9859 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2785676 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090801018032 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
Current children cumulated CPU time (s) 1496.14
Current children cumulated vsize (KiB) 10967196

[startup+1348 s]
/proc/loadavg: 2.07 2.20 3.68 3/287 15070
/proc/meminfo: memFree=19325708/32770624 swapFree=5888/210780
[pid=15009] ppid=15006 vsize=10967196 CPUtime=1496.94 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 188505 0 0 0 147771 1923 0 0 20 0 21 0 2783684 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2741799 1274029 3156 1 0 2730193 0
[pid=15009/tid=15010] ppid=15006 vsize=10967196 CPUtime=1320.64 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) R 15006 15009 9859 0 -1 4202560 100919 0 0 0 132041 23 0 0 20 0 21 0 2783685 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140091340527048 140090978238100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15012] ppid=15006 vsize=10967196 CPUtime=20.83 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15012/stat : 15012 (java) S 15006 15009 9859 0 -1 1077944384 6572 0 0 0 1849 234 0 0 20 0 21 0 2783686 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090943446032 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15013] ppid=15006 vsize=10967196 CPUtime=20.89 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15013/stat : 15013 (java) S 15006 15009 9859 0 -1 1077944384 4901 0 0 0 1856 233 0 0 20 0 21 0 2783686 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090942393488 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15014] ppid=15006 vsize=10967196 CPUtime=20.71 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15014/stat : 15014 (java) S 15006 15009 9859 0 -1 1077944384 5568 0 0 0 1844 227 0 0 20 0 21 0 2783686 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090941340432 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15015] ppid=15006 vsize=10967196 CPUtime=20.8 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15015/stat : 15015 (java) S 15006 15009 9859 0 -1 1077944384 6169 0 0 0 1843 237 0 0 20 0 21 0 2783686 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090940287888 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15016] ppid=15006 vsize=10967196 CPUtime=20.75 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15016/stat : 15016 (java) S 15006 15009 9859 0 -1 1077944384 5761 0 0 0 1844 231 0 0 20 0 21 0 2783686 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090939234832 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15017] ppid=15006 vsize=10967196 CPUtime=20.74 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15017/stat : 15017 (java) S 15006 15009 9859 0 -1 1077944384 5518 0 0 0 1846 228 0 0 20 0 21 0 2783686 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090938182288 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15018] ppid=15006 vsize=10967196 CPUtime=20.76 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15018/stat : 15018 (java) S 15006 15009 9859 0 -1 1077944384 6252 0 0 0 1845 231 0 0 20 0 21 0 2783686 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090937129232 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15019] ppid=15006 vsize=10967196 CPUtime=20.91 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15019/stat : 15019 (java) S 15006 15009 9859 0 -1 1077944384 8438 0 0 0 1860 231 0 0 20 0 21 0 2783686 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090936076688 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15020] ppid=15006 vsize=10967196 CPUtime=5.5 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15020/stat : 15020 (java) S 15006 15009 9859 0 -1 1077944384 14220 0 0 0 548 2 0 0 20 0 21 0 2783688 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090811546352 140091336301186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15021] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15021/stat : 15021 (java) S 15006 15009 9859 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 2783688 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090810492640 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15022] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15022/stat : 15022 (java) S 15006 15009 9859 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 2783689 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090809439488 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15023] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15023/stat : 15023 (java) S 15006 15009 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2783691 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090808388048 140091336308635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15024] ppid=15006 vsize=10967196 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15024/stat : 15024 (java) S 15006 15009 9859 0 -1 1077944384 6290 0 0 0 117 2 0 0 20 0 21 0 2783691 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090807335152 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15025] ppid=15006 vsize=10967196 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15025/stat : 15025 (java) S 15006 15009 9859 0 -1 1077944384 6133 0 0 0 109 1 0 0 20 0 21 0 2783691 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090806282608 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15026] ppid=15006 vsize=10967196 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15026/stat : 15026 (java) S 15006 15009 9859 0 -1 1077944384 3872 0 0 0 84 1 0 0 20 0 21 0 2783691 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090805229552 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15027] ppid=15006 vsize=10967196 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15027/stat : 15027 (java) S 15006 15009 9859 0 -1 1077944384 4880 0 0 0 34 1 0 0 20 0 21 0 2783691 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090804177008 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15028] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15028/stat : 15028 (java) S 15006 15009 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2783692 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090803125216 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15029] ppid=15006 vsize=10967196 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15029/stat : 15029 (java) S 15006 15009 9859 0 -1 1077944384 1550 0 0 0 33 46 0 0 20 0 21 0 2783692 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090802072752 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15030] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15030/stat : 15030 (java) S 15006 15009 9859 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2785676 11230408704 1274029 33554432000 4194304 4196468 140737074614688 140090801018032 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
Current children cumulated CPU time (s) 1496.94
Current children cumulated vsize (KiB) 10967196

[startup+1348.8 s]
/proc/loadavg: 2.07 2.20 3.68 3/287 15070
/proc/meminfo: memFree=19325708/32770624 swapFree=5888/210780
[pid=15009] ppid=15006 vsize=10967196 CPUtime=1497.74 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 189525 0 0 0 147851 1923 0 0 20 0 21 0 2783684 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2741799 1274032 3156 1 0 2730193 0
[pid=15009/tid=15010] ppid=15006 vsize=10967196 CPUtime=1321.44 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) R 15006 15009 9859 0 -1 4202560 101545 0 0 0 132121 23 0 0 20 0 21 0 2783685 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140091340527224 140090978307165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15012] ppid=15006 vsize=10967196 CPUtime=20.83 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15012/stat : 15012 (java) S 15006 15009 9859 0 -1 1077944384 6572 0 0 0 1849 234 0 0 20 0 21 0 2783686 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090943446032 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15013] ppid=15006 vsize=10967196 CPUtime=20.89 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15013/stat : 15013 (java) S 15006 15009 9859 0 -1 1077944384 4901 0 0 0 1856 233 0 0 20 0 21 0 2783686 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090942393488 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15014] ppid=15006 vsize=10967196 CPUtime=20.71 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15014/stat : 15014 (java) S 15006 15009 9859 0 -1 1077944384 5568 0 0 0 1844 227 0 0 20 0 21 0 2783686 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090941340432 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15015] ppid=15006 vsize=10967196 CPUtime=20.8 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15015/stat : 15015 (java) S 15006 15009 9859 0 -1 1077944384 6169 0 0 0 1843 237 0 0 20 0 21 0 2783686 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090940287888 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15016] ppid=15006 vsize=10967196 CPUtime=20.75 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15016/stat : 15016 (java) S 15006 15009 9859 0 -1 1077944384 5761 0 0 0 1844 231 0 0 20 0 21 0 2783686 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090939234832 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15017] ppid=15006 vsize=10967196 CPUtime=20.74 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15017/stat : 15017 (java) S 15006 15009 9859 0 -1 1077944384 5518 0 0 0 1846 228 0 0 20 0 21 0 2783686 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090938182288 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15018] ppid=15006 vsize=10967196 CPUtime=20.76 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15018/stat : 15018 (java) S 15006 15009 9859 0 -1 1077944384 6252 0 0 0 1845 231 0 0 20 0 21 0 2783686 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090937129232 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15019] ppid=15006 vsize=10967196 CPUtime=20.91 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15019/stat : 15019 (java) S 15006 15009 9859 0 -1 1077944384 8438 0 0 0 1860 231 0 0 20 0 21 0 2783686 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090936076688 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15020] ppid=15006 vsize=10967196 CPUtime=5.5 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15020/stat : 15020 (java) S 15006 15009 9859 0 -1 1077944384 14220 0 0 0 548 2 0 0 20 0 21 0 2783688 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090811546352 140091336301186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15021] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15021/stat : 15021 (java) S 15006 15009 9859 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 2783688 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090810492640 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15022] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15022/stat : 15022 (java) S 15006 15009 9859 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 2783689 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090809439488 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15023] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15023/stat : 15023 (java) S 15006 15009 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2783691 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090808388048 140091336308635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15024] ppid=15006 vsize=10967196 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15024/stat : 15024 (java) S 15006 15009 9859 0 -1 1077944384 6290 0 0 0 117 2 0 0 20 0 21 0 2783691 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090807335152 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15025] ppid=15006 vsize=10967196 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15025/stat : 15025 (java) S 15006 15009 9859 0 -1 1077944384 6232 0 0 0 109 1 0 0 20 0 21 0 2783691 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090806282608 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15026] ppid=15006 vsize=10967196 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15026/stat : 15026 (java) S 15006 15009 9859 0 -1 1077944384 3919 0 0 0 84 1 0 0 20 0 21 0 2783691 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090805229552 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15027] ppid=15006 vsize=10967196 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15027/stat : 15027 (java) S 15006 15009 9859 0 -1 1077944384 5128 0 0 0 34 1 0 0 20 0 21 0 2783691 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090804177008 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15028] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15028/stat : 15028 (java) S 15006 15009 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2783692 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090803125216 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15029] ppid=15006 vsize=10967196 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15029/stat : 15029 (java) S 15006 15009 9859 0 -1 1077944384 1550 0 0 0 33 46 0 0 20 0 21 0 2783692 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090802072752 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15030] ppid=15006 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15030/stat : 15030 (java) S 15006 15009 9859 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2785676 11230408704 1274032 33554432000 4194304 4196468 140737074614688 140090801018032 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
Current children cumulated CPU time (s) 1497.74
Current children cumulated vsize (KiB) 10967196

[startup+1349 s]
/proc/loadavg: 2.07 2.20 3.68 3/287 15070
/proc/meminfo: memFree=19325708/32770624 swapFree=5888/210780
[pid=15009] ppid=15006 vsize=11100324 CPUtime=1497.81 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) S 15006 15009 9859 0 -1 1077944320 189853 0 0 0 147858 1923 0 0 20 0 21 0 2783684 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140737074597232 140091336290039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
/proc/15009/statm: 2775081 1274051 3158 1 0 2763475 0
[pid=15009/tid=15010] ppid=15006 vsize=11100324 CPUtime=1321.51 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15010/stat : 15010 (java) S 15006 15009 9859 0 -1 1077944384 101711 0 0 0 132128 23 0 0 20 0 21 0 2783685 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140091340530720 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15012] ppid=15006 vsize=11100324 CPUtime=20.83 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15012/stat : 15012 (java) S 15006 15009 9859 0 -1 1077944384 6572 0 0 0 1849 234 0 0 20 0 21 0 2783686 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090943446032 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15013] ppid=15006 vsize=11100324 CPUtime=20.89 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15013/stat : 15013 (java) S 15006 15009 9859 0 -1 1077944384 4901 0 0 0 1856 233 0 0 20 0 21 0 2783686 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090942393488 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15014] ppid=15006 vsize=11100324 CPUtime=20.71 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15014/stat : 15014 (java) S 15006 15009 9859 0 -1 1077944384 5568 0 0 0 1844 227 0 0 20 0 21 0 2783686 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090941340432 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15015] ppid=15006 vsize=11100324 CPUtime=20.8 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15015/stat : 15015 (java) S 15006 15009 9859 0 -1 1077944384 6169 0 0 0 1843 237 0 0 20 0 21 0 2783686 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090940287888 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15016] ppid=15006 vsize=11100324 CPUtime=20.75 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15016/stat : 15016 (java) S 15006 15009 9859 0 -1 1077944384 5761 0 0 0 1844 231 0 0 20 0 21 0 2783686 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090939234832 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15017] ppid=15006 vsize=11100324 CPUtime=20.74 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15017/stat : 15017 (java) S 15006 15009 9859 0 -1 1077944384 5518 0 0 0 1846 228 0 0 20 0 21 0 2783686 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090938182288 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15018] ppid=15006 vsize=11100324 CPUtime=20.76 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15018/stat : 15018 (java) S 15006 15009 9859 0 -1 1077944384 6252 0 0 0 1845 231 0 0 20 0 21 0 2783686 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090937129232 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15019] ppid=15006 vsize=11100324 CPUtime=20.91 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15019/stat : 15019 (java) S 15006 15009 9859 0 -1 1077944384 8438 0 0 0 1860 231 0 0 20 0 21 0 2783686 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090936076688 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15020] ppid=15006 vsize=11100324 CPUtime=5.5 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15020/stat : 15020 (java) S 15006 15009 9859 0 -1 1077944384 14239 0 0 0 548 2 0 0 20 0 21 0 2783688 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090811546352 140091336301186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15021] ppid=15006 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15021/stat : 15021 (java) S 15006 15009 9859 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 2783688 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090810492640 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15022] ppid=15006 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15022/stat : 15022 (java) S 15006 15009 9859 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 2783689 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090809439488 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15023] ppid=15006 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15023/stat : 15023 (java) S 15006 15009 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2783691 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090808388048 140091336308635 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15024] ppid=15006 vsize=11100324 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15024/stat : 15024 (java) S 15006 15009 9859 0 -1 1077944384 6290 0 0 0 117 2 0 0 20 0 21 0 2783691 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090807335152 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15025] ppid=15006 vsize=11100324 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15025/stat : 15025 (java) S 15006 15009 9859 0 -1 1077944384 6232 0 0 0 109 1 0 0 20 0 21 0 2783691 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090806282608 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15026] ppid=15006 vsize=11100324 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15026/stat : 15026 (java) S 15006 15009 9859 0 -1 1077944384 3919 0 0 0 84 1 0 0 20 0 21 0 2783691 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090805229552 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15027] ppid=15006 vsize=11100324 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15027/stat : 15027 (java) S 15006 15009 9859 0 -1 1077944384 5129 0 0 0 34 1 0 0 20 0 21 0 2783691 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090804177008 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15028] ppid=15006 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15028/stat : 15028 (java) S 15006 15009 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2783692 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090803125216 140091336300245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
[pid=15009/tid=15029] ppid=15006 vsize=11100324 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15029/stat : 15029 (java) S 15006 15009 9859 0 -1 1077944384 1550 0 0 0 33 46 0 0 20 0 21 0 2783692 11366731776 1274051 33554432000 4194304 4196468 140737074614688 140090802072752 140091336301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26292224 140737074619563 140737074619716 140737074619716 140737074622415 0
Current children cumulated CPU time (s) 1497.81
Current children cumulated vsize (KiB) 11100324

[startup+1349.1 s]
/proc/loadavg: 2.07 2.20 3.68 3/287 15070
/proc/meminfo: memFree=19325708/32770624 swapFree=5888/210780
[pid=15009] ppid=15006 vsize=0 CPUtime=1497.84 cores=1,3,5,7,9,11,13,15
/proc/15009/stat : 15009 (java) Z 15006 15009 9859 0 -1 4227084 190445 0 0 0 147858 1926 0 0 20 0 2 0 2783684 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/15009/statm: 0 0 0 0 0 0 0
[pid=15009/tid=15018] ppid=15006 vsize=0 CPUtime=20.78 cores=1,3,5,7,9,11,13,15
/proc/15009/task/15018/stat : 15018 (java) R 15006 15009 9859 0 -1 4203588 6253 0 0 0 1845 233 0 0 20 0 2 0 2783686 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1497.84
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1349.1
CPU time (s): 1497.85
CPU user time (s): 1478.59
CPU system time (s): 19.2649
CPU usage (%): 111.026
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1478.59
system time used= 19.2649
maximum resident set size= 5096444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190445
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33961
involuntary context switches= 77732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.59992 second user time and 10.9058 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 00:12:47
IDJOB=4243683
IDBENCH=126225
IDSOLVER=2623
FILE ID=node133/4243683-1500675167
RUNJOBID= node133-1500673676-13380
PBS_JOBID= 20623287
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-09-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243683-1500675167/watcher-4243683-1500675167 -o /tmp/evaluation-result-4243683-1500675167/solver-4243683-1500675167 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500673676-13380 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243683-1500675167.xml

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

MD5SUM BENCH= 99cce06e47b950d06ba02df1b2dd4384
RANDOM SEED=321720489

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25371604 kB
MemAvailable:   25386020 kB
Buffers:           43008 kB
Cached:           280208 kB
SwapCached:            0 kB
Active:          6794452 kB
Inactive:         218432 kB
Active(anon):    6691944 kB
Inactive(anon):     8768 kB
Active(file):     102508 kB
Inactive(file):   209664 kB
Unevictable:        5888 kB
Mlocked:            5888 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1544 kB
Writeback:             4 kB
AnonPages:       6704884 kB
Mapped:            42436 kB
Shmem:              8872 kB
Slab:              69352 kB
SReclaimable:      36156 kB
SUnreclaim:        33196 kB
KernelStack:        4912 kB
PageTables:        18024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8646520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6545408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62012 MiB
End job on node133 at 2017-07-22 00:35:17