Trace number 4243884

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.65 2332.1

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-13.xml
MD5SUM83249ccae4b5534eb2335929a7f4c3a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark19880.199
Satisfiable
(Un)Satisfiability was proved
Number of variables209
Number of constraints208
Number of domains2
Minimum domain size2
Maximum domain size169
Distribution of domain sizes[{"size":2,"count":39},{"size":169,"count":170}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":41},{"degree":3,"count":128},{"degree":4,"count":39},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":168},{"arity":3,"count":39},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints207
Distribution of constraint types[{"type":"intension","count":207},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=15240
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: 2.30 2.50 3.21 4/266 15243
/proc/meminfo: memFree=23719856/32770624 swapFree=5888/211316
[pid=15243] ppid=15240 vsize=8882256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/stat : 15243 (java) S 15240 15243 9859 0 -1 1077944320 2263 0 0 0 0 0 0 0 20 0 10 0 2977224 9095430144 2508 33554432000 4194304 4196468 140720357882608 140720357865152 140122525839095 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
/proc/15243/statm: 2220564 2508 1208 1 0 2209475 0
[pid=15243/tid=15244] ppid=15240 vsize=10204016 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15244/stat : 15244 (java) R 15240 15243 9859 0 -1 4202560 1004 0 0 0 0 0 0 0 20 0 10 0 2977225 10448912384 2537 33554432000 4194304 4196468 140720357882608 140122530080056 140122511920071 0 4 0 16784584 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15245] ppid=15240 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15245/stat : 15245 (java) S 15240 15243 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 2977226 10449768448 2537 33554432000 4194304 4196468 140720357882608 140122451913488 140122525849301 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15246] ppid=15240 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15246/stat : 15246 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2977226 10449768448 2602 33554432000 4194304 4196468 140720357882608 140122450860944 140122525849301 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15247] ppid=15240 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15247/stat : 15247 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2977226 10449768448 2602 33554432000 4194304 4196468 140720357882608 140122449808400 140122525849301 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15248] ppid=15240 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15248/stat : 15248 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2977226 10449768448 2602 33554432000 4194304 4196468 140720357882608 140122448755856 140122525849301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15249] ppid=15240 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15249/stat : 15249 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2977226 10449768448 2602 33554432000 4194304 4196468 140720357882608 140122447702288 140122525849301 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15250] ppid=15240 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15250/stat : 15250 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2977226 10449768448 2668 33554432000 4194304 4196468 140720357882608 140122446649744 140122525849301 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15251] ppid=15240 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15251/stat : 15251 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2977226 10449768448 2668 33554432000 4194304 4196468 140720357882608 140122445597200 140122525849301 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15252] ppid=15240 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15252/stat : 15252 (java) S 15240 15243 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 2977226 10449768448 2668 33554432000 4194304 4196468 140720357882608 140122444544656 140122525849301 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0

[startup+0.100081 s]
/proc/loadavg: 2.30 2.50 3.21 4/266 15243
/proc/meminfo: memFree=23719856/32770624 swapFree=5888/211316
[pid=15243] ppid=15240 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15243/stat : 15243 (java) S 15240 15243 9859 0 -1 1077944320 4618 0 0 0 8 1 0 0 20 0 20 0 2977224 11162169344 6222 33554432000 4194304 4196468 140720357882608 140720357865152 140122525839095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
/proc/15243/statm: 2725139 6222 2624 1 0 2713552 0
[pid=15243/tid=15244] ppid=15240 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15244/stat : 15244 (java) R 15240 15243 9859 0 -1 4202560 2704 0 0 0 7 1 0 0 20 0 20 0 2977225 11162169344 6222 33554432000 4194304 4196468 140720357882608 140122530068704 140122116985669 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15245] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15245/stat : 15245 (java) S 15240 15243 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 6222 33554432000 4194304 4196468 140720357882608 140122451913488 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15246] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15246/stat : 15246 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 6222 33554432000 4194304 4196468 140720357882608 140122450860944 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15247] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15247/stat : 15247 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 6222 33554432000 4194304 4196468 140720357882608 140122449808400 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15248] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15248/stat : 15248 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 6222 33554432000 4194304 4196468 140720357882608 140122448755856 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15249] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15249/stat : 15249 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 6222 33554432000 4194304 4196468 140720357882608 140122447702288 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15250] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15250/stat : 15250 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 6222 33554432000 4194304 4196468 140720357882608 140122446649744 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15251] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15251/stat : 15251 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 6222 33554432000 4194304 4196468 140720357882608 140122445597200 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15252] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15252/stat : 15252 (java) S 15240 15243 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 6222 33554432000 4194304 4196468 140720357882608 140122444544656 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.20116 s]
/proc/loadavg: 2.30 2.50 3.21 4/266 15243
/proc/meminfo: memFree=23719856/32770624 swapFree=5888/211316
[pid=15243] ppid=15240 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15243/stat : 15243 (java) S 15240 15243 9859 0 -1 1077944320 6760 0 0 0 23 3 0 0 20 0 20 0 2977224 11162169344 8555 33554432000 4194304 4196468 140720357882608 140720357865152 140122525839095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
/proc/15243/statm: 2725139 8555 2852 1 0 2713552 0
[pid=15243/tid=15244] ppid=15240 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15244/stat : 15244 (java) R 15240 15243 9859 0 -1 4202560 4427 0 0 0 16 1 0 0 20 0 20 0 2977225 11162169344 8555 33554432000 4194304 4196468 140720357882608 140122530035888 140122511207232 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15245] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15245/stat : 15245 (java) S 15240 15243 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 8555 33554432000 4194304 4196468 140720357882608 140122451913488 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15246] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15246/stat : 15246 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 8555 33554432000 4194304 4196468 140720357882608 140122450860944 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15247] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15247/stat : 15247 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 8555 33554432000 4194304 4196468 140720357882608 140122449808400 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15248] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15248/stat : 15248 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 8555 33554432000 4194304 4196468 140720357882608 140122448755856 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15249] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15249/stat : 15249 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 8555 33554432000 4194304 4196468 140720357882608 140122447702288 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15250] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15250/stat : 15250 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 8555 33554432000 4194304 4196468 140720357882608 140122446649744 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15251] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15251/stat : 15251 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 8555 33554432000 4194304 4196468 140720357882608 140122445597200 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15252] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15252/stat : 15252 (java) S 15240 15243 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 8555 33554432000 4194304 4196468 140720357882608 140122444544656 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300794 s]
/proc/loadavg: 2.30 2.50 3.21 4/266 15243
/proc/meminfo: memFree=23719856/32770624 swapFree=5888/211316
[pid=15243] ppid=15240 vsize=10900556 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15243/stat : 15243 (java) S 15240 15243 9859 0 -1 1077944320 7760 0 0 0 41 3 0 0 20 0 20 0 2977224 11162169344 10655 33554432000 4194304 4196468 140720357882608 140720357865152 140122525839095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
/proc/15243/statm: 2725139 10655 2939 1 0 2713552 0
[pid=15243/tid=15244] ppid=15240 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15244/stat : 15244 (java) R 15240 15243 9859 0 -1 4202560 4804 0 0 0 26 1 0 0 20 0 20 0 2977225 11162169344 10655 33554432000 4194304 4196468 140720357882608 140122530072216 140122509919582 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15245] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15245/stat : 15245 (java) S 15240 15243 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 10655 33554432000 4194304 4196468 140720357882608 140122451913488 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15246] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15246/stat : 15246 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 10655 33554432000 4194304 4196468 140720357882608 140122450860944 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15247] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15247/stat : 15247 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 10655 33554432000 4194304 4196468 140720357882608 140122449808400 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15248] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15248/stat : 15248 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 10655 33554432000 4194304 4196468 140720357882608 140122448755856 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15249] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15249/stat : 15249 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 10655 33554432000 4194304 4196468 140720357882608 140122447702288 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15250] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15250/stat : 15250 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 10655 33554432000 4194304 4196468 140720357882608 140122446649744 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15251] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15251/stat : 15251 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 10655 33554432000 4194304 4196468 140720357882608 140122445597200 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15252] ppid=15240 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15252/stat : 15252 (java) S 15240 15243 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2977226 11162169344 10655 33554432000 4194304 4196468 140720357882608 140122444544656 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.7006 s]
/proc/loadavg: 2.30 2.50 3.21 4/266 15243
/proc/meminfo: memFree=23719856/32770624 swapFree=5888/211316
[pid=15243] ppid=15240 vsize=10900632 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/15243/stat : 15243 (java) S 15240 15243 9859 0 -1 1077944320 12083 0 0 0 157 6 0 0 20 0 20 0 2977224 11162247168 35906 33554432000 4194304 4196468 140720357882608 140720357865152 140122525839095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
/proc/15243/statm: 2725158 35906 3077 1 0 2713552 0
[pid=15243/tid=15244] ppid=15240 vsize=10900632 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15244/stat : 15244 (java) R 15240 15243 9859 0 -1 4202560 5176 0 0 0 65 3 0 0 20 0 20 0 2977225 11162247168 35906 33554432000 4194304 4196468 140720357882608 140122530075384 140122119396314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15245] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15245/stat : 15245 (java) S 15240 15243 9859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2977226 11162247168 35906 33554432000 4194304 4196468 140720357882608 140122451913488 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15246] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15246/stat : 15246 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162247168 35906 33554432000 4194304 4196468 140720357882608 140122450860944 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15247] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15247/stat : 15247 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162247168 35906 33554432000 4194304 4196468 140720357882608 140122449808400 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15248] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15248/stat : 15248 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162247168 35906 33554432000 4194304 4196468 140720357882608 140122448755856 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15249] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15249/stat : 15249 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162247168 35906 33554432000 4194304 4196468 140720357882608 140122447702288 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15250] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15250/stat : 15250 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162247168 35906 33554432000 4194304 4196468 140720357882608 140122446649744 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15251] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15251/stat : 15251 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977226 11162247168 35906 33554432000 4194304 4196468 140720357882608 140122445597200 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15252] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15252/stat : 15252 (java) S 15240 15243 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2977226 11162247168 35906 33554432000 4194304 4196468 140720357882608 140122444544656 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 10900632

[startup+1.50087 s]
/proc/loadavg: 2.30 2.50 3.21 4/286 15263
/proc/meminfo: memFree=23519572/32770624 swapFree=5888/211380
[pid=15243] ppid=15240 vsize=10900632 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/15243/stat : 15243 (java) S 15240 15243 9859 0 -1 1077944320 14269 0 0 0 266 21 0 0 20 0 20 0 2977224 11162247168 53171 33554432000 4194304 4196468 140720357882608 140720357865152 140122525839095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
/proc/15243/statm: 2725158 53171 3109 1 0 2713552 0
[pid=15243/tid=15244] ppid=15240 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15244/stat : 15244 (java) R 15240 15243 9859 0 -1 4202560 5316 0 0 0 140 3 0 0 20 0 20 0 2977225 11162247168 53171 33554432000 4194304 4196468 140720357882608 140122530078104 140122119583447 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15245] ppid=15240 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15245/stat : 15245 (java) S 15240 15243 9859 0 -1 1077944384 66 0 0 0 2 1 0 0 20 0 20 0 2977226 11162247168 53171 33554432000 4194304 4196468 140720357882608 140122451913488 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15246] ppid=15240 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15246/stat : 15246 (java) S 15240 15243 9859 0 -1 1077944384 37 0 0 0 1 2 0 0 20 0 20 0 2977226 11162247168 53171 33554432000 4194304 4196468 140720357882608 140122450860944 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15247] ppid=15240 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15247/stat : 15247 (java) S 15240 15243 9859 0 -1 1077944384 125 0 0 0 2 1 0 0 20 0 20 0 2977226 11162247168 53171 33554432000 4194304 4196468 140720357882608 140122449808400 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15248] ppid=15240 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15248/stat : 15248 (java) S 15240 15243 9859 0 -1 1077944384 44 0 0 0 2 1 0 0 20 0 20 0 2977226 11162247168 53171 33554432000 4194304 4196468 140720357882608 140122448755856 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15249] ppid=15240 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15249/stat : 15249 (java) S 15240 15243 9859 0 -1 1077944384 202 0 0 0 2 1 0 0 20 0 20 0 2977226 11162247168 53171 33554432000 4194304 4196468 140720357882608 140122447702288 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15250] ppid=15240 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15250/stat : 15250 (java) S 15240 15243 9859 0 -1 1077944384 172 0 0 0 2 1 0 0 20 0 20 0 2977226 11162247168 53171 33554432000 4194304 4196468 140720357882608 140122446649744 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15251] ppid=15240 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15251/stat : 15251 (java) S 15240 15243 9859 0 -1 1077944384 38 0 0 0 1 2 0 0 20 0 20 0 2977226 11162247168 53171 33554432000 4194304 4196468 140720357882608 140122445597200 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15252] ppid=15240 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15252/stat : 15252 (java) S 15240 15243 9859 0 -1 1077944384 37 0 0 0 1 2 0 0 20 0 20 0 2977226 11162247168 53171 33554432000 4194304 4196468 140720357882608 140122444544656 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15254] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15254/stat : 15254 (java) S 15240 15243 9859 0 -1 1077944384 394 0 0 0 0 0 0 0 20 0 20 0 2977228 11162247168 53171 33554432000 4194304 4196468 140720357882608 140121866140144 140122525850242 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15255] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15255/stat : 15255 (java) S 15240 15243 9859 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 2977229 11162247168 53171 33554432000 4194304 4196468 140720357882608 140121865086368 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15256] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15256/stat : 15256 (java) S 15240 15243 9859 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 2977229 11162247168 53171 33554432000 4194304 4196468 140720357882608 140121864033776 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15257] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15257/stat : 15257 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2977233 11162247168 53171 33554432000 4194304 4196468 140720357882608 140121862982352 140122525857691 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15258] ppid=15240 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15258/stat : 15258 (java) S 15240 15243 9859 0 -1 1077944384 1433 0 0 0 20 0 0 0 20 0 20 0 2977233 11162247168 53171 33554432000 4194304 4196468 140720357882608 140121861928944 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15259] ppid=15240 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15259/stat : 15259 (java) S 15240 15243 9859 0 -1 1077944384 2235 0 0 0 45 0 0 0 20 0 20 0 2977233 11162247168 53171 33554432000 4194304 4196468 140720357882608 140121860876400 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15260] ppid=15240 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15260/stat : 15260 (java) S 15240 15243 9859 0 -1 1077944384 1469 0 0 0 24 0 0 0 20 0 20 0 2977233 11162247168 53171 33554432000 4194304 4196468 140720357882608 140121859823856 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15261] ppid=15240 vsize=10900632 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15261/stat : 15261 (java) S 15240 15243 9859 0 -1 1077944384 1251 0 0 0 18 0 0 0 20 0 20 0 2977233 11162247168 53171 33554432000 4194304 4196468 140720357882608 140121858771312 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15262] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15262/stat : 15262 (java) S 15240 15243 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2977233 11162247168 53171 33554432000 4194304 4196468 140720357882608 140121857719008 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15263] ppid=15240 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15263/stat : 15263 (java) S 15240 15243 9859 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 2977233 11162247168 53171 33554432000 4194304 4196468 140720357882608 140121856666544 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
Current children cumulated CPU time (s) 2.87

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

/proc/15243/task/15264/stat : 15264 (java) S 15240 15243 9859 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2977637 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121855612336 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
Current children cumulated CPU time (s) 2330.6
Current children cumulated vsize (KiB) 10967196

[startup+2322.3 s]
/proc/loadavg: 1.00 1.01 1.37 2/260 15418
/proc/meminfo: memFree=27995584/32770624 swapFree=5888/213288
[pid=15243] ppid=15240 vsize=10967196 CPUtime=2390.62 cores=0,2,4,6,8,10,12,14
/proc/15243/stat : 15243 (java) S 15240 15243 9859 0 -1 1077944320 210009 0 0 0 237195 1867 0 0 20 0 21 0 2977224 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140720357865152 140122525839095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
/proc/15243/statm: 2741799 1006212 3171 1 0 2730193 0
[pid=15243/tid=15244] ppid=15240 vsize=10967196 CPUtime=2310.69 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15244/stat : 15244 (java) R 15240 15243 9859 0 -1 4202560 107738 0 0 0 231048 21 0 0 20 0 21 0 2977225 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122530077696 140122121758890 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15245] ppid=15240 vsize=10967196 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15245/stat : 15245 (java) S 15240 15243 9859 0 -1 1077944384 7811 0 0 0 690 218 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122451913488 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15246] ppid=15240 vsize=10967196 CPUtime=8.91 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15246/stat : 15246 (java) S 15240 15243 9859 0 -1 1077944384 5410 0 0 0 672 219 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122450860944 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15247] ppid=15240 vsize=10967196 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15247/stat : 15247 (java) S 15240 15243 9859 0 -1 1077944384 5974 0 0 0 672 228 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122449808400 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15248] ppid=15240 vsize=10967196 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15248/stat : 15248 (java) S 15240 15243 9859 0 -1 1077944384 6680 0 0 0 691 211 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122448755856 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15249] ppid=15240 vsize=10967196 CPUtime=8.84 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15249/stat : 15249 (java) S 15240 15243 9859 0 -1 1077944384 5450 0 0 0 667 217 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122447702288 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15250] ppid=15240 vsize=10967196 CPUtime=9.04 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15250/stat : 15250 (java) S 15240 15243 9859 0 -1 1077944384 5560 0 0 0 679 225 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122446649744 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15251] ppid=15240 vsize=10967196 CPUtime=9.07 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15251/stat : 15251 (java) S 15240 15243 9859 0 -1 1077944384 5676 0 0 0 677 230 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122445597200 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15252] ppid=15240 vsize=10967196 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15252/stat : 15252 (java) S 15240 15243 9859 0 -1 1077944384 6395 0 0 0 681 227 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122444544656 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15254] ppid=15240 vsize=10967196 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15254/stat : 15254 (java) S 15240 15243 9859 0 -1 1077944384 25336 0 0 0 125 3 0 0 20 0 21 0 2977228 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121866140144 140122525850242 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15255] ppid=15240 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15255/stat : 15255 (java) S 15240 15243 9859 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 21 0 2977229 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121865086432 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15256] ppid=15240 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15256/stat : 15256 (java) S 15240 15243 9859 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 21 0 2977229 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121864033792 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15257] ppid=15240 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15257/stat : 15257 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121862982352 140122525857691 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15258] ppid=15240 vsize=10967196 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15258/stat : 15258 (java) S 15240 15243 9859 0 -1 1077944384 6133 0 0 0 165 2 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121861928944 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15259] ppid=15240 vsize=10967196 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15259/stat : 15259 (java) S 15240 15243 9859 0 -1 1077944384 5759 0 0 0 160 1 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121860876400 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15260] ppid=15240 vsize=10967196 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15260/stat : 15260 (java) S 15240 15243 9859 0 -1 1077944384 4780 0 0 0 135 1 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121859823856 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15261] ppid=15240 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15261/stat : 15261 (java) S 15240 15243 9859 0 -1 1077944384 7151 0 0 0 48 2 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121858771312 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15262] ppid=15240 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15262/stat : 15262 (java) S 15240 15243 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121857719008 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15263] ppid=15240 vsize=10967196 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15263/stat : 15263 (java) S 15240 15243 9859 0 -1 1077944384 2671 0 0 0 66 66 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121856666544 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15264] ppid=15240 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15264/stat : 15264 (java) S 15240 15243 9859 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2977637 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121855612336 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
Current children cumulated CPU time (s) 2390.62
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2331.7 s]
/proc/loadavg: 1.00 1.01 1.37 2/260 15419
/proc/meminfo: memFree=27995596/32770624 swapFree=5888/213320
[pid=15243] ppid=15240 vsize=10967196 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/15243/stat : 15243 (java) S 15240 15243 9859 0 -1 1077944320 210451 0 0 0 238135 1867 0 0 20 0 21 0 2977224 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140720357865152 140122525839095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
/proc/15243/statm: 2741799 1006212 3171 1 0 2730193 0
[pid=15243/tid=15244] ppid=15240 vsize=10967196 CPUtime=2320.08 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15244/stat : 15244 (java) R 15240 15243 9859 0 -1 4202560 108180 0 0 0 231987 21 0 0 20 0 21 0 2977225 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122530077696 140122122643345 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15245] ppid=15240 vsize=10967196 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15245/stat : 15245 (java) S 15240 15243 9859 0 -1 1077944384 7811 0 0 0 690 218 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122451913488 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15246] ppid=15240 vsize=10967196 CPUtime=8.91 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15246/stat : 15246 (java) S 15240 15243 9859 0 -1 1077944384 5410 0 0 0 672 219 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122450860944 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15247] ppid=15240 vsize=10967196 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15247/stat : 15247 (java) S 15240 15243 9859 0 -1 1077944384 5974 0 0 0 672 228 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122449808400 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15248] ppid=15240 vsize=10967196 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15248/stat : 15248 (java) S 15240 15243 9859 0 -1 1077944384 6680 0 0 0 691 211 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122448755856 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15249] ppid=15240 vsize=10967196 CPUtime=8.84 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15249/stat : 15249 (java) S 15240 15243 9859 0 -1 1077944384 5450 0 0 0 667 217 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122447702288 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15250] ppid=15240 vsize=10967196 CPUtime=9.04 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15250/stat : 15250 (java) S 15240 15243 9859 0 -1 1077944384 5560 0 0 0 679 225 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122446649744 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15251] ppid=15240 vsize=10967196 CPUtime=9.07 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15251/stat : 15251 (java) S 15240 15243 9859 0 -1 1077944384 5676 0 0 0 677 230 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122445597200 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15252] ppid=15240 vsize=10967196 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15252/stat : 15252 (java) S 15240 15243 9859 0 -1 1077944384 6395 0 0 0 681 227 0 0 20 0 21 0 2977226 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140122444544656 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15254] ppid=15240 vsize=10967196 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15254/stat : 15254 (java) S 15240 15243 9859 0 -1 1077944384 25336 0 0 0 125 3 0 0 20 0 21 0 2977228 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121866140144 140122525850242 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15255] ppid=15240 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15255/stat : 15255 (java) S 15240 15243 9859 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 21 0 2977229 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121865086432 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15256] ppid=15240 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15256/stat : 15256 (java) S 15240 15243 9859 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 21 0 2977229 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121864033792 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15257] ppid=15240 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15257/stat : 15257 (java) S 15240 15243 9859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121862982352 140122525857691 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15258] ppid=15240 vsize=10967196 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15258/stat : 15258 (java) S 15240 15243 9859 0 -1 1077944384 6133 0 0 0 165 2 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121861928944 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15259] ppid=15240 vsize=10967196 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15259/stat : 15259 (java) S 15240 15243 9859 0 -1 1077944384 5759 0 0 0 160 1 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121860876400 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15260] ppid=15240 vsize=10967196 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15260/stat : 15260 (java) S 15240 15243 9859 0 -1 1077944384 4780 0 0 0 135 1 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121859823856 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15261] ppid=15240 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15261/stat : 15261 (java) S 15240 15243 9859 0 -1 1077944384 7151 0 0 0 48 2 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121858771312 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15262] ppid=15240 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15262/stat : 15262 (java) S 15240 15243 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121857719008 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15263] ppid=15240 vsize=10967196 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15263/stat : 15263 (java) S 15240 15243 9859 0 -1 1077944384 2671 0 0 0 66 66 0 0 20 0 21 0 2977233 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121856666544 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15264] ppid=15240 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15264/stat : 15264 (java) S 15240 15243 9859 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2977637 11230408704 1006212 33554432000 4194304 4196468 140720357882608 140121855612336 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
Current children cumulated CPU time (s) 2400.02
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 15243 sig 9
??? kill -15243 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2332 s]
/proc/loadavg: 1.00 1.01 1.37 3/261 15422
/proc/meminfo: memFree=27995596/32770624 swapFree=5888/213320
[pid=15243] ppid=15240 vsize=11166888 CPUtime=2400.48 cores=0,2,4,6,8,10,12,14
/proc/15243/stat : 15243 (java) S 15240 15243 9859 0 -1 1077944320 213052 0 0 0 238180 1868 0 0 20 0 22 0 2977224 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140720357865152 140122525839095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
/proc/15243/statm: 2791722 1006311 3173 1 0 2780116 0
[pid=15243/tid=15244] ppid=15240 vsize=11166888 CPUtime=2320.39 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15244/stat : 15244 (java) R 15240 15243 9859 0 -1 4202560 108182 0 0 0 232018 21 0 0 20 0 22 0 2977225 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140122530074216 140122122612853 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15245] ppid=15240 vsize=11166888 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15245/stat : 15245 (java) S 15240 15243 9859 0 -1 1077944384 7811 0 0 0 690 218 0 0 20 0 22 0 2977226 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140122451913488 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15246] ppid=15240 vsize=11166888 CPUtime=8.91 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15246/stat : 15246 (java) S 15240 15243 9859 0 -1 1077944384 5410 0 0 0 672 219 0 0 20 0 22 0 2977226 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140122450860944 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15247] ppid=15240 vsize=11166888 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15247/stat : 15247 (java) S 15240 15243 9859 0 -1 1077944384 5974 0 0 0 672 228 0 0 20 0 22 0 2977226 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140122449808400 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15248] ppid=15240 vsize=11166888 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15248/stat : 15248 (java) S 15240 15243 9859 0 -1 1077944384 6680 0 0 0 691 211 0 0 20 0 22 0 2977226 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140122448755856 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15249] ppid=15240 vsize=11166888 CPUtime=8.84 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15249/stat : 15249 (java) S 15240 15243 9859 0 -1 1077944384 5450 0 0 0 667 217 0 0 20 0 22 0 2977226 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140122447702288 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15250] ppid=15240 vsize=11166888 CPUtime=9.04 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15250/stat : 15250 (java) S 15240 15243 9859 0 -1 1077944384 5560 0 0 0 679 225 0 0 20 0 22 0 2977226 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140122446649744 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15251] ppid=15240 vsize=11166888 CPUtime=9.07 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15251/stat : 15251 (java) S 15240 15243 9859 0 -1 1077944384 5676 0 0 0 677 230 0 0 20 0 22 0 2977226 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140122445597200 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15252] ppid=15240 vsize=11166888 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15252/stat : 15252 (java) S 15240 15243 9859 0 -1 1077944384 6395 0 0 0 681 227 0 0 20 0 22 0 2977226 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140122444544656 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15254] ppid=15240 vsize=11166888 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15254/stat : 15254 (java) S 15240 15243 9859 0 -1 1077944384 25391 0 0 0 125 3 0 0 20 0 22 0 2977228 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121866140144 140122525850242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15255] ppid=15240 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15255/stat : 15255 (java) S 15240 15243 9859 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 22 0 2977229 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121865086432 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15256] ppid=15240 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15256/stat : 15256 (java) S 15240 15243 9859 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 22 0 2977229 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121864033792 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15257] ppid=15240 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15257/stat : 15257 (java) S 15240 15243 9859 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 22 0 2977233 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121862982352 140122525857691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15258] ppid=15240 vsize=11166888 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15258/stat : 15258 (java) S 15240 15243 9859 0 -1 1077944384 6658 0 0 0 167 2 0 0 20 0 22 0 2977233 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121861928944 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15259] ppid=15240 vsize=11166888 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15259/stat : 15259 (java) S 15240 15243 9859 0 -1 1077944384 6136 0 0 0 162 1 0 0 20 0 22 0 2977233 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121860876400 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15260] ppid=15240 vsize=11166888 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15260/stat : 15260 (java) S 15240 15243 9859 0 -1 1077944384 4947 0 0 0 135 1 0 0 20 0 22 0 2977233 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121859823856 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15261] ppid=15240 vsize=11166888 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15261/stat : 15261 (java) S 15240 15243 9859 0 -1 1077944384 7837 0 0 0 49 2 0 0 20 0 22 0 2977233 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121858771312 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15262] ppid=15240 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15262/stat : 15262 (java) S 15240 15243 9859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2977233 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121857719008 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15263] ppid=15240 vsize=11166888 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15263/stat : 15263 (java) S 15240 15243 9859 0 -1 1077944384 2671 0 0 0 66 66 0 0 20 0 22 0 2977233 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121856666544 140122525850242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15420] ppid=15240 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15420/stat : 15420 (java) S 15240 15243 9859 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 22 0 3210395 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121854559088 140122525849301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
[pid=15243/tid=15421] ppid=15240 vsize=11166888 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15243/task/15421/stat : 15421 (java) R 15240 15243 9859 0 -1 4202560 277 0 0 0 10 0 0 0 20 0 22 0 3210395 11434893312 1006311 33554432000 4194304 4196468 140720357882608 140121853504392 140122122807067 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17997824 140720357889195 140720357889348 140720357889348 140720357892047 0
Current children cumulated CPU time (s) 2400.48
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2332.1
CPU time (s): 2400.65
CPU user time (s): 2381.94
CPU system time (s): 18.7049
CPU usage (%): 102.939
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2381.94
system time used= 18.7049
maximum resident set size= 4025312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55032
involuntary context switches= 124039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0565 second user time and 23.1909 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 00:45:03
IDJOB=4243884
IDBENCH=130618
IDSOLVER=2623
FILE ID=node133/4243884-1500677103
RUNJOBID= node133-1500673676-13379
PBS_JOBID= 20623287
Free space on /tmp= 62016 MiB

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

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

MD5SUM BENCH= 83249ccae4b5534eb2335929a7f4c3a6
RANDOM SEED=321720489

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23720680 kB
MemAvailable:   23736720 kB
Buffers:           44524 kB
Cached:           281236 kB
SwapCached:            0 kB
Active:          8439452 kB
Inactive:         220084 kB
Active(anon):    8336880 kB
Inactive(anon):     8768 kB
Active(file):     102572 kB
Inactive(file):   211316 kB
Unevictable:        5888 kB
Mlocked:            5888 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1796 kB
Writeback:             0 kB
AnonPages:       8339252 kB
Mapped:            42220 kB
Shmem:              8872 kB
Slab:              68988 kB
SReclaimable:      35972 kB
SUnreclaim:        33016 kB
KernelStack:        4928 kB
PageTables:        21496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7936000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node133 at 2017-07-22 01:23:55