Trace number 4257991

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05SAT (TO)75 252.19701 199.037

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark12.032
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"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

77.14/29.25	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
77.14/29.25	c This is free software under the dual EPL/GNU LGPL licenses.
77.14/29.25	c See www.sat4j.org for details.
77.14/29.25	c That software uses the Rhino library from the Mozilla project.
77.14/29.25	c version CUSTOM.v20170705
77.14/29.25	c java.runtime.name	Java(TM) SE Runtime Environment
77.14/29.25	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
77.14/29.25	c java.vm.version	25.131-b11
77.14/29.25	c java.vm.vendor	Oracle Corporation
77.14/29.25	c sun.arch.data.model	64
77.14/29.25	c java.version		1.8.0_131
77.14/29.25	c os.name		Linux
77.14/29.25	c os.version		3.10.0-514.16.1.el7.x86_64
77.14/29.25	c os.arch		amd64
77.14/29.25	c Free memory 		499604488
77.14/29.25	c Max memory 		7247757312
77.14/29.25	c Total memory 		504889344
77.14/29.25	c Number of processors 	4
77.14/29.25	c c --- Begin Solver configuration ---
77.14/29.25	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
77.14/29.25	c Learn all clauses as in MiniSAT
77.14/29.25	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
77.14/29.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
77.14/29.25	c No reason simplification
77.14/29.25	c Glucose 2.1 dynamic restart strategy
77.14/29.25	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
77.14/29.25	c timeout=2147483s
77.14/29.25	c DB Simplification allowed=false
77.14/29.25	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
77.14/29.25	c --- End Solver configuration ---
77.14/29.25	c constraints type 
77.14/29.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 110
77.14/29.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 495501
77.14/29.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36076509
77.14/29.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 110
77.14/29.25	c 36572230 constraints processed.
84.65/32.63	o 456
85.42/33.21	o 443
88.23/35.73	o 436
91.12/38.41	o 418
100.40/47.33	o 388
103.21/50.13	o 309
107.41/54.38	o 284
116.03/62.91	o 250
118.14/65.04	o 224
127.33/74.23	o 222
134.67/81.58	o 216
142.89/89.75	o 107
164.90/111.73	o 106
193.73/140.51	o 81
200.04/146.89	o 80
238.76/185.59	o 75
252.15/199.00	c starts		: 476
252.15/199.00	c conflicts		: 99074
252.15/199.00	c decisions		: 10269576
252.15/199.00	c propagations		: 404452916
252.15/199.00	c inspects		: 1589111877
252.15/199.00	c shortcuts		: 0
252.15/199.00	c learnt literals	: 450
252.15/199.00	c learnt binary clauses	: 180
252.15/199.00	c learnt ternary clauses	: 357
252.15/199.00	c learnt constraints	: 98624
252.15/199.00	c ignored constraints	: 0
252.15/199.00	c root simplifications	: 0
252.15/199.00	c removed literals (reason simplification)	: 0
252.15/199.00	c reason swapping (by a shorter reason)	: 0
252.15/199.00	c Calls to reduceDB	: 17
252.15/199.01	c Number of update (reduction) of LBD	: 72908
252.15/199.01	c Imported unit clauses	: 0
252.15/199.01	c number of reductions to clauses (during analyze)	: 0
252.15/199.01	c number of learned constraints concerned by reduction	: 0
252.15/199.01	c number of learning phase by resolution	: 0
252.15/199.01	c number of learning phase by cutting planes	: 0
252.15/199.01	c number of rounding to 1 operations	: 0
252.15/199.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.15/199.01	c number of reductions of the coefficients by power 2 	: 0
252.15/199.01	c number of right shift for reduction by power 2 	: 0
252.15/199.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.15/199.01	c speed (assignments/second)	: 2383003.676557234
252.15/199.01	c non guided choices	588298
252.15/199.01	c learnt constraints type 
252.15/199.01	s SATISFIABLE
252.15/199.01	v <instantiation type="solution">
252.15/199.01	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] 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[0][9] 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[1][9] 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[2][9] 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[3][9] 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[4][9] 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[5][9] 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[6][9] 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[7][9] 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] y[8][9] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][9] </list>
252.15/199.01	v 	<values> 0 4 10 12 13 31 38 55 70 75 1 4 10 12 13 31 38 55 70 75 1 1 6 8 9 27 34 51 66 71 1 1 1 2 3 21 28 45 60 65 1 1 1 1 1 19 26 43 58 63 1 1 1 1 1 18 25 42 57 62 1 1 1 1 1 1 7 24 39 44 1 1 1 1 1 1 1 17 32 37 1 1 1 1 1 1 1 1 15 20 1 1 1 1 1 1 1 1 1 5 1 1 1 1 1 1 1 1 1 1 </values>
252.15/199.01	v </instantiation>
252.15/199.01	

Verifier Data

OK	75

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257991-1502646750/watcher-4257991-1502646750 -o /tmp/evaluation-result-4257991-1502646750/solver-4257991-1502646750 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257991-1502646750.xml 

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

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

solver pid=11060, runsolver pid=11057

[startup+0.100171 s]*
/proc/loadavg: 5.91 4.92 4.01 6/195 11061
/proc/meminfo: memFree=30454808/32770624 swapFree=67108860/67108860
[pid=11060] ppid=11057 vsize=356952 memory=7604 CPUtime=0 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 17093 0 -1 1077944320 1742 0 0 0 0 0 0 0 20 0 2 0 66868336 365518848 1901 18446744073709551615 4194304 4196468 140721781727984 140721781710528 139941195575031 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
/proc/11060/statm: 89238 1901 1053 1 0 79208 0
[pid=11060/tid=11062] ppid=11057 vsize=8346528 memory=4206751525541407381 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11062/stat : 11062 (java) S 11057 11060 17093 0 -1 1077944384 956 0 0 0 0 0 0 0 20 0 3 0 66868346 8546844672 2408 18446744073709551615 4194304 4196468 140721781727984 139941199816400 139941195585237 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11063] ppid=11057 vsize=8346528 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 17093 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 3 0 66868347 8546844672 2408 18446744073709551615 4194304 4196468 140721781727984 139941125995488 139941195585237 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 7604 KiB

[startup+0.209743 s]*
/proc/loadavg: 5.91 4.92 4.01 5/208 11074
/proc/meminfo: memFree=30443212/32770624 swapFree=67108860/67108860
[pid=11060] ppid=11057 vsize=10551056 memory=22688 CPUtime=0.05 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 17093 0 -1 1077944320 4637 0 0 0 4 1 0 0 20 0 15 0 66868336 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 140721781710528 139941195575031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
/proc/11060/statm: 2637764 5672 2573 1 0 2627261 0
[pid=11060/tid=11062] ppid=11057 vsize=10551056 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/11060/task/11062/stat : 11062 (java) R 11057 11060 17093 0 -1 4202560 2749 0 0 0 3 1 0 0 20 0 15 0 66868346 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139941199817312 139941179655518 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11063] ppid=11057 vsize=10551056 memory=330 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868347 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139941125995152 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11064] ppid=11057 vsize=10551056 memory=3474157683348211360 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66868347 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139941124942352 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11065] ppid=11057 vsize=10551056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868347 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139941123889552 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11066] ppid=11057 vsize=10551056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868347 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139941122836752 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11067] ppid=11057 vsize=10551056 memory=140532951418496 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868348 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139940691123056 139941195586178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11068] ppid=11057 vsize=10551056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66868349 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139940690069024 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11069] ppid=11057 vsize=10551056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66868349 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139940689016176 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11070] ppid=11057 vsize=10551056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66868351 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139940687964496 139941195593627 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11071] ppid=11057 vsize=10551056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 17093 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 66868351 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139940686911856 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11072] ppid=11057 vsize=10551056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66868351 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139940685859056 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11073] ppid=11057 vsize=10551056 memory=140532951418496 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 17093 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 15 0 66868351 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139940684806256 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11074] ppid=11057 vsize=10551056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66868352 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139940683753696 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11075] ppid=11057 vsize=10551056 memory=140532951418496 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66868358 10804281344 5672 18446744073709551615 4194304 4196468 140721781727984 139940682702000 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 22688 KiB

[startup+0.309901 s]*
/proc/loadavg: 5.91 4.92 4.01 6/209 11075
/proc/meminfo: memFree=30432868/32770624 swapFree=67108860/67108860
[pid=11060] ppid=11057 vsize=10551156 memory=35708 CPUtime=0.21 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 17093 0 -1 1077944320 8178 0 0 0 18 3 0 0 20 0 15 0 66868336 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 140721781710528 139941195575031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
/proc/11060/statm: 2637789 8927 2868 1 0 2627261 0
[pid=11060/tid=11062] ppid=11057 vsize=10551156 memory=-7677926825137650786 CPUtime=0.14 cores=0,2,4,6
/proc/11060/task/11062/stat : 11062 (java) R 11057 11060 17093 0 -1 4202560 5794 0 0 0 12 2 0 0 20 0 15 0 66868346 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139941199796336 139941195596957 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11063] ppid=11057 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868347 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139941125995152 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11064] ppid=11057 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66868347 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139941124942352 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11065] ppid=11057 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868347 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139941123889552 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11066] ppid=11057 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868347 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139941122836752 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11067] ppid=11057 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868348 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139940691123056 139941195586178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11068] ppid=11057 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66868349 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139940690069024 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11069] ppid=11057 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66868349 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139940689016176 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11070] ppid=11057 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66868351 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139940687964496 139941195593627 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11071] ppid=11057 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 17093 0 -1 1077944384 511 0 0 0 1 0 0 0 20 0 15 0 66868351 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139940686911856 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11072] ppid=11057 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 17093 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 66868351 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139940685859056 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11073] ppid=11057 vsize=10551156 memory=140532951418496 CPUtime=0.03 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 17093 0 -1 1077944384 436 0 0 0 3 0 0 0 20 0 15 0 66868351 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139940684806256 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11074] ppid=11057 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66868352 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139940683753696 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11075] ppid=11057 vsize=10551156 memory=140532951418496 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66868358 10804383744 8927 18446744073709551615 4194304 4196468 140721781727984 139940682702000 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35708 KiB

[startup+0.700748 s]
/proc/loadavg: 5.92 4.94 4.02 6/209 11075
/proc/meminfo: memFree=30414484/32770624 swapFree=67108860/67108860
[pid=11060] ppid=11057 vsize=10551232 memory=121452 CPUtime=1.12 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 17093 0 -1 1077944320 11857 0 0 0 106 6 0 0 20 0 15 0 66868336 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 140721781710528 139941195575031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
/proc/11060/statm: 2637808 30363 3055 1 0 2627261 0
[pid=11060/tid=11062] ppid=11057 vsize=10551232 memory=1296 CPUtime=0.52 cores=0,2,4,6
/proc/11060/task/11062/stat : 11062 (java) R 11057 11060 17093 0 -1 4202560 7407 0 0 0 48 4 0 0 20 0 15 0 66868346 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139941199803760 139940788837160 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11063] ppid=11057 vsize=10551232 memory=23 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868347 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139941125995152 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11064] ppid=11057 vsize=10551232 memory=432 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66868347 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139941124942352 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11065] ppid=11057 vsize=10551232 memory=250 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868347 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139941123889552 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11066] ppid=11057 vsize=10551232 memory=2276 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868347 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139941122836752 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11067] ppid=11057 vsize=10551232 memory=302 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66868348 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139940691123056 139941195586178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11068] ppid=11057 vsize=10551232 memory=857 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66868349 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139940690069024 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11069] ppid=11057 vsize=10551232 memory=57 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66868349 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139940689016176 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11070] ppid=11057 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66868351 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139940687964496 139941195593627 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11071] ppid=11057 vsize=10551232 memory=108 CPUtime=0.22 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) R 11057 11060 17093 0 -1 4202560 1224 0 0 0 22 0 0 0 20 0 15 0 66868351 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139940686893584 139941187812158 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11072] ppid=11057 vsize=10551232 memory=8944 CPUtime=0.2 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) R 11057 11060 17093 0 -1 4202560 950 0 0 0 20 0 0 0 20 0 15 0 66868351 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139940685840072 139941175427153 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11073] ppid=11057 vsize=10551232 memory=15876 CPUtime=0.15 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 17093 0 -1 1077944384 910 0 0 0 15 0 0 0 20 0 15 0 66868351 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139940684806256 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11074] ppid=11057 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66868352 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139940683753696 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11075] ppid=11057 vsize=10551232 memory=21184 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66868358 10804461568 30363 18446744073709551615 4194304 4196468 140721781727984 139940682702000 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 121452 KiB

[startup+1.50134 s]
/proc/loadavg: 5.92 4.94 4.02 6/209 11075
/proc/meminfo: memFree=30230232/32770624 swapFree=67108860/67108860
[pid=11060] ppid=11057 vsize=10551232 memory=483948 CPUtime=2.94 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 17093 0 -1 1077944320 12832 0 0 0 261 33 0 0 20 0 15 0 66868336 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 140721781710528 139941195575031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
/proc/11060/statm: 2637808 120987 3084 1 0 2627261 0
[pid=11060/tid=11062] ppid=11057 vsize=10551232 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/11060/task/11062/stat : 11062 (java) S 11057 11060 17093 0 -1 1077944384 7499 0 0 0 102 6 0 0 20 0 15 0 66868346 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139941199808544 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11063] ppid=11057 vsize=10551232 memory=7163626566474293334 CPUtime=0.23 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) R 11057 11060 17093 0 -1 4202560 185 0 0 0 17 6 0 0 20 0 15 0 66868347 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139941125995352 139941180602905 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11064] ppid=11057 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) R 11057 11060 17093 0 -1 4202560 170 0 0 0 18 5 0 0 20 0 15 0 66868347 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139941124942552 139941180602450 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11065] ppid=11057 vsize=10551232 memory=6944652177228980320 CPUtime=0.23 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) R 11057 11060 17093 0 -1 4202560 163 0 0 0 17 6 0 0 20 0 15 0 66868347 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139941123889752 139941180602905 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11066] ppid=11057 vsize=10551232 memory=6655300316396806240 CPUtime=0.23 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) R 11057 11060 17093 0 -1 4202560 171 0 0 0 17 6 0 0 20 0 15 0 66868347 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139941122836640 139941180602905 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11067] ppid=11057 vsize=10551232 memory=8478564869569871519 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 66868348 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139940691121568 139941195585237 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11068] ppid=11057 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 66868349 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139940690069024 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11069] ppid=11057 vsize=10551232 memory=281065612888672 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 17093 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 66868349 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139940689016176 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11070] ppid=11057 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66868351 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139940687964496 139941195593627 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11071] ppid=11057 vsize=10551232 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 17093 0 -1 1077944384 1307 0 0 0 38 0 0 0 20 0 15 0 66868351 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139940686911856 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11072] ppid=11057 vsize=10551232 memory=7737844336719194211 CPUtime=0.33 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 17093 0 -1 1077944384 970 0 0 0 33 0 0 0 20 0 15 0 66868351 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139940685859056 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11073] ppid=11057 vsize=10551232 memory=6154282588994497633 CPUtime=0.16 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 17093 0 -1 1077944384 923 0 0 0 16 0 0 0 20 0 15 0 66868351 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139940684806256 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11074] ppid=11057 vsize=10551232 memory=8326441112142113703 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66868352 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139940683753696 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11075] ppid=11057 vsize=10551232 memory=7522537926851450989 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66868358 10804461568 120987 18446744073709551615 4194304 4196468 140721781727984 139940682702000 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 483948 KiB

[startup+3.11135 s]
/proc/loadavg: 5.92 4.94 4.02 6/209 11075
/proc/meminfo: memFree=29294928/32770624 swapFree=67108860/67108860
[pid=11060] ppid=11057 vsize=10551232 memory=796404 CPUtime=7.28 cores=0,2,4,6

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

/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 17093 0 -1 1077944384 11779 0 0 0 529 1 0 0 20 0 16 0 66868348 10872623104 1209221 18446744073709551615 4194304 4196468 140721781727984 139940691123056 139941195586178 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11068] ppid=11057 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 17093 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 66868349 10872623104 1209221 18446744073709551615 4194304 4196468 140721781727984 139940690069088 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11069] ppid=11057 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 66868349 10872623104 1209221 18446744073709551615 4194304 4196468 140721781727984 139940689016192 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11070] ppid=11057 vsize=10617796 memory=56 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66868351 10872623104 1209221 18446744073709551615 4194304 4196468 140721781727984 139940687964496 139941195593627 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11071] ppid=11057 vsize=10617796 memory=289 CPUtime=1.39 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 17093 0 -1 1077944384 3619 0 0 0 138 1 0 0 20 0 16 0 66868351 10872623104 1209221 18446744073709551615 4194304 4196468 140721781727984 139940686911856 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11072] ppid=11057 vsize=10617796 memory=281065613377880 CPUtime=1.36 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 17093 0 -1 1077944384 3857 0 0 0 135 1 0 0 20 0 16 0 66868351 10872623104 1209221 18446744073709551615 4194304 4196468 140721781727984 139940685859056 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11073] ppid=11057 vsize=10617796 memory=1296 CPUtime=0.32 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 17093 0 -1 1077944384 3202 0 0 0 31 1 0 0 20 0 16 0 66868351 10872623104 1209221 18446744073709551615 4194304 4196468 140721781727984 139940684806256 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11074] ppid=11057 vsize=10617796 memory=2420 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66868352 10872623104 1209221 18446744073709551615 4194304 4196468 140721781727984 139940683753696 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11075] ppid=11057 vsize=10617796 memory=1732 CPUtime=0.05 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 17093 0 -1 1077944384 423 0 0 0 3 2 0 0 20 0 16 0 66868358 10872623104 1209221 18446744073709551615 4194304 4196468 140721781727984 139940682702000 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11077] ppid=11057 vsize=10617796 memory=4836884 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11077/stat : 11077 (java) S 11057 11060 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66871264 10872623104 1209221 18446744073709551615 4194304 4196468 140721781727984 139940681647536 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
Current children cumulated CPU time: 155.5 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4836884 KiB

[startup+162.301 s]
/proc/loadavg: 2.98 4.39 3.99 3/214 11171
/proc/meminfo: memFree=22507448/32770624 swapFree=67108860/67108860
[pid=11060] ppid=11057 vsize=10617796 memory=4836988 CPUtime=215.54 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 17093 0 -1 1077944320 100350 0 0 0 21104 450 0 0 20 0 16 0 66868336 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 140721781710528 139941195575031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
/proc/11060/statm: 2654449 1209247 3131 1 0 2643902 0
[pid=11060/tid=11062] ppid=11057 vsize=10617796 memory=4836980 CPUtime=139.83 cores=0,2,4,6
/proc/11060/task/11062/stat : 11062 (java) R 11057 11060 17093 0 -1 4202560 35826 0 0 0 13971 12 0 0 20 0 16 0 66868346 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139941199811072 139940792259541 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11063] ppid=11057 vsize=10617796 memory=4836980 CPUtime=16.83 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 17093 0 -1 1077944384 7488 0 0 0 1575 108 0 0 20 0 16 0 66868347 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139941125995152 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11064] ppid=11057 vsize=10617796 memory=4836980 CPUtime=16.84 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 17093 0 -1 1077944384 9397 0 0 0 1579 105 0 0 20 0 16 0 66868347 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139941124942352 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11065] ppid=11057 vsize=10617796 memory=4836980 CPUtime=16.87 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 17093 0 -1 1077944384 12315 0 0 0 1582 105 0 0 20 0 16 0 66868347 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139941123889552 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11066] ppid=11057 vsize=10617796 memory=4836988 CPUtime=16.62 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 17093 0 -1 1077944384 10377 0 0 0 1553 109 0 0 20 0 16 0 66868347 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139941122836752 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11067] ppid=11057 vsize=10617796 memory=4028 CPUtime=5.3 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 17093 0 -1 1077944384 11835 0 0 0 529 1 0 0 20 0 16 0 66868348 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139940691123056 139941195586178 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11068] ppid=11057 vsize=10617796 memory=3763234704501320838 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 17093 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 66868349 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139940690069088 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11069] ppid=11057 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 66868349 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139940689016192 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11070] ppid=11057 vsize=10617796 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66868351 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139940687964496 139941195593627 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11071] ppid=11057 vsize=10617796 memory=4836980 CPUtime=1.39 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 17093 0 -1 1077944384 3624 0 0 0 138 1 0 0 20 0 16 0 66868351 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139940686911856 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11072] ppid=11057 vsize=10617796 memory=4836980 CPUtime=1.36 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 17093 0 -1 1077944384 3931 0 0 0 135 1 0 0 20 0 16 0 66868351 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139940685859056 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11073] ppid=11057 vsize=10617796 memory=4836980 CPUtime=0.33 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 17093 0 -1 1077944384 3682 0 0 0 32 1 0 0 20 0 16 0 66868351 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139940684806256 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11074] ppid=11057 vsize=10617796 memory=4836980 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66868352 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139940683753696 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11075] ppid=11057 vsize=10617796 memory=4836980 CPUtime=0.09 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 17093 0 -1 1077944384 469 0 0 0 5 4 0 0 20 0 16 0 66868358 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139940682702000 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11077] ppid=11057 vsize=10617796 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11077/stat : 11077 (java) S 11057 11060 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66871264 10872623104 1209247 18446744073709551615 4194304 4196468 140721781727984 139940681647536 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
Current children cumulated CPU time: 215.54 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4836988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+198.801 s]
/proc/loadavg: 2.54 4.13 3.91 3/214 11171
/proc/meminfo: memFree=22507192/32770624 swapFree=67108860/67108860
[pid=11060] ppid=11057 vsize=10617796 memory=4836992 CPUtime=252.07 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 17093 0 -1 1077944320 104154 0 0 0 24755 452 0 0 20 0 16 0 66868336 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 140721781710528 139941195575031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
/proc/11060/statm: 2654449 1209248 3131 1 0 2643902 0
[pid=11060/tid=11062] ppid=11057 vsize=10617796 memory=-8774313645642428999 CPUtime=176.33 cores=0,2,4,6
/proc/11060/task/11062/stat : 11062 (java) R 11057 11060 17093 0 -1 4202560 39469 0 0 0 17620 13 0 0 20 0 16 0 66868346 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139941199806608 139940792144642 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11063] ppid=11057 vsize=10617796 memory=4836988 CPUtime=16.83 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 17093 0 -1 1077944384 7488 0 0 0 1575 108 0 0 20 0 16 0 66868347 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139941125995152 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11064] ppid=11057 vsize=10617796 memory=5788 CPUtime=16.84 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 17093 0 -1 1077944384 9397 0 0 0 1579 105 0 0 20 0 16 0 66868347 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139941124942352 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11065] ppid=11057 vsize=10617796 memory=4612 CPUtime=16.87 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 17093 0 -1 1077944384 12315 0 0 0 1582 105 0 0 20 0 16 0 66868347 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139941123889552 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11066] ppid=11057 vsize=10617796 memory=1708 CPUtime=16.62 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 17093 0 -1 1077944384 10377 0 0 0 1553 109 0 0 20 0 16 0 66868347 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139941122836752 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11067] ppid=11057 vsize=10617796 memory=1444 CPUtime=5.3 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 17093 0 -1 1077944384 11844 0 0 0 529 1 0 0 20 0 16 0 66868348 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139940691123056 139941195586178 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11068] ppid=11057 vsize=10617796 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 17093 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 66868349 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139940690069088 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11069] ppid=11057 vsize=10617796 memory=4836988 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 66868349 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139940689016192 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11070] ppid=11057 vsize=10617796 memory=4836988 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66868351 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139940687964496 139941195593627 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11071] ppid=11057 vsize=10617796 memory=4836988 CPUtime=1.39 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 17093 0 -1 1077944384 3627 0 0 0 138 1 0 0 20 0 16 0 66868351 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139940686911856 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11072] ppid=11057 vsize=10617796 memory=288230621803970871 CPUtime=1.36 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 17093 0 -1 1077944384 3944 0 0 0 135 1 0 0 20 0 16 0 66868351 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139940685859056 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11073] ppid=11057 vsize=10617796 memory=13563795322702378 CPUtime=0.33 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 17093 0 -1 1077944384 3779 0 0 0 32 1 0 0 20 0 16 0 66868351 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139940684806256 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11074] ppid=11057 vsize=10617796 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66868352 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139940683753696 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11075] ppid=11057 vsize=10617796 memory=3100 CPUtime=0.12 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 17093 0 -1 1077944384 508 0 0 0 6 6 0 0 20 0 16 0 66868358 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139940682702000 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11077] ppid=11057 vsize=10617796 memory=4836988 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11077/stat : 11077 (java) S 11057 11060 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66871264 10872623104 1209248 18446744073709551615 4194304 4196468 140721781727984 139940681647536 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4836992 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+199.037 s]
# the end of solver process 11060 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.643 s, system=4.55444 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+199.001 s]*
/proc/loadavg: 2.54 4.13 3.91 2/215 11174
/proc/meminfo: memFree=22507192/32770624 swapFree=67108860/67108860
[pid=11060] ppid=11057 vsize=10817488 memory=4837308 CPUtime=252.15 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 17093 0 -1 1077944320 105132 0 0 0 24763 452 0 0 20 0 17 0 66868336 11077107712 1209327 18446744073709551615 4194304 4196468 140721781727984 140721781710528 139941195575031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
/proc/11060/statm: 2704372 1209327 3133 1 0 2693825 0
[pid=11060/tid=11062] ppid=11057 vsize=10817488 memory=-7677926825137650786 CPUtime=176.42 cores=0,2,4,6
/proc/11060/task/11062/stat : 11062 (java) S 11057 11060 17093 0 -1 1077944384 39669 0 0 0 17629 13 0 0 20 0 17 0 66868346 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139941199817904 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11063] ppid=11057 vsize=10817488 memory=4872558044660077418 CPUtime=16.83 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 17093 0 -1 1077944384 7488 0 0 0 1575 108 0 0 20 0 17 0 66868347 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139941125995152 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11064] ppid=11057 vsize=10817488 memory=4836988 CPUtime=16.84 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 17093 0 -1 1077944384 9397 0 0 0 1579 105 0 0 20 0 17 0 66868347 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139941124942352 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11065] ppid=11057 vsize=10817488 memory=1160 CPUtime=16.87 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 17093 0 -1 1077944384 12315 0 0 0 1582 105 0 0 20 0 17 0 66868347 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139941123889552 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11066] ppid=11057 vsize=10817488 memory=3036 CPUtime=16.62 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 17093 0 -1 1077944384 10377 0 0 0 1553 109 0 0 20 0 17 0 66868347 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139941122836752 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11067] ppid=11057 vsize=10817488 memory=4215860 CPUtime=5.3 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 17093 0 -1 1077944384 11886 0 0 0 529 1 0 0 20 0 17 0 66868348 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940691123056 139941195586178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11068] ppid=11057 vsize=10817488 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 17093 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 66868349 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940690069088 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11069] ppid=11057 vsize=10817488 memory=4080 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 66868349 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940689016192 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11070] ppid=11057 vsize=10817488 memory=4584 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 17093 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 17 0 66868351 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940687964496 139941195593627 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11071] ppid=11057 vsize=10817488 memory=3904 CPUtime=1.39 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 17093 0 -1 1077944384 3695 0 0 0 138 1 0 0 20 0 17 0 66868351 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940686911856 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11072] ppid=11057 vsize=10817488 memory=-7677926825137650786 CPUtime=1.36 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 17093 0 -1 1077944384 4030 0 0 0 135 1 0 0 20 0 17 0 66868351 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940685859056 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11073] ppid=11057 vsize=10817488 memory=4872558044660077418 CPUtime=0.33 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) R 11057 11060 17093 0 -1 4202560 3822 0 0 0 32 1 0 0 20 0 17 0 66868351 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940684806256 139941177138587 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11074] ppid=11057 vsize=10817488 memory=2420 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66868352 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940683753696 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11075] ppid=11057 vsize=10817488 memory=-8774313645642428999 CPUtime=0.12 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 17093 0 -1 1077944384 508 0 0 0 6 6 0 0 20 0 17 0 66868358 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940682702000 139941195586178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11172] ppid=11057 vsize=10817488 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11172/stat : 11172 (java) S 11057 11060 17093 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 17 0 66888217 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940680594032 139941195585237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
[pid=11060/tid=11173] ppid=11057 vsize=10817488 memory=4836988 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11173/stat : 11173 (java) R 11057 11060 17093 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 17 0 66888217 11077107712 1209331 18446744073709551615 4194304 4196468 140721781727984 139940679542160 139941187816421 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12713984 140721781731733 140721781731886 140721781731886 140721781735375 0
Current children cumulated CPU time: 252.15 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 4837308 KiB

Child status: 143
Real time (s): 199.037
CPU time (s): 252.197
CPU user time (s): 247.643
CPU system time (s): 4.55444
CPU usage (%): 126.709
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 4837308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.643
system time used= 4.55444
maximum resident set size= 4837688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105586
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7087
involuntary context switches= 1383


# summary of solver processes directly reported to runsolver:
#   pid: 11060
#   total CPU time (s): 252.197
#   total CPU user time (s): 247.643
#   total CPU system time (s): 4.55444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.29474 second user time and 1.86007 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:38:22
IDJOB=4257991
IDBENCH=126224
IDSOLVER=2643
FILE ID=node127/4257991-1502646750
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257991-1502646750/watcher-4257991-1502646750 -o /tmp/evaluation-result-4257991-1502646750/solver-4257991-1502646750 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257991-1502646750.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=1396177226

node127.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.92
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.92
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.92
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.92
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:        30455924 kB
MemAvailable:   30892728 kB
Buffers:          200640 kB
Cached:           532156 kB
SwapCached:            0 kB
Active:          1675036 kB
Inactive:         213336 kB
Active(anon):    1105144 kB
Inactive(anon):    83872 kB
Active(file):     569892 kB
Inactive(file):   129464 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1752 kB
Writeback:             4 kB
AnonPages:       1028116 kB
Mapped:            58880 kB
Shmem:             33444 kB
Slab:             132312 kB
SReclaimable:     106568 kB
SUnreclaim:        25744 kB
KernelStack:        3456 kB
PageTables:         6596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2427252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    946176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 19:41:41