Trace number 4243704

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 1041.96 971.006

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-06.xml
MD5SUMf08f6d25c7c16d7e74d6f0f0fe10f3ad
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.14125501
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints15
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":15}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":15}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":5},{"arity":6,"count":10}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"type":"ordered","count":5}]
Optimization problemNO
Type of objective

Solver Data

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

pid=15103
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: 8.90 6.41 4.14 3/262 15106
/proc/meminfo: memFree=28894720/32770624 swapFree=5932/24780
[pid=15106] ppid=15103 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 1744 0 0 0 0 0 0 0 20 0 2 0 2807314 369864704 1999 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 90299 1999 1134 1 0 79210 0
[pid=15106/tid=15107] ppid=15103 vsize=8339376 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) R 15103 15106 9833 0 -1 4202560 515 0 0 0 0 0 0 0 20 0 2 0 2807314 8539521024 2047 33554432000 4194304 4196468 140733309821888 139641486506400 139641474553760 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0

[startup+0.1001 s]
/proc/loadavg: 8.90 6.41 4.14 3/262 15106
/proc/meminfo: memFree=28894720/32770624 swapFree=5932/24780
[pid=15106] ppid=15103 vsize=10900456 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 4628 0 0 0 9 1 0 0 20 0 20 0 2807314 11162066944 6257 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 2725114 6257 2631 1 0 2713552 0
[pid=15106/tid=15107] ppid=15103 vsize=10900456 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) R 15103 15106 9833 0 -1 4202560 2718 0 0 0 8 0 0 0 20 0 20 0 2807314 11162066944 6257 33554432000 4194304 4196468 140733309821888 139641486500624 139641474942325 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900456

[startup+0.200422 s]
/proc/loadavg: 8.90 6.41 4.14 3/262 15106
/proc/meminfo: memFree=28894720/32770624 swapFree=5932/24780
[pid=15106] ppid=15103 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 6763 0 0 0 23 2 0 0 20 0 20 0 2807314 11162169344 8566 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 2725139 8566 2858 1 0 2713552 0
[pid=15106/tid=15107] ppid=15103 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) R 15103 15106 9833 0 -1 4202560 4453 0 0 0 16 1 0 0 20 0 20 0 2807314 11162169344 8631 33554432000 4194304 4196468 140733309821888 139641486470032 139641466344798 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300293 s]
/proc/loadavg: 8.90 6.41 4.14 3/262 15106
/proc/meminfo: memFree=28894720/32770624 swapFree=5932/24780
[pid=15106] ppid=15103 vsize=10900556 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 7969 0 0 0 40 3 0 0 20 0 20 0 2807314 11162169344 10692 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 2725139 10692 2971 1 0 2713552 0
[pid=15106/tid=15107] ppid=15103 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) R 15103 15106 9833 0 -1 4202560 4979 0 0 0 26 2 0 0 20 0 20 0 2807314 11162169344 10692 33554432000 4194304 4196468 140733309821888 139641486495040 139641466307941 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700314 s]
/proc/loadavg: 8.90 6.41 4.14 3/262 15106
/proc/meminfo: memFree=28894720/32770624 swapFree=5932/24780
[pid=15106] ppid=15103 vsize=10900632 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 18176 0 0 0 189 7 0 0 20 0 20 0 2807314 11162247168 40870 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 2725158 40870 3093 1 0 2713552 0
[pid=15106/tid=15107] ppid=15103 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) R 15103 15106 9833 0 -1 4202560 5412 0 0 0 63 4 0 0 20 0 20 0 2807314 11162247168 40870 33554432000 4194304 4196468 140733309821888 139641486498312 139641083685354 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 10900632

[startup+1.50078 s]
/proc/loadavg: 8.90 6.41 4.14 6/282 15126
/proc/meminfo: memFree=28648424/32770624 swapFree=5932/25160
[pid=15106] ppid=15103 vsize=10903196 CPUtime=5.6 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 26815 0 0 0 516 44 0 0 20 0 20 0 2807314 11164872704 82315 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 2725799 82315 3132 1 0 2714193 0
[pid=15106/tid=15107] ppid=15103 vsize=10903196 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) R 15103 15106 9833 0 -1 4202560 5459 0 0 0 129 5 0 0 20 0 20 0 2807314 11164872704 82315 33554432000 4194304 4196468 140733309821888 139641486484904 139641084076704 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15109] ppid=15103 vsize=10903196 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15109/stat : 15109 (java) S 15103 15106 9833 0 -1 1077944384 84 0 0 0 6 4 0 0 20 0 20 0 2807315 11164872704 82315 33554432000 4194304 4196468 140733309821888 139641408338832 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15110] ppid=15103 vsize=10903196 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15110/stat : 15110 (java) S 15103 15106 9833 0 -1 1077944384 75 0 0 0 6 4 0 0 20 0 20 0 2807315 11164872704 82315 33554432000 4194304 4196468 140733309821888 139641407286032 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15111] ppid=15103 vsize=10903196 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15111/stat : 15111 (java) S 15103 15106 9833 0 -1 1077944384 72 0 0 0 4 4 0 0 20 0 20 0 2807315 11164872704 82315 33554432000 4194304 4196468 140733309821888 139641406233744 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15112] ppid=15103 vsize=10903196 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15112/stat : 15112 (java) S 15103 15106 9833 0 -1 1077944384 79 0 0 0 6 4 0 0 20 0 20 0 2807315 11164872704 82315 33554432000 4194304 4196468 140733309821888 139641405180944 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15113] ppid=15103 vsize=10903196 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15113/stat : 15113 (java) S 15103 15106 9833 0 -1 1077944384 69 0 0 0 3 3 0 0 20 0 20 0 2807315 11164872704 82315 33554432000 4194304 4196468 140733309821888 139641404127632 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15114] ppid=15103 vsize=10903196 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15114/stat : 15114 (java) S 15103 15106 9833 0 -1 1077944384 84 0 0 0 7 4 0 0 20 0 20 0 2807315 11164872704 82315 33554432000 4194304 4196468 140733309821888 139641403074832 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15115] ppid=15103 vsize=10903196 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15115/stat : 15115 (java) S 15103 15106 9833 0 -1 1077944384 86 0 0 0 6 4 0 0 20 0 20 0 2807315 11164872704 82315 33554432000 4194304 4196468 140733309821888 139641402022544 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15116] ppid=15103 vsize=10903196 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15116/stat : 15116 (java) S 15103 15106 9833 0 -1 1077944384 75 0 0 0 6 4 0 0 20 0 20 0 2807315 11164872704 82315 33554432000 4194304 4196468 140733309821888 139641400969744 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15117] ppid=15103 vsize=10903196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15117/stat : 15117 (java) S 15103 15106 9833 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 2807318 11164872704 82315 33554432000 4194304 4196468 140733309821888 139640689437296 139641482275458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15118] ppid=15103 vsize=10903196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15118/stat : 15118 (java) S 15103 15106 9833 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2807319 11164872704 82315 33554432000 4194304 4196468 140733309821888 139640688383264 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15119] ppid=15103 vsize=10903196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15119/stat : 15119 (java) S 15103 15106 9833 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2807319 11164872704 82315 33554432000 4194304 4196468 140733309821888 139640687330928 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15120] ppid=15103 vsize=10903196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15120/stat : 15120 (java) S 15103 15106 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2807322 11164872704 82315 33554432000 4194304 4196468 140733309821888 139640686279248 139641482282907 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15121] ppid=15103 vsize=10903196 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15121/stat : 15121 (java) R 15103 15106 9833 0 -1 4202560 5704 0 0 0 105 0 0 0 20 0 20 0 2807322 11164872704 82315 33554432000 4194304 4196468 140733309821888 139640685207504 139641466661151 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15122] ppid=15103 vsize=10903196 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15122/stat : 15122 (java) R 15103 15106 9833 0 -1 4202560 6812 0 0 0 103 1 0 0 20 0 20 0 2807322 11164872704 82315 33554432000 4194304 4196468 140733309821888 139640684159456 139641463808751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15123] ppid=15103 vsize=10903196 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15123/stat : 15123 (java) R 15103 15106 9833 0 -1 4202560 5499 0 0 0 97 1 0 0 20 0 20 0 2807322 11164872704 82315 33554432000 4194304 4196468 140733309821888 139640683107032 139641463808529 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15124] ppid=15103 vsize=10903196 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15124/stat : 15124 (java) S 15103 15106 9833 0 -1 1077944384 1266 0 0 0 31 0 0 0 20 0 20 0 2807322 11164872704 82315 33554432000 4194304 4196468 140733309821888 139640682068208 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15125] ppid=15103 vsize=10903196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15125/stat : 15125 (java) S 15103 15106 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2807323 11164872704 82315 33554432000 4194304 4196468 140733309821888 139640681016160 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15126] ppid=15103 vsize=10903196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15126/stat : 15126 (java) S 15103 15106 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2807323 11164872704 82315 33554432000 4194304 4196468 140733309821888 139640679963440 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 10903196

[startup+3.10125 s]
/proc/loadavg: 8.90 6.41 4.14 10/282 15126
/proc/meminfo: memFree=28329276/32770624 swapFree=5932/25160
[pid=15106] ppid=15103 vsize=10900632 CPUtime=10.18 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 29910 0 0 0 871 147 0 0 20 0 20 0 2807314 11162247168 224532 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 2725158 224532 3135 1 0 2713552 0
[pid=15106/tid=15107] ppid=15103 vsize=10900632 CPUtime=2.62 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) S 15103 15106 9833 0 -1 1077944384 5990 0 0 0 252 10 0 0 20 0 20 0 2807314 11162247168 225044 33554432000 4194304 4196468 140733309821888 139641486496784 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15109] ppid=15103 vsize=10900632 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15109/stat : 15109 (java) R 15103 15106 9833 0 -1 4202560 254 0 0 0 25 17 0 0 20 0 20 0 2807315 11162247168 225044 33554432000 4194304 4196468 140733309821888 139641408339032 139641467292194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15110] ppid=15103 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15110/stat : 15110 (java) R 15103 15106 9833 0 -1 4202560 235 0 0 0 25 16 0 0 20 0 20 0 2807315 11162247168 225044 33554432000 4194304 4196468 140733309821888 139641407286232 139641467292185 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15111] ppid=15103 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15111/stat : 15111 (java) R 15103 15106 9833 0 -1 4202560 212 0 0 0 24 16 0 0 20 0 20 0 2807315 11162247168 225044 33554432000 4194304 4196468 140733309821888 139641406233944 139641467292185 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15112] ppid=15103 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15112/stat : 15112 (java) R 15103 15106 9833 0 -1 4202560 360 0 0 0 25 16 0 0 20 0 20 0 2807315 11162247168 225044 33554432000 4194304 4196468 140733309821888 139641405181144 139641467292185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15113] ppid=15103 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15113/stat : 15113 (java) R 15103 15106 9833 0 -1 4202560 227 0 0 0 23 16 0 0 20 0 20 0 2807315 11162247168 225044 33554432000 4194304 4196468 140733309821888 139641404127832 139641467292194 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15114] ppid=15103 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15114/stat : 15114 (java) R 15103 15106 9833 0 -1 4202560 245 0 0 0 25 16 0 0 20 0 20 0 2807315 11162247168 225044 33554432000 4194304 4196468 140733309821888 139641403075032 139641467292185 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15115] ppid=15103 vsize=10900632 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15115/stat : 15115 (java) R 15103 15106 9833 0 -1 4202560 250 0 0 0 26 17 0 0 20 0 20 0 2807315 11162247168 225044 33554432000 4194304 4196468 140733309821888 139641402022744 139641463890256 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15116] ppid=15103 vsize=10900632 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15116/stat : 15116 (java) R 15103 15106 9833 0 -1 4202560 347 0 0 0 25 17 0 0 20 0 20 0 2807315 11162247168 225044 33554432000 4194304 4196468 140733309821888 139641400969632 139641463890256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15117] ppid=15103 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15117/stat : 15117 (java) S 15103 15106 9833 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 2807318 11162247168 225044 33554432000 4194304 4196468 140733309821888 139640689435808 139641482274517 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15118] ppid=15103 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15118/stat : 15118 (java) S 15103 15106 9833 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2807319 11162247168 225044 33554432000 4194304 4196468 140733309821888 139640688383264 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15119] ppid=15103 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15119/stat : 15119 (java) S 15103 15106 9833 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2807319 11162247168 225044 33554432000 4194304 4196468 140733309821888 139640687330928 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15120] ppid=15103 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15120/stat : 15120 (java) S 15103 15106 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2807322 11162247168 225044 33554432000 4194304 4196468 140733309821888 139640686279248 139641482282907 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15121] ppid=15103 vsize=10900632 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15121/stat : 15121 (java) S 15103 15106 9833 0 -1 1077944384 5737 0 0 0 136 0 0 0 20 0 20 0 2807322 11162247168 225044 33554432000 4194304 4196468 140733309821888 139640685226096 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15122] ppid=15103 vsize=10900632 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15122/stat : 15122 (java) S 15103 15106 9833 0 -1 1077944384 7510 0 0 0 122 1 0 0 20 0 20 0 2807322 11162247168 225044 33554432000 4194304 4196468 140733309821888 139640684173296 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15123] ppid=15103 vsize=10900632 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15123/stat : 15123 (java) S 15103 15106 9833 0 -1 1077944384 5683 0 0 0 125 1 0 0 20 0 20 0 2807322 11162247168 225044 33554432000 4194304 4196468 140733309821888 139640683121008 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15124] ppid=15103 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15124/stat : 15124 (java) S 15103 15106 9833 0 -1 1077944384 1286 0 0 0 33 0 0 0 20 0 20 0 2807322 11162247168 225044 33554432000 4194304 4196468 140733309821888 139640682068208 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15125] ppid=15103 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15125/stat : 15125 (java) S 15103 15106 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2807323 11162247168 225044 33554432000 4194304 4196468 140733309821888 139640681016160 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15126] ppid=15103 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15126/stat : 15126 (java) S 15103 15106 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2807323 11162247168 225044 33554432000 4194304 4196468 140733309821888 139640679963440 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 10900632

[startup+6.30078 s]
/proc/loadavg: 8.35 6.34 4.13 3/282 15126
/proc/meminfo: memFree=27764176/32770624 swapFree=5932/25172
[pid=15106] ppid=15103 vsize=10900632 CPUtime=20.72 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 39576 0 0 0 1806 266 0 0 20 0 20 0 2807314 11162247168 394848 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 2725158 394848 3150 1 0 2713552 0
[pid=15106/tid=15107] ppid=15103 vsize=10900632 CPUtime=4.38 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) R 15103 15106 9833 0 -1 4202560 7263 0 0 0 426 12 0 0 20 0 20 0 2807314 11162247168 394848 33554432000 4194304 4196468 140733309821888 139641486501688 139641464211265 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15109] ppid=15103 vsize=10900632 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15109/stat : 15109 (java) S 15103 15106 9833 0 -1 1077944384 636 0 0 0 115 32 0 0 20 0 20 0 2807315 11162247168 394848 33554432000 4194304 4196468 140733309821888 139641408338832 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15110] ppid=15103 vsize=10900632 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15110/stat : 15110 (java) S 15103 15106 9833 0 -1 1077944384 740 0 0 0 116 31 0 0 20 0 20 0 2807315 11162247168 394848 33554432000 4194304 4196468 140733309821888 139641407286032 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15111] ppid=15103 vsize=10900632 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15111/stat : 15111 (java) S 15103 15106 9833 0 -1 1077944384 921 0 0 0 115 30 0 0 20 0 20 0 2807315 11162247168 394848 33554432000 4194304 4196468 140733309821888 139641406233744 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15112] ppid=15103 vsize=10900632 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15112/stat : 15112 (java) S 15103 15106 9833 0 -1 1077944384 1512 0 0 0 116 29 0 0 20 0 20 0 2807315 11162247168 394848 33554432000 4194304 4196468 140733309821888 139641405180944 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15113] ppid=15103 vsize=10900632 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15113/stat : 15113 (java) S 15103 15106 9833 0 -1 1077944384 1794 0 0 0 115 29 0 0 20 0 20 0 2807315 11162247168 394848 33554432000 4194304 4196468 140733309821888 139641404127632 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15114] ppid=15103 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15114/stat : 15114 (java) S 15103 15106 9833 0 -1 1077944384 546 0 0 0 113 30 0 0 20 0 20 0 2807315 11162247168 394848 33554432000 4194304 4196468 140733309821888 139641403074832 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15115] ppid=15103 vsize=10900632 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15115/stat : 15115 (java) S 15103 15106 9833 0 -1 1077944384 966 0 0 0 116 32 0 0 20 0 20 0 2807315 11162247168 394848 33554432000 4194304 4196468 140733309821888 139641402022544 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15116] ppid=15103 vsize=10900632 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15116/stat : 15116 (java) S 15103 15106 9833 0 -1 1077944384 2502 0 0 0 114 32 0 0 20 0 20 0 2807315 11162247168 394848 33554432000 4194304 4196468 140733309821888 139641400969744 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15117] ppid=15103 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15117/stat : 15117 (java) S 15103 15106 9833 0 -1 1077944384 1108 0 0 0 35 0 0 0 20 0 20 0 2807318 11162247168 394848 33554432000 4194304 4196468 140733309821888 139640689437296 139641482275458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15118] ppid=15103 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15118/stat : 15118 (java) S 15103 15106 9833 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2807319 11162247168 394848 33554432000 4194304 4196468 140733309821888 139640688383264 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15119] ppid=15103 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15119/stat : 15119 (java) S 15103 15106 9833 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2807319 11162247168 394848 33554432000 4194304 4196468 140733309821888 139640687330928 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15120] ppid=15103 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/15106/task/15123/stat : 15123 (java) S 15103 15106 9833 0 -1 1077944384 9457 0 0 0 157 2 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640683121008 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15124] ppid=15103 vsize=10967196 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15124/stat : 15124 (java) S 15103 15106 9833 0 -1 1077944384 3897 0 0 0 43 1 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640682068208 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15125] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15125/stat : 15125 (java) S 15103 15106 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2807323 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640681016160 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15126] ppid=15103 vsize=10967196 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15126/stat : 15126 (java) S 15103 15106 9833 0 -1 1077944384 808 0 0 0 24 31 0 0 20 0 21 0 2807323 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640679963440 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15127] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15127/stat : 15127 (java) S 15103 15106 9833 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2808335 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640678909488 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
Current children cumulated CPU time (s) 1037.54
Current children cumulated vsize (KiB) 10967196

[startup+969.601 s]
/proc/loadavg: 2.01 2.21 2.80 3/284 15350
/proc/meminfo: memFree=25984572/32770624 swapFree=5932/26340
[pid=15106] ppid=15103 vsize=10967196 CPUtime=1040.73 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 162406 0 0 0 102769 1304 0 0 20 0 21 0 2807314 11230408704 1085541 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 2741799 1085541 3167 1 0 2730193 0
[pid=15106/tid=15107] ppid=15103 vsize=10967196 CPUtime=957.31 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) R 15103 15106 9833 0 -1 4202560 64234 0 0 0 95709 22 0 0 20 0 21 0 2807314 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641486501160 139641085412397 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15109] ppid=15103 vsize=10967196 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15109/stat : 15109 (java) S 15103 15106 9833 0 -1 1077944384 4148 0 0 0 781 152 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641408338832 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15110] ppid=15103 vsize=10967196 CPUtime=9.46 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15110/stat : 15110 (java) S 15103 15106 9833 0 -1 1077944384 4373 0 0 0 789 157 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641407286032 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15111] ppid=15103 vsize=10967196 CPUtime=9.25 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15111/stat : 15111 (java) S 15103 15106 9833 0 -1 1077944384 6083 0 0 0 772 153 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641406233744 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15112] ppid=15103 vsize=10967196 CPUtime=9.36 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15112/stat : 15112 (java) S 15103 15106 9833 0 -1 1077944384 7330 0 0 0 787 149 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641405180944 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15113] ppid=15103 vsize=10967196 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15113/stat : 15113 (java) S 15103 15106 9833 0 -1 1077944384 6740 0 0 0 781 157 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641404127632 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15114] ppid=15103 vsize=10967196 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15114/stat : 15114 (java) S 15103 15106 9833 0 -1 1077944384 5954 0 0 0 776 157 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641403074832 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15115] ppid=15103 vsize=10967196 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15115/stat : 15115 (java) S 15103 15106 9833 0 -1 1077944384 6518 0 0 0 779 159 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641402022544 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15116] ppid=15103 vsize=10967196 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15116/stat : 15116 (java) S 15103 15106 9833 0 -1 1077944384 7341 0 0 0 776 158 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641400969744 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15117] ppid=15103 vsize=10967196 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15117/stat : 15117 (java) S 15103 15106 9833 0 -1 1077944384 12930 0 0 0 228 3 0 0 20 0 21 0 2807318 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640689437296 139641482275458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15118] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15118/stat : 15118 (java) S 15103 15106 9833 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 2807319 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640688383328 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15119] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15119/stat : 15119 (java) S 15103 15106 9833 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 21 0 2807319 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640687330944 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15120] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15120/stat : 15120 (java) S 15103 15106 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640686279248 139641482282907 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15121] ppid=15103 vsize=10967196 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15121/stat : 15121 (java) S 15103 15106 9833 0 -1 1077944384 10947 0 0 0 193 1 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640685226096 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15122] ppid=15103 vsize=10967196 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15122/stat : 15122 (java) S 15103 15106 9833 0 -1 1077944384 10203 0 0 0 159 2 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640684173296 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15123] ppid=15103 vsize=10967196 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15123/stat : 15123 (java) S 15103 15106 9833 0 -1 1077944384 9457 0 0 0 157 2 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640683121008 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15124] ppid=15103 vsize=10967196 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15124/stat : 15124 (java) S 15103 15106 9833 0 -1 1077944384 3897 0 0 0 43 1 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640682068208 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15125] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15125/stat : 15125 (java) S 15103 15106 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2807323 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640681016160 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15126] ppid=15103 vsize=10967196 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15126/stat : 15126 (java) S 15103 15106 9833 0 -1 1077944384 808 0 0 0 24 32 0 0 20 0 21 0 2807323 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640679963440 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15127] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15127/stat : 15127 (java) S 15103 15106 9833 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2808335 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640678909488 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
Current children cumulated CPU time (s) 1040.73
Current children cumulated vsize (KiB) 10967196

[startup+970.401 s]
/proc/loadavg: 2.01 2.21 2.80 3/284 15350
/proc/meminfo: memFree=25984572/32770624 swapFree=5932/26340
[pid=15106] ppid=15103 vsize=10967196 CPUtime=1041.53 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 162559 0 0 0 102849 1304 0 0 20 0 21 0 2807314 11230408704 1085541 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 2741799 1085541 3167 1 0 2730193 0
[pid=15106/tid=15107] ppid=15103 vsize=10967196 CPUtime=958.11 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) R 15103 15106 9833 0 -1 4202560 64344 0 0 0 95789 22 0 0 20 0 21 0 2807314 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641486500160 139641085191622 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15109] ppid=15103 vsize=10967196 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15109/stat : 15109 (java) S 15103 15106 9833 0 -1 1077944384 4148 0 0 0 781 152 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641408338832 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15110] ppid=15103 vsize=10967196 CPUtime=9.46 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15110/stat : 15110 (java) S 15103 15106 9833 0 -1 1077944384 4373 0 0 0 789 157 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641407286032 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15111] ppid=15103 vsize=10967196 CPUtime=9.25 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15111/stat : 15111 (java) S 15103 15106 9833 0 -1 1077944384 6083 0 0 0 772 153 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641406233744 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15112] ppid=15103 vsize=10967196 CPUtime=9.36 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15112/stat : 15112 (java) S 15103 15106 9833 0 -1 1077944384 7330 0 0 0 787 149 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641405180944 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15113] ppid=15103 vsize=10967196 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15113/stat : 15113 (java) S 15103 15106 9833 0 -1 1077944384 6740 0 0 0 781 157 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641404127632 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15114] ppid=15103 vsize=10967196 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15114/stat : 15114 (java) S 15103 15106 9833 0 -1 1077944384 5954 0 0 0 776 157 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641403074832 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15115] ppid=15103 vsize=10967196 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15115/stat : 15115 (java) S 15103 15106 9833 0 -1 1077944384 6518 0 0 0 779 159 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641402022544 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15116] ppid=15103 vsize=10967196 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15116/stat : 15116 (java) S 15103 15106 9833 0 -1 1077944384 7341 0 0 0 776 158 0 0 20 0 21 0 2807315 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139641400969744 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15117] ppid=15103 vsize=10967196 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15117/stat : 15117 (java) S 15103 15106 9833 0 -1 1077944384 12971 0 0 0 228 3 0 0 20 0 21 0 2807318 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640689437296 139641482275458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15118] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15118/stat : 15118 (java) S 15103 15106 9833 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 2807319 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640688383328 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15119] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15119/stat : 15119 (java) S 15103 15106 9833 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 21 0 2807319 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640687330944 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15120] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15120/stat : 15120 (java) S 15103 15106 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640686279248 139641482282907 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15121] ppid=15103 vsize=10967196 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15121/stat : 15121 (java) S 15103 15106 9833 0 -1 1077944384 10947 0 0 0 193 1 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640685226096 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15122] ppid=15103 vsize=10967196 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15122/stat : 15122 (java) S 15103 15106 9833 0 -1 1077944384 10203 0 0 0 159 2 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640684173296 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15123] ppid=15103 vsize=10967196 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15123/stat : 15123 (java) S 15103 15106 9833 0 -1 1077944384 9457 0 0 0 157 2 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640683121008 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15124] ppid=15103 vsize=10967196 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15124/stat : 15124 (java) S 15103 15106 9833 0 -1 1077944384 3897 0 0 0 43 1 0 0 20 0 21 0 2807322 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640682068208 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15125] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15125/stat : 15125 (java) S 15103 15106 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2807323 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640681016160 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15126] ppid=15103 vsize=10967196 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15126/stat : 15126 (java) S 15103 15106 9833 0 -1 1077944384 810 0 0 0 24 32 0 0 20 0 21 0 2807323 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640679963440 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15127] ppid=15103 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15127/stat : 15127 (java) S 15103 15106 9833 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2808335 11230408704 1085541 33554432000 4194304 4196468 140733309821888 139640678909488 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
Current children cumulated CPU time (s) 1041.53
Current children cumulated vsize (KiB) 10967196

[startup+970.801 s]
/proc/loadavg: 2.01 2.21 2.80 3/284 15350
/proc/meminfo: memFree=25984572/32770624 swapFree=5932/26340
[pid=15106] ppid=15103 vsize=11100324 CPUtime=1041.91 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) S 15103 15106 9833 0 -1 1077944320 164169 0 0 0 102887 1304 0 0 20 0 21 0 2807314 11366731776 1085557 33554432000 4194304 4196468 140733309821888 140733309804432 139641482264311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
/proc/15106/statm: 2775081 1085557 3169 1 0 2763475 0
[pid=15106/tid=15107] ppid=15103 vsize=11100324 CPUtime=958.47 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15107/stat : 15107 (java) S 15103 15106 9833 0 -1 1077944384 64603 0 0 0 95825 22 0 0 20 0 21 0 2807314 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139641486504992 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15109] ppid=15103 vsize=11100324 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15109/stat : 15109 (java) S 15103 15106 9833 0 -1 1077944384 4148 0 0 0 781 152 0 0 20 0 21 0 2807315 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139641408338832 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15110] ppid=15103 vsize=11100324 CPUtime=9.46 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15110/stat : 15110 (java) S 15103 15106 9833 0 -1 1077944384 4373 0 0 0 789 157 0 0 20 0 21 0 2807315 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139641407286032 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15111] ppid=15103 vsize=11100324 CPUtime=9.25 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15111/stat : 15111 (java) S 15103 15106 9833 0 -1 1077944384 6083 0 0 0 772 153 0 0 20 0 21 0 2807315 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139641406233744 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15112] ppid=15103 vsize=11100324 CPUtime=9.36 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15112/stat : 15112 (java) S 15103 15106 9833 0 -1 1077944384 7330 0 0 0 787 149 0 0 20 0 21 0 2807315 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139641405180944 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15113] ppid=15103 vsize=11100324 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15113/stat : 15113 (java) S 15103 15106 9833 0 -1 1077944384 6740 0 0 0 781 157 0 0 20 0 21 0 2807315 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139641404127632 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15114] ppid=15103 vsize=11100324 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15114/stat : 15114 (java) S 15103 15106 9833 0 -1 1077944384 5954 0 0 0 776 157 0 0 20 0 21 0 2807315 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139641403074832 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15115] ppid=15103 vsize=11100324 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15115/stat : 15115 (java) S 15103 15106 9833 0 -1 1077944384 6518 0 0 0 779 159 0 0 20 0 21 0 2807315 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139641402022544 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15116] ppid=15103 vsize=11100324 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15116/stat : 15116 (java) S 15103 15106 9833 0 -1 1077944384 7341 0 0 0 776 158 0 0 20 0 21 0 2807315 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139641400969744 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15117] ppid=15103 vsize=11100324 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15117/stat : 15117 (java) S 15103 15106 9833 0 -1 1077944384 12974 0 0 0 228 3 0 0 20 0 21 0 2807318 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139640689437296 139641482275458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15118] ppid=15103 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15118/stat : 15118 (java) S 15103 15106 9833 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 2807319 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139640688383328 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15119] ppid=15103 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15119/stat : 15119 (java) S 15103 15106 9833 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 21 0 2807319 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139640687330944 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15120] ppid=15103 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15120/stat : 15120 (java) S 15103 15106 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2807322 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139640686279248 139641482282907 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15121] ppid=15103 vsize=11100324 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15121/stat : 15121 (java) S 15103 15106 9833 0 -1 1077944384 10947 0 0 0 193 1 0 0 20 0 21 0 2807322 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139640685226096 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15122] ppid=15103 vsize=11100324 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15122/stat : 15122 (java) S 15103 15106 9833 0 -1 1077944384 10203 0 0 0 159 2 0 0 20 0 21 0 2807322 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139640684173296 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15123] ppid=15103 vsize=11100324 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15123/stat : 15123 (java) S 15103 15106 9833 0 -1 1077944384 10185 0 0 0 159 2 0 0 20 0 21 0 2807322 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139640683121008 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15124] ppid=15103 vsize=11100324 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15124/stat : 15124 (java) S 15103 15106 9833 0 -1 1077944384 4417 0 0 0 44 1 0 0 20 0 21 0 2807322 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139640682068208 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15125] ppid=15103 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15125/stat : 15125 (java) S 15103 15106 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2807323 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139640681016160 139641482274517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
[pid=15106/tid=15126] ppid=15103 vsize=11100324 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15126/stat : 15126 (java) S 15103 15106 9833 0 -1 1077944384 810 0 0 0 24 32 0 0 20 0 21 0 2807323 11366731776 1085557 33554432000 4194304 4196468 140733309821888 139640679963440 139641482275458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140733309826219 140733309826372 140733309826372 140733309829071 0
Current children cumulated CPU time (s) 1041.91
Current children cumulated vsize (KiB) 11100324

[startup+971.002 s]
/proc/loadavg: 2.01 2.21 2.80 3/284 15350
/proc/meminfo: memFree=25984572/32770624 swapFree=5932/26340
[pid=15106] ppid=15103 vsize=0 CPUtime=1041.94 cores=1,3,5,7,9,11,13,15
/proc/15106/stat : 15106 (java) Z 15103 15106 9833 0 -1 4227084 164471 0 0 0 102887 1307 0 0 20 0 2 0 2807314 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/15106/statm: 0 0 0 0 0 0 0
[pid=15106/tid=15120] ppid=15103 vsize=0 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15106/task/15120/stat : 15120 (java) R 15103 15106 9833 0 -1 4203588 25 0 0 0 0 1 0 0 20 0 2 0 2807322 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 15 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1041.94
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 971.006
CPU time (s): 1041.96
CPU user time (s): 1028.88
CPU system time (s): 13.0757
CPU usage (%): 107.307
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1028.88
system time used= 13.0757
maximum resident set size= 4342796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27713
involuntary context switches= 54610

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.69265 second user time and 8.7924 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 00:16:17
IDJOB=4243704
IDBENCH=126257
IDSOLVER=2623
FILE ID=node107/4243704-1500675377
RUNJOBID= node107-1500669910-13858
PBS_JOBID= 20623307
Free space on /tmp= 61872 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243704-1500675377/watcher-4243704-1500675377 -o /tmp/evaluation-result-4243704-1500675377/solver-4243704-1500675377 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500669910-13858 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243704-1500675377.xml

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

MD5SUM BENCH= f08f6d25c7c16d7e74d6f0f0fe10f3ad
RANDOM SEED=512028433

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.05
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:        28894824 kB
MemAvailable:   28838236 kB
Buffers:           96092 kB
Cached:           114332 kB
SwapCached:            0 kB
Active:          3351088 kB
Inactive:          84676 kB
Active(anon):    3176792 kB
Inactive(anon):    59896 kB
Active(file):     174296 kB
Inactive(file):    24780 kB
Unevictable:        5932 kB
Mlocked:            5932 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:       3230780 kB
Mapped:            42076 kB
Shmem:              8852 kB
Slab:             127148 kB
SReclaimable:      94164 kB
SUnreclaim:        32984 kB
KernelStack:        4576 kB
PageTables:        11504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4577600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3026944 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= 61872 MiB
End job on node107 at 2017-07-22 00:32:28