Trace number 4263430

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
sat4j-CSP 2017-07-05SAT 1534.27 1524.76

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-21.xml
MD5SUMa520f7bdef93e5ae7ef819bccf245cc1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.129798
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

2.04/0.85	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.04/0.85	c This is free software under the dual EPL/GNU LGPL licenses.
2.04/0.85	c See www.sat4j.org for details.
2.04/0.85	c That software uses the Rhino library from the Mozilla project.
2.04/0.85	c version CUSTOM.v20170705
2.04/0.85	c java.runtime.name	Java(TM) SE Runtime Environment
2.04/0.85	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.04/0.85	c java.vm.version	25.131-b11
2.04/0.85	c java.vm.vendor	Oracle Corporation
2.04/0.85	c sun.arch.data.model	64
2.04/0.85	c java.version		1.8.0_131
2.04/0.85	c os.name		Linux
2.04/0.85	c os.version		3.10.0-514.16.1.el7.x86_64
2.04/0.85	c os.arch		amd64
2.04/0.85	c Free memory 		499604488
2.04/0.85	c Max memory 		7247757312
2.04/0.85	c Total memory 		504889344
2.04/0.85	c Number of processors 	4
2.04/0.85	c c --- Begin Solver configuration ---
2.04/0.85	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.04/0.85	c Learn all clauses as in MiniSAT
2.04/0.85	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.04/0.85	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.04/0.85	c No reason simplification
2.04/0.85	c Glucose 2.1 dynamic restart strategy
2.04/0.85	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
2.04/0.85	c timeout=2147483s
2.04/0.85	c DB Simplification allowed=false
2.04/0.85	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.04/0.85	c --- End Solver configuration ---
2.04/0.85	c constraints type 
2.04/0.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
2.04/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19456
2.04/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 816491
2.04/0.85	c org.sat4j.minisat.constraints.cnf.UnitClause => 12
2.04/0.85	c 836059 constraints processed.
1534.24/1524.74	c starts		: 236
1534.24/1524.74	c conflicts		: 117709
1534.24/1524.74	c decisions		: 889879
1534.24/1524.74	c propagations		: 6159808485
1534.24/1524.74	c inspects		: 9492104157
1534.24/1524.74	c shortcuts		: 0
1534.24/1524.74	c learnt literals	: 203
1534.24/1524.74	c learnt binary clauses	: 16
1534.24/1524.74	c learnt ternary clauses	: 391
1534.24/1524.74	c learnt constraints	: 117506
1534.24/1524.74	c ignored constraints	: 0
1534.24/1524.74	c root simplifications	: 0
1534.24/1524.74	c removed literals (reason simplification)	: 0
1534.24/1524.74	c reason swapping (by a shorter reason)	: 0
1534.24/1524.74	c Calls to reduceDB	: 11
1534.24/1524.74	c Number of update (reduction) of LBD	: 32589
1534.24/1524.74	c Imported unit clauses	: 0
1534.24/1524.74	c number of reductions to clauses (during analyze)	: 0
1534.24/1524.74	c number of learned constraints concerned by reduction	: 0
1534.24/1524.74	c number of learning phase by resolution	: 0
1534.24/1524.74	c number of learning phase by cutting planes	: 0
1534.24/1524.74	c number of rounding to 1 operations	: 0
1534.24/1524.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1534.24/1524.74	c number of reductions of the coefficients by power 2 	: 0
1534.24/1524.74	c number of right shift for reduction by power 2 	: 0
1534.24/1524.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
1534.24/1524.74	c speed (assignments/second)	: 4042293.472411802
1534.24/1524.74	c non guided choices	282903
1534.24/1524.74	c learnt constraints type 
1534.24/1524.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1534.24/1524.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21659
1534.24/1524.74	s SATISFIABLE
1534.24/1524.75	v <instantiation type="solution">
1534.24/1524.75	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
1534.24/1524.75	v 	<values> 1 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 </values>
1534.24/1524.75	v </instantiation>
1534.24/1524.75	

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12933 MiB free)
  memory of node 1: 16384 MiB (14675 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263430-1502615131/watcher-4263430-1502615131 -o /tmp/evaluation-result-4263430-1502615131/solver-4263430-1502615131 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263430-1502615131.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6038, runsolver pid=6035
Current StackSize limit: 8192 KiB


[startup+0.102192 s]*
/proc/loadavg: 1.89 2.79 3.66 4/216 6053
/proc/meminfo: memFree=28252420/32770624 swapFree=67108860/67108860
[pid=6038] ppid=6035 vsize=10555400 memory=29944 CPUtime=0.12 cores=1,3,5,7
/proc/6038/stat : 6038 (java) S 6035 6038 4973 0 -1 1077944320 6551 0 0 0 11 1 0 0 20 0 15 0 94594040 10808729600 7486 33554432000 4194304 4196468 140732713179936 140732713162480 140677808955127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
/proc/6038/statm: 2638850 7486 2824 1 0 2627263 0
[pid=6038/tid=6040] ppid=6035 vsize=10555400 memory=-8681068097586427072 CPUtime=0.09 cores=1,3,5,7
/proc/6038/task/6040/stat : 6040 (java) R 6035 6038 4973 0 -1 4202560 4395 0 0 0 8 1 0 0 20 0 15 0 94594040 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677813176256 140677808977053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6041] ppid=6035 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6041/stat : 6041 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594041 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677416147344 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6042] ppid=6035 vsize=10555400 memory=140498804520576 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6042/stat : 6042 (java) S 6035 6038 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94594041 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677415094544 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6043] ppid=6035 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6043/stat : 6043 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594041 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677414042256 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6044] ppid=6035 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6044/stat : 6044 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594041 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677412989456 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6045] ppid=6035 vsize=10555400 memory=140498804520576 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6045/stat : 6045 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594042 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677368715888 140677808966274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6046] ppid=6035 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6046/stat : 6046 (java) S 6035 6038 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94594043 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677367661856 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6047] ppid=6035 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6047/stat : 6047 (java) S 6035 6038 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94594043 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677366609520 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6048] ppid=6035 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6048/stat : 6048 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94594045 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677365557840 140677808973723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6049] ppid=6035 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6049/stat : 6049 (java) S 6035 6038 4973 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 94594045 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677364504688 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6050] ppid=6035 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6050/stat : 6050 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94594045 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677363451888 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6051] ppid=6035 vsize=10555400 memory=140498804520576 CPUtime=0.02 cores=1,3,5,7
/proc/6038/task/6051/stat : 6051 (java) R 6035 6038 4973 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 15 0 94594045 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677362399600 140677801192254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6052] ppid=6035 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6052/stat : 6052 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94594046 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677361347040 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6053] ppid=6035 vsize=10555400 memory=140498804520576 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6053/stat : 6053 (java) S 6035 6038 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94594046 10808729600 7486 33554432000 4194304 4196468 140732713179936 140677360294832 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29944 KiB

[startup+0.210616 s]*
/proc/loadavg: 1.89 2.79 3.66 3/216 6053
/proc/meminfo: memFree=28244976/32770624 swapFree=67108860/67108860
[pid=6038] ppid=6035 vsize=10555400 memory=38020 CPUtime=0.29 cores=1,3,5,7
/proc/6038/stat : 6038 (java) S 6035 6038 4973 0 -1 1077944320 7777 0 0 0 27 2 0 0 20 0 15 0 94594040 10808729600 9505 33554432000 4194304 4196468 140732713179936 140732713162480 140677808955127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
/proc/6038/statm: 2638850 9505 2908 1 0 2627263 0
[pid=6038/tid=6040] ppid=6035 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/6038/task/6040/stat : 6040 (java) R 6035 6038 4973 0 -1 4202560 5361 0 0 0 18 1 0 0 20 0 15 0 94594040 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677813178928 140677442826597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6041] ppid=6035 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6041/stat : 6041 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594041 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677416147344 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6042] ppid=6035 vsize=10555400 memory=140498804529415 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6042/stat : 6042 (java) S 6035 6038 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94594041 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677415094544 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6043] ppid=6035 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6043/stat : 6043 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594041 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677414042256 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6044] ppid=6035 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6044/stat : 6044 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594041 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677412989456 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6045] ppid=6035 vsize=10555400 memory=140498804520576 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6045/stat : 6045 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594042 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677368715888 140677808966274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6046] ppid=6035 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6046/stat : 6046 (java) S 6035 6038 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94594043 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677367661856 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6047] ppid=6035 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6047/stat : 6047 (java) S 6035 6038 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94594043 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677366609520 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6048] ppid=6035 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6048/stat : 6048 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94594045 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677365557840 140677808973723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6049] ppid=6035 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6038/task/6049/stat : 6049 (java) S 6035 6038 4973 0 -1 1077944384 516 0 0 0 1 0 0 0 20 0 15 0 94594045 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677364504688 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6050] ppid=6035 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6038/task/6050/stat : 6050 (java) S 6035 6038 4973 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 15 0 94594045 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677363451888 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6051] ppid=6035 vsize=10555400 memory=140498804520576 CPUtime=0.05 cores=1,3,5,7
/proc/6038/task/6051/stat : 6051 (java) S 6035 6038 4973 0 -1 1077944384 427 0 0 0 5 0 0 0 20 0 15 0 94594045 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677362399600 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6052] ppid=6035 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6052/stat : 6052 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94594046 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677361347040 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6053] ppid=6035 vsize=10555400 memory=140498804520576 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6053/stat : 6053 (java) S 6035 6038 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94594046 10808729600 9505 33554432000 4194304 4196468 140732713179936 140677360294832 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38020 KiB

[startup+0.310558 s]*
/proc/loadavg: 1.89 2.79 3.66 4/216 6053
/proc/meminfo: memFree=28235920/32770624 swapFree=67108860/67108860
[pid=6038] ppid=6035 vsize=10555476 memory=46672 CPUtime=0.49 cores=1,3,5,7
/proc/6038/stat : 6038 (java) S 6035 6038 4973 0 -1 1077944320 8906 0 0 0 47 2 0 0 20 0 15 0 94594040 10808807424 11668 33554432000 4194304 4196468 140732713179936 140732713162480 140677808955127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
/proc/6038/statm: 2638869 11668 3026 1 0 2627263 0
[pid=6038/tid=6040] ppid=6035 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/6038/task/6040/stat : 6040 (java) R 6035 6038 4973 0 -1 4202560 5752 0 0 0 28 2 0 0 20 0 15 0 94594040 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677813161088 140677442837076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6041] ppid=6035 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6041/stat : 6041 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594041 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677416147344 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6042] ppid=6035 vsize=10555476 memory=15959379657995928 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6042/stat : 6042 (java) S 6035 6038 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94594041 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677415094544 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6043] ppid=6035 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6043/stat : 6043 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594041 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677414042256 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6044] ppid=6035 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6044/stat : 6044 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594041 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677412989456 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6045] ppid=6035 vsize=10555476 memory=140498804520576 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6045/stat : 6045 (java) S 6035 6038 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94594042 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677368715888 140677808966274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6046] ppid=6035 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6046/stat : 6046 (java) S 6035 6038 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94594043 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677367661856 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6047] ppid=6035 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6047/stat : 6047 (java) S 6035 6038 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94594043 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677366609520 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6048] ppid=6035 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6048/stat : 6048 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94594045 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677365557840 140677808973723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6049] ppid=6035 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6038/task/6049/stat : 6049 (java) R 6035 6038 4973 0 -1 4202560 783 0 0 0 3 0 0 0 20 0 15 0 94594045 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677364493360 140677787229584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6050] ppid=6035 vsize=10555476 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6038/task/6050/stat : 6050 (java) S 6035 6038 4973 0 -1 1077944384 281 0 0 0 2 0 0 0 20 0 15 0 94594045 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677363451888 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6051] ppid=6035 vsize=10555476 memory=140498804520576 CPUtime=0.12 cores=1,3,5,7
/proc/6038/task/6051/stat : 6051 (java) R 6035 6038 4973 0 -1 1077944384 732 0 0 0 12 0 0 0 20 0 15 0 94594045 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677362399696 140677808965333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6052] ppid=6035 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6052/stat : 6052 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94594046 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677361347040 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6053] ppid=6035 vsize=10555476 memory=140498804520576 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6053/stat : 6053 (java) S 6035 6038 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94594046 10808807424 11668 33554432000 4194304 4196468 140732713179936 140677360294832 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46672 KiB

[startup+0.70081 s]
/proc/loadavg: 1.89 2.79 3.66 5/216 6053
/proc/meminfo: memFree=28133404/32770624 swapFree=67108860/67108860
[pid=6038] ppid=6035 vsize=10555476 memory=246368 CPUtime=1.71 cores=1,3,5,7
/proc/6038/stat : 6038 (java) S 6035 6038 4973 0 -1 1077944320 11423 0 0 0 158 13 0 0 20 0 15 0 94594040 10808807424 61592 33554432000 4194304 4196468 140732713179936 140732713162480 140677808955127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
/proc/6038/statm: 2638869 61592 3100 1 0 2627263 0
[pid=6038/tid=6040] ppid=6035 vsize=10555476 memory=1728 CPUtime=0.59 cores=1,3,5,7
/proc/6038/task/6040/stat : 6040 (java) R 6035 6038 4973 0 -1 4202560 5829 0 0 0 56 3 0 0 20 0 15 0 94594040 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677813192048 140677444925589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6041] ppid=6035 vsize=10555476 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/6038/task/6041/stat : 6041 (java) S 6035 6038 4973 0 -1 1077944384 47 0 0 0 5 2 0 0 20 0 15 0 94594041 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677416147344 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6042] ppid=6035 vsize=10555476 memory=9992 CPUtime=0.07 cores=1,3,5,7
/proc/6038/task/6042/stat : 6042 (java) S 6035 6038 4973 0 -1 1077944384 44 0 0 0 6 1 0 0 20 0 15 0 94594041 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677415094544 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6043] ppid=6035 vsize=10555476 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/6038/task/6043/stat : 6043 (java) S 6035 6038 4973 0 -1 1077944384 47 0 0 0 5 2 0 0 20 0 15 0 94594041 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677414042256 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6044] ppid=6035 vsize=10555476 memory=5716 CPUtime=0.05 cores=1,3,5,7
/proc/6038/task/6044/stat : 6044 (java) S 6035 6038 4973 0 -1 1077944384 36 0 0 0 4 1 0 0 20 0 15 0 94594041 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677412989456 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6045] ppid=6035 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6045/stat : 6045 (java) S 6035 6038 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 94594042 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677368715888 140677808966274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6046] ppid=6035 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6046/stat : 6046 (java) S 6035 6038 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94594043 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677367661856 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6047] ppid=6035 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6047/stat : 6047 (java) S 6035 6038 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94594043 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677366609520 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6048] ppid=6035 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6048/stat : 6048 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94594045 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677365557840 140677808973723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6049] ppid=6035 vsize=10555476 memory=4639098309541127021 CPUtime=0.3 cores=1,3,5,7
/proc/6038/task/6049/stat : 6049 (java) S 6035 6038 4973 0 -1 1077944384 1656 0 0 0 30 0 0 0 20 0 15 0 94594045 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677364504688 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6050] ppid=6035 vsize=10555476 memory=7597685182856913236 CPUtime=0.31 cores=1,3,5,7
/proc/6038/task/6050/stat : 6050 (java) S 6035 6038 4973 0 -1 1077944384 1432 0 0 0 31 0 0 0 20 0 15 0 94594045 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677363451888 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6051] ppid=6035 vsize=10555476 memory=7236547281622689387 CPUtime=0.17 cores=1,3,5,7
/proc/6038/task/6051/stat : 6051 (java) S 6035 6038 4973 0 -1 1077944384 889 0 0 0 17 0 0 0 20 0 15 0 94594045 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677362399600 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6052] ppid=6035 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6052/stat : 6052 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94594046 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677361347040 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6053] ppid=6035 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6053/stat : 6053 (java) S 6035 6038 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94594046 10808807424 61592 33554432000 4194304 4196468 140732713179936 140677360294832 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 246368 KiB

[startup+1.50083 s]
/proc/loadavg: 1.89 2.79 3.66 5/217 6054
/proc/meminfo: memFree=27929972/32770624 swapFree=67108860/67108860
[pid=6038] ppid=6035 vsize=10622040 memory=353216 CPUtime=3.48 cores=1,3,5,7
/proc/6038/stat : 6038 (java) S 6035 6038 4973 0 -1 1077944320 12291 0 0 0 324 24 0 0 20 0 16 0 94594040 10876968960 88304 33554432000 4194304 4196468 140732713179936 140732713162480 140677808955127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
/proc/6038/statm: 2655510 88304 3119 1 0 2643904 0
[pid=6038/tid=6040] ppid=6035 vsize=10622040 memory=18 CPUtime=1.27 cores=1,3,5,7
/proc/6038/task/6040/stat : 6040 (java) R 6035 6038 4973 0 -1 4202560 5920 0 0 0 124 3 0 0 20 0 16 0 94594040 10876968960 88304 33554432000 4194304 4196468 140732713179936 140677813193608 140677445974628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6041] ppid=6035 vsize=10622040 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/6038/task/6041/stat : 6041 (java) S 6035 6038 4973 0 -1 1077944384 215 0 0 0 14 4 0 0 20 0 16 0 94594041 10876968960 88304 33554432000 4194304 4196468 140732713179936 140677416147344 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6042] ppid=6035 vsize=10622040 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/6038/task/6042/stat : 6042 (java) S 6035 6038 4973 0 -1 1077944384 97 0 0 0 14 4 0 0 20 0 16 0 94594041 10876968960 88304 33554432000 4194304 4196468 140732713179936 140677415094544 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6043] ppid=6035 vsize=10622040 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/6038/task/6043/stat : 6043 (java) S 6035 6038 4973 0 -1 1077944384 189 0 0 0 14 4 0 0 20 0 16 0 94594041 10876968960 88304 33554432000 4194304 4196468 140732713179936 140677414042256 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6044] ppid=6035 vsize=10622040 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/6038/task/6044/stat : 6044 (java) S 6035 6038 4973 0 -1 1077944384 137 0 0 0 13 4 0 0 20 0 16 0 94594041 10876968960 88304 33554432000 4194304 4196468 140732713179936 140677412989456 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6045] ppid=6035 vsize=10622040 memory=140498804522289 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6045/stat : 6045 (java) S 6035 6038 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 94594042 10876968960 88304 33554432000 4194304 4196468 140732713179936 140677368715888 140677808966274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0

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

Current children cumulated CPU time: 1532.81 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1800876 KiB

[startup+1524 s]*
/proc/loadavg: 2.10 2.13 2.39 3/217 6119
/proc/meminfo: memFree=26220652/32770624 swapFree=67108860/67108860
[pid=6038] ppid=6035 vsize=10622040 memory=1800876 CPUtime=1533.62 cores=1,3,5,7
/proc/6038/stat : 6038 (java) S 6035 6038 4973 0 -1 1077944320 82413 0 0 0 153152 210 0 0 20 0 16 0 94594040 10876968960 450219 33554432000 4194304 4196468 140732713179936 140732713162480 140677808955127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
/proc/6038/statm: 2655510 450219 3154 1 0 2643904 0
[pid=6038/tid=6040] ppid=6035 vsize=10622040 memory=8112282956445269571 CPUtime=1521.68 cores=1,3,5,7
/proc/6038/task/6040/stat : 6040 (java) R 6035 6038 4973 0 -1 4202560 28224 0 0 0 152156 12 0 0 20 0 16 0 94594040 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677813193896 140677445957518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6041] ppid=6035 vsize=10622040 memory=1156 CPUtime=2.01 cores=1,3,5,7
/proc/6038/task/6041/stat : 6041 (java) S 6035 6038 4973 0 -1 1077944384 5383 0 0 0 163 38 0 0 20 0 16 0 94594041 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677416147344 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6042] ppid=6035 vsize=10622040 memory=3208 CPUtime=1.98 cores=1,3,5,7
/proc/6038/task/6042/stat : 6042 (java) S 6035 6038 4973 0 -1 1077944384 4496 0 0 0 162 36 0 0 20 0 16 0 94594041 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677415094544 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6043] ppid=6035 vsize=10622040 memory=1800876 CPUtime=2.01 cores=1,3,5,7
/proc/6038/task/6043/stat : 6043 (java) S 6035 6038 4973 0 -1 1077944384 5419 0 0 0 164 37 0 0 20 0 16 0 94594041 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677414042256 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6044] ppid=6035 vsize=10622040 memory=4872558044660077418 CPUtime=2 cores=1,3,5,7
/proc/6038/task/6044/stat : 6044 (java) S 6035 6038 4973 0 -1 1077944384 4677 0 0 0 163 37 0 0 20 0 16 0 94594041 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677412989456 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6045] ppid=6035 vsize=10622040 memory=8112282956445269571 CPUtime=0.46 cores=1,3,5,7
/proc/6038/task/6045/stat : 6045 (java) S 6035 6038 4973 0 -1 1077944384 8715 0 0 0 44 2 0 0 20 0 16 0 94594042 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677368715888 140677808966274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6046] ppid=6035 vsize=10622040 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6046/stat : 6046 (java) S 6035 6038 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 94594043 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677367661920 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6047] ppid=6035 vsize=10622040 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6047/stat : 6047 (java) S 6035 6038 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 94594043 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677366609536 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6048] ppid=6035 vsize=10622040 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6048/stat : 6048 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94594045 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677365557840 140677808973723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6049] ppid=6035 vsize=10622040 memory=8112282956445269571 CPUtime=1.18 cores=1,3,5,7
/proc/6038/task/6049/stat : 6049 (java) S 6035 6038 4973 0 -1 1077944384 9512 0 0 0 118 0 0 0 20 0 16 0 94594045 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677364504688 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6050] ppid=6035 vsize=10622040 memory=15872 CPUtime=1.01 cores=1,3,5,7
/proc/6038/task/6050/stat : 6050 (java) S 6035 6038 4973 0 -1 1077944384 10375 0 0 0 100 1 0 0 20 0 16 0 94594045 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677363451888 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6051] ppid=6035 vsize=10622040 memory=4052 CPUtime=0.26 cores=1,3,5,7
/proc/6038/task/6051/stat : 6051 (java) S 6035 6038 4973 0 -1 1077944384 2938 0 0 0 26 0 0 0 20 0 16 0 94594045 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677362399600 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6052] ppid=6035 vsize=10622040 memory=16440 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6052/stat : 6052 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94594046 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677361347040 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6053] ppid=6035 vsize=10622040 memory=18472 CPUtime=0.92 cores=1,3,5,7
/proc/6038/task/6053/stat : 6053 (java) S 6035 6038 4973 0 -1 1077944384 1268 0 0 0 45 47 0 0 20 0 16 0 94594046 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677360294832 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6054] ppid=6035 vsize=10622040 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6054/stat : 6054 (java) S 6035 6038 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94594130 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677291697328 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
Current children cumulated CPU time: 1533.62 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1800876 KiB

[startup+1524.41 s]
/proc/loadavg: 2.10 2.13 2.39 3/217 6119
/proc/meminfo: memFree=26220652/32770624 swapFree=67108860/67108860
[pid=6038] ppid=6035 vsize=10622040 memory=1800876 CPUtime=1534.03 cores=1,3,5,7
/proc/6038/stat : 6038 (java) S 6035 6038 4973 0 -1 1077944320 83489 0 0 0 153193 210 0 0 20 0 16 0 94594040 10876968960 450219 33554432000 4194304 4196468 140732713179936 140732713162480 140677808955127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
/proc/6038/statm: 2655510 450219 3154 1 0 2643904 0
[pid=6038/tid=6040] ppid=6035 vsize=10622040 memory=1200 CPUtime=1522.08 cores=1,3,5,7
/proc/6038/task/6040/stat : 6040 (java) R 6035 6038 4973 0 -1 4202560 28423 0 0 0 152196 12 0 0 20 0 16 0 94594040 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677813193896 140677442838225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6041] ppid=6035 vsize=10622040 memory=8112282956445269571 CPUtime=2.01 cores=1,3,5,7
/proc/6038/task/6041/stat : 6041 (java) S 6035 6038 4973 0 -1 1077944384 5383 0 0 0 163 38 0 0 20 0 16 0 94594041 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677416147344 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6042] ppid=6035 vsize=10622040 memory=16440 CPUtime=1.98 cores=1,3,5,7
/proc/6038/task/6042/stat : 6042 (java) S 6035 6038 4973 0 -1 1077944384 4496 0 0 0 162 36 0 0 20 0 16 0 94594041 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677415094544 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6043] ppid=6035 vsize=10622040 memory=18472 CPUtime=2.01 cores=1,3,5,7
/proc/6038/task/6043/stat : 6043 (java) S 6035 6038 4973 0 -1 1077944384 5419 0 0 0 164 37 0 0 20 0 16 0 94594041 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677414042256 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6044] ppid=6035 vsize=10622040 memory=640 CPUtime=2 cores=1,3,5,7
/proc/6038/task/6044/stat : 6044 (java) S 6035 6038 4973 0 -1 1077944384 4677 0 0 0 163 37 0 0 20 0 16 0 94594041 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677412989456 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6045] ppid=6035 vsize=10622040 memory=1796 CPUtime=0.46 cores=1,3,5,7
/proc/6038/task/6045/stat : 6045 (java) S 6035 6038 4973 0 -1 1077944384 8715 0 0 0 44 2 0 0 20 0 16 0 94594042 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677368715888 140677808966274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6046] ppid=6035 vsize=10622040 memory=960 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6046/stat : 6046 (java) S 6035 6038 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 94594043 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677367661920 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6047] ppid=6035 vsize=10622040 memory=1800876 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6047/stat : 6047 (java) S 6035 6038 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 94594043 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677366609536 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6048] ppid=6035 vsize=10622040 memory=1800876 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6048/stat : 6048 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94594045 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677365557840 140677808973723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6049] ppid=6035 vsize=10622040 memory=1800876 CPUtime=1.19 cores=1,3,5,7
/proc/6038/task/6049/stat : 6049 (java) R 6035 6038 4973 0 -1 4202560 10115 0 0 0 119 0 0 0 20 0 16 0 94594045 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677364504984 140677794062834 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6050] ppid=6035 vsize=10622040 memory=8552 CPUtime=1.01 cores=1,3,5,7
/proc/6038/task/6050/stat : 6050 (java) S 6035 6038 4973 0 -1 1077944384 10502 0 0 0 100 1 0 0 20 0 16 0 94594045 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677363451888 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6051] ppid=6035 vsize=10622040 memory=15872 CPUtime=0.26 cores=1,3,5,7
/proc/6038/task/6051/stat : 6051 (java) S 6035 6038 4973 0 -1 1077944384 3085 0 0 0 26 0 0 0 20 0 16 0 94594045 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677362399600 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6052] ppid=6035 vsize=10622040 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6052/stat : 6052 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94594046 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677361347040 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6053] ppid=6035 vsize=10622040 memory=16440 CPUtime=0.92 cores=1,3,5,7
/proc/6038/task/6053/stat : 6053 (java) S 6035 6038 4973 0 -1 1077944384 1268 0 0 0 45 47 0 0 20 0 16 0 94594046 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677360294832 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6054] ppid=6035 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6054/stat : 6054 (java) S 6035 6038 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94594130 10876968960 450219 33554432000 4194304 4196468 140732713179936 140677291697328 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
Current children cumulated CPU time: 1534.03 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1800876 KiB

[startup+1524.6 s]
/proc/loadavg: 2.10 2.13 2.39 3/217 6119
/proc/meminfo: memFree=26220652/32770624 swapFree=67108860/67108860
[pid=6038] ppid=6035 vsize=10689632 memory=1805044 CPUtime=1534.24 cores=1,3,5,7
/proc/6038/stat : 6038 (java) S 6035 6038 4973 0 -1 1077944320 84571 0 0 0 153214 210 0 0 20 0 16 0 94594040 10946183168 451261 33554432000 4194304 4196468 140732713179936 140732713162480 140677808955127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
/proc/6038/statm: 2672408 451261 3156 1 0 2660802 0
[pid=6038/tid=6040] ppid=6035 vsize=10689632 memory=27520 CPUtime=1522.21 cores=1,3,5,7
/proc/6038/task/6040/stat : 6040 (java) S 6035 6038 4973 0 -1 1077944384 28745 0 0 0 152209 12 0 0 20 0 16 0 94594040 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677813195808 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6041] ppid=6035 vsize=10689632 memory=1800876 CPUtime=2.01 cores=1,3,5,7
/proc/6038/task/6041/stat : 6041 (java) S 6035 6038 4973 0 -1 1077944384 5383 0 0 0 163 38 0 0 20 0 16 0 94594041 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677416147344 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6042] ppid=6035 vsize=10689632 memory=4144 CPUtime=1.98 cores=1,3,5,7
/proc/6038/task/6042/stat : 6042 (java) S 6035 6038 4973 0 -1 1077944384 4496 0 0 0 162 36 0 0 20 0 16 0 94594041 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677415094544 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6043] ppid=6035 vsize=10689632 memory=27520 CPUtime=2.01 cores=1,3,5,7
/proc/6038/task/6043/stat : 6043 (java) S 6035 6038 4973 0 -1 1077944384 5419 0 0 0 164 37 0 0 20 0 16 0 94594041 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677414042256 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6044] ppid=6035 vsize=10689632 memory=1292 CPUtime=2 cores=1,3,5,7
/proc/6038/task/6044/stat : 6044 (java) S 6035 6038 4973 0 -1 1077944384 4677 0 0 0 163 37 0 0 20 0 16 0 94594041 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677412989456 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6045] ppid=6035 vsize=10689632 memory=4144 CPUtime=0.46 cores=1,3,5,7
/proc/6038/task/6045/stat : 6045 (java) S 6035 6038 4973 0 -1 1077944384 8715 0 0 0 44 2 0 0 20 0 16 0 94594042 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677368715888 140677808966274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6046] ppid=6035 vsize=10689632 memory=27520 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6046/stat : 6046 (java) S 6035 6038 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 94594043 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677367661920 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6047] ppid=6035 vsize=10689632 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6047/stat : 6047 (java) S 6035 6038 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 94594043 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677366609536 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6048] ppid=6035 vsize=10689632 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6048/stat : 6048 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94594045 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677365557840 140677808973723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6049] ppid=6035 vsize=10689632 memory=1728 CPUtime=1.22 cores=1,3,5,7
/proc/6038/task/6049/stat : 6049 (java) S 6035 6038 4973 0 -1 1077944384 10199 0 0 0 122 0 0 0 20 0 16 0 94594045 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677364504688 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6050] ppid=6035 vsize=10689632 memory=792 CPUtime=1.04 cores=1,3,5,7
/proc/6038/task/6050/stat : 6050 (java) S 6035 6038 4973 0 -1 1077944384 10971 0 0 0 103 1 0 0 20 0 16 0 94594045 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677363451888 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6051] ppid=6035 vsize=10689632 memory=9992 CPUtime=0.26 cores=1,3,5,7
/proc/6038/task/6051/stat : 6051 (java) S 6035 6038 4973 0 -1 1077944384 3144 0 0 0 26 0 0 0 20 0 16 0 94594045 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677362399600 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6052] ppid=6035 vsize=10689632 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6052/stat : 6052 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94594046 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677361347040 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6053] ppid=6035 vsize=10689632 memory=17828 CPUtime=0.92 cores=1,3,5,7
/proc/6038/task/6053/stat : 6053 (java) S 6035 6038 4973 0 -1 1077944384 1268 0 0 0 45 47 0 0 20 0 16 0 94594046 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677360294832 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
Current children cumulated CPU time: 1534.24 s
Current children cumulated vsize: 10689632 KiB
Current children cumulated memory: 1805044 KiB

[startup+1524.7 s]
/proc/loadavg: 2.10 2.13 2.39 3/217 6119
/proc/meminfo: memFree=26220652/32770624 swapFree=67108860/67108860
[pid=6038] ppid=6035 vsize=10689632 memory=1805044 CPUtime=1534.24 cores=1,3,5,7
/proc/6038/stat : 6038 (java) S 6035 6038 4973 0 -1 1077944320 84571 0 0 0 153214 210 0 0 20 0 16 0 94594040 10946183168 451261 33554432000 4194304 4196468 140732713179936 140732713162480 140677808955127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
/proc/6038/statm: 2672408 451261 3156 1 0 2660802 0
[pid=6038/tid=6040] ppid=6035 vsize=10689632 memory=1800876 CPUtime=1522.21 cores=1,3,5,7
/proc/6038/task/6040/stat : 6040 (java) S 6035 6038 4973 0 -1 1077944384 28745 0 0 0 152209 12 0 0 20 0 16 0 94594040 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677813195808 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6041] ppid=6035 vsize=10689632 memory=1800876 CPUtime=2.01 cores=1,3,5,7
/proc/6038/task/6041/stat : 6041 (java) S 6035 6038 4973 0 -1 1077944384 5383 0 0 0 163 38 0 0 20 0 16 0 94594041 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677416147344 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6042] ppid=6035 vsize=10689632 memory=166453136106970 CPUtime=1.98 cores=1,3,5,7
/proc/6038/task/6042/stat : 6042 (java) S 6035 6038 4973 0 -1 1077944384 4496 0 0 0 162 36 0 0 20 0 16 0 94594041 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677415094544 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6043] ppid=6035 vsize=10689632 memory=1800876 CPUtime=2.01 cores=1,3,5,7
/proc/6038/task/6043/stat : 6043 (java) S 6035 6038 4973 0 -1 1077944384 5419 0 0 0 164 37 0 0 20 0 16 0 94594041 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677414042256 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6044] ppid=6035 vsize=10689632 memory=1800876 CPUtime=2 cores=1,3,5,7
/proc/6038/task/6044/stat : 6044 (java) S 6035 6038 4973 0 -1 1077944384 4677 0 0 0 163 37 0 0 20 0 16 0 94594041 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677412989456 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6045] ppid=6035 vsize=10689632 memory=1800876 CPUtime=0.46 cores=1,3,5,7
/proc/6038/task/6045/stat : 6045 (java) S 6035 6038 4973 0 -1 1077944384 8715 0 0 0 44 2 0 0 20 0 16 0 94594042 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677368715888 140677808966274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6046] ppid=6035 vsize=10689632 memory=7280 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6046/stat : 6046 (java) S 6035 6038 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 94594043 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677367661920 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6047] ppid=6035 vsize=10689632 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6047/stat : 6047 (java) S 6035 6038 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 94594043 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677366609536 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6048] ppid=6035 vsize=10689632 memory=3260 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6048/stat : 6048 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94594045 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677365557840 140677808973723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6049] ppid=6035 vsize=10689632 memory=1800876 CPUtime=1.22 cores=1,3,5,7
/proc/6038/task/6049/stat : 6049 (java) S 6035 6038 4973 0 -1 1077944384 10199 0 0 0 122 0 0 0 20 0 16 0 94594045 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677364504688 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6050] ppid=6035 vsize=10689632 memory=1800876 CPUtime=1.04 cores=1,3,5,7
/proc/6038/task/6050/stat : 6050 (java) S 6035 6038 4973 0 -1 1077944384 10971 0 0 0 103 1 0 0 20 0 16 0 94594045 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677363451888 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6051] ppid=6035 vsize=10689632 memory=8552 CPUtime=0.26 cores=1,3,5,7
/proc/6038/task/6051/stat : 6051 (java) S 6035 6038 4973 0 -1 1077944384 3144 0 0 0 26 0 0 0 20 0 16 0 94594045 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677362399600 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6052] ppid=6035 vsize=10689632 memory=1800876 CPUtime=0 cores=1,3,5,7
/proc/6038/task/6052/stat : 6052 (java) S 6035 6038 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94594046 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677361347040 140677808965333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
[pid=6038/tid=6053] ppid=6035 vsize=10689632 memory=1800876 CPUtime=0.92 cores=1,3,5,7
/proc/6038/task/6053/stat : 6053 (java) S 6035 6038 4973 0 -1 1077944384 1268 0 0 0 45 47 0 0 20 0 16 0 94594046 10946183168 451261 33554432000 4194304 4196468 140732713179936 140677360294832 140677808966274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31383552 140732713182342 140732713182495 140732713182495 140732713185231 0
Current children cumulated CPU time: 1534.24 s
Current children cumulated vsize: 10689632 KiB
Current children cumulated memory: 1805044 KiB

Child status: 0
Real time (s): 1524.76
CPU time (s): 1534.27
CPU user time (s): 1532.15
CPU system time (s): 2.1175
CPU usage (%): 100.624
Max. virtual memory (cumulated for all children) (KiB): 10689632
Max. memory (cumulated for all children) (KiB): 1805044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1532.15
system time used= 2.1175
maximum resident set size= 1807448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84935
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35438
involuntary context switches= 1242


# summary of solver processes directly reported to runsolver:
#   pid: 6038
#   total CPU time (s): 1534.27
#   total CPU user time (s): 1532.15
#   total CPU system time (s): 2.1175

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.9168 second user time and 15.3135 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:51:13
IDJOB=4263430
IDBENCH=120861
IDSOLVER=2651
FILE ID=node151/4263430-1502615131
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-21.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263430-1502615131/watcher-4263430-1502615131 -o /tmp/evaluation-result-4263430-1502615131/solver-4263430-1502615131 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263430-1502615131.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a520f7bdef93e5ae7ef819bccf245cc1
RANDOM SEED=319872012

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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	: 5332.95
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
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	: 5332.95
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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	: 5332.95
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28271200 kB
MemAvailable:   31355780 kB
Buffers:          225068 kB
Cached:          3152052 kB
SwapCached:            0 kB
Active:          1480808 kB
Inactive:        2587656 kB
Active(anon):     694476 kB
Inactive(anon):    25044 kB
Active(file):     786332 kB
Inactive(file):  2562612 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:        823544 kB
Mapped:            55188 kB
Shmem:             25224 kB
Slab:             129884 kB
SReclaimable:     102944 kB
SUnreclaim:        26940 kB
KernelStack:        3840 kB
PageTables:         6312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1809344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 11:16:38