Trace number 4243561

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 NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.2 2392.88

General information on the benchmark

NameBibd/Bibd-sum-sym/
Bibd-sum-09-084-28-03-07.xml
MD5SUM861dcf4d41da694b9fafa61d8399bea0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.5899401
Satisfiable
(Un)Satisfiability was proved
Number of variables756
Number of constraints130
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":756}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":756}]
Minimum constraint arity9
Maximum constraint arity756
Distribution of constraint arities[{"arity":9,"count":84},{"arity":84,"count":9},{"arity":168,"count":36},{"arity":756,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":129}]
Optimization problemNO
Type of objective

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.36 1.64 2/263 15153
/proc/meminfo: memFree=31827332/32770624 swapFree=5912/226576
[pid=15153] ppid=15150 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 1763 0 0 0 0 0 0 0 20 0 2 0 2642226 369864704 1488 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2084844 1488 1134 1 0 2073755 0
[pid=15153/tid=15154] ppid=15150 vsize=8339376 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) R 15150 15153 9838 0 -1 4202560 548 0 0 0 0 0 0 0 20 0 2 0 2642227 8539521024 1602 33554432000 4194304 4196468 140726754098528 140012891650464 140012879697824 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0

[startup+0.100095 s]
/proc/loadavg: 1.83 1.36 1.64 2/263 15153
/proc/meminfo: memFree=31827332/32770624 swapFree=5912/226576
[pid=15153] ppid=15150 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 5355 0 0 0 9 1 0 0 20 0 20 0 2642226 11162169344 6992 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2725139 6992 2821 1 0 2713552 0
[pid=15153/tid=15154] ppid=15150 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) R 15150 15153 9838 0 -1 4202560 3273 0 0 0 8 0 0 0 20 0 20 0 2642227 11162169344 6992 33554432000 4194304 4196468 140726754098528 140012891647312 140012871488862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200367 s]
/proc/loadavg: 1.83 1.36 1.64 2/263 15153
/proc/meminfo: memFree=31827332/32770624 swapFree=5912/226576
[pid=15153] ppid=15150 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 7517 0 0 0 24 2 0 0 20 0 20 0 2642226 11162169344 9380 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2725139 9380 2894 1 0 2713552 0
[pid=15153/tid=15154] ppid=15150 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) R 15150 15153 9838 0 -1 4202560 5091 0 0 0 16 1 0 0 20 0 20 0 2642227 11162169344 9380 33554432000 4194304 4196468 140726754098528 140012891644296 140012887420310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300399 s]
/proc/loadavg: 1.83 1.36 1.64 2/263 15153
/proc/meminfo: memFree=31827332/32770624 swapFree=5912/226576
[pid=15153] ppid=15150 vsize=10900632 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 8586 0 0 0 45 3 0 0 20 0 20 0 2642226 11162247168 11439 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2725158 11439 3008 1 0 2713552 0
[pid=15153/tid=15154] ppid=15150 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) R 15150 15153 9838 0 -1 4202560 5615 0 0 0 26 1 0 0 20 0 20 0 2642227 11162247168 11439 33554432000 4194304 4196468 140726754098528 140012891644032 140012871488862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10900632

[startup+0.700266 s]
/proc/loadavg: 1.83 1.36 1.64 2/263 15153
/proc/meminfo: memFree=31827332/32770624 swapFree=5912/226576
[pid=15153] ppid=15150 vsize=10900632 CPUtime=2.22 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 16162 0 0 0 206 16 0 0 20 0 20 0 2642226 11162247168 54230 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2725158 54230 3095 1 0 2713552 0
[pid=15153/tid=15154] ppid=15150 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) S 15150 15153 9838 0 -1 1077944384 5881 0 0 0 61 4 0 0 20 0 20 0 2642227 11162247168 54742 33554432000 4194304 4196468 140726754098528 140012891635536 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10900632

[startup+1.50115 s]
/proc/loadavg: 1.83 1.36 1.64 6/283 15173
/proc/meminfo: memFree=31533088/32770624 swapFree=5912/226576
[pid=15153] ppid=15150 vsize=10900632 CPUtime=5.7 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 19700 0 0 0 511 59 0 0 20 0 20 0 2642226 11162247168 113225 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2725158 113225 3135 1 0 2713552 0
[pid=15153/tid=15154] ppid=15150 vsize=10900632 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) R 15150 15153 9838 0 -1 4202560 5948 0 0 0 121 5 0 0 20 0 20 0 2642227 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012891635904 140012871785392 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15156] ppid=15150 vsize=10900632 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15156/stat : 15156 (java) S 15150 15153 9838 0 -1 1077944384 85 0 0 0 12 6 0 0 20 0 20 0 2642228 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012848368656 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15157] ppid=15150 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15157/stat : 15157 (java) S 15150 15153 9838 0 -1 1077944384 73 0 0 0 9 6 0 0 20 0 20 0 2642228 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012493184144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15158] ppid=15150 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15158/stat : 15158 (java) S 15150 15153 9838 0 -1 1077944384 120 0 0 0 10 4 0 0 20 0 20 0 2642228 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012492131088 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15159] ppid=15150 vsize=10900632 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15159/stat : 15159 (java) S 15150 15153 9838 0 -1 1077944384 132 0 0 0 11 7 0 0 20 0 20 0 2642228 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012491078544 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15160] ppid=15150 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15160/stat : 15160 (java) S 15150 15153 9838 0 -1 1077944384 122 0 0 0 9 6 0 0 20 0 20 0 2642228 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012490025488 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15161] ppid=15150 vsize=10900632 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15161/stat : 15161 (java) S 15150 15153 9838 0 -1 1077944384 187 0 0 0 10 7 0 0 20 0 20 0 2642228 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012488972944 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15162] ppid=15150 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15162/stat : 15162 (java) S 15150 15153 9838 0 -1 1077944384 109 0 0 0 14 6 0 0 20 0 20 0 2642228 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012487919888 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15163] ppid=15150 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15163/stat : 15163 (java) S 15150 15153 9838 0 -1 1077944384 101 0 0 0 9 5 0 0 20 0 20 0 2642228 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012486867344 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15164] ppid=15150 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15164/stat : 15164 (java) S 15150 15153 9838 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 2642229 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012362337008 140012887419522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15165] ppid=15150 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15165/stat : 15165 (java) S 15150 15153 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2642230 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012361283296 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15166] ppid=15150 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15166/stat : 15166 (java) S 15150 15153 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2642230 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012360230144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15167] ppid=15150 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15167/stat : 15167 (java) S 15150 15153 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2642233 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012359178704 140012887426971 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15168] ppid=15150 vsize=10900632 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15168/stat : 15168 (java) S 15150 15153 9838 0 -1 1077944384 3705 0 0 0 104 0 0 0 20 0 20 0 2642233 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012358125808 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15169] ppid=15150 vsize=10900632 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15169/stat : 15169 (java) R 15150 15153 9838 0 -1 4202560 3090 0 0 0 96 0 0 0 20 0 20 0 2642233 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012357059280 140012868952606 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15170] ppid=15150 vsize=10900632 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15170/stat : 15170 (java) S 15150 15153 9838 0 -1 1077944384 2913 0 0 0 71 0 0 0 20 0 20 0 2642233 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012356020208 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15171] ppid=15150 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15171/stat : 15171 (java) S 15150 15153 9838 0 -1 1077944384 1539 0 0 0 29 1 0 0 20 0 20 0 2642233 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012354967664 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15172] ppid=15150 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15172/stat : 15172 (java) S 15150 15153 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2642233 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012353915872 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15173] ppid=15150 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15173/stat : 15173 (java) S 15150 15153 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2642233 11162247168 113225 33554432000 4194304 4196468 140726754098528 140012352863408 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 10900632

[startup+3.10113 s]
/proc/loadavg: 1.83 1.36 1.64 5/284 15174
/proc/meminfo: memFree=31331212/32770624 swapFree=5912/226576
[pid=15153] ppid=15150 vsize=10967196 CPUtime=8.65 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 23027 0 0 0 785 80 0 0 20 0 21 0 2642226 11230408704 125791 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2741799 125791 3143 1 0 2730193 0
[pid=15153/tid=15154] ppid=15150 vsize=10967196 CPUtime=2.8 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) R 15150 15153 9838 0 -1 4202560 6396 0 0 0 274 6 0 0 20 0 21 0 2642227 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012891645064 140012528030577 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15156] ppid=15150 vsize=10967196 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15156/stat : 15156 (java) S 15150 15153 9838 0 -1 1077944384 155 0 0 0 15 8 0 0 20 0 21 0 2642228 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012848368656 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15157] ppid=15150 vsize=10967196 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15157/stat : 15157 (java) S 15150 15153 9838 0 -1 1077944384 109 0 0 0 12 8 0 0 20 0 21 0 2642228 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012493184144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15158] ppid=15150 vsize=10967196 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15158/stat : 15158 (java) S 15150 15153 9838 0 -1 1077944384 191 0 0 0 14 6 0 0 20 0 21 0 2642228 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012492131088 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15159] ppid=15150 vsize=10967196 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15159/stat : 15159 (java) S 15150 15153 9838 0 -1 1077944384 185 0 0 0 15 9 0 0 20 0 21 0 2642228 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012491078544 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15160] ppid=15150 vsize=10967196 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15160/stat : 15160 (java) S 15150 15153 9838 0 -1 1077944384 166 0 0 0 13 9 0 0 20 0 21 0 2642228 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012490025488 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15161] ppid=15150 vsize=10967196 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15161/stat : 15161 (java) S 15150 15153 9838 0 -1 1077944384 235 0 0 0 13 9 0 0 20 0 21 0 2642228 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012488972944 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15162] ppid=15150 vsize=10967196 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15162/stat : 15162 (java) S 15150 15153 9838 0 -1 1077944384 137 0 0 0 17 9 0 0 20 0 21 0 2642228 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012487919888 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15163] ppid=15150 vsize=10967196 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15163/stat : 15163 (java) S 15150 15153 9838 0 -1 1077944384 276 0 0 0 13 8 0 0 20 0 21 0 2642228 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012486867344 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15164] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15164/stat : 15164 (java) S 15150 15153 9838 0 -1 1077944384 283 0 0 0 0 0 0 0 20 0 21 0 2642229 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012362337008 140012887419522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15165] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15165/stat : 15165 (java) S 15150 15153 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2642230 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012361283296 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15166] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15166/stat : 15166 (java) S 15150 15153 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2642230 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012360230144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15167] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15167/stat : 15167 (java) S 15150 15153 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2642233 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012359178704 140012887426971 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15168] ppid=15150 vsize=10967196 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15168/stat : 15168 (java) S 15150 15153 9838 0 -1 1077944384 3790 0 0 0 125 0 0 0 20 0 21 0 2642233 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012358125808 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15169] ppid=15150 vsize=10967196 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15169/stat : 15169 (java) S 15150 15153 9838 0 -1 1077944384 5059 0 0 0 137 0 0 0 20 0 21 0 2642233 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012357073264 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15170] ppid=15150 vsize=10967196 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15170/stat : 15170 (java) S 15150 15153 9838 0 -1 1077944384 2962 0 0 0 93 0 0 0 20 0 21 0 2642233 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012356020208 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15171] ppid=15150 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15171/stat : 15171 (java) S 15150 15153 9838 0 -1 1077944384 1663 0 0 0 37 1 0 0 20 0 21 0 2642233 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012354967664 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15172] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15172/stat : 15172 (java) S 15150 15153 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2642233 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012353915872 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15173] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15173/stat : 15173 (java) S 15150 15153 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2642233 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012352863408 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15174] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15174/stat : 15174 (java) S 15150 15153 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2642422 11230408704 125791 33554432000 4194304 4196468 140726754098528 140012351808688 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 10967196

[startup+6.30086 s]
/proc/loadavg: 1.76 1.36 1.64 3/284 15174
/proc/meminfo: memFree=31333388/32770624 swapFree=5912/226576
[pid=15153] ppid=15150 vsize=10967196 CPUtime=12.22 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 27256 0 0 0 1142 80 0 0 20 0 21 0 2642226 11230408704 123644 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2741799 123644 3153 1 0 2730193 0
[pid=15153/tid=15154] ppid=15150 vsize=10967196 CPUtime=6 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) R 15150 15153 9838 0 -1 4202560 6475 0 0 0 594 6 0 0 20 0 21 0 2642227 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012891643288 140012528310608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15156] ppid=15150 vsize=10967196 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15156/stat : 15156 (java) S 15150 15153 9838 0 -1 1077944384 155 0 0 0 15 8 0 0 20 0 21 0 2642228 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012848368656 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15157] ppid=15150 vsize=10967196 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15157/stat : 15157 (java) S 15150 15153 9838 0 -1 1077944384 109 0 0 0 12 8 0 0 20 0 21 0 2642228 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012493184144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15158] ppid=15150 vsize=10967196 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15158/stat : 15158 (java) S 15150 15153 9838 0 -1 1077944384 191 0 0 0 14 6 0 0 20 0 21 0 2642228 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012492131088 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15159] ppid=15150 vsize=10967196 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15159/stat : 15159 (java) S 15150 15153 9838 0 -1 1077944384 185 0 0 0 15 9 0 0 20 0 21 0 2642228 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012491078544 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15160] ppid=15150 vsize=10967196 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15160/stat : 15160 (java) S 15150 15153 9838 0 -1 1077944384 166 0 0 0 13 9 0 0 20 0 21 0 2642228 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012490025488 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15161] ppid=15150 vsize=10967196 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15161/stat : 15161 (java) S 15150 15153 9838 0 -1 1077944384 235 0 0 0 13 9 0 0 20 0 21 0 2642228 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012488972944 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15162] ppid=15150 vsize=10967196 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15162/stat : 15162 (java) S 15150 15153 9838 0 -1 1077944384 137 0 0 0 17 9 0 0 20 0 21 0 2642228 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012487919888 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15163] ppid=15150 vsize=10967196 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15163/stat : 15163 (java) S 15150 15153 9838 0 -1 1077944384 276 0 0 0 13 8 0 0 20 0 21 0 2642228 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012486867344 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15164] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15164/stat : 15164 (java) S 15150 15153 9838 0 -1 1077944384 483 0 0 0 0 0 0 0 20 0 21 0 2642229 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012362337008 140012887419522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15165] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15165/stat : 15165 (java) S 15150 15153 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2642230 11230408704 123644 33554432000 4194304 4196468 140726754098528 140012361283296 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15166] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=15153/tid=15172] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15172/stat : 15172 (java) S 15150 15153 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2642233 11230408704 199707 33554432000 4194304 4196468 140726754098528 140012353915872 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15173] ppid=15150 vsize=10967196 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15173/stat : 15173 (java) S 15150 15153 9838 0 -1 1077944384 1979 0 0 0 52 63 0 0 20 0 21 0 2642233 11230408704 199707 33554432000 4194304 4196468 140726754098528 140012352863408 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15174] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15174/stat : 15174 (java) S 15150 15153 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2642422 11230408704 199707 33554432000 4194304 4196468 140726754098528 140012351808688 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
Current children cumulated CPU time (s) 2329.06
Current children cumulated vsize (KiB) 10967196

[startup+2382.3 s]
/proc/loadavg: 1.01 2.34 4.24 2/256 15938
/proc/meminfo: memFree=31109084/32770624 swapFree=5912/229552
[pid=15153] ppid=15150 vsize=10967196 CPUtime=2389.79 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 51716 0 0 0 238774 205 0 0 20 0 21 0 2642226 11230408704 222235 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2741799 222235 3153 1 0 2730193 0
[pid=15153/tid=15154] ppid=15150 vsize=10967196 CPUtime=2380.65 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) R 15150 15153 9838 0 -1 4202560 18909 0 0 0 238054 11 0 0 20 0 21 0 2642227 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012891647312 140012528128214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15156] ppid=15150 vsize=10967196 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15156/stat : 15156 (java) S 15150 15153 9838 0 -1 1077944384 385 0 0 0 26 15 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012848368656 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15157] ppid=15150 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15157/stat : 15157 (java) S 15150 15153 9838 0 -1 1077944384 271 0 0 0 21 17 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012493184144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15158] ppid=15150 vsize=10967196 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15158/stat : 15158 (java) S 15150 15153 9838 0 -1 1077944384 523 0 0 0 23 14 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012492131088 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15159] ppid=15150 vsize=10967196 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15159/stat : 15159 (java) S 15150 15153 9838 0 -1 1077944384 264 0 0 0 24 17 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012491078544 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15160] ppid=15150 vsize=10967196 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15160/stat : 15160 (java) S 15150 15153 9838 0 -1 1077944384 281 0 0 0 22 17 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012490025488 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15161] ppid=15150 vsize=10967196 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15161/stat : 15161 (java) S 15150 15153 9838 0 -1 1077944384 348 0 0 0 22 17 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012488972944 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15162] ppid=15150 vsize=10967196 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15162/stat : 15162 (java) S 15150 15153 9838 0 -1 1077944384 661 0 0 0 27 16 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012487919888 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15163] ppid=15150 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15163/stat : 15163 (java) S 15150 15153 9838 0 -1 1077944384 666 0 0 0 22 16 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012486867344 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15164] ppid=15150 vsize=10967196 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15164/stat : 15164 (java) S 15150 15153 9838 0 -1 1077944384 1474 0 0 0 3 3 0 0 20 0 21 0 2642229 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012362337008 140012887419522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15165] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15165/stat : 15165 (java) S 15150 15153 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2642230 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012361283296 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15166] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15166/stat : 15166 (java) S 15150 15153 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2642230 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012360230144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15167] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15167/stat : 15167 (java) S 15150 15153 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012359178704 140012887426971 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15168] ppid=15150 vsize=10967196 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15168/stat : 15168 (java) S 15150 15153 9838 0 -1 1077944384 6413 0 0 0 150 1 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012358125808 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15169] ppid=15150 vsize=10967196 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15169/stat : 15169 (java) S 15150 15153 9838 0 -1 1077944384 7716 0 0 0 150 0 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012357073264 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15170] ppid=15150 vsize=10967196 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15170/stat : 15170 (java) S 15150 15153 9838 0 -1 1077944384 7772 0 0 0 115 1 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012356020208 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15171] ppid=15150 vsize=10967196 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15171/stat : 15171 (java) S 15150 15153 9838 0 -1 1077944384 2635 0 0 0 39 1 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012354967664 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15172] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15172/stat : 15172 (java) S 15150 15153 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012353915872 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15173] ppid=15150 vsize=10967196 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15173/stat : 15173 (java) S 15150 15153 9838 0 -1 1077944384 2012 0 0 0 54 66 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012352863408 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15174] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15174/stat : 15174 (java) S 15150 15153 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2642422 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012351808688 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
Current children cumulated CPU time (s) 2389.79
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.61 s]
/proc/loadavg: 1.01 2.29 4.20 2/256 15938
/proc/meminfo: memFree=31109084/32770624 swapFree=5912/229552
[pid=15153] ppid=15150 vsize=10967196 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 51716 0 0 0 239804 205 0 0 20 0 21 0 2642226 11230408704 222235 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2741799 222235 3153 1 0 2730193 0
[pid=15153/tid=15154] ppid=15150 vsize=10967196 CPUtime=2390.95 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) R 15150 15153 9838 0 -1 4202560 18909 0 0 0 239084 11 0 0 20 0 21 0 2642227 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012891647312 140012528029184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15156] ppid=15150 vsize=10967196 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15156/stat : 15156 (java) S 15150 15153 9838 0 -1 1077944384 385 0 0 0 26 15 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012848368656 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15157] ppid=15150 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15157/stat : 15157 (java) S 15150 15153 9838 0 -1 1077944384 271 0 0 0 21 17 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012493184144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15158] ppid=15150 vsize=10967196 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15158/stat : 15158 (java) S 15150 15153 9838 0 -1 1077944384 523 0 0 0 23 14 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012492131088 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15159] ppid=15150 vsize=10967196 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15159/stat : 15159 (java) S 15150 15153 9838 0 -1 1077944384 264 0 0 0 24 17 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012491078544 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15160] ppid=15150 vsize=10967196 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15160/stat : 15160 (java) S 15150 15153 9838 0 -1 1077944384 281 0 0 0 22 17 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012490025488 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15161] ppid=15150 vsize=10967196 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15161/stat : 15161 (java) S 15150 15153 9838 0 -1 1077944384 348 0 0 0 22 17 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012488972944 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15162] ppid=15150 vsize=10967196 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15162/stat : 15162 (java) S 15150 15153 9838 0 -1 1077944384 661 0 0 0 27 16 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012487919888 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15163] ppid=15150 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15163/stat : 15163 (java) S 15150 15153 9838 0 -1 1077944384 666 0 0 0 22 16 0 0 20 0 21 0 2642228 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012486867344 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15164] ppid=15150 vsize=10967196 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15164/stat : 15164 (java) S 15150 15153 9838 0 -1 1077944384 1474 0 0 0 3 3 0 0 20 0 21 0 2642229 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012362337008 140012887419522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15165] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15165/stat : 15165 (java) S 15150 15153 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2642230 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012361283296 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15166] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15166/stat : 15166 (java) S 15150 15153 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2642230 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012360230144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15167] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15167/stat : 15167 (java) S 15150 15153 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012359178704 140012887426971 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15168] ppid=15150 vsize=10967196 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15168/stat : 15168 (java) S 15150 15153 9838 0 -1 1077944384 6413 0 0 0 150 1 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012358125808 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15169] ppid=15150 vsize=10967196 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15169/stat : 15169 (java) S 15150 15153 9838 0 -1 1077944384 7716 0 0 0 150 0 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012357073264 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15170] ppid=15150 vsize=10967196 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15170/stat : 15170 (java) S 15150 15153 9838 0 -1 1077944384 7772 0 0 0 115 1 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012356020208 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15171] ppid=15150 vsize=10967196 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15171/stat : 15171 (java) S 15150 15153 9838 0 -1 1077944384 2635 0 0 0 39 1 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012354967664 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15172] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15172/stat : 15172 (java) S 15150 15153 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012353915872 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15173] ppid=15150 vsize=10967196 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15173/stat : 15173 (java) S 15150 15153 9838 0 -1 1077944384 2012 0 0 0 54 66 0 0 20 0 21 0 2642233 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012352863408 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15174] ppid=15150 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15174/stat : 15174 (java) S 15150 15153 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2642422 11230408704 222235 33554432000 4194304 4196468 140726754098528 140012351808688 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
Current children cumulated CPU time (s) 2400.09
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 15153 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2392.8 s]
/proc/loadavg: 1.01 2.29 4.20 2/256 15938
/proc/meminfo: memFree=31109084/32770624 swapFree=5912/229552
[pid=15153] ppid=15150 vsize=11166888 CPUtime=2400.11 cores=1,3,5,7,9,11,13,15
/proc/15153/stat : 15153 (java) S 15150 15153 9838 0 -1 1077944320 52313 0 0 0 239806 205 0 0 20 0 22 0 2642226 11434893312 222290 33554432000 4194304 4196468 140726754098528 140726754081072 140012887408375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
/proc/15153/statm: 2791722 222290 3155 1 0 2780116 0
[pid=15153/tid=15154] ppid=15150 vsize=11166888 CPUtime=2390.96 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15154/stat : 15154 (java) S 15150 15153 9838 0 -1 1077944384 18982 0 0 0 239085 11 0 0 20 0 22 0 2642227 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012891651248 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15156] ppid=15150 vsize=11166888 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15156/stat : 15156 (java) S 15150 15153 9838 0 -1 1077944384 385 0 0 0 26 15 0 0 20 0 22 0 2642228 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012848368656 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15157] ppid=15150 vsize=11166888 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15157/stat : 15157 (java) S 15150 15153 9838 0 -1 1077944384 271 0 0 0 21 17 0 0 20 0 22 0 2642228 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012493184144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15158] ppid=15150 vsize=11166888 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15158/stat : 15158 (java) S 15150 15153 9838 0 -1 1077944384 523 0 0 0 23 14 0 0 20 0 22 0 2642228 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012492131088 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15159] ppid=15150 vsize=11166888 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15159/stat : 15159 (java) S 15150 15153 9838 0 -1 1077944384 264 0 0 0 24 17 0 0 20 0 22 0 2642228 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012491078544 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15160] ppid=15150 vsize=11166888 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15160/stat : 15160 (java) S 15150 15153 9838 0 -1 1077944384 281 0 0 0 22 17 0 0 20 0 22 0 2642228 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012490025488 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15161] ppid=15150 vsize=11166888 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15161/stat : 15161 (java) S 15150 15153 9838 0 -1 1077944384 348 0 0 0 22 17 0 0 20 0 22 0 2642228 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012488972944 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15162] ppid=15150 vsize=11166888 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15162/stat : 15162 (java) S 15150 15153 9838 0 -1 1077944384 661 0 0 0 27 16 0 0 20 0 22 0 2642228 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012487919888 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15163] ppid=15150 vsize=11166888 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15163/stat : 15163 (java) S 15150 15153 9838 0 -1 1077944384 666 0 0 0 22 16 0 0 20 0 22 0 2642228 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012486867344 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15164] ppid=15150 vsize=11166888 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15164/stat : 15164 (java) S 15150 15153 9838 0 -1 1077944384 1474 0 0 0 3 3 0 0 20 0 22 0 2642229 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012362337008 140012887419522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15165] ppid=15150 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15165/stat : 15165 (java) S 15150 15153 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 22 0 2642230 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012361283296 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15166] ppid=15150 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15166/stat : 15166 (java) S 15150 15153 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 22 0 2642230 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012360230144 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15167] ppid=15150 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15167/stat : 15167 (java) S 15150 15153 9838 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 22 0 2642233 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012359178704 140012887426971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15168] ppid=15150 vsize=11166888 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15168/stat : 15168 (java) S 15150 15153 9838 0 -1 1077944384 6413 0 0 0 150 1 0 0 20 0 22 0 2642233 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012358125808 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15169] ppid=15150 vsize=11166888 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15169/stat : 15169 (java) S 15150 15153 9838 0 -1 1077944384 7716 0 0 0 150 0 0 0 20 0 22 0 2642233 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012357073264 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15170] ppid=15150 vsize=11166888 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15170/stat : 15170 (java) S 15150 15153 9838 0 -1 1077944384 7772 0 0 0 115 1 0 0 20 0 22 0 2642233 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012356020208 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15171] ppid=15150 vsize=11166888 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15171/stat : 15171 (java) S 15150 15153 9838 0 -1 1077944384 2783 0 0 0 39 1 0 0 20 0 22 0 2642233 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012354967664 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15172] ppid=15150 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15172/stat : 15172 (java) S 15150 15153 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2642233 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012353915872 140012887418581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
[pid=15153/tid=15173] ppid=15150 vsize=11166888 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/15153/task/15173/stat : 15173 (java) S 15150 15153 9838 0 -1 1077944384 2012 0 0 0 54 66 0 0 20 0 22 0 2642233 11434893312 222290 33554432000 4194304 4196468 140726754098528 140012352863408 140012887419522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19308544 140726754104491 140726754104644 140726754104644 140726754107343 0
Current children cumulated CPU time (s) 2400.11
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2392.88
CPU time (s): 2400.2
CPU user time (s): 2398.14
CPU system time (s): 2.06227
CPU usage (%): 100.306
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.14
system time used= 2.06227
maximum resident set size= 889644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54734
involuntary context switches= 121172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7465 second user time and 18.7982 second system time

The end

Launcher Data

Begin job on node102 at 2017-07-21 23:48:42
IDJOB=4243561
IDBENCH=123823
IDSOLVER=2623
FILE ID=node102/4243561-1500673722
RUNJOBID= node102-1500673699-14400
PBS_JOBID= 20623312
Free space on /tmp= 61888 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Bibd/Bibd-sum-sym/Bibd-sum-09-084-28-03-07.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243561-1500673722/watcher-4243561-1500673722 -o /tmp/evaluation-result-4243561-1500673722/solver-4243561-1500673722 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1500673699-14400 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243561-1500673722.xml

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

MD5SUM BENCH= 861dcf4d41da694b9fafa61d8399bea0
RANDOM SEED=1176106485

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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		: 2267.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		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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		: 2533.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	: 5333.40
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		: 2000.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	: 5333.40
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		: 2400.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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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		: 2400.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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		: 2533.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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		: 2400.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:        31827744 kB
MemAvailable:   31867248 kB
Buffers:           42572 kB
Cached:           304460 kB
SwapCached:            0 kB
Active:           332196 kB
Inactive:         235164 kB
Active(anon):     222656 kB
Inactive(anon):     8588 kB
Active(file):     109540 kB
Inactive(file):   226576 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1764 kB
Writeback:             0 kB
AnonPages:        101240 kB
Mapped:            42272 kB
Shmem:              8852 kB
Slab:              71184 kB
SReclaimable:      38448 kB
SUnreclaim:        32736 kB
KernelStack:        4896 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1174316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61884 MiB
End job on node102 at 2017-07-22 00:28:34