Trace number 4244135

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.17 2305.65

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft120-15.xml
MD5SUMb641d135752528099b6bd819b25278f3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size82
Distribution of domain sizes[{"size":48,"count":1},{"size":82,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

45.41/9.80	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
45.41/9.80	c This is free software under the dual EPL/GNU LGPL licenses.
45.41/9.80	c See www.sat4j.org for details.
45.41/9.80	c That software uses the Rhino library from the Mozilla project.
45.41/9.80	c version CUSTOM.v20170705
45.41/9.80	c java.runtime.name	Java(TM) SE Runtime Environment
45.41/9.80	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
45.41/9.80	c java.vm.version	25.131-b11
45.41/9.80	c java.vm.vendor	Oracle Corporation
45.41/9.80	c sun.arch.data.model	64
45.41/9.80	c java.version		1.8.0_131
45.41/9.80	c os.name		Linux
45.41/9.80	c os.version		3.10.0-514.16.1.el7.x86_64
45.41/9.80	c os.arch		amd64
45.41/9.80	c Free memory 		499604488
45.41/9.80	c Max memory 		7247757312
45.41/9.80	c Total memory 		504889344
45.41/9.80	c Number of processors 	8
45.41/9.80	c c --- Begin Solver configuration ---
45.41/9.80	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
45.41/9.80	c Learn all clauses as in MiniSAT
45.41/9.80	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
45.41/9.80	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
45.41/9.80	c No reason simplification
45.41/9.80	c Glucose 2.1 dynamic restart strategy
45.41/9.80	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
45.41/9.80	c timeout=2147483s
45.41/9.80	c DB Simplification allowed=false
45.41/9.80	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
45.41/9.80	c --- End Solver configuration ---
45.41/9.80	c constraints type 
45.41/9.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 284
45.41/9.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10190105
45.41/9.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4758536
45.41/9.80	c org.sat4j.specs.Constr$1 => 46530
45.41/9.80	c org.sat4j.minisat.constraints.cnf.UnitClause => 305
45.41/9.80	c 14995760 constraints processed.
2400.11/2305.60	c starts		: 826
2400.11/2305.60	c conflicts		: 521644
2400.11/2305.60	c decisions		: 11673958
2400.11/2305.60	c propagations		: 6652969851
2400.11/2305.60	c inspects		: 41027145897
2400.11/2305.60	c shortcuts		: 0
2400.11/2305.60	c learnt literals	: 129
2400.11/2305.60	c learnt binary clauses	: 2391
2400.11/2305.60	c learnt ternary clauses	: 6914
2400.11/2305.60	c learnt constraints	: 521515
2400.11/2305.60	c ignored constraints	: 0
2400.11/2305.60	c root simplifications	: 0
2400.11/2305.60	c removed literals (reason simplification)	: 0
2400.11/2305.60	c reason swapping (by a shorter reason)	: 0
2400.11/2305.60	c Calls to reduceDB	: 28
2400.11/2305.60	c Number of update (reduction) of LBD	: 340354
2400.11/2305.60	c Imported unit clauses	: 0
2400.11/2305.60	c number of reductions to clauses (during analyze)	: 0
2400.11/2305.60	c number of learned constraints concerned by reduction	: 0
2400.11/2305.60	c number of learning phase by resolution	: 0
2400.11/2305.60	c number of learning phase by cutting planes	: 0
2400.11/2305.61	c number of rounding to 1 operations	: 0
2400.11/2305.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.11/2305.61	c number of reductions of the coefficients by power 2 	: 0
2400.11/2305.61	c number of right shift for reduction by power 2 	: 0
2400.11/2305.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.11/2305.61	c speed (assignments/second)	: 2898006.0386652295
2400.11/2305.61	c non guided choices	910921
2400.11/2305.62	c learnt constraints type 
2400.11/2305.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2391
2400.11/2305.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32474
2400.11/2305.62	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-4244135-1500680876/watcher-4244135-1500680876 -o /tmp/evaluation-result-4244135-1500680876/solver-4244135-1500680876 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500680876-8376 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244135-1500680876.xml 

pid=8403
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.00 1.03 1.27 3/252 8415
/proc/meminfo: memFree=32143720/32770624 swapFree=5916/42536
[pid=8415] ppid=8403 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 3355973 369864704 1936 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 90299 1936 1081 1 0 79210 0
[pid=8415/tid=8416] ppid=8403 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) S 8403 8415 2461 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3355974 369864704 1936 33554432000 4194304 4196468 140735013383424 140628647672224 140628643441282 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0

[startup+0.100162 s]
/proc/loadavg: 1.00 1.03 1.27 3/252 8415
/proc/meminfo: memFree=32143720/32770624 swapFree=5916/42536
[pid=8415] ppid=8403 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 4915 0 0 0 9 1 0 0 20 0 20 0 3355973 11162169344 6015 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 2725139 6015 2628 1 0 2713552 0
[pid=8415/tid=8416] ppid=8403 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) R 8403 8415 2461 0 -1 4202560 3004 0 0 0 8 0 0 0 20 0 20 0 3355974 11162169344 6015 33554432000 4194304 4196468 140735013383424 140628647672416 140628643452061 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200372 s]
/proc/loadavg: 1.00 1.03 1.27 3/252 8415
/proc/meminfo: memFree=32143720/32770624 swapFree=5916/42536
[pid=8415] ppid=8403 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 7124 0 0 0 24 2 0 0 20 0 20 0 3355973 11162169344 8411 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 2725139 8411 2886 1 0 2713552 0
[pid=8415/tid=8416] ppid=8403 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) R 8403 8415 2461 0 -1 4202560 4722 0 0 0 17 1 0 0 20 0 20 0 3355974 11162169344 8411 33554432000 4194304 4196468 140735013383424 140628647641968 140628643451482 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300287 s]
/proc/loadavg: 1.00 1.03 1.27 3/252 8415
/proc/meminfo: memFree=32143720/32770624 swapFree=5916/42536
[pid=8415] ppid=8403 vsize=10900556 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 8043 0 0 0 39 2 0 0 20 0 20 0 3355973 11162169344 10220 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 2725139 10220 2981 1 0 2713552 0
[pid=8415/tid=8416] ppid=8403 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) R 8403 8415 2461 0 -1 4202560 5455 0 0 0 26 1 0 0 20 0 20 0 3355974 11162169344 10220 33554432000 4194304 4196468 140735013383424 140628647659856 140628627473765 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 10900556

[startup+0.700257 s]
/proc/loadavg: 1.00 1.03 1.27 3/252 8415
/proc/meminfo: memFree=32143720/32770624 swapFree=5916/42536
[pid=8415] ppid=8403 vsize=10900632 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 13648 0 0 0 179 5 0 0 20 0 20 0 3355973 11162247168 37867 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 2725158 37867 3085 1 0 2713552 0
[pid=8415/tid=8416] ppid=8403 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) R 8403 8415 2461 0 -1 4202560 5928 0 0 0 64 3 0 0 20 0 20 0 3355974 11162247168 37867 33554432000 4194304 4196468 140735013383424 140628647666968 140628622507627 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 10900632

[startup+1.50069 s]
/proc/loadavg: 1.00 1.03 1.27 14/282 8445
/proc/meminfo: memFree=31607396/32770624 swapFree=5916/42548
[pid=8415] ppid=8403 vsize=10900632 CPUtime=5.25 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 21409 0 0 0 459 66 0 0 20 0 20 0 3355973 11162247168 116888 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 2725158 116888 3119 1 0 2713552 0
[pid=8415/tid=8416] ppid=8403 vsize=10900632 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) S 8403 8415 2461 0 -1 1077944384 6006 0 0 0 120 5 0 0 20 0 20 0 3355974 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628647667152 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8418] ppid=8403 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8418/stat : 8418 (java) R 8403 8415 2461 0 -1 4202560 244 0 0 0 9 6 0 0 20 0 20 0 3355975 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628580121048 140628628458000 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8419] ppid=8403 vsize=10900632 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8419/stat : 8419 (java) R 8403 8415 2461 0 -1 4202560 125 0 0 0 11 8 0 0 20 0 20 0 3355975 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628579068504 140628628452256 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8420] ppid=8403 vsize=10900632 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8420/stat : 8420 (java) R 8403 8415 2461 0 -1 4202560 155 0 0 0 16 5 0 0 20 0 20 0 3355975 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628578015648 140628628453840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8421] ppid=8403 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8421/stat : 8421 (java) R 8403 8415 2461 0 -1 4202560 72 0 0 0 11 6 0 0 20 0 20 0 3355975 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628576963416 140628628458009 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8422] ppid=8403 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8422/stat : 8422 (java) R 8403 8415 2461 0 -1 4202560 121 0 0 0 12 8 0 0 20 0 20 0 3355975 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628575910872 140628628452256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8423] ppid=8403 vsize=10900632 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8423/stat : 8423 (java) R 8403 8415 2461 0 -1 4202560 118 0 0 0 10 8 0 0 20 0 20 0 3355975 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628574858328 140628628454285 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8424] ppid=8403 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8424/stat : 8424 (java) R 8403 8415 2461 0 -1 4202560 102 0 0 0 9 6 0 0 20 0 20 0 3355975 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628573805784 140628628457554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8425] ppid=8403 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8425/stat : 8425 (java) R 8403 8415 2461 0 -1 4202560 114 0 0 0 10 7 0 0 20 0 20 0 3355975 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628572753240 140628628454190 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8429] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8429/stat : 8429 (java) S 8403 8415 2461 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3355977 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628118430240 140628643440341 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8430] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8430/stat : 8430 (java) S 8403 8415 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3355978 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628117378016 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8431] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8431/stat : 8431 (java) S 8403 8415 2461 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3355978 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628116325376 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8439] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8439/stat : 8439 (java) S 8403 8415 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3355982 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628115273936 140628643448731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8440] ppid=8403 vsize=10900632 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8440/stat : 8440 (java) R 8403 8415 2461 0 -1 4202560 7198 0 0 0 102 1 0 0 20 0 20 0 3355982 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628114203160 140628626926923 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8441] ppid=8403 vsize=10900632 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8441/stat : 8441 (java) S 8403 8415 2461 0 -1 1077944384 1849 0 0 0 51 0 0 0 20 0 20 0 3355982 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628113169008 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8442] ppid=8403 vsize=10900632 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8442/stat : 8442 (java) S 8403 8415 2461 0 -1 1077944384 2550 0 0 0 64 0 0 0 20 0 20 0 3355982 11162247168 116888 33554432000 4194304 4196468 140735013383424 140628112116464 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8443] ppid=8403 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8443/stat : 8443 (java) S 8403 8415 2461 0 -1 1077944384 1304 0 0 0 28 0 0 0 20 0 20 0 3355982 11162247168 117400 33554432000 4194304 4196468 140735013383424 140628111063920 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8444] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8444/stat : 8444 (java) S 8403 8415 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3355982 11162247168 117400 33554432000 4194304 4196468 140735013383424 140628110010592 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8445] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8445/stat : 8445 (java) S 8403 8415 2461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3355983 11162247168 117400 33554432000 4194304 4196468 140735013383424 140628108958128 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 10900632

[startup+3.10105 s]
/proc/loadavg: 1.80 1.19 1.32 10/282 8445
/proc/meminfo: memFree=31055508/32770624 swapFree=5916/42548
[pid=8415] ppid=8403 vsize=10900632 CPUtime=13.12 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 26929 0 0 0 1187 125 0 0 20 0 20 0 3355973 11162247168 167112 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 2725158 167112 3137 1 0 2713552 0
[pid=8415/tid=8416] ppid=8403 vsize=10900632 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) S 8403 8415 2461 0 -1 1077944384 6132 0 0 0 150 5 0 0 20 0 20 0 3355974 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628647667392 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8418] ppid=8403 vsize=10900632 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8418/stat : 8418 (java) R 8403 8415 2461 0 -1 4202560 616 0 0 0 82 10 0 0 20 0 20 0 3355975 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628580120232 140628635667262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8419] ppid=8403 vsize=10900632 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8419/stat : 8419 (java) R 8403 8415 2461 0 -1 4202560 331 0 0 0 86 16 0 0 20 0 20 0 3355975 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628579068504 140628636532979 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8420] ppid=8403 vsize=10900632 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8420/stat : 8420 (java) R 8403 8415 2461 0 -1 4202560 281 0 0 0 94 11 0 0 20 0 20 0 3355975 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628578015960 140628636529835 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8421] ppid=8403 vsize=10900632 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8421/stat : 8421 (java) R 8403 8415 2461 0 -1 4202560 516 0 0 0 88 15 0 0 20 0 20 0 3355975 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628576963416 140628628458009 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8422] ppid=8403 vsize=10900632 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8422/stat : 8422 (java) R 8403 8415 2461 0 -1 4202560 682 0 0 0 88 17 0 0 20 0 20 0 3355975 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628575910560 140628628458018 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8423] ppid=8403 vsize=10900632 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8423/stat : 8423 (java) R 8403 8415 2461 0 -1 4202560 339 0 0 0 87 17 0 0 20 0 20 0 3355975 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628574858328 140628628458009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8424] ppid=8403 vsize=10900632 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8424/stat : 8424 (java) R 8403 8415 2461 0 -1 4202560 561 0 0 0 86 14 0 0 20 0 20 0 3355975 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628573805784 140628628458009 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8425] ppid=8403 vsize=10900632 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8425/stat : 8425 (java) R 8403 8415 2461 0 -1 4202560 258 0 0 0 75 13 0 0 20 0 20 0 3355975 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628572753240 140628627878350 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8429] ppid=8403 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8429/stat : 8429 (java) S 8403 8415 2461 0 -1 1077944384 483 0 0 0 43 0 0 0 20 0 20 0 3355977 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628118430240 140628643440341 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8430] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8430/stat : 8430 (java) S 8403 8415 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3355978 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628117378016 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8431] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8431/stat : 8431 (java) S 8403 8415 2461 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3355978 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628116325376 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8439] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8439/stat : 8439 (java) S 8403 8415 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3355982 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628115273936 140628643448731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8440] ppid=8403 vsize=10900632 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8440/stat : 8440 (java) S 8403 8415 2461 0 -1 1077944384 9566 0 0 0 156 1 0 0 20 0 20 0 3355982 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628114221552 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8441] ppid=8403 vsize=10900632 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8441/stat : 8441 (java) S 8403 8415 2461 0 -1 1077944384 1849 0 0 0 52 0 0 0 20 0 20 0 3355982 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628113169008 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8442] ppid=8403 vsize=10900632 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8442/stat : 8442 (java) S 8403 8415 2461 0 -1 1077944384 2554 0 0 0 65 0 0 0 20 0 20 0 3355982 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628112116464 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8443] ppid=8403 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8443/stat : 8443 (java) S 8403 8415 2461 0 -1 1077944384 1397 0 0 0 28 0 0 0 20 0 20 0 3355982 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628111063920 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8444] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8444/stat : 8444 (java) S 8403 8415 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3355982 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628110010592 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8445] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8445/stat : 8445 (java) S 8403 8415 2461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3355983 11162247168 167112 33554432000 4194304 4196468 140735013383424 140628108958128 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 10900632

[startup+6.30087 s]
/proc/loadavg: 1.80 1.19 1.32 11/282 8445
/proc/meminfo: memFree=30039692/32770624 swapFree=5916/42560
[pid=8415] ppid=8403 vsize=10900632 CPUtime=28.61 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 39331 0 0 0 2609 252 0 0 20 0 20 0 3355973 11162247168 270533 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 2725158 270533 3137 1 0 2713552 0
[pid=8415/tid=8416] ppid=8403 vsize=10900632 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) R 8403 8415 2461 0 -1 4202560 6892 0 0 0 216 6 0 0 20 0 20 0 3355974 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628647666952 140628255641769 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8418] ppid=8403 vsize=10900632 CPUtime=2.64 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8418/stat : 8418 (java) S 8403 8415 2461 0 -1 1077944384 1211 0 0 0 240 24 0 0 20 0 20 0 3355975 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628580120848 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8419] ppid=8403 vsize=10900632 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8419/stat : 8419 (java) S 8403 8415 2461 0 -1 1077944384 1319 0 0 0 245 31 0 0 20 0 20 0 3355975 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628579068304 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8420] ppid=8403 vsize=10900632 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8420/stat : 8420 (java) S 8403 8415 2461 0 -1 1077944384 1390 0 0 0 253 26 0 0 20 0 20 0 3355975 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628578015760 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8421] ppid=8403 vsize=10900632 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8421/stat : 8421 (java) S 8403 8415 2461 0 -1 1077944384 1038 0 0 0 246 32 0 0 20 0 20 0 3355975 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628576963216 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8422] ppid=8403 vsize=10900632 CPUtime=2.82 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8422/stat : 8422 (java) S 8403 8415 2461 0 -1 1077944384 1169 0 0 0 249 33 0 0 20 0 20 0 3355975 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628575910672 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8423] ppid=8403 vsize=10900632 CPUtime=2.8 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8423/stat : 8423 (java) S 8403 8415 2461 0 -1 1077944384 1459 0 0 0 247 33 0 0 20 0 20 0 3355975 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628574858128 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8424] ppid=8403 vsize=10900632 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8424/stat : 8424 (java) S 8403 8415 2461 0 -1 1077944384 845 0 0 0 247 29 0 0 20 0 20 0 3355975 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628573805584 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8425] ppid=8403 vsize=10900632 CPUtime=2.64 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8425/stat : 8425 (java) S 8403 8415 2461 0 -1 1077944384 1727 0 0 0 235 29 0 0 20 0 20 0 3355975 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628572753040 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8429] ppid=8403 vsize=10900632 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8429/stat : 8429 (java) S 8403 8415 2461 0 -1 1077944384 4519 0 0 0 117 0 0 0 20 0 20 0 3355977 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628118431728 140628643441282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8430] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8430/stat : 8430 (java) S 8403 8415 2461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3355978 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628117378016 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8431] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8431/stat : 8431 (java) S 8403 8415 2461 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3355978 11162247168 270533 33554432000 4194304 4196468 140735013383424 140628116325376 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8439] ppid=8403 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

/proc/8415/task/8446/stat : 8446 (java) S 8403 8415 2461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3356964 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628107903920 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
Current children cumulated CPU time (s) 2296.93
Current children cumulated vsize (KiB) 10967196

[startup+2262.3 s]
/proc/loadavg: 1.28 1.83 1.96 2/256 8598
/proc/meminfo: memFree=27727056/32770624 swapFree=5916/44340
[pid=8415] ppid=8403 vsize=10967196 CPUtime=2356.94 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 236651 0 0 0 234201 1493 0 0 20 0 21 0 3355973 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 2741799 1106099 3171 1 0 2730193 0
[pid=8415/tid=8416] ppid=8403 vsize=10967196 CPUtime=2244.77 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) R 8403 8415 2461 0 -1 4202560 115160 0 0 0 224455 22 0 0 20 0 21 0 3355974 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628647669120 140628257219780 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8418] ppid=8403 vsize=10967196 CPUtime=11.94 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8418/stat : 8418 (java) S 8403 8415 2461 0 -1 1077944384 5401 0 0 0 1020 174 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628580120848 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8419] ppid=8403 vsize=10967196 CPUtime=12.05 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8419/stat : 8419 (java) S 8403 8415 2461 0 -1 1077944384 5150 0 0 0 1029 176 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628579068304 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8420] ppid=8403 vsize=10967196 CPUtime=12.2 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8420/stat : 8420 (java) S 8403 8415 2461 0 -1 1077944384 5208 0 0 0 1050 170 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628578015760 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8421] ppid=8403 vsize=10967196 CPUtime=12.16 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8421/stat : 8421 (java) S 8403 8415 2461 0 -1 1077944384 5198 0 0 0 1039 177 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628576963216 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8422] ppid=8403 vsize=10967196 CPUtime=12.14 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8422/stat : 8422 (java) S 8403 8415 2461 0 -1 1077944384 4482 0 0 0 1036 178 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628575910672 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8423] ppid=8403 vsize=10967196 CPUtime=11.87 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8423/stat : 8423 (java) S 8403 8415 2461 0 -1 1077944384 4003 0 0 0 1014 173 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628574858128 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8424] ppid=8403 vsize=10967196 CPUtime=11.96 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8424/stat : 8424 (java) S 8403 8415 2461 0 -1 1077944384 4652 0 0 0 1024 172 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628573805584 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8425] ppid=8403 vsize=10967196 CPUtime=12.12 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8425/stat : 8425 (java) S 8403 8415 2461 0 -1 1077944384 5647 0 0 0 1034 178 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628572753040 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8429] ppid=8403 vsize=10967196 CPUtime=3.83 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8429/stat : 8429 (java) S 8403 8415 2461 0 -1 1077944384 14424 0 0 0 380 3 0 0 20 0 21 0 3355977 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628118431728 140628643441282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8430] ppid=8403 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8430/stat : 8430 (java) S 8403 8415 2461 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 21 0 3355978 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628117378016 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8431] ppid=8403 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8431/stat : 8431 (java) S 8403 8415 2461 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 3355978 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628116325376 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8439] ppid=8403 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8439/stat : 8439 (java) S 8403 8415 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628115273936 140628643448731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8440] ppid=8403 vsize=10967196 CPUtime=4.21 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8440/stat : 8440 (java) S 8403 8415 2461 0 -1 1077944384 24829 0 0 0 418 3 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628114221552 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8441] ppid=8403 vsize=10967196 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8441/stat : 8441 (java) S 8403 8415 2461 0 -1 1077944384 12346 0 0 0 245 1 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628113169008 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8442] ppid=8403 vsize=10967196 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8442/stat : 8442 (java) S 8403 8415 2461 0 -1 1077944384 16814 0 0 0 302 3 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628112116464 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8443] ppid=8403 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8443/stat : 8443 (java) S 8403 8415 2461 0 -1 1077944384 7501 0 0 0 49 1 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628111063920 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8444] ppid=8403 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8444/stat : 8444 (java) S 8403 8415 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628110010592 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8445] ppid=8403 vsize=10967196 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8445/stat : 8445 (java) S 8403 8415 2461 0 -1 1077944384 4399 0 0 0 74 76 0 0 20 0 21 0 3355983 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628108958128 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8446] ppid=8403 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8446/stat : 8446 (java) S 8403 8415 2461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3356964 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628107903920 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
Current children cumulated CPU time (s) 2356.94
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2305.4 s]
/proc/loadavg: 1.13 1.71 1.91 2/256 8599
/proc/meminfo: memFree=27727304/32770624 swapFree=5916/44380
[pid=8415] ppid=8403 vsize=10967196 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 239245 0 0 0 238510 1494 0 0 20 0 21 0 3355973 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 2741799 1106099 3171 1 0 2730193 0
[pid=8415/tid=8416] ppid=8403 vsize=10967196 CPUtime=2287.85 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) R 8403 8415 2461 0 -1 4202560 117634 0 0 0 228762 23 0 0 20 0 21 0 3355974 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628647669120 140628257377100 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8418] ppid=8403 vsize=10967196 CPUtime=11.94 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8418/stat : 8418 (java) S 8403 8415 2461 0 -1 1077944384 5401 0 0 0 1020 174 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628580120848 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8419] ppid=8403 vsize=10967196 CPUtime=12.05 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8419/stat : 8419 (java) S 8403 8415 2461 0 -1 1077944384 5150 0 0 0 1029 176 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628579068304 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8420] ppid=8403 vsize=10967196 CPUtime=12.2 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8420/stat : 8420 (java) S 8403 8415 2461 0 -1 1077944384 5208 0 0 0 1050 170 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628578015760 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8421] ppid=8403 vsize=10967196 CPUtime=12.16 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8421/stat : 8421 (java) S 8403 8415 2461 0 -1 1077944384 5198 0 0 0 1039 177 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628576963216 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8422] ppid=8403 vsize=10967196 CPUtime=12.14 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8422/stat : 8422 (java) S 8403 8415 2461 0 -1 1077944384 4482 0 0 0 1036 178 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628575910672 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8423] ppid=8403 vsize=10967196 CPUtime=11.87 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8423/stat : 8423 (java) S 8403 8415 2461 0 -1 1077944384 4003 0 0 0 1014 173 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628574858128 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8424] ppid=8403 vsize=10967196 CPUtime=11.96 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8424/stat : 8424 (java) S 8403 8415 2461 0 -1 1077944384 4652 0 0 0 1024 172 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628573805584 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8425] ppid=8403 vsize=10967196 CPUtime=12.12 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8425/stat : 8425 (java) S 8403 8415 2461 0 -1 1077944384 5647 0 0 0 1034 178 0 0 20 0 21 0 3355975 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628572753040 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8429] ppid=8403 vsize=10967196 CPUtime=3.83 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8429/stat : 8429 (java) S 8403 8415 2461 0 -1 1077944384 14443 0 0 0 380 3 0 0 20 0 21 0 3355977 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628118431728 140628643441282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8430] ppid=8403 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8430/stat : 8430 (java) S 8403 8415 2461 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 21 0 3355978 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628117378016 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8431] ppid=8403 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8431/stat : 8431 (java) S 8403 8415 2461 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 3355978 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628116325376 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8439] ppid=8403 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8439/stat : 8439 (java) S 8403 8415 2461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628115273936 140628643448731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8440] ppid=8403 vsize=10967196 CPUtime=4.21 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8440/stat : 8440 (java) S 8403 8415 2461 0 -1 1077944384 24833 0 0 0 418 3 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628114221552 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8441] ppid=8403 vsize=10967196 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8441/stat : 8441 (java) S 8403 8415 2461 0 -1 1077944384 12349 0 0 0 245 1 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628113169008 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8442] ppid=8403 vsize=10967196 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8442/stat : 8442 (java) S 8403 8415 2461 0 -1 1077944384 16829 0 0 0 302 3 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628112116464 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8443] ppid=8403 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8443/stat : 8443 (java) S 8403 8415 2461 0 -1 1077944384 7506 0 0 0 49 1 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628111063920 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8444] ppid=8403 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8444/stat : 8444 (java) S 8403 8415 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3355982 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628110010592 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8445] ppid=8403 vsize=10967196 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8445/stat : 8445 (java) S 8403 8415 2461 0 -1 1077944384 4473 0 0 0 75 77 0 0 20 0 21 0 3355983 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628108958128 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8446] ppid=8403 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8446/stat : 8446 (java) S 8403 8415 2461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3356964 11230408704 1106099 33554432000 4194304 4196468 140735013383424 140628107903920 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
Current children cumulated CPU time (s) 2400.04
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 8415 sig 9
??? kill -8415 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2305.6 s]
/proc/loadavg: 1.13 1.71 1.91 1/257 8602
/proc/meminfo: memFree=27727304/32770624 swapFree=5916/44380
[pid=8415] ppid=8403 vsize=11166888 CPUtime=2400.11 cores=0,2,4,6,8,10,12,14
/proc/8415/stat : 8415 (java) S 8403 8415 2461 0 -1 1077944320 241497 0 0 0 238517 1494 0 0 20 0 22 0 3355973 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140735013365968 140628643430135 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
/proc/8415/statm: 2791722 1106190 3173 1 0 2780116 0
[pid=8415/tid=8416] ppid=8403 vsize=11166888 CPUtime=2287.92 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8416/stat : 8416 (java) S 8403 8415 2461 0 -1 1077944384 117804 0 0 0 228769 23 0 0 20 0 22 0 3355974 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628647673008 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8418] ppid=8403 vsize=11166888 CPUtime=11.94 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8418/stat : 8418 (java) S 8403 8415 2461 0 -1 1077944384 5401 0 0 0 1020 174 0 0 20 0 22 0 3355975 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628580120848 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8419] ppid=8403 vsize=11166888 CPUtime=12.05 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8419/stat : 8419 (java) S 8403 8415 2461 0 -1 1077944384 5150 0 0 0 1029 176 0 0 20 0 22 0 3355975 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628579068304 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8420] ppid=8403 vsize=11166888 CPUtime=12.2 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8420/stat : 8420 (java) S 8403 8415 2461 0 -1 1077944384 5208 0 0 0 1050 170 0 0 20 0 22 0 3355975 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628578015760 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8421] ppid=8403 vsize=11166888 CPUtime=12.16 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8421/stat : 8421 (java) S 8403 8415 2461 0 -1 1077944384 5198 0 0 0 1039 177 0 0 20 0 22 0 3355975 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628576963216 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8422] ppid=8403 vsize=11166888 CPUtime=12.14 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8422/stat : 8422 (java) S 8403 8415 2461 0 -1 1077944384 4482 0 0 0 1036 178 0 0 20 0 22 0 3355975 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628575910672 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8423] ppid=8403 vsize=11166888 CPUtime=11.87 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8423/stat : 8423 (java) S 8403 8415 2461 0 -1 1077944384 4003 0 0 0 1014 173 0 0 20 0 22 0 3355975 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628574858128 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8424] ppid=8403 vsize=11166888 CPUtime=11.96 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8424/stat : 8424 (java) S 8403 8415 2461 0 -1 1077944384 4652 0 0 0 1024 172 0 0 20 0 22 0 3355975 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628573805584 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8425] ppid=8403 vsize=11166888 CPUtime=12.12 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8425/stat : 8425 (java) S 8403 8415 2461 0 -1 1077944384 5647 0 0 0 1034 178 0 0 20 0 22 0 3355975 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628572753040 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8429] ppid=8403 vsize=11166888 CPUtime=3.83 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8429/stat : 8429 (java) S 8403 8415 2461 0 -1 1077944384 14478 0 0 0 380 3 0 0 20 0 22 0 3355977 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628118431728 140628643441282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8430] ppid=8403 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8430/stat : 8430 (java) S 8403 8415 2461 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 22 0 3355978 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628117378016 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8431] ppid=8403 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8431/stat : 8431 (java) S 8403 8415 2461 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 22 0 3355978 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628116325376 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8439] ppid=8403 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8439/stat : 8439 (java) S 8403 8415 2461 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 22 0 3355982 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628115273936 140628643448731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8440] ppid=8403 vsize=11166888 CPUtime=4.21 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8440/stat : 8440 (java) S 8403 8415 2461 0 -1 1077944384 24837 0 0 0 418 3 0 0 20 0 22 0 3355982 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628114221552 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8441] ppid=8403 vsize=11166888 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8441/stat : 8441 (java) R 8403 8415 2461 0 -1 4202560 12407 0 0 0 245 1 0 0 20 0 22 0 3355982 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628113169008 140628627330736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8442] ppid=8403 vsize=11166888 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8442/stat : 8442 (java) R 8403 8415 2461 0 -1 4202560 16872 0 0 0 302 3 0 0 20 0 22 0 3355982 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628112116464 140628627826911 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8443] ppid=8403 vsize=11166888 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8443/stat : 8443 (java) S 8403 8415 2461 0 -1 1077944384 8846 0 0 0 49 2 0 0 20 0 22 0 3355982 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628111063920 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8444] ppid=8403 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8444/stat : 8444 (java) S 8403 8415 2461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3355982 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628110010592 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8445] ppid=8403 vsize=11166888 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8445/stat : 8445 (java) S 8403 8415 2461 0 -1 1077944384 4473 0 0 0 75 77 0 0 20 0 22 0 3355983 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628108958128 140628643441282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8600] ppid=8403 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8600/stat : 8600 (java) S 8403 8415 2461 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 22 0 3586514 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628106850672 140628643440341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
[pid=8415/tid=8601] ppid=8403 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8415/task/8601/stat : 8601 (java) R 8403 8415 2461 0 -1 4202560 174 0 0 0 0 0 0 0 20 0 22 0 3586514 11434893312 1106190 33554432000 4194304 4196468 140735013383424 140628105798976 140628252037121 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11898880 140735013389483 140735013389636 140735013389636 140735013392335 0
Current children cumulated CPU time (s) 2400.11
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2305.65
CPU time (s): 2400.17
CPU user time (s): 2385.19
CPU system time (s): 14.9798
CPU usage (%): 104.099
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2385.19
system time used= 14.9798
maximum resident set size= 4425168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54754
involuntary context switches= 123989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0692 second user time and 19.8575 second system time

The end

Launcher Data

Begin job on node121 at 2017-07-22 01:47:56
IDJOB=4244135
IDBENCH=136066
IDSOLVER=2623
FILE ID=node121/4244135-1500680876
RUNJOBID= node121-1500680876-8376
PBS_JOBID= 20623298
Free space on /tmp= 61984 MiB

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

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

MD5SUM BENCH= b641d135752528099b6bd819b25278f3
RANDOM SEED=2068371730

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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	: 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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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		: 2267.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	: 5332.55
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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	: 5332.55
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32149804 kB
MemAvailable:   32054980 kB
Buffers:           49516 kB
Cached:           126992 kB
SwapCached:            0 kB
Active:           124948 kB
Inactive:         104028 kB
Active(anon):       2468 kB
Inactive(anon):    61580 kB
Active(file):     122480 kB
Inactive(file):    42448 kB
Unevictable:        5916 kB
Mlocked:            5916 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3152 kB
Writeback:             0 kB
AnonPages:        115688 kB
Mapped:            29800 kB
Shmem:              8840 kB
Slab:              84012 kB
SReclaimable:      51848 kB
SUnreclaim:        32164 kB
KernelStack:        4576 kB
PageTables:         4960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node121 at 2017-07-22 02:26:22