Trace number 4244266

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-05UNSAT 399.533 183.682

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-18.xml
MD5SUM53ac35e1f72f4fcc516f402364f3be2c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.59745699
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree82
Distribution of variable degrees[{"degree":2,"count":43},{"degree":3,"count":22},{"degree":4,"count":18},{"degree":5,"count":9},{"degree":6,"count":7},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":82,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":19},{"arity":4,"count":20},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

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

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

pid=8272
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: 8.97 7.64 5.14 2/262 8275
/proc/meminfo: memFree=31423540/32770624 swapFree=5700/243780
[pid=8275] ppid=8272 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 3476680 369864704 1935 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16784584 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 90299 1935 1081 1 0 79210 0
[pid=8275/tid=8276] ppid=8272 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) S 8272 8275 7102 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3476681 369864704 1935 33554432000 4194304 4196468 140736032811616 140705875650976 140705871420034 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0

[startup+0.100126 s]
/proc/loadavg: 8.97 7.64 5.14 2/262 8275
/proc/meminfo: memFree=31423540/32770624 swapFree=5700/243780
[pid=8275] ppid=8272 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 4774 0 0 0 9 1 0 0 20 0 20 0 3476680 11162169344 5845 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 2725139 5845 2630 1 0 2713552 0
[pid=8275/tid=8276] ppid=8272 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) R 8272 8275 7102 0 -1 4202560 2856 0 0 0 8 0 0 0 20 0 20 0 3476681 11162169344 5845 33554432000 4194304 4196468 140736032811616 140705875644880 140705494316405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200352 s]
/proc/loadavg: 8.97 7.64 5.14 2/262 8275
/proc/meminfo: memFree=31423540/32770624 swapFree=5700/243780
[pid=8275] ppid=8272 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 7129 0 0 0 24 2 0 0 20 0 20 0 3476680 11162169344 9069 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 2725139 9069 2906 1 0 2713552 0
[pid=8275/tid=8276] ppid=8272 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) R 8272 8275 7102 0 -1 4202560 4706 0 0 0 17 1 0 0 20 0 20 0 3476681 11162169344 9069 33554432000 4194304 4196468 140736032811616 140705875632912 140705871430813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300315 s]
/proc/loadavg: 8.97 7.64 5.14 2/262 8275
/proc/meminfo: memFree=31423540/32770624 swapFree=5700/243780
[pid=8275] ppid=8272 vsize=10900556 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 8489 0 0 0 42 2 0 0 20 0 20 0 3476680 11162169344 11753 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 2725139 11753 2982 1 0 2713552 0
[pid=8275/tid=8276] ppid=8272 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) R 8272 8275 7102 0 -1 4202560 5364 0 0 0 26 2 0 0 20 0 20 0 3476681 11162169344 11753 33554432000 4194304 4196468 140736032811616 140705875634848 140705871430813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.7003 s]
/proc/loadavg: 8.97 7.64 5.14 2/262 8275
/proc/meminfo: memFree=31423540/32770624 swapFree=5700/243780
[pid=8275] ppid=8272 vsize=10900632 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 12689 0 0 0 182 13 0 0 20 0 20 0 3476680 11162247168 49102 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 2725158 49102 3095 1 0 2713552 0
[pid=8275/tid=8276] ppid=8272 vsize=10900632 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) R 8272 8275 7102 0 -1 4202560 5803 0 0 0 62 3 0 0 20 0 20 0 3476681 11162247168 49102 33554432000 4194304 4196468 140736032811616 140705875646920 140705497251759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 10900632

[startup+1.50115 s]
/proc/loadavg: 8.41 7.54 5.12 6/282 8295
/proc/meminfo: memFree=31217760/32770624 swapFree=5700/243976
[pid=8275] ppid=8272 vsize=10900632 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 17939 0 0 0 457 45 0 0 20 0 20 0 3476680 11162247168 99052 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 2725158 99052 3119 1 0 2713552 0
[pid=8275/tid=8276] ppid=8272 vsize=10900632 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) S 8272 8275 7102 0 -1 1077944384 6102 0 0 0 132 5 0 0 20 0 20 0 3476681 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705875642992 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8278] ppid=8272 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8278/stat : 8278 (java) R 8272 8275 7102 0 -1 4202560 52 0 0 0 3 5 0 0 20 0 20 0 3476682 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705478269912 140705856436306 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8279] ppid=8272 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8279/stat : 8279 (java) R 8272 8275 7102 0 -1 4202560 38 0 0 0 3 3 0 0 20 0 20 0 3476682 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705477217368 140705856436761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8280] ppid=8272 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8280/stat : 8280 (java) R 8272 8275 7102 0 -1 4202560 34 0 0 0 3 5 0 0 20 0 20 0 3476682 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705476164512 140705856436761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8281] ppid=8272 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8281/stat : 8281 (java) R 8272 8275 7102 0 -1 4202560 43 0 0 0 3 5 0 0 20 0 20 0 3476682 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705475112280 140705856436761 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8282] ppid=8272 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8282/stat : 8282 (java) R 8272 8275 7102 0 -1 4202560 47 0 0 0 3 3 0 0 20 0 20 0 3476682 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705474058712 140705856436761 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8283] ppid=8272 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8283/stat : 8283 (java) R 8272 8275 7102 0 -1 4202560 45 0 0 0 3 5 0 0 20 0 20 0 3476682 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705473006168 140705856436761 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8284] ppid=8272 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8284/stat : 8284 (java) R 8272 8275 7102 0 -1 4202560 38 0 0 0 3 3 0 0 20 0 20 0 3476682 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705471953624 140705856432590 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8285] ppid=8272 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8285/stat : 8285 (java) R 8272 8275 7102 0 -1 4202560 38 0 0 0 3 3 0 0 20 0 20 0 3476682 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705470901080 140705856436761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8286] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8286/stat : 8286 (java) S 8272 8275 7102 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3476684 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705414366240 140705871419093 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8287] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8287/stat : 8287 (java) S 8272 8275 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3476685 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705413313952 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8288] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8288/stat : 8288 (java) S 8272 8275 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3476685 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705412261360 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8289] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8289/stat : 8289 (java) S 8272 8275 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3476688 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705343204048 140705871427483 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8290] ppid=8272 vsize=10900632 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8290/stat : 8290 (java) S 8272 8275 7102 0 -1 1077944384 2727 0 0 0 83 0 0 0 20 0 20 0 3476688 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705342135632 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8291] ppid=8272 vsize=10900632 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8291/stat : 8291 (java) R 8272 8275 7102 0 -1 4202560 2396 0 0 0 87 0 0 0 20 0 20 0 3476688 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705341079112 140705854905675 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8292] ppid=8272 vsize=10900632 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8292/stat : 8292 (java) R 8272 8275 7102 0 -1 4202560 3225 0 0 0 86 0 0 0 20 0 20 0 3476688 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705340030216 140705863698336 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8293] ppid=8272 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8293/stat : 8293 (java) S 8272 8275 7102 0 -1 1077944384 1773 0 0 0 38 0 0 0 20 0 20 0 3476688 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705338993008 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8294] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8294/stat : 8294 (java) S 8272 8275 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3476689 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705337940704 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8295] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8295/stat : 8295 (java) S 8272 8275 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3476689 11162247168 99052 33554432000 4194304 4196468 140736032811616 140705336888240 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 10900632

[startup+3.10168 s]
/proc/loadavg: 8.41 7.54 5.12 3/282 8295
/proc/meminfo: memFree=30902152/32770624 swapFree=5700/243972
[pid=8275] ppid=8272 vsize=10900632 CPUtime=10.01 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 24687 0 0 0 820 181 0 0 20 0 20 0 3476680 11162247168 227584 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 2725158 227584 3146 1 0 2713552 0
[pid=8275/tid=8276] ppid=8272 vsize=10900632 CPUtime=2.57 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) S 8272 8275 7102 0 -1 1077944384 6289 0 0 0 248 9 0 0 20 0 20 0 3476681 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705875644368 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8278] ppid=8272 vsize=10900632 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8278/stat : 8278 (java) R 8272 8275 7102 0 -1 4202560 373 0 0 0 26 20 0 0 20 0 20 0 3476682 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705478269912 140705856106662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8279] ppid=8272 vsize=10900632 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8279/stat : 8279 (java) R 8272 8275 7102 0 -1 4202560 201 0 0 0 28 20 0 0 20 0 20 0 3476682 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705477217368 140705856359593 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8280] ppid=8272 vsize=10900632 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8280/stat : 8280 (java) R 8272 8275 7102 0 -1 4202560 209 0 0 0 26 22 0 0 20 0 20 0 3476682 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705476164512 140705856360014 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8281] ppid=8272 vsize=10900632 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8281/stat : 8281 (java) R 8272 8275 7102 0 -1 4202560 211 0 0 0 26 20 0 0 20 0 20 0 3476682 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705475112280 140705856359593 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8282] ppid=8272 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8282/stat : 8282 (java) R 8272 8275 7102 0 -1 4202560 330 0 0 0 26 19 0 0 20 0 20 0 3476682 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705474058712 140705856106662 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8283] ppid=8272 vsize=10900632 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8283/stat : 8283 (java) R 8272 8275 7102 0 -1 4202560 283 0 0 0 26 22 0 0 20 0 20 0 3476682 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705473006168 140705856106662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8284] ppid=8272 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8284/stat : 8284 (java) R 8272 8275 7102 0 -1 4202560 235 0 0 0 25 20 0 0 20 0 20 0 3476682 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705471953624 140705856394145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8285] ppid=8272 vsize=10900632 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8285/stat : 8285 (java) R 8272 8275 7102 0 -1 4202560 345 0 0 0 27 20 0 0 20 0 20 0 3476682 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705470901080 140705856106526 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8286] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8286/stat : 8286 (java) S 8272 8275 7102 0 -1 1077944384 610 0 0 0 0 0 0 0 20 0 20 0 3476684 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705414366048 140705871419093 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8287] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8287/stat : 8287 (java) S 8272 8275 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3476685 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705413314016 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8288] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8288/stat : 8288 (java) S 8272 8275 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3476685 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705412261376 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8289] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8289/stat : 8289 (java) S 8272 8275 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3476688 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705343204048 140705871427483 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8290] ppid=8272 vsize=10900632 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8290/stat : 8290 (java) S 8272 8275 7102 0 -1 1077944384 3416 0 0 0 95 0 0 0 20 0 20 0 3476688 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705342150640 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8291] ppid=8272 vsize=10900632 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8291/stat : 8291 (java) S 8272 8275 7102 0 -1 1077944384 3759 0 0 0 109 1 0 0 20 0 20 0 3476688 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705341098096 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8292] ppid=8272 vsize=10900632 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8292/stat : 8292 (java) S 8272 8275 7102 0 -1 1077944384 5269 0 0 0 114 1 0 0 20 0 20 0 3476688 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705340045552 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8293] ppid=8272 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8293/stat : 8293 (java) S 8272 8275 7102 0 -1 1077944384 1790 0 0 0 39 0 0 0 20 0 20 0 3476688 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705338993008 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8294] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8294/stat : 8294 (java) S 8272 8275 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3476689 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705337940704 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8295] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8295/stat : 8295 (java) S 8272 8275 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3476689 11162247168 227584 33554432000 4194304 4196468 140736032811616 140705336888240 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (KiB) 10900632

[startup+6.30129 s]
/proc/loadavg: 7.90 7.45 5.10 3/282 8295
/proc/meminfo: memFree=30373068/32770624 swapFree=5700/243988
[pid=8275] ppid=8272 vsize=10900632 CPUtime=20.55 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 27766 0 0 0 1725 330 0 0 20 0 20 0 3476680 11162247168 360157 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 2725158 360157 3154 1 0 2713552 0
[pid=8275/tid=8276] ppid=8272 vsize=10900632 CPUtime=4.26 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) S 8272 8275 7102 0 -1 1077944384 7063 0 0 0 415 11 0 0 20 0 20 0 3476681 11162247168 360157 33554432000 4194304 4196468 140736032811616 140705875642416 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8278] ppid=8272 vsize=10900632 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8278/stat : 8278 (java) R 8272 8275 7102 0 -1 4202560 604 0 0 0 108 41 0 0 20 0 20 0 3476682 11162247168 360157 33554432000 4194304 4196468 140736032811616 140705478269912 140705856436761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8279] ppid=8272 vsize=10900632 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8279/stat : 8279 (java) R 8272 8275 7102 0 -1 4202560 420 0 0 0 113 36 0 0 20 0 20 0 3476682 11162247168 360157 33554432000 4194304 4196468 140736032811616 140705477217368 140705856436770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8280] ppid=8272 vsize=10900632 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8280/stat : 8280 (java) R 8272 8275 7102 0 -1 4202560 428 0 0 0 107 42 0 0 20 0 20 0 3476682 11162247168 360669 33554432000 4194304 4196468 140736032811616 140705476164824 140705856436761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8281] ppid=8272 vsize=10900632 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8281/stat : 8281 (java) R 8272 8275 7102 0 -1 4202560 418 0 0 0 105 37 0 0 20 0 20 0 3476682 11162247168 360669 33554432000 4194304 4196468 140736032811616 140705475111968 140705864505588 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8282] ppid=8272 vsize=10900632 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8282/stat : 8282 (java) R 8272 8275 7102 0 -1 4202560 581 0 0 0 109 36 0 0 20 0 20 0 3476682 11162247168 360669 33554432000 4194304 4196468 140736032811616 140705474058712 140705856436765 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8283] ppid=8272 vsize=10900632 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8283/stat : 8283 (java) R 8272 8275 7102 0 -1 4202560 549 0 0 0 105 37 0 0 20 0 20 0 3476682 11162247168 360669 33554432000 4194304 4196468 140736032811616 140705473006168 140705856436761 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8284] ppid=8272 vsize=10900632 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8284/stat : 8284 (java) R 8272 8275 7102 0 -1 4202560 416 0 0 0 108 39 0 0 20 0 20 0 3476682 11162247168 360669 33554432000 4194304 4196468 140736032811616 140705471953504 140705856430977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8285] ppid=8272 vsize=10900632 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8285/stat : 8285 (java) R 8272 8275 7102 0 -1 4202560 568 0 0 0 109 40 0 0 20 0 20 0 3476682 11162247168 360669 33554432000 4194304 4196468 140736032811616 140705470901080 140705864505588 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8286] ppid=8272 vsize=10900632 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8286/stat : 8286 (java) S 8272 8275 7102 0 -1 1077944384 880 0 0 0 48 0 0 0 20 0 20 0 3476684 11162247168 360669 33554432000 4194304 4196468 140736032811616 140705414366240 140705871419093 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8287] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8287/stat : 8287 (java) S 8272 8275 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3476685 11162247168 360669 33554432000 4194304 4196468 140736032811616 140705413314016 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8288] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8288/stat : 8288 (java) S 8272 8275 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3476685 11162247168 360669 33554432000 4194304 4196468 140736032811616 140705412261376 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8289] ppid=8272 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=8275/tid=8287] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8287/stat : 8287 (java) S 8272 8275 7102 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3476685 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705413314016 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8288] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8288/stat : 8288 (java) S 8272 8275 7102 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 3476685 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705412261376 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8289] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8289/stat : 8289 (java) S 8272 8275 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705343204048 140705871427483 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8290] ppid=8272 vsize=10967196 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8290/stat : 8290 (java) S 8272 8275 7102 0 -1 1077944384 7327 0 0 0 166 1 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705342150640 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8291] ppid=8272 vsize=10967196 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8291/stat : 8291 (java) S 8272 8275 7102 0 -1 1077944384 5631 0 0 0 160 1 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705341098096 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8292] ppid=8272 vsize=10967196 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8292/stat : 8292 (java) S 8272 8275 7102 0 -1 1077944384 8271 0 0 0 174 2 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705340045552 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8293] ppid=8272 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8293/stat : 8293 (java) S 8272 8275 7102 0 -1 1077944384 2978 0 0 0 49 1 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705338993008 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8294] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8294/stat : 8294 (java) S 8272 8275 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3476689 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705337940704 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8295] ppid=8272 vsize=10967196 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8295/stat : 8295 (java) S 8272 8275 7102 0 -1 1077944384 458 0 0 0 6 4 0 0 20 0 21 0 3476689 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705336888240 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8297] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8297/stat : 8297 (java) S 8272 8275 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3484205 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705335834032 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
Current children cumulated CPU time (s) 396.85
Current children cumulated vsize (KiB) 10967196

[startup+182.401 s]
/proc/loadavg: 2.58 5.35 4.71 3/283 8306
/proc/meminfo: memFree=23983872/32770624 swapFree=5700/244108
[pid=8275] ppid=8272 vsize=10967196 CPUtime=398.45 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 187643 0 0 0 38274 1571 0 0 20 0 21 0 3476680 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 2741799 1746689 3168 1 0 2730193 0
[pid=8275/tid=8276] ppid=8272 vsize=10967196 CPUtime=136.27 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) R 8272 8275 7102 0 -1 4202560 45491 0 0 0 13610 17 0 0 20 0 21 0 3476681 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705875647528 140705494544452 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8278] ppid=8272 vsize=10967196 CPUtime=30.16 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8278/stat : 8278 (java) S 8272 8275 7102 0 -1 1077944384 12755 0 0 0 2813 203 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705478269712 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8279] ppid=8272 vsize=10967196 CPUtime=30.31 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8279/stat : 8279 (java) S 8272 8275 7102 0 -1 1077944384 12882 0 0 0 2858 173 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705477217168 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8280] ppid=8272 vsize=10967196 CPUtime=30.27 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8280/stat : 8280 (java) S 8272 8275 7102 0 -1 1077944384 13825 0 0 0 2823 204 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705476164624 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8281] ppid=8272 vsize=10967196 CPUtime=30.04 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8281/stat : 8281 (java) S 8272 8275 7102 0 -1 1077944384 8365 0 0 0 2808 196 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705475112080 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8282] ppid=8272 vsize=10967196 CPUtime=30.11 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8282/stat : 8282 (java) S 8272 8275 7102 0 -1 1077944384 11240 0 0 0 2800 211 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705474058512 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8283] ppid=8272 vsize=10967196 CPUtime=29.86 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8283/stat : 8283 (java) S 8272 8275 7102 0 -1 1077944384 16031 0 0 0 2850 136 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705473005968 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8284] ppid=8272 vsize=10967196 CPUtime=30.2 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8284/stat : 8284 (java) S 8272 8275 7102 0 -1 1077944384 7434 0 0 0 2807 213 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705471953424 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8285] ppid=8272 vsize=10967196 CPUtime=30.06 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8285/stat : 8285 (java) S 8272 8275 7102 0 -1 1077944384 11709 0 0 0 2803 203 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705470900880 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8286] ppid=8272 vsize=10967196 CPUtime=15.43 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8286/stat : 8286 (java) S 8272 8275 7102 0 -1 1077944384 21834 0 0 0 1541 2 0 0 20 0 21 0 3476684 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705414367728 140705871420034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8287] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8287/stat : 8287 (java) S 8272 8275 7102 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3476685 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705413314016 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8288] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8288/stat : 8288 (java) S 8272 8275 7102 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 3476685 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705412261376 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8289] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8289/stat : 8289 (java) S 8272 8275 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705343204048 140705871427483 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8290] ppid=8272 vsize=10967196 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8290/stat : 8290 (java) S 8272 8275 7102 0 -1 1077944384 7327 0 0 0 166 1 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705342150640 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8291] ppid=8272 vsize=10967196 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8291/stat : 8291 (java) S 8272 8275 7102 0 -1 1077944384 5631 0 0 0 160 1 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705341098096 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8292] ppid=8272 vsize=10967196 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8292/stat : 8292 (java) S 8272 8275 7102 0 -1 1077944384 8271 0 0 0 174 2 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705340045552 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8293] ppid=8272 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8293/stat : 8293 (java) S 8272 8275 7102 0 -1 1077944384 2978 0 0 0 49 1 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705338993008 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8294] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8294/stat : 8294 (java) S 8272 8275 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3476689 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705337940704 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8295] ppid=8272 vsize=10967196 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8295/stat : 8295 (java) S 8272 8275 7102 0 -1 1077944384 460 0 0 0 6 4 0 0 20 0 21 0 3476689 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705336888240 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8297] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8297/stat : 8297 (java) S 8272 8275 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3484205 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705335834032 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
Current children cumulated CPU time (s) 398.45
Current children cumulated vsize (KiB) 10967196

[startup+183.201 s]
/proc/loadavg: 2.58 5.35 4.71 3/283 8306
/proc/meminfo: memFree=23983872/32770624 swapFree=5700/244108
[pid=8275] ppid=8272 vsize=10967196 CPUtime=399.25 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 187645 0 0 0 38354 1571 0 0 20 0 21 0 3476680 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 2741799 1746689 3168 1 0 2730193 0
[pid=8275/tid=8276] ppid=8272 vsize=10967196 CPUtime=137.07 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) R 8272 8275 7102 0 -1 4202560 45493 0 0 0 13690 17 0 0 20 0 21 0 3476681 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705875647528 140705494544452 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8278] ppid=8272 vsize=10967196 CPUtime=30.16 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8278/stat : 8278 (java) S 8272 8275 7102 0 -1 1077944384 12755 0 0 0 2813 203 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705478269712 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8279] ppid=8272 vsize=10967196 CPUtime=30.31 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8279/stat : 8279 (java) S 8272 8275 7102 0 -1 1077944384 12882 0 0 0 2858 173 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705477217168 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8280] ppid=8272 vsize=10967196 CPUtime=30.27 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8280/stat : 8280 (java) S 8272 8275 7102 0 -1 1077944384 13825 0 0 0 2823 204 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705476164624 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8281] ppid=8272 vsize=10967196 CPUtime=30.04 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8281/stat : 8281 (java) S 8272 8275 7102 0 -1 1077944384 8365 0 0 0 2808 196 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705475112080 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8282] ppid=8272 vsize=10967196 CPUtime=30.11 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8282/stat : 8282 (java) S 8272 8275 7102 0 -1 1077944384 11240 0 0 0 2800 211 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705474058512 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8283] ppid=8272 vsize=10967196 CPUtime=29.86 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8283/stat : 8283 (java) S 8272 8275 7102 0 -1 1077944384 16031 0 0 0 2850 136 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705473005968 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8284] ppid=8272 vsize=10967196 CPUtime=30.2 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8284/stat : 8284 (java) S 8272 8275 7102 0 -1 1077944384 7434 0 0 0 2807 213 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705471953424 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8285] ppid=8272 vsize=10967196 CPUtime=30.06 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8285/stat : 8285 (java) S 8272 8275 7102 0 -1 1077944384 11709 0 0 0 2803 203 0 0 20 0 21 0 3476682 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705470900880 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8286] ppid=8272 vsize=10967196 CPUtime=15.43 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8286/stat : 8286 (java) S 8272 8275 7102 0 -1 1077944384 21834 0 0 0 1541 2 0 0 20 0 21 0 3476684 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705414367728 140705871420034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8287] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8287/stat : 8287 (java) S 8272 8275 7102 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3476685 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705413314016 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8288] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8288/stat : 8288 (java) S 8272 8275 7102 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 3476685 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705412261376 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8289] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8289/stat : 8289 (java) S 8272 8275 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705343204048 140705871427483 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8290] ppid=8272 vsize=10967196 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8290/stat : 8290 (java) S 8272 8275 7102 0 -1 1077944384 7327 0 0 0 166 1 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705342150640 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8291] ppid=8272 vsize=10967196 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8291/stat : 8291 (java) S 8272 8275 7102 0 -1 1077944384 5631 0 0 0 160 1 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705341098096 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8292] ppid=8272 vsize=10967196 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8292/stat : 8292 (java) S 8272 8275 7102 0 -1 1077944384 8271 0 0 0 174 2 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705340045552 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8293] ppid=8272 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8293/stat : 8293 (java) S 8272 8275 7102 0 -1 1077944384 2978 0 0 0 49 1 0 0 20 0 21 0 3476688 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705338993008 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8294] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8294/stat : 8294 (java) S 8272 8275 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3476689 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705337940704 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8295] ppid=8272 vsize=10967196 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8295/stat : 8295 (java) S 8272 8275 7102 0 -1 1077944384 460 0 0 0 6 4 0 0 20 0 21 0 3476689 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705336888240 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8297] ppid=8272 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8297/stat : 8297 (java) S 8272 8275 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3484205 11230408704 1746689 33554432000 4194304 4196468 140736032811616 140705335834032 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
Current children cumulated CPU time (s) 399.25
Current children cumulated vsize (KiB) 10967196

[startup+183.601 s]
/proc/loadavg: 2.58 5.35 4.71 3/283 8306
/proc/meminfo: memFree=23983872/32770624 swapFree=5700/244108
[pid=8275] ppid=8272 vsize=11100324 CPUtime=399.48 cores=0,2,4,6,8,10,12,14
/proc/8275/stat : 8275 (java) S 8272 8275 7102 0 -1 1077944320 188394 0 0 0 38377 1571 0 0 20 0 21 0 3476680 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140736032794160 140705871408887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
/proc/8275/statm: 2775081 1746704 3170 1 0 2763475 0
[pid=8275/tid=8276] ppid=8272 vsize=11100324 CPUtime=137.29 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8276/stat : 8276 (java) S 8272 8275 7102 0 -1 1077944384 45926 0 0 0 13712 17 0 0 20 0 21 0 3476681 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705875649568 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8278] ppid=8272 vsize=11100324 CPUtime=30.16 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8278/stat : 8278 (java) S 8272 8275 7102 0 -1 1077944384 12755 0 0 0 2813 203 0 0 20 0 21 0 3476682 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705478269712 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8279] ppid=8272 vsize=11100324 CPUtime=30.31 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8279/stat : 8279 (java) S 8272 8275 7102 0 -1 1077944384 12882 0 0 0 2858 173 0 0 20 0 21 0 3476682 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705477217168 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8280] ppid=8272 vsize=11100324 CPUtime=30.27 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8280/stat : 8280 (java) S 8272 8275 7102 0 -1 1077944384 13825 0 0 0 2823 204 0 0 20 0 21 0 3476682 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705476164624 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8281] ppid=8272 vsize=11100324 CPUtime=30.04 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8281/stat : 8281 (java) S 8272 8275 7102 0 -1 1077944384 8365 0 0 0 2808 196 0 0 20 0 21 0 3476682 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705475112080 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8282] ppid=8272 vsize=11100324 CPUtime=30.11 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8282/stat : 8282 (java) S 8272 8275 7102 0 -1 1077944384 11240 0 0 0 2800 211 0 0 20 0 21 0 3476682 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705474058512 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8283] ppid=8272 vsize=11100324 CPUtime=29.86 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8283/stat : 8283 (java) S 8272 8275 7102 0 -1 1077944384 16031 0 0 0 2850 136 0 0 20 0 21 0 3476682 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705473005968 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8284] ppid=8272 vsize=11100324 CPUtime=30.2 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8284/stat : 8284 (java) S 8272 8275 7102 0 -1 1077944384 7434 0 0 0 2807 213 0 0 20 0 21 0 3476682 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705471953424 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8285] ppid=8272 vsize=11100324 CPUtime=30.06 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8285/stat : 8285 (java) S 8272 8275 7102 0 -1 1077944384 11709 0 0 0 2803 203 0 0 20 0 21 0 3476682 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705470900880 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8286] ppid=8272 vsize=11100324 CPUtime=15.43 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8286/stat : 8286 (java) S 8272 8275 7102 0 -1 1077944384 21860 0 0 0 1541 2 0 0 20 0 21 0 3476684 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705414367728 140705871420034 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8287] ppid=8272 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8287/stat : 8287 (java) S 8272 8275 7102 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3476685 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705413314016 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8288] ppid=8272 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8288/stat : 8288 (java) S 8272 8275 7102 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 3476685 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705412261376 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8289] ppid=8272 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8289/stat : 8289 (java) S 8272 8275 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3476688 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705343204048 140705871427483 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8290] ppid=8272 vsize=11100324 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8290/stat : 8290 (java) S 8272 8275 7102 0 -1 1077944384 7327 0 0 0 166 1 0 0 20 0 21 0 3476688 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705342150640 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8291] ppid=8272 vsize=11100324 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8291/stat : 8291 (java) S 8272 8275 7102 0 -1 1077944384 5631 0 0 0 160 1 0 0 20 0 21 0 3476688 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705341098096 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8292] ppid=8272 vsize=11100324 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8292/stat : 8292 (java) S 8272 8275 7102 0 -1 1077944384 8271 0 0 0 174 2 0 0 20 0 21 0 3476688 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705340045552 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8293] ppid=8272 vsize=11100324 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8293/stat : 8293 (java) S 8272 8275 7102 0 -1 1077944384 3095 0 0 0 49 1 0 0 20 0 21 0 3476688 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705338993008 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8294] ppid=8272 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8294/stat : 8294 (java) S 8272 8275 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3476689 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705337940704 140705871419093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
[pid=8275/tid=8295] ppid=8272 vsize=11100324 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8275/task/8295/stat : 8295 (java) S 8272 8275 7102 0 -1 1077944384 460 0 0 0 6 4 0 0 20 0 21 0 3476689 11366731776 1746704 33554432000 4194304 4196468 140736032811616 140705336888240 140705871420034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10006528 140736032818347 140736032818500 140736032818500 140736032821199 0
Current children cumulated CPU time (s) 399.48
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 183.682
CPU time (s): 399.533
CPU user time (s): 383.773
CPU system time (s): 15.7604
CPU usage (%): 217.513
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 383.773
system time used= 15.7604
maximum resident set size= 7031196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188938
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11978
involuntary context switches= 24775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.26754 second user time and 1.61881 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 02:08:12
IDJOB=4244266
IDBENCH=139320
IDSOLVER=2623
FILE ID=node130/4244266-1500682092
RUNJOBID= node130-1500676954-7133
PBS_JOBID= 20623029
Free space on /tmp= 61956 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-18.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244266-1500682092/watcher-4244266-1500682092 -o /tmp/evaluation-result-4244266-1500682092/solver-4244266-1500682092 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500676954-7133 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244266-1500682092.xml

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

MD5SUM BENCH= 53ac35e1f72f4fcc516f402364f3be2c
RANDOM SEED=1975766483

node130.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.34
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31424164 kB
MemAvailable:   31453620 kB
Buffers:           50184 kB
Cached:           290788 kB
SwapCached:            0 kB
Active:           721896 kB
Inactive:         252624 kB
Active(anon):     636428 kB
Inactive(anon):     8844 kB
Active(file):      85468 kB
Inactive(file):   243780 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4260 kB
Writeback:             0 kB
AnonPages:        638984 kB
Mapped:            41728 kB
Shmem:              8844 kB
Slab:              64632 kB
SReclaimable:      32088 kB
SUnreclaim:        32544 kB
KernelStack:        4480 kB
PageTables:         6392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1562836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    497664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61956 MiB
End job on node130 at 2017-07-22 02:11:16