Trace number 4244142

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05OPT7 1984.32 1959.93

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c3w4r.xml
MD5SUMa67d0fa6b826179476c8a9ead60c2ec9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1984.32
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints61
Number of domains2
Minimum domain size30
Maximum domain size39
Distribution of domain sizes[{"size":30,"count":1},{"size":39,"count":116}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":87},{"degree":5,"count":29}]
Minimum constraint arity4
Maximum constraint arity116
Distribution of constraint arities[{"arity":4,"count":58},{"arity":30,"count":1},{"arity":116,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":29},{"type":"lex","count":1},{"type":"sum","count":29},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

4.32/1.29	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.32/1.29	c This is free software under the dual EPL/GNU LGPL licenses.
4.32/1.29	c See www.sat4j.org for details.
4.32/1.29	c That software uses the Rhino library from the Mozilla project.
4.32/1.29	c version CUSTOM.v20170705
4.32/1.29	c java.runtime.name	Java(TM) SE Runtime Environment
4.32/1.29	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.32/1.29	c java.vm.version	25.131-b11
4.32/1.29	c java.vm.vendor	Oracle Corporation
4.32/1.29	c sun.arch.data.model	64
4.32/1.29	c java.version		1.8.0_131
4.32/1.29	c os.name		Linux
4.32/1.29	c os.version		3.10.0-514.16.1.el7.x86_64
4.32/1.29	c os.arch		amd64
4.32/1.29	c Free memory 		499604488
4.32/1.29	c Max memory 		7247757312
4.32/1.29	c Total memory 		504889344
4.32/1.29	c Number of processors 	8
4.32/1.29	c c --- Begin Solver configuration ---
4.32/1.29	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.32/1.29	c Learn all clauses as in MiniSAT
4.32/1.29	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.32/1.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.32/1.29	c No reason simplification
4.32/1.29	c Glucose 2.1 dynamic restart strategy
4.32/1.29	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
4.32/1.29	c timeout=2147483s
4.32/1.29	c DB Simplification allowed=false
4.32/1.29	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.32/1.29	c --- End Solver configuration ---
4.32/1.29	c constraints type 
4.32/1.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 234
4.32/1.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 201357
4.32/1.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1355277
4.32/1.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 368
4.32/1.29	c 1557236 constraints processed.
1428.28/1407.30	o 5
1429.26/1408.26	o 6
1432.52/1411.43	o 7
1984.28/1959.90	c starts		: 30005
1984.28/1959.90	c conflicts		: 5291214
1984.28/1959.90	c decisions		: 34793274
1984.28/1959.90	c propagations		: 3766179708
1984.28/1959.90	c inspects		: 19409965132
1984.28/1959.90	c shortcuts		: 0
1984.28/1959.90	c learnt literals	: 1120
1984.28/1959.90	c learnt binary clauses	: 5803
1984.28/1959.90	c learnt ternary clauses	: 30773
1984.28/1959.90	c learnt constraints	: 5290093
1984.28/1959.90	c ignored constraints	: 0
1984.28/1959.90	c root simplifications	: 0
1984.28/1959.90	c removed literals (reason simplification)	: 0
1984.28/1959.90	c reason swapping (by a shorter reason)	: 0
1984.28/1959.90	c Calls to reduceDB	: 123
1984.28/1959.90	c Number of update (reduction) of LBD	: 4135639
1984.28/1959.90	c Imported unit clauses	: 0
1984.28/1959.90	c number of reductions to clauses (during analyze)	: 0
1984.28/1959.90	c number of learned constraints concerned by reduction	: 0
1984.28/1959.90	c number of learning phase by resolution	: 0
1984.28/1959.90	c number of learning phase by cutting planes	: 0
1984.28/1959.90	c number of rounding to 1 operations	: 0
1984.28/1959.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1984.28/1959.90	c number of reductions of the coefficients by power 2 	: 0
1984.28/1959.90	c number of right shift for reduction by power 2 	: 0
1984.28/1959.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
1984.28/1959.90	c speed (assignments/second)	: 1922918.2992737065
1984.28/1959.90	c non guided choices	1289777
1984.28/1959.90	c learnt constraints type 
1984.28/1959.90	s OPTIMUM FOUND
1984.28/1959.90	v <instantiation type="optimum" cost="7">
1984.28/1959.90	v 	<list> x b[0][0] b[0][1] b[0][2] b[0][3] b[1][0] b[1][1] b[1][2] b[1][3] b[2][0] b[2][1] b[2][2] b[2][3] b[3][0] b[3][1] b[3][2] b[3][3] b[4][0] b[4][1] b[4][2] b[4][3] b[5][0] b[5][1] b[5][2] b[5][3] b[6][0] b[6][1] b[6][2] b[6][3] b[7][0] b[7][1] b[7][2] b[7][3] b[8][0] b[8][1] b[8][2] b[8][3] b[9][0] b[9][1] b[9][2] b[9][3] b[10][0] b[10][1] b[10][2] b[10][3] b[11][0] b[11][1] b[11][2] b[11][3] b[12][0] b[12][1] b[12][2] b[12][3] b[13][0] b[13][1] b[13][2] b[13][3] b[14][0] b[14][1] b[14][2] b[14][3] b[15][0] b[15][1] b[15][2] b[15][3] b[16][0] b[16][1] b[16][2] b[16][3] b[17][0] b[17][1] b[17][2] b[17][3] b[18][0] b[18][1] b[18][2] b[18][3] b[19][0] b[19][1] b[19][2] b[19][3] b[20][0] b[20][1] b[20][2] b[20][3] b[21][0] b[21][1] b[21][2] b[21][3] b[22][0] b[22][1] b[22][2] b[22][3] b[23][0] b[23][1] b[23][2] b[23][3] b[24][0] b[24][1] b[24][2] b[24][3] b[25][0] b[25][1] b[25][2] b[25][3] b[26][0] b[26][1] b[26][2] b[26][3] b[27][0] b[27][1] b[27][2] b[27][3] b[28][0] b[28][1] b[28][2] b[28][3] </list>
1984.28/1959.90	v 	<values> 7 98 48 0 0 94 47 0 0 94 43 0 0 93 57 0 0 92 58 0 0 92 56 0 0 92 46 0 0 91 59 0 0 85 34 31 0 84 60 0 0 84 60 0 0 81 68 0 0 81 68 0 0 79 67 0 0 79 67 0 0 78 71 0 0 76 73 0 0 72 40 38 0 65 40 39 0 63 55 31 0 61 59 0 0 45 37 35 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
1984.28/1959.90	v </instantiation>
1984.28/1959.90	

Verifier Data

OK	7

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

pid=16072
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: 7.28 4.91 2.73 3/237 16076
/proc/meminfo: memFree=32074428/32770624 swapFree=5932/29924
[pid=16076] ppid=16072 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 3368392 369864704 1424 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 90299 1424 1081 1 0 79210 0
[pid=16076/tid=16077] ppid=16072 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) R 16072 16076 9833 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 2 0 3368393 369864704 1489 33554432000 4194304 4196468 140725510765808 139745191754144 139745173061632 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0

[startup+0.100114 s]
/proc/loadavg: 7.28 4.91 2.73 3/237 16076
/proc/meminfo: memFree=32074428/32770624 swapFree=5932/29924
[pid=16076] ppid=16072 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 4858 0 0 0 9 1 0 0 20 0 20 0 3368392 11162169344 5901 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 2725139 5901 2636 1 0 2713552 0
[pid=16076/tid=16077] ppid=16072 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) R 16072 16076 9833 0 -1 4202560 2937 0 0 0 7 1 0 0 20 0 20 0 3368393 11162169344 5901 33554432000 4194304 4196468 140725510765808 139745191737744 139745171592542 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200343 s]
/proc/loadavg: 7.28 4.91 2.73 3/237 16076
/proc/meminfo: memFree=32074428/32770624 swapFree=5932/29924
[pid=16076] ppid=16072 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 7064 0 0 0 25 2 0 0 20 0 20 0 3368392 11162169344 8443 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 2725139 8443 2886 1 0 2713552 0
[pid=16076/tid=16077] ppid=16072 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) R 16072 16076 9833 0 -1 4202560 4661 0 0 0 16 1 0 0 20 0 20 0 3368393 11162169344 8443 33554432000 4194304 4196468 140725510765808 139745191747720 139745171592542 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900556

[startup+0.300389 s]
/proc/loadavg: 7.28 4.91 2.73 3/237 16076
/proc/meminfo: memFree=32074428/32770624 swapFree=5932/29924
[pid=16076] ppid=16072 vsize=10900556 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 8084 0 0 0 40 3 0 0 20 0 20 0 3368392 11162169344 9956 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 2725139 9956 2927 1 0 2713552 0
[pid=16076/tid=16077] ppid=16072 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) R 16072 16076 9833 0 -1 4202560 5267 0 0 0 26 2 0 0 20 0 20 0 3368393 11162169344 9956 33554432000 4194304 4196468 140725510765808 139745191741952 139744824294244 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700291 s]
/proc/loadavg: 7.28 4.91 2.73 3/237 16076
/proc/meminfo: memFree=32074428/32770624 swapFree=5932/29924
[pid=16076] ppid=16072 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 11930 0 0 0 157 7 0 0 20 0 20 0 3368392 11162247168 44274 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 2725158 44274 3088 1 0 2713552 0
[pid=16076/tid=16077] ppid=16072 vsize=10900632 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) S 16072 16076 9833 0 -1 1077944384 6034 0 0 0 62 4 0 0 20 0 20 0 3368393 11162247168 44274 33554432000 4194304 4196468 140725510765808 139745191748832 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 10900632

[startup+1.50105 s]
/proc/loadavg: 7.28 4.91 2.73 15/281 16125
/proc/meminfo: memFree=31134916/32770624 swapFree=5932/30000
[pid=16076] ppid=16072 vsize=10967196 CPUtime=5.5 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 23013 0 0 0 491 59 0 0 20 0 21 0 3368392 11230408704 82356 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 2741799 82356 3124 1 0 2730193 0
[pid=16076/tid=16077] ppid=16072 vsize=10967196 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) R 16072 16076 9833 0 -1 4202560 6118 0 0 0 126 5 0 0 20 0 21 0 3368393 11230408704 82356 33554432000 4194304 4196468 140725510765808 139745191750376 139744824387574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16080] ppid=16072 vsize=10967196 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16080/stat : 16080 (java) S 16072 16076 9833 0 -1 1077944384 163 0 0 0 8 5 0 0 20 0 21 0 3368394 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744793778832 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16081] ppid=16072 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16081/stat : 16081 (java) S 16072 16076 9833 0 -1 1077944384 73 0 0 0 10 5 0 0 20 0 21 0 3368394 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744792726032 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16082] ppid=16072 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16082/stat : 16082 (java) S 16072 16076 9833 0 -1 1077944384 65 0 0 0 8 6 0 0 20 0 21 0 3368394 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744791673232 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16083] ppid=16072 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16083/stat : 16083 (java) S 16072 16076 9833 0 -1 1077944384 189 0 0 0 8 6 0 0 20 0 21 0 3368394 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744790620432 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16084] ppid=16072 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16084/stat : 16084 (java) S 16072 16076 9833 0 -1 1077944384 63 0 0 0 9 6 0 0 20 0 21 0 3368394 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744789568656 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16085] ppid=16072 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16085/stat : 16085 (java) S 16072 16076 9833 0 -1 1077944384 63 0 0 0 9 6 0 0 20 0 21 0 3368394 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744788515856 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16086] ppid=16072 vsize=10967196 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16086/stat : 16086 (java) S 16072 16076 9833 0 -1 1077944384 53 0 0 0 6 5 0 0 20 0 21 0 3368394 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744787463056 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16087] ppid=16072 vsize=10967196 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16087/stat : 16087 (java) S 16072 16076 9833 0 -1 1077944384 65 0 0 0 7 5 0 0 20 0 21 0 3368394 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744786410256 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16091] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16091/stat : 16091 (java) S 16072 16076 9833 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 3368396 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744528755056 139745187523202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16094] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16094/stat : 16094 (java) S 16072 16076 9833 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3368396 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744527701088 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16095] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16095/stat : 16095 (java) S 16072 16076 9833 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 3368397 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744526648192 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16109] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16109/stat : 16109 (java) S 16072 16076 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368400 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744525596496 139745187530651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16110] ppid=16072 vsize=10967196 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16110/stat : 16110 (java) R 16072 16076 9833 0 -1 4202560 2714 0 0 0 87 0 0 0 20 0 21 0 3368400 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744524529840 139745166750528 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16111] ppid=16072 vsize=10967196 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16111/stat : 16111 (java) R 16072 16076 9833 0 -1 4202560 4840 0 0 0 86 1 0 0 20 0 21 0 3368400 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744523472472 139745171008839 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16112] ppid=16072 vsize=10967196 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16112/stat : 16112 (java) R 16072 16076 9833 0 -1 4202560 4950 0 0 0 86 1 0 0 20 0 21 0 3368400 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744522427312 139745171008839 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16113] ppid=16072 vsize=10967196 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16113/stat : 16113 (java) S 16072 16076 9833 0 -1 1077944384 2185 0 0 0 36 0 0 0 20 0 21 0 3368400 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744521386480 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16114] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16114/stat : 16114 (java) S 16072 16076 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3368400 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744520333920 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16115] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16115/stat : 16115 (java) S 16072 16076 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368400 11230408704 82356 33554432000 4194304 4196468 140725510765808 139744519281200 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 10967196

[startup+3.10115 s]
/proc/loadavg: 7.28 4.91 2.73 12/282 16126
/proc/meminfo: memFree=30534120/32770624 swapFree=5932/30000
[pid=16076] ppid=16072 vsize=10967196 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 31332 0 0 0 803 60 0 0 20 0 21 0 3368392 11230408704 81880 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 2741799 81880 3143 1 0 2730193 0
[pid=16076/tid=16077] ppid=16072 vsize=10967196 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) R 16072 16076 9833 0 -1 4202560 6713 0 0 0 285 5 0 0 20 0 21 0 3368393 11230408704 81880 33554432000 4194304 4196468 140725510765808 139745191748728 139744828415779 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16080] ppid=16072 vsize=10967196 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16080/stat : 16080 (java) S 16072 16076 9833 0 -1 1077944384 163 0 0 0 8 5 0 0 20 0 21 0 3368394 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744793778832 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16081] ppid=16072 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16081/stat : 16081 (java) S 16072 16076 9833 0 -1 1077944384 73 0 0 0 10 5 0 0 20 0 21 0 3368394 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744792726032 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16082] ppid=16072 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16082/stat : 16082 (java) S 16072 16076 9833 0 -1 1077944384 65 0 0 0 8 6 0 0 20 0 21 0 3368394 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744791673232 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16083] ppid=16072 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16083/stat : 16083 (java) S 16072 16076 9833 0 -1 1077944384 189 0 0 0 8 6 0 0 20 0 21 0 3368394 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744790620432 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16084] ppid=16072 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16084/stat : 16084 (java) S 16072 16076 9833 0 -1 1077944384 63 0 0 0 9 6 0 0 20 0 21 0 3368394 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744789568656 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16085] ppid=16072 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16085/stat : 16085 (java) S 16072 16076 9833 0 -1 1077944384 63 0 0 0 9 6 0 0 20 0 21 0 3368394 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744788515856 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16086] ppid=16072 vsize=10967196 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16086/stat : 16086 (java) S 16072 16076 9833 0 -1 1077944384 53 0 0 0 6 5 0 0 20 0 21 0 3368394 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744787463056 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16087] ppid=16072 vsize=10967196 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16087/stat : 16087 (java) S 16072 16076 9833 0 -1 1077944384 65 0 0 0 7 5 0 0 20 0 21 0 3368394 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744786410256 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16091] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16091/stat : 16091 (java) S 16072 16076 9833 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 21 0 3368396 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744528755056 139745187523202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16094] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16094/stat : 16094 (java) S 16072 16076 9833 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3368396 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744527701088 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16095] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16095/stat : 16095 (java) S 16072 16076 9833 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 3368397 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744526648192 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16109] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16109/stat : 16109 (java) S 16072 16076 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368400 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744525596496 139745187530651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16110] ppid=16072 vsize=10967196 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16110/stat : 16110 (java) S 16072 16076 9833 0 -1 1077944384 4194 0 0 0 120 1 0 0 20 0 21 0 3368400 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744524544880 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16111] ppid=16072 vsize=10967196 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16111/stat : 16111 (java) S 16072 16076 9833 0 -1 1077944384 8399 0 0 0 151 1 0 0 20 0 21 0 3368400 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744523492080 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16112] ppid=16072 vsize=10967196 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16112/stat : 16112 (java) R 16072 16076 9833 0 -1 4202560 7502 0 0 0 135 1 0 0 20 0 21 0 3368400 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744522439576 139745172433141 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16113] ppid=16072 vsize=10967196 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16113/stat : 16113 (java) S 16072 16076 9833 0 -1 1077944384 2261 0 0 0 40 0 0 0 20 0 21 0 3368400 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744521386480 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16114] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16114/stat : 16114 (java) S 16072 16076 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3368400 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744520333920 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16115] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16115/stat : 16115 (java) S 16072 16076 9833 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 21 0 3368400 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744519281200 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16126] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16126/stat : 16126 (java) S 16072 16076 9833 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3368526 11230408704 81880 33554432000 4194304 4196468 140725510765808 139744516166448 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 10967196

[startup+6.3012 s]
/proc/loadavg: 7.02 4.89 2.73 10/282 16126
/proc/meminfo: memFree=30134332/32770624 swapFree=5932/30008
[pid=16076] ppid=16072 vsize=10967196 CPUtime=11.89 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 32244 0 0 0 1129 60 0 0 20 0 21 0 3368392 11230408704 80060 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 2741799 80060 3143 1 0 2730193 0
[pid=16076/tid=16077] ppid=16072 vsize=10967196 CPUtime=6.1 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) R 16072 16076 9833 0 -1 4202560 6826 0 0 0 605 5 0 0 20 0 21 0 3368393 11230408704 80060 33554432000 4194304 4196468 140725510765808 139745191750920 139744829027099 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16080] ppid=16072 vsize=10967196 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16080/stat : 16080 (java) S 16072 16076 9833 0 -1 1077944384 163 0 0 0 8 5 0 0 20 0 21 0 3368394 11230408704 80060 33554432000 4194304 4196468 140725510765808 139744793778832 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16081] ppid=16072 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16081/stat : 16081 (java) S 16072 16076 9833 0 -1 1077944384 73 0 0 0 10 5 0 0 20 0 21 0 3368394 11230408704 80060 33554432000 4194304 4196468 140725510765808 139744792726032 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16082] ppid=16072 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16082/stat : 16082 (java) S 16072 16076 9833 0 -1 1077944384 65 0 0 0 8 6 0 0 20 0 21 0 3368394 11230408704 80060 33554432000 4194304 4196468 140725510765808 139744791673232 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16083] ppid=16072 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16083/stat : 16083 (java) S 16072 16076 9833 0 -1 1077944384 189 0 0 0 8 6 0 0 20 0 21 0 3368394 11230408704 80060 33554432000 4194304 4196468 140725510765808 139744790620432 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16084] ppid=16072 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16084/stat : 16084 (java) S 16072 16076 9833 0 -1 1077944384 63 0 0 0 9 6 0 0 20 0 21 0 3368394 11230408704 80060 33554432000 4194304 4196468 140725510765808 139744789568656 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16085] ppid=16072 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16085/stat : 16085 (java) S 16072 16076 9833 0 -1 1077944384 63 0 0 0 9 6 0 0 20 0 21 0 3368394 11230408704 80060 33554432000 4194304 4196468 140725510765808 139744788515856 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16086] ppid=16072 vsize=10967196 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16086/stat : 16086 (java) S 16072 16076 9833 0 -1 1077944384 53 0 0 0 6 5 0 0 20 0 21 0 3368394 11230408704 80060 33554432000 4194304 4196468 140725510765808 139744787463056 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16087] ppid=16072 vsize=10967196 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16087/stat : 16087 (java) S 16072 16076 9833 0 -1 1077944384 65 0 0 0 7 5 0 0 20 0 21 0 3368394 11230408704 80060 33554432000 4194304 4196468 140725510765808 139744786410256 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16091] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16091/stat : 16091 (java) S 16072 16076 9833 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 21 0 3368396 11230408704 80060 33554432000 4194304 4196468 140725510765808 139744528755056 139745187523202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16094] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16094/stat : 16094 (java) S 16072 16076 9833 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3368396 11230408704 80060 33554432000 4194304 4196468 140725510765808 139744527701088 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16095] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=16076/tid=16091] ppid=16072 vsize=10967196 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16091/stat : 16091 (java) S 16072 16076 9833 0 -1 1077944384 10897 0 0 0 29 3 0 0 20 0 21 0 3368396 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744528755056 139745187523202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16094] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16094/stat : 16094 (java) S 16072 16076 9833 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 3368396 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744527701088 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16095] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16095/stat : 16095 (java) S 16072 16076 9833 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 21 0 3368397 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744526648192 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16109] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16109/stat : 16109 (java) S 16072 16076 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744525596496 139745187530651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16110] ppid=16072 vsize=10967196 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16110/stat : 16110 (java) S 16072 16076 9833 0 -1 1077944384 6025 0 0 0 140 1 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744524544880 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16111] ppid=16072 vsize=10967196 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16111/stat : 16111 (java) S 16072 16076 9833 0 -1 1077944384 12240 0 0 0 169 2 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744523492080 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16112] ppid=16072 vsize=10967196 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16112/stat : 16112 (java) S 16072 16076 9833 0 -1 1077944384 11655 0 0 0 154 2 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744522439280 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16113] ppid=16072 vsize=10967196 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16113/stat : 16113 (java) S 16072 16076 9833 0 -1 1077944384 6259 0 0 0 46 1 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744521386480 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16114] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16114/stat : 16114 (java) S 16072 16076 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744520333920 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16115] ppid=16072 vsize=10967196 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16115/stat : 16115 (java) S 16072 16076 9833 0 -1 1077944384 2013 0 0 0 57 49 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744519281200 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16126] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16126/stat : 16126 (java) S 16072 16076 9833 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3368526 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744516166448 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
Current children cumulated CPU time (s) 1983.74
Current children cumulated vsize (KiB) 10967196

[startup+1959.6 s]
/proc/loadavg: 1.00 1.03 1.61 2/256 16267
/proc/meminfo: memFree=28956920/32770624 swapFree=5932/31412
[pid=16076] ppid=16072 vsize=10967196 CPUtime=1984.13 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 110617 0 0 0 197517 896 0 0 20 0 21 0 3368392 11230408704 779197 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 2741799 779197 3166 1 0 2730193 0
[pid=16076/tid=16077] ppid=16072 vsize=10967196 CPUtime=1955.85 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) R 16072 16076 9833 0 -1 4202560 45032 0 0 0 195554 31 0 0 20 0 21 0 3368393 11230408704 779197 33554432000 4194304 4196468 140725510765808 139745191750840 139744828415809 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16080] ppid=16072 vsize=10967196 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16080/stat : 16080 (java) S 16072 16076 9833 0 -1 1077944384 2516 0 0 0 168 102 0 0 20 0 21 0 3368394 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744793778832 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16081] ppid=16072 vsize=10967196 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16081/stat : 16081 (java) S 16072 16076 9833 0 -1 1077944384 1701 0 0 0 172 100 0 0 20 0 21 0 3368394 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744792726032 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16082] ppid=16072 vsize=10967196 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16082/stat : 16082 (java) S 16072 16076 9833 0 -1 1077944384 1453 0 0 0 172 100 0 0 20 0 21 0 3368394 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744791673232 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16083] ppid=16072 vsize=10967196 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16083/stat : 16083 (java) S 16072 16076 9833 0 -1 1077944384 2104 0 0 0 168 102 0 0 20 0 21 0 3368394 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744790620432 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16084] ppid=16072 vsize=10967196 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16084/stat : 16084 (java) S 16072 16076 9833 0 -1 1077944384 1852 0 0 0 166 100 0 0 20 0 21 0 3368394 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744789568656 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16085] ppid=16072 vsize=10967196 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16085/stat : 16085 (java) S 16072 16076 9833 0 -1 1077944384 1416 0 0 0 168 103 0 0 20 0 21 0 3368394 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744788515856 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16086] ppid=16072 vsize=10967196 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16086/stat : 16086 (java) S 16072 16076 9833 0 -1 1077944384 1930 0 0 0 167 104 0 0 20 0 21 0 3368394 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744787463056 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16087] ppid=16072 vsize=10967196 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16087/stat : 16087 (java) S 16072 16076 9833 0 -1 1077944384 2055 0 0 0 167 103 0 0 20 0 21 0 3368394 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744786410256 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16091] ppid=16072 vsize=10967196 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16091/stat : 16091 (java) S 16072 16076 9833 0 -1 1077944384 10897 0 0 0 29 3 0 0 20 0 21 0 3368396 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744528755056 139745187523202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16094] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16094/stat : 16094 (java) S 16072 16076 9833 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 3368396 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744527701088 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16095] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16095/stat : 16095 (java) S 16072 16076 9833 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 21 0 3368397 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744526648192 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16109] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16109/stat : 16109 (java) S 16072 16076 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744525596496 139745187530651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16110] ppid=16072 vsize=10967196 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16110/stat : 16110 (java) S 16072 16076 9833 0 -1 1077944384 6025 0 0 0 140 1 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744524544880 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16111] ppid=16072 vsize=10967196 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16111/stat : 16111 (java) S 16072 16076 9833 0 -1 1077944384 12240 0 0 0 169 2 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744523492080 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16112] ppid=16072 vsize=10967196 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16112/stat : 16112 (java) S 16072 16076 9833 0 -1 1077944384 11655 0 0 0 154 2 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744522439280 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16113] ppid=16072 vsize=10967196 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16113/stat : 16113 (java) S 16072 16076 9833 0 -1 1077944384 6259 0 0 0 46 1 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744521386480 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16114] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16114/stat : 16114 (java) S 16072 16076 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744520333920 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16115] ppid=16072 vsize=10967196 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16115/stat : 16115 (java) S 16072 16076 9833 0 -1 1077944384 2013 0 0 0 57 49 0 0 20 0 21 0 3368400 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744519281200 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16126] ppid=16072 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16126/stat : 16126 (java) S 16072 16076 9833 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3368526 11230408704 779197 33554432000 4194304 4196468 140725510765808 139744516166448 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
Current children cumulated CPU time (s) 1984.13
Current children cumulated vsize (KiB) 10967196

[startup+1959.8 s]
/proc/loadavg: 1.00 1.03 1.61 2/256 16267
/proc/meminfo: memFree=28956920/32770624 swapFree=5932/31412
[pid=16076] ppid=16072 vsize=11100324 CPUtime=1984.28 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 111557 0 0 0 197531 897 0 0 20 0 21 0 3368392 11366731776 779210 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 2775081 779210 3168 1 0 2763475 0
[pid=16076/tid=16077] ppid=16072 vsize=11100324 CPUtime=1955.96 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) S 16072 16076 9833 0 -1 1077944384 45480 0 0 0 195565 31 0 0 20 0 21 0 3368393 11366731776 779210 33554432000 4194304 4196468 140725510765808 139745191752736 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16080] ppid=16072 vsize=11100324 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16080/stat : 16080 (java) S 16072 16076 9833 0 -1 1077944384 2516 0 0 0 168 102 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744793778832 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16081] ppid=16072 vsize=11100324 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16081/stat : 16081 (java) S 16072 16076 9833 0 -1 1077944384 1701 0 0 0 172 100 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744792726032 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16082] ppid=16072 vsize=11100324 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16082/stat : 16082 (java) S 16072 16076 9833 0 -1 1077944384 1453 0 0 0 172 100 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744791673232 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16083] ppid=16072 vsize=11100324 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16083/stat : 16083 (java) S 16072 16076 9833 0 -1 1077944384 2104 0 0 0 168 102 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744790620432 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16084] ppid=16072 vsize=11100324 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16084/stat : 16084 (java) S 16072 16076 9833 0 -1 1077944384 1852 0 0 0 166 100 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744789568656 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16085] ppid=16072 vsize=11100324 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16085/stat : 16085 (java) S 16072 16076 9833 0 -1 1077944384 1416 0 0 0 168 103 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744788515856 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16086] ppid=16072 vsize=11100324 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16086/stat : 16086 (java) S 16072 16076 9833 0 -1 1077944384 1930 0 0 0 167 104 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744787463056 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16087] ppid=16072 vsize=11100324 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16087/stat : 16087 (java) S 16072 16076 9833 0 -1 1077944384 2055 0 0 0 167 103 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744786410256 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16091] ppid=16072 vsize=11100324 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16091/stat : 16091 (java) S 16072 16076 9833 0 -1 1077944384 10897 0 0 0 29 3 0 0 20 0 21 0 3368396 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744528755056 139745187523202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16094] ppid=16072 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16094/stat : 16094 (java) S 16072 16076 9833 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 3368396 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744527701088 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16095] ppid=16072 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16095/stat : 16095 (java) S 16072 16076 9833 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 21 0 3368397 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744526648192 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16109] ppid=16072 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16109/stat : 16109 (java) S 16072 16076 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744525596496 139745187530651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16110] ppid=16072 vsize=11100324 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16110/stat : 16110 (java) S 16072 16076 9833 0 -1 1077944384 6033 0 0 0 140 1 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744524544880 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16111] ppid=16072 vsize=11100324 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16111/stat : 16111 (java) S 16072 16076 9833 0 -1 1077944384 12437 0 0 0 170 2 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744523492080 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16112] ppid=16072 vsize=11100324 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16112/stat : 16112 (java) S 16072 16076 9833 0 -1 1077944384 11676 0 0 0 156 2 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744522439280 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16113] ppid=16072 vsize=11100324 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16113/stat : 16113 (java) S 16072 16076 9833 0 -1 1077944384 6371 0 0 0 46 1 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744521386480 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16114] ppid=16072 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16114/stat : 16114 (java) S 16072 16076 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744520333920 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16115] ppid=16072 vsize=11100324 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16115/stat : 16115 (java) S 16072 16076 9833 0 -1 1077944384 2013 0 0 0 57 49 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744519281200 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
Current children cumulated CPU time (s) 1984.28
Current children cumulated vsize (KiB) 11100324

[startup+1959.9 s]
/proc/loadavg: 1.00 1.03 1.61 2/256 16267
/proc/meminfo: memFree=28956920/32770624 swapFree=5932/31412
[pid=16076] ppid=16072 vsize=11100324 CPUtime=1984.28 cores=0,2,4,6,8,10,12,14
/proc/16076/stat : 16076 (java) S 16072 16076 9833 0 -1 1077944320 111557 0 0 0 197531 897 0 0 20 0 21 0 3368392 11366731776 779210 33554432000 4194304 4196468 140725510765808 140725510748352 139745187512055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
/proc/16076/statm: 2775081 779210 3168 1 0 2763475 0
[pid=16076/tid=16077] ppid=16072 vsize=11100324 CPUtime=1955.96 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16077/stat : 16077 (java) S 16072 16076 9833 0 -1 1077944384 45480 0 0 0 195565 31 0 0 20 0 21 0 3368393 11366731776 779210 33554432000 4194304 4196468 140725510765808 139745191752736 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16080] ppid=16072 vsize=11100324 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16080/stat : 16080 (java) S 16072 16076 9833 0 -1 1077944384 2516 0 0 0 168 102 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744793778832 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16081] ppid=16072 vsize=11100324 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16081/stat : 16081 (java) S 16072 16076 9833 0 -1 1077944384 1701 0 0 0 172 100 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744792726032 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16082] ppid=16072 vsize=11100324 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16082/stat : 16082 (java) S 16072 16076 9833 0 -1 1077944384 1453 0 0 0 172 100 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744791673232 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16083] ppid=16072 vsize=11100324 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16083/stat : 16083 (java) S 16072 16076 9833 0 -1 1077944384 2104 0 0 0 168 102 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744790620432 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16084] ppid=16072 vsize=11100324 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16084/stat : 16084 (java) S 16072 16076 9833 0 -1 1077944384 1852 0 0 0 166 100 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744789568656 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16085] ppid=16072 vsize=11100324 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16085/stat : 16085 (java) S 16072 16076 9833 0 -1 1077944384 1416 0 0 0 168 103 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744788515856 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16086] ppid=16072 vsize=11100324 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16086/stat : 16086 (java) S 16072 16076 9833 0 -1 1077944384 1930 0 0 0 167 104 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744787463056 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16087] ppid=16072 vsize=11100324 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16087/stat : 16087 (java) S 16072 16076 9833 0 -1 1077944384 2055 0 0 0 167 103 0 0 20 0 21 0 3368394 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744786410256 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16091] ppid=16072 vsize=11100324 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16091/stat : 16091 (java) S 16072 16076 9833 0 -1 1077944384 10897 0 0 0 29 3 0 0 20 0 21 0 3368396 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744528755056 139745187523202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16094] ppid=16072 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16094/stat : 16094 (java) S 16072 16076 9833 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 3368396 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744527701088 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16095] ppid=16072 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16095/stat : 16095 (java) S 16072 16076 9833 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 21 0 3368397 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744526648192 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16109] ppid=16072 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16109/stat : 16109 (java) S 16072 16076 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744525596496 139745187530651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16110] ppid=16072 vsize=11100324 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16110/stat : 16110 (java) S 16072 16076 9833 0 -1 1077944384 6033 0 0 0 140 1 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744524544880 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16111] ppid=16072 vsize=11100324 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16111/stat : 16111 (java) S 16072 16076 9833 0 -1 1077944384 12437 0 0 0 170 2 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744523492080 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16112] ppid=16072 vsize=11100324 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16112/stat : 16112 (java) S 16072 16076 9833 0 -1 1077944384 11676 0 0 0 156 2 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744522439280 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16113] ppid=16072 vsize=11100324 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16113/stat : 16113 (java) S 16072 16076 9833 0 -1 1077944384 6371 0 0 0 46 1 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744521386480 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16114] ppid=16072 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16114/stat : 16114 (java) S 16072 16076 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744520333920 139745187522261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
[pid=16076/tid=16115] ppid=16072 vsize=11100324 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/16076/task/16115/stat : 16115 (java) S 16072 16076 9833 0 -1 1077944384 2013 0 0 0 57 49 0 0 20 0 21 0 3368400 11366731776 779210 33554432000 4194304 4196468 140725510765808 139744519281200 139745187523202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18427904 140725510771883 140725510772036 140725510772036 140725510774735 0
Current children cumulated CPU time (s) 1984.28
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 1959.93
CPU time (s): 1984.32
CPU user time (s): 1975.32
CPU system time (s): 8.99945
CPU usage (%): 101.244
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1975.32
system time used= 8.99945
maximum resident set size= 3117064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112274
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45910
involuntary context switches= 102764

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.686 second user time and 16.0504 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 01:49:48
IDJOB=4244142
IDBENCH=136396
IDSOLVER=2623
FILE ID=node107/4244142-1500680988
RUNJOBID= node107-1500680988-16056
PBS_JOBID= 20623307
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c3w4r.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244142-1500680988/watcher-4244142-1500680988 -o /tmp/evaluation-result-4244142-1500680988/solver-4244142-1500680988 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500680988-16056 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244142-1500680988.xml

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

MD5SUM BENCH= a67d0fa6b826179476c8a9ead60c2ec9
RANDOM SEED=1306025074

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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2400.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 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.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:        32074532 kB
MemAvailable:   32019608 kB
Buffers:           99420 kB
Cached:           114432 kB
SwapCached:            0 kB
Active:           174512 kB
Inactive:          89820 kB
Active(anon):       1932 kB
Inactive(anon):    59896 kB
Active(file):     172580 kB
Inactive(file):    29924 kB
Unevictable:        5932 kB
Mlocked:            5932 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1548 kB
Writeback:             0 kB
AnonPages:         55800 kB
Mapped:            29816 kB
Shmem:              8852 kB
Slab:             127220 kB
SReclaimable:      94072 kB
SUnreclaim:        33148 kB
KernelStack:        4096 kB
PageTables:         4748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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 02:22:28