Trace number 4244137

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-05? (TO) 2400.15 2291.06

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft120-13.xml
MD5SUMf538aabc6a41aa561e8cda6eca1a34a0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size88
Distribution of domain sizes[{"size":49,"count":1},{"size":88,"count":144}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":96},{"degree":4,"count":48}]
Minimum constraint arity3
Maximum constraint arity144
Distribution of constraint arities[{"arity":3,"count":48},{"arity":49,"count":1},{"arity":144,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":48},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

75.56/16.00	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
75.56/16.00	c This is free software under the dual EPL/GNU LGPL licenses.
75.56/16.00	c See www.sat4j.org for details.
75.56/16.00	c That software uses the Rhino library from the Mozilla project.
75.56/16.00	c version CUSTOM.v20170705
75.56/16.00	c java.runtime.name	Java(TM) SE Runtime Environment
75.56/16.00	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
75.56/16.00	c java.vm.version	25.131-b11
75.56/16.00	c java.vm.vendor	Oracle Corporation
75.56/16.00	c sun.arch.data.model	64
75.56/16.00	c java.version		1.8.0_131
75.56/16.00	c os.name		Linux
75.56/16.00	c os.version		3.10.0-514.16.1.el7.x86_64
75.56/16.00	c os.arch		amd64
75.56/16.00	c Free memory 		499604488
75.56/16.00	c Max memory 		7247757312
75.56/16.00	c Total memory 		504889344
75.56/16.00	c Number of processors 	8
75.56/16.00	c c --- Begin Solver configuration ---
75.56/16.00	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
75.56/16.00	c Learn all clauses as in MiniSAT
75.56/16.00	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
75.56/16.00	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
75.56/16.00	c No reason simplification
75.56/16.00	c Glucose 2.1 dynamic restart strategy
75.56/16.00	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
75.56/16.00	c timeout=2147483s
75.56/16.00	c DB Simplification allowed=false
75.56/16.00	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
75.56/16.00	c --- End Solver configuration ---
75.56/16.00	c constraints type 
75.56/16.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 290
75.56/16.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12521560
75.56/16.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5578300
75.56/16.00	c org.sat4j.specs.Constr$1 => 47520
75.56/16.00	c org.sat4j.minisat.constraints.cnf.UnitClause => 320
75.56/16.00	c 18147990 constraints processed.
2400.09/2291.00	c starts		: 799
2400.09/2291.00	c conflicts		: 492649
2400.09/2291.00	c decisions		: 10967133
2400.09/2291.00	c propagations		: 6919046812
2400.09/2291.00	c inspects		: 42288556011
2400.09/2291.00	c shortcuts		: 0
2400.09/2291.00	c learnt literals	: 28
2400.09/2291.00	c learnt binary clauses	: 1477
2400.09/2291.00	c learnt ternary clauses	: 4517
2400.09/2291.00	c learnt constraints	: 492621
2400.09/2291.00	c ignored constraints	: 0
2400.09/2291.00	c root simplifications	: 0
2400.09/2291.00	c removed literals (reason simplification)	: 0
2400.09/2291.00	c reason swapping (by a shorter reason)	: 0
2400.09/2291.00	c Calls to reduceDB	: 27
2400.09/2291.00	c Number of update (reduction) of LBD	: 331720
2400.09/2291.00	c Imported unit clauses	: 0
2400.09/2291.00	c number of reductions to clauses (during analyze)	: 0
2400.09/2291.00	c number of learned constraints concerned by reduction	: 0
2400.09/2291.01	c number of learning phase by resolution	: 0
2400.09/2291.01	c number of learning phase by cutting planes	: 0
2400.09/2291.01	c number of rounding to 1 operations	: 0
2400.09/2291.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.09/2291.01	c number of reductions of the coefficients by power 2 	: 0
2400.09/2291.01	c number of right shift for reduction by power 2 	: 0
2400.09/2291.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.09/2291.01	c speed (assignments/second)	: 3041488.9928647038
2400.09/2291.01	c non guided choices	1104193
2400.09/2291.02	c learnt constraints type 
2400.09/2291.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1477
2400.09/2291.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35545
2400.09/2291.02	s UNKNOWN

Verifier Data


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-4244137-1500680941/watcher-4244137-1500680941 -o /tmp/evaluation-result-4244137-1500680941/solver-4244137-1500680941 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500680941-15395 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244137-1500680941.xml 

pid=15416
running on 8 cores: 0,2,4,6,8,10,12,14

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: 1.05 1.56 1.88 2/237 15420
/proc/meminfo: memFree=31995192/32770624 swapFree=5940/222336
[pid=15420] ppid=15416 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 3358995 369864704 1423 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 90299 1423 1081 1 0 79210 0
[pid=15420/tid=15425] ppid=15416 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) S 15416 15420 15364 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3358995 369864704 1423 33554432000 4194304 4196468 140729881534928 139969936378272 139969932147330 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0

[startup+0.100097 s]
/proc/loadavg: 1.05 1.56 1.88 2/237 15420
/proc/meminfo: memFree=31995192/32770624 swapFree=5940/222336
[pid=15420] ppid=15416 vsize=10900456 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 4760 0 0 0 8 1 0 0 20 0 20 0 3358995 11162066944 5845 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 2725139 5845 2599 1 0 2713552 0
[pid=15420/tid=15425] ppid=15416 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) R 15416 15420 15364 0 -1 4202560 2857 0 0 0 7 1 0 0 20 0 20 0 3358995 11162169344 5910 33554432000 4194304 4196468 140729881534928 139969936372912 139969821408229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200315 s]
/proc/loadavg: 1.05 1.56 1.88 2/237 15420
/proc/meminfo: memFree=31995192/32770624 swapFree=5940/222336
[pid=15420] ppid=15416 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 7029 0 0 0 23 2 0 0 20 0 20 0 3358995 11162169344 8334 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 2725139 8334 2820 1 0 2713552 0
[pid=15420/tid=15425] ppid=15416 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) R 15416 15420 15364 0 -1 4202560 4706 0 0 0 15 2 0 0 20 0 20 0 3358995 11162169344 8334 33554432000 4194304 4196468 140729881534928 139969936353008 139969916216670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300266 s]
/proc/loadavg: 1.05 1.56 1.88 2/237 15420
/proc/meminfo: memFree=31995192/32770624 swapFree=5940/222336
[pid=15420] ppid=15416 vsize=10900556 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 8029 0 0 0 37 3 0 0 20 0 20 0 3358995 11162169344 10234 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 2725139 10234 2912 1 0 2713552 0
[pid=15420/tid=15425] ppid=15416 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) R 15416 15420 15364 0 -1 4202560 5463 0 0 0 24 2 0 0 20 0 20 0 3358995 11162169344 10234 33554432000 4194304 4196468 140729881534928 139969936365152 139969916179813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 10900556

[startup+0.700257 s]
/proc/loadavg: 1.05 1.56 1.88 2/237 15420
/proc/meminfo: memFree=31995192/32770624 swapFree=5940/222336
[pid=15420] ppid=15416 vsize=10900632 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 12128 0 0 0 175 5 0 0 20 0 20 0 3358995 11162247168 32761 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 2725158 32761 3087 1 0 2713552 0
[pid=15420/tid=15425] ppid=15416 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) R 15416 15420 15364 0 -1 4202560 5946 0 0 0 63 4 0 0 20 0 20 0 3358995 11162247168 32761 33554432000 4194304 4196468 140729881534928 139969936370488 139969572940289 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 10900632

[startup+1.50072 s]
/proc/loadavg: 1.05 1.56 1.88 11/281 15464
/proc/meminfo: memFree=31532356/32770624 swapFree=5940/222380
[pid=15420] ppid=15416 vsize=10900632 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 17626 0 0 0 437 63 0 0 20 0 20 0 3358995 11162247168 111845 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 2725158 111845 3120 1 0 2713552 0
[pid=15420/tid=15425] ppid=15416 vsize=10900632 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) S 15416 15420 15364 0 -1 1077944384 6035 0 0 0 122 6 0 0 20 0 20 0 3358995 11162247168 111845 33554432000 4194304 4196468 140729881534928 139969936372816 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15428] ppid=15416 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15428/stat : 15428 (java) R 15416 15420 15364 0 -1 4202560 50 0 0 0 6 3 0 0 20 0 20 0 3358996 11162247168 111845 33554432000 4194304 4196468 140729881534928 139969539189592 139969917164057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15429] ppid=15416 vsize=10900632 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15429/stat : 15429 (java) R 15416 15420 15364 0 -1 4202560 118 0 0 0 10 8 0 0 20 0 20 0 3358996 11162247168 111845 33554432000 4194304 4196468 140729881534928 139969538136792 139969917164057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15430] ppid=15416 vsize=10900632 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15430/stat : 15430 (java) R 15416 15420 15364 0 -1 4202560 85 0 0 0 9 7 0 0 20 0 20 0 3358996 11162247168 112357 33554432000 4194304 4196468 140729881534928 139969537083992 139969917164057 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15431] ppid=15416 vsize=10900632 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15431/stat : 15431 (java) R 15416 15420 15364 0 -1 4202560 112 0 0 0 8 8 0 0 20 0 20 0 3358996 11162247168 112357 33554432000 4194304 4196468 140729881534928 139969536031192 139969917158304 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15432] ppid=15416 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15432/stat : 15432 (java) R 15416 15420 15364 0 -1 4202560 119 0 0 0 8 3 0 0 20 0 20 0 3358996 11162247168 112357 33554432000 4194304 4196468 140729881534928 139969534979416 139969911331338 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15433] ppid=15416 vsize=10900632 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15433/stat : 15433 (java) R 15416 15420 15364 0 -1 4202560 143 0 0 0 11 8 0 0 20 0 20 0 3358996 11162247168 112357 33554432000 4194304 4196468 140729881534928 139969533926616 139969917164057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15434] ppid=15416 vsize=10900632 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15434/stat : 15434 (java) R 15416 15420 15364 0 -1 4202560 129 0 0 0 10 8 0 0 20 0 20 0 3358996 11162247168 112357 33554432000 4194304 4196468 140729881534928 139969532873816 139969917164057 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15435] ppid=15416 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15435/stat : 15435 (java) R 15416 15420 15364 0 -1 4202560 102 0 0 0 8 7 0 0 20 0 20 0 3358996 11162247168 112357 33554432000 4194304 4196468 140729881534928 139969531820704 139969925238900 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15445] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15445/stat : 15445 (java) S 15416 15420 15364 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3358999 11162247168 112357 33554432000 4194304 4196468 140729881534928 139969407398816 139969932146389 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15447] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15447/stat : 15447 (java) S 15416 15420 15364 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3359000 11162247168 112357 33554432000 4194304 4196468 140729881534928 139969406346336 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15449] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15449/stat : 15449 (java) S 15416 15420 15364 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3359000 11162247168 112869 33554432000 4194304 4196468 140729881534928 139969405293440 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15451] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15451/stat : 15451 (java) S 15416 15420 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3359004 11162247168 112869 33554432000 4194304 4196468 140729881534928 139969404241744 139969932154779 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15452] ppid=15416 vsize=10900632 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15452/stat : 15452 (java) S 15416 15420 15364 0 -1 1077944384 2861 0 0 0 51 0 0 0 20 0 20 0 3359004 11162247168 112869 33554432000 4194304 4196468 140729881534928 139969403190128 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15453] ppid=15416 vsize=10900632 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15453/stat : 15453 (java) S 15416 15420 15364 0 -1 1077944384 1731 0 0 0 53 0 0 0 20 0 20 0 3359004 11162247168 112869 33554432000 4194304 4196468 140729881534928 139969402137328 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15454] ppid=15416 vsize=10900632 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15454/stat : 15454 (java) R 15416 15420 15364 0 -1 4202560 3317 0 0 0 104 0 0 0 20 0 20 0 3359004 11162247168 112869 33554432000 4194304 4196468 140729881534928 139969401064808 139969915547136 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15455] ppid=15416 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15455/stat : 15455 (java) S 15416 15420 15364 0 -1 1077944384 1375 0 0 0 31 0 0 0 20 0 20 0 3359004 11162247168 112869 33554432000 4194304 4196468 140729881534928 139969400031728 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15456] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15456/stat : 15456 (java) S 15416 15420 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3359004 11162247168 112869 33554432000 4194304 4196468 140729881534928 139969398979168 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15462] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15462/stat : 15462 (java) S 15416 15420 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3359004 11162247168 112869 33554432000 4194304 4196468 140729881534928 139969397926448 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 10900632

[startup+3.10136 s]
/proc/loadavg: 1.29 1.60 1.89 10/281 15464
/proc/meminfo: memFree=30774608/32770624 swapFree=5940/222372
[pid=15420] ppid=15416 vsize=10900632 CPUtime=13.04 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 23397 0 0 0 1151 153 0 0 20 0 20 0 3358995 11162247168 189104 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 2725158 189616 3138 1 0 2713552 0
[pid=15420/tid=15425] ppid=15416 vsize=10900632 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) S 15416 15420 15364 0 -1 1077944384 6112 0 0 0 152 6 0 0 20 0 20 0 3358995 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969936373008 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15428] ppid=15416 vsize=10900632 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15428/stat : 15428 (java) R 15416 15420 15364 0 -1 4202560 334 0 0 0 76 14 0 0 20 0 20 0 3358996 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969539189592 139969917164066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15429] ppid=15416 vsize=10900632 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15429/stat : 15429 (java) R 15416 15420 15364 0 -1 4202560 351 0 0 0 81 21 0 0 20 0 20 0 3358996 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969538136480 139969917164066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15430] ppid=15416 vsize=10900632 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15430/stat : 15430 (java) R 15416 15420 15364 0 -1 4202560 628 0 0 0 84 17 0 0 20 0 20 0 3358996 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969537083872 139969917164057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15431] ppid=15416 vsize=10900632 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15431/stat : 15431 (java) R 15416 15420 15364 0 -1 4202560 609 0 0 0 81 21 0 0 20 0 20 0 3358996 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969536031192 139969917164066 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15432] ppid=15416 vsize=10900632 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15432/stat : 15432 (java) R 15416 15420 15364 0 -1 4202560 834 0 0 0 80 11 0 0 20 0 20 0 3358996 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969534978600 139969917164048 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15433] ppid=15416 vsize=10900632 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15433/stat : 15433 (java) R 15416 15420 15364 0 -1 4202560 346 0 0 0 78 21 0 0 20 0 20 0 3358996 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969533926616 139969917164066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15434] ppid=15416 vsize=10900632 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15434/stat : 15434 (java) R 15416 15420 15364 0 -1 4202560 684 0 0 0 78 18 0 0 20 0 20 0 3358996 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969532873816 139969917164066 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15435] ppid=15416 vsize=10900632 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15435/stat : 15435 (java) R 15416 15420 15364 0 -1 4202560 272 0 0 0 80 19 0 0 20 0 20 0 3358996 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969531821016 139969917164057 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15445] ppid=15416 vsize=10900632 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15445/stat : 15445 (java) S 15416 15420 15364 0 -1 1077944384 512 0 0 0 41 0 0 0 20 0 20 0 3358999 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969407398816 139969932146389 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15447] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15447/stat : 15447 (java) S 15416 15420 15364 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3359000 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969406346336 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15449] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15449/stat : 15449 (java) S 15416 15420 15364 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3359000 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969405293440 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15451] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15451/stat : 15451 (java) S 15416 15420 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3359004 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969404241744 139969932154779 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15452] ppid=15416 vsize=10900632 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15452/stat : 15452 (java) S 15416 15420 15364 0 -1 1077944384 2868 0 0 0 54 0 0 0 20 0 20 0 3359004 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969403190128 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15453] ppid=15416 vsize=10900632 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15453/stat : 15453 (java) S 15416 15420 15364 0 -1 1077944384 1740 0 0 0 56 0 0 0 20 0 20 0 3359004 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969402137328 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15454] ppid=15416 vsize=10900632 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15454/stat : 15454 (java) S 15416 15420 15364 0 -1 1077944384 5279 0 0 0 172 0 0 0 20 0 20 0 3359004 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969401069520 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15455] ppid=15416 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15455/stat : 15455 (java) S 15416 15420 15364 0 -1 1077944384 1466 0 0 0 31 0 0 0 20 0 20 0 3359004 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969400031728 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15456] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15456/stat : 15456 (java) S 15416 15420 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3359004 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969398979168 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15462] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15462/stat : 15462 (java) S 15416 15420 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3359004 11162247168 189616 33554432000 4194304 4196468 140729881534928 139969397926448 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 10900632

[startup+6.30079 s]
/proc/loadavg: 1.29 1.60 1.89 10/281 15464
/proc/meminfo: memFree=29142044/32770624 swapFree=5940/222372
[pid=15420] ppid=15416 vsize=10900632 CPUtime=27.14 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 34195 0 0 0 2486 228 0 0 20 0 20 0 3358995 11162247168 285729 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 2725158 285729 3138 1 0 2713552 0
[pid=15420/tid=15425] ppid=15416 vsize=10900632 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) R 15416 15420 15364 0 -1 4202560 6908 0 0 0 242 7 0 0 20 0 20 0 3358995 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969936373880 139969572915474 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15428] ppid=15416 vsize=10900632 CPUtime=2.44 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15428/stat : 15428 (java) S 15416 15420 15364 0 -1 1077944384 582 0 0 0 219 25 0 0 20 0 20 0 3358996 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969539189392 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15429] ppid=15416 vsize=10900632 CPUtime=2.6 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15429/stat : 15429 (java) S 15416 15420 15364 0 -1 1077944384 586 0 0 0 229 31 0 0 20 0 20 0 3358996 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969538136592 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15430] ppid=15416 vsize=10900632 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15430/stat : 15430 (java) S 15416 15420 15364 0 -1 1077944384 779 0 0 0 232 24 0 0 20 0 20 0 3358996 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969537083792 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15431] ppid=15416 vsize=10900632 CPUtime=2.6 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15431/stat : 15431 (java) S 15416 15420 15364 0 -1 1077944384 801 0 0 0 228 32 0 0 20 0 20 0 3358996 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969536030992 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15432] ppid=15416 vsize=10900632 CPUtime=2.48 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15432/stat : 15432 (java) S 15416 15420 15364 0 -1 1077944384 1030 0 0 0 225 23 0 0 20 0 20 0 3358996 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969534979216 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15433] ppid=15416 vsize=10900632 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15433/stat : 15433 (java) S 15416 15420 15364 0 -1 1077944384 1740 0 0 0 220 29 0 0 20 0 20 0 3358996 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969533926416 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15434] ppid=15416 vsize=10900632 CPUtime=2.54 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15434/stat : 15434 (java) S 15416 15420 15364 0 -1 1077944384 930 0 0 0 224 30 0 0 20 0 20 0 3358996 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969532873616 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15435] ppid=15416 vsize=10900632 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15435/stat : 15435 (java) S 15416 15420 15364 0 -1 1077944384 1775 0 0 0 230 21 0 0 20 0 20 0 3358996 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969531820816 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15445] ppid=15416 vsize=10900632 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15445/stat : 15445 (java) S 15416 15420 15364 0 -1 1077944384 4729 0 0 0 109 0 0 0 20 0 20 0 3358999 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969407400304 139969932147330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15447] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15447/stat : 15447 (java) S 15416 15420 15364 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3359000 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969406346336 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15449] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15449/stat : 15449 (java) S 15416 15420 15364 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3359000 11162247168 285729 33554432000 4194304 4196468 140729881534928 139969405293440 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15451] ppid=15416 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=15420/tid=15456] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15456/stat : 15456 (java) S 15416 15420 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969398979168 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15462] ppid=15416 vsize=10967196 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15462/stat : 15462 (java) S 15416 15420 15364 0 -1 1077944384 4443 0 0 0 61 51 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969397926448 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15465] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15465/stat : 15465 (java) S 15416 15420 15364 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3360607 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969396871984 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
Current children cumulated CPU time (s) 2311.55
Current children cumulated vsize (KiB) 10967196

[startup+2262.3 s]
/proc/loadavg: 1.03 1.73 3.04 2/256 15964
/proc/meminfo: memFree=27609156/32770624 swapFree=5940/224772
[pid=15420] ppid=15416 vsize=10967196 CPUtime=2371.56 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 247385 0 0 0 236002 1154 0 0 20 0 21 0 3358995 11230408704 1097866 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 2741799 1097866 3172 1 0 2730193 0
[pid=15420/tid=15425] ppid=15416 vsize=10967196 CPUtime=2240.9 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) R 15416 15420 15364 0 -1 4202560 117725 0 0 0 224067 23 0 0 20 0 21 0 3358995 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969936372888 139969575285391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15428] ppid=15416 vsize=10967196 CPUtime=13.95 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15428/stat : 15428 (java) S 15416 15420 15364 0 -1 1077944384 8120 0 0 0 1261 134 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969539189392 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15429] ppid=15416 vsize=10967196 CPUtime=14.07 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15429/stat : 15429 (java) S 15416 15420 15364 0 -1 1077944384 5097 0 0 0 1276 131 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969538136592 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15430] ppid=15416 vsize=10967196 CPUtime=14.15 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15430/stat : 15430 (java) S 15416 15420 15364 0 -1 1077944384 3442 0 0 0 1297 118 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969537083792 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15431] ppid=15416 vsize=10967196 CPUtime=14.19 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15431/stat : 15431 (java) S 15416 15420 15364 0 -1 1077944384 4559 0 0 0 1278 141 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969536030992 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15432] ppid=15416 vsize=10967196 CPUtime=13.97 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15432/stat : 15432 (java) S 15416 15420 15364 0 -1 1077944384 5925 0 0 0 1266 131 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969534979216 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15433] ppid=15416 vsize=10967196 CPUtime=14.06 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15433/stat : 15433 (java) S 15416 15420 15364 0 -1 1077944384 4929 0 0 0 1261 145 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969533926416 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15434] ppid=15416 vsize=10967196 CPUtime=14.12 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15434/stat : 15434 (java) S 15416 15420 15364 0 -1 1077944384 4057 0 0 0 1272 140 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969532873616 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15435] ppid=15416 vsize=10967196 CPUtime=13.92 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15435/stat : 15435 (java) S 15416 15420 15364 0 -1 1077944384 4652 0 0 0 1264 128 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969531820816 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15445] ppid=15416 vsize=10967196 CPUtime=6.02 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15445/stat : 15445 (java) S 15416 15420 15364 0 -1 1077944384 12404 0 0 0 599 3 0 0 20 0 21 0 3358999 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969407400304 139969932147330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15447] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15447/stat : 15447 (java) S 15416 15420 15364 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 3359000 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969406346336 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15449] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15449/stat : 15449 (java) S 15416 15420 15364 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 21 0 3359000 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969405293440 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15451] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15451/stat : 15451 (java) S 15416 15420 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969404241744 139969932154779 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15452] ppid=15416 vsize=10967196 CPUtime=3.96 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15452/stat : 15452 (java) S 15416 15420 15364 0 -1 1077944384 26854 0 0 0 392 4 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969403190128 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15453] ppid=15416 vsize=10967196 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15453/stat : 15453 (java) S 15416 15420 15364 0 -1 1077944384 13420 0 0 0 236 2 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969402137328 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15454] ppid=15416 vsize=10967196 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15454/stat : 15454 (java) S 15416 15420 15364 0 -1 1077944384 23283 0 0 0 399 3 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969401084528 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15455] ppid=15416 vsize=10967196 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15455/stat : 15455 (java) S 15416 15420 15364 0 -1 1077944384 6967 0 0 0 54 1 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969400031728 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15456] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15456/stat : 15456 (java) S 15416 15420 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969398979168 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15462] ppid=15416 vsize=10967196 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15462/stat : 15462 (java) S 15416 15420 15364 0 -1 1077944384 4484 0 0 0 62 53 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969397926448 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15465] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15465/stat : 15465 (java) S 15416 15420 15364 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3360607 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969396871984 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
Current children cumulated CPU time (s) 2371.56
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2290.8 s]
/proc/loadavg: 1.02 1.66 2.98 2/256 15964
/proc/meminfo: memFree=27609156/32770624 swapFree=5940/224772
[pid=15420] ppid=15416 vsize=10967196 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 249230 0 0 0 238851 1155 0 0 20 0 21 0 3358995 11230408704 1097866 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 2741799 1097866 3172 1 0 2730193 0
[pid=15420/tid=15425] ppid=15416 vsize=10967196 CPUtime=2269.38 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) R 15416 15420 15364 0 -1 4202560 119502 0 0 0 226915 23 0 0 20 0 21 0 3358995 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969936372888 139969575744686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15428] ppid=15416 vsize=10967196 CPUtime=13.95 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15428/stat : 15428 (java) S 15416 15420 15364 0 -1 1077944384 8120 0 0 0 1261 134 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969539189392 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15429] ppid=15416 vsize=10967196 CPUtime=14.07 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15429/stat : 15429 (java) S 15416 15420 15364 0 -1 1077944384 5097 0 0 0 1276 131 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969538136592 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15430] ppid=15416 vsize=10967196 CPUtime=14.15 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15430/stat : 15430 (java) S 15416 15420 15364 0 -1 1077944384 3442 0 0 0 1297 118 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969537083792 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15431] ppid=15416 vsize=10967196 CPUtime=14.19 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15431/stat : 15431 (java) S 15416 15420 15364 0 -1 1077944384 4559 0 0 0 1278 141 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969536030992 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15432] ppid=15416 vsize=10967196 CPUtime=13.97 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15432/stat : 15432 (java) S 15416 15420 15364 0 -1 1077944384 5925 0 0 0 1266 131 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969534979216 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15433] ppid=15416 vsize=10967196 CPUtime=14.06 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15433/stat : 15433 (java) S 15416 15420 15364 0 -1 1077944384 4929 0 0 0 1261 145 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969533926416 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15434] ppid=15416 vsize=10967196 CPUtime=14.12 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15434/stat : 15434 (java) S 15416 15420 15364 0 -1 1077944384 4057 0 0 0 1272 140 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969532873616 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15435] ppid=15416 vsize=10967196 CPUtime=13.92 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15435/stat : 15435 (java) S 15416 15420 15364 0 -1 1077944384 4652 0 0 0 1264 128 0 0 20 0 21 0 3358996 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969531820816 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15445] ppid=15416 vsize=10967196 CPUtime=6.03 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15445/stat : 15445 (java) S 15416 15420 15364 0 -1 1077944384 12414 0 0 0 599 4 0 0 20 0 21 0 3358999 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969407400304 139969932147330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15447] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15447/stat : 15447 (java) S 15416 15420 15364 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 3359000 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969406346336 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15449] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15449/stat : 15449 (java) S 15416 15420 15364 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 21 0 3359000 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969405293440 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15451] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15451/stat : 15451 (java) S 15416 15420 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969404241744 139969932154779 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15452] ppid=15416 vsize=10967196 CPUtime=3.96 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15452/stat : 15452 (java) S 15416 15420 15364 0 -1 1077944384 26859 0 0 0 392 4 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969403190128 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15453] ppid=15416 vsize=10967196 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15453/stat : 15453 (java) S 15416 15420 15364 0 -1 1077944384 13426 0 0 0 236 2 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969402137328 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15454] ppid=15416 vsize=10967196 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15454/stat : 15454 (java) S 15416 15420 15364 0 -1 1077944384 23287 0 0 0 399 3 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969401084528 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15455] ppid=15416 vsize=10967196 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15455/stat : 15455 (java) S 15416 15420 15364 0 -1 1077944384 6972 0 0 0 54 1 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969400031728 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15456] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15456/stat : 15456 (java) S 15416 15420 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969398979168 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15462] ppid=15416 vsize=10967196 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15462/stat : 15462 (java) S 15416 15420 15364 0 -1 1077944384 4522 0 0 0 63 54 0 0 20 0 21 0 3359004 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969397926448 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15465] ppid=15416 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15465/stat : 15465 (java) S 15416 15420 15364 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3360607 11230408704 1097866 33554432000 4194304 4196468 140729881534928 139969396871984 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10967196

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15420 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2291 s]
/proc/loadavg: 1.02 1.66 2.98 2/256 15964
/proc/meminfo: memFree=27609156/32770624 swapFree=5940/224772
[pid=15420] ppid=15416 vsize=11166888 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/15420/stat : 15420 (java) S 15416 15420 15364 0 -1 1077944320 250262 0 0 0 238854 1155 0 0 20 0 22 0 3358995 11434893312 1097940 33554432000 4194304 4196468 140729881534928 140729881517472 139969932136183 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
/proc/15420/statm: 2791722 1097940 3174 1 0 2780116 0
[pid=15420/tid=15425] ppid=15416 vsize=11166888 CPUtime=2269.41 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15425/stat : 15425 (java) S 15416 15420 15364 0 -1 1077944384 119579 0 0 0 226918 23 0 0 20 0 22 0 3358995 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969936379056 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15428] ppid=15416 vsize=11166888 CPUtime=13.95 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15428/stat : 15428 (java) S 15416 15420 15364 0 -1 1077944384 8120 0 0 0 1261 134 0 0 20 0 22 0 3358996 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969539189392 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15429] ppid=15416 vsize=11166888 CPUtime=14.07 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15429/stat : 15429 (java) S 15416 15420 15364 0 -1 1077944384 5097 0 0 0 1276 131 0 0 20 0 22 0 3358996 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969538136592 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15430] ppid=15416 vsize=11166888 CPUtime=14.15 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15430/stat : 15430 (java) S 15416 15420 15364 0 -1 1077944384 3442 0 0 0 1297 118 0 0 20 0 22 0 3358996 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969537083792 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15431] ppid=15416 vsize=11166888 CPUtime=14.19 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15431/stat : 15431 (java) S 15416 15420 15364 0 -1 1077944384 4559 0 0 0 1278 141 0 0 20 0 22 0 3358996 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969536030992 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15432] ppid=15416 vsize=11166888 CPUtime=13.97 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15432/stat : 15432 (java) S 15416 15420 15364 0 -1 1077944384 5925 0 0 0 1266 131 0 0 20 0 22 0 3358996 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969534979216 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15433] ppid=15416 vsize=11166888 CPUtime=14.06 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15433/stat : 15433 (java) S 15416 15420 15364 0 -1 1077944384 4929 0 0 0 1261 145 0 0 20 0 22 0 3358996 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969533926416 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15434] ppid=15416 vsize=11166888 CPUtime=14.12 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15434/stat : 15434 (java) S 15416 15420 15364 0 -1 1077944384 4057 0 0 0 1272 140 0 0 20 0 22 0 3358996 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969532873616 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15435] ppid=15416 vsize=11166888 CPUtime=13.92 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15435/stat : 15435 (java) S 15416 15420 15364 0 -1 1077944384 4652 0 0 0 1264 128 0 0 20 0 22 0 3358996 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969531820816 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15445] ppid=15416 vsize=11166888 CPUtime=6.03 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15445/stat : 15445 (java) S 15416 15420 15364 0 -1 1077944384 12444 0 0 0 599 4 0 0 20 0 22 0 3358999 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969407400304 139969932147330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15447] ppid=15416 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15447/stat : 15447 (java) S 15416 15420 15364 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 22 0 3359000 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969406346336 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15449] ppid=15416 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15449/stat : 15449 (java) S 15416 15420 15364 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 22 0 3359000 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969405293440 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15451] ppid=15416 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15451/stat : 15451 (java) S 15416 15420 15364 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 22 0 3359004 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969404241744 139969932154779 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15452] ppid=15416 vsize=11166888 CPUtime=3.96 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15452/stat : 15452 (java) S 15416 15420 15364 0 -1 1077944384 26859 0 0 0 392 4 0 0 20 0 22 0 3359004 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969403190128 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15453] ppid=15416 vsize=11166888 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15453/stat : 15453 (java) S 15416 15420 15364 0 -1 1077944384 13426 0 0 0 236 2 0 0 20 0 22 0 3359004 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969402137328 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15454] ppid=15416 vsize=11166888 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15454/stat : 15454 (java) S 15416 15420 15364 0 -1 1077944384 23287 0 0 0 399 3 0 0 20 0 22 0 3359004 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969401084528 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15455] ppid=15416 vsize=11166888 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15455/stat : 15455 (java) S 15416 15420 15364 0 -1 1077944384 7316 0 0 0 54 1 0 0 20 0 22 0 3359004 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969400031728 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15456] ppid=15416 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15456/stat : 15456 (java) S 15416 15420 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3359004 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969398979168 139969932146389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
[pid=15420/tid=15462] ppid=15416 vsize=11166888 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/15420/task/15462/stat : 15462 (java) S 15416 15420 15364 0 -1 1077944384 4522 0 0 0 63 54 0 0 20 0 22 0 3359004 11434893312 1097940 33554432000 4194304 4196468 140729881534928 139969397926448 139969932147330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140729881539755 140729881539908 140729881539908 140729881542607 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2291.06
CPU time (s): 2400.15
CPU user time (s): 2388.56
CPU system time (s): 11.5944
CPU usage (%): 104.762
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2388.56
system time used= 11.5944
maximum resident set size= 4391956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251181
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55709
involuntary context switches= 124432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9659 second user time and 16.6203 second system time

The end

Launcher Data

Begin job on node151 at 2017-07-22 01:49:01
IDJOB=4244137
IDBENCH=136085
IDSOLVER=2623
FILE ID=node151/4244137-1500680941
RUNJOBID= node151-1500680941-15395
PBS_JOBID= 20623037
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft120-13.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244137-1500680941/watcher-4244137-1500680941 -o /tmp/evaluation-result-4244137-1500680941/solver-4244137-1500680941 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500680941-15395 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244137-1500680941.xml

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

MD5SUM BENCH= f538aabc6a41aa561e8cda6eca1a34a0
RANDOM SEED=555731135

node151.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	: 5333.49
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	: 5342.81
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	: 5333.49
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	: 5342.81
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	: 5333.49
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	: 5342.81
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	: 5333.49
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		: 1600.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	: 5342.81
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	: 5333.49
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		: 1600.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	: 5342.81
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	: 5333.49
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	: 5342.81
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		: 1733.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	: 5333.49
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		: 1600.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	: 5342.81
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	: 5333.49
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		: 1600.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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31996420 kB
MemAvailable:   32026784 kB
Buffers:           48852 kB
Cached:           291608 kB
SwapCached:            0 kB
Active:           160932 kB
Inactive:         232296 kB
Active(anon):      56384 kB
Inactive(anon):     8664 kB
Active(file):     104548 kB
Inactive(file):   223632 kB
Unevictable:        5940 kB
Mlocked:            5972 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3000 kB
Writeback:             0 kB
AnonPages:         59548 kB
Mapped:            29912 kB
Shmem:              8848 kB
Slab:              68208 kB
SReclaimable:      36040 kB
SUnreclaim:        32168 kB
KernelStack:        4128 kB
PageTables:         4864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62024 MiB
End job on node151 at 2017-07-22 02:27:12