Trace number 4274898

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
OscaR - Parallel with EPS 2017-07-26? 1736.15 681.72998

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0500-12.xml
MD5SUMc3cbaa9ce8e56a4446daa69c64b890b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark2520.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables1919
Number of constraints277
Number of domains2
Minimum domain size82
Maximum domain size275
Distribution of domain sizes[{"size":82,"count":1918},{"size":275,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1644},{"degree":4,"count":274}]
Minimum constraint arity7
Maximum constraint arity1918
Distribution of constraint arities[{"arity":7,"count":274},{"arity":275,"count":1},{"arity":1918,"count":2}]
Number of extensional constraints274
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":274},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 280574478
0.29/0.25	c timeout: 20160
0.29/0.26	c memlimit: 11000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
2.77/1.14	c Parsing done, starting search...
1181.79/586.32	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#664870205]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1181.79/586.32	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1181.79/586.32	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1181.79/586.32	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1181.79/586.32	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1181.79/586.32	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1181.79/586.32	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1181.79/586.32	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1181.79/586.32	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1181.79/586.32	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1181.79/586.32	c java.lang.Thread.run(Thread.java:748)
1181.79/586.32	s UNKNOWN
1735.78/681.63	Dead letter! Forcing shutdown...

Verifier Data


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 (15200 MiB free)
  memory of node 1: 16384 MiB (15487 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274898-1502788893/watcher-4274898-1502788893 -o /tmp/evaluation-result-4274898-1502788893/solver-4274898-1502788893 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502782990-20925 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 280574478 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274898-1502788893.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=21279, runsolver pid=21276
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 8.12 8.52 8.64 1/198 21299
/proc/meminfo: memFree=31404836/32770624 swapFree=67108860/67108860
[pid=21279] ppid=21276 vsize=14325320 memory=34564 CPUtime=0.12 cores=0-7
/proc/21279/stat : 21279 (java) S 21276 21279 20898 0 -1 1077944320 8543 0 0 0 10 2 0 0 20 0 20 0 111976916 14669127680 8641 33554432000 4194304 4196468 140731443531136 140731443513680 140144656522999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
/proc/21279/statm: 3581330 8641 3389 1 0 3569050 0
[pid=21279/tid=21281] ppid=21276 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/21279/task/21281/stat : 21281 (java) R 21276 21279 20898 0 -1 4202560 6483 0 0 0 8 1 0 0 20 0 20 0 111976916 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144660739680 140144656544925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21282] ppid=21276 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21279/task/21282/stat : 21282 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144586610960 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21283] ppid=21276 vsize=14325320 memory=140527253894784 CPUtime=0 cores=0-7
/proc/21279/task/21283/stat : 21283 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144585558416 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21284] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21284/stat : 21284 (java) S 21276 21279 20898 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144584505872 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21285] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21285/stat : 21285 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144583453328 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21286] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21286/stat : 21286 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144247749392 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21287] ppid=21276 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/21279/task/21287/stat : 21287 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144246696848 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21288] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21288/stat : 21288 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144245644304 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21289] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21289/stat : 21289 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144244591760 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21290] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21290/stat : 21290 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976918 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144181938160 140144656534146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21291] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21291/stat : 21291 (java) S 21276 21279 20898 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111976919 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144180884384 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21292] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21292/stat : 21292 (java) S 21276 21279 20898 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111976919 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144111772656 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21293] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21293/stat : 21293 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976921 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144110721232 140144656541595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21294] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21294/stat : 21294 (java) S 21276 21279 20898 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 111976921 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144109668848 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21295] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21295/stat : 21295 (java) S 21276 21279 20898 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111976921 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144108616304 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21296] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21296/stat : 21296 (java) S 21276 21279 20898 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 20 0 111976922 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144107563760 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21297] ppid=21276 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/21279/task/21297/stat : 21297 (java) S 21276 21279 20898 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 20 0 111976922 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144106511216 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21298] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21298/stat : 21298 (java) S 21276 21279 20898 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111976922 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144105457888 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21299] ppid=21276 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/21279/task/21299/stat : 21299 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976922 14669127680 8641 33554432000 4194304 4196468 140731443531136 140144104405424 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34564 KiB

[startup+0.21057 s]*
/proc/loadavg: 8.12 8.52 8.64 4/198 21299
/proc/meminfo: memFree=31395124/32770624 swapFree=67108860/67108860
[pid=21279] ppid=21276 vsize=14325320 memory=43708 CPUtime=0.29 cores=0-7
/proc/21279/stat : 21279 (java) S 21276 21279 20898 0 -1 1077944320 9535 0 0 0 27 2 0 0 20 0 20 0 111976916 14669127680 10927 33554432000 4194304 4196468 140731443531136 140731443513680 140144656522999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
/proc/21279/statm: 3581330 10927 3629 1 0 3569050 0
[pid=21279/tid=21281] ppid=21276 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/21279/task/21281/stat : 21281 (java) R 21276 21279 20898 0 -1 4202560 7109 0 0 0 18 1 0 0 20 0 20 0 111976916 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144660738016 140144640603486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21282] ppid=21276 vsize=14325320 memory=3352 CPUtime=0 cores=0-7
/proc/21279/task/21282/stat : 21282 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144586610960 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21283] ppid=21276 vsize=14325320 memory=3545657853653071520 CPUtime=0 cores=0-7
/proc/21279/task/21283/stat : 21283 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144585558416 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21284] ppid=21276 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/21279/task/21284/stat : 21284 (java) S 21276 21279 20898 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144584505872 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21285] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21285/stat : 21285 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144583453328 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21286] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21286/stat : 21286 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144247749392 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21287] ppid=21276 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/21279/task/21287/stat : 21287 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144246696848 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21288] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21288/stat : 21288 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144245644304 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21289] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21289/stat : 21289 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144244591760 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21290] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21290/stat : 21290 (java) S 21276 21279 20898 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 111976918 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144181938160 140144656534146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21291] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21291/stat : 21291 (java) S 21276 21279 20898 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111976919 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144180884384 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21292] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21292/stat : 21292 (java) S 21276 21279 20898 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111976919 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144111772656 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21293] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21293/stat : 21293 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976921 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144110721232 140144656541595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21294] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21294/stat : 21294 (java) S 21276 21279 20898 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 20 0 111976921 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144109668848 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21295] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21295/stat : 21295 (java) S 21276 21279 20898 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 111976921 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144108616304 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21296] ppid=21276 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/21279/task/21296/stat : 21296 (java) S 21276 21279 20898 0 -1 1077944384 535 0 0 0 2 0 0 0 20 0 20 0 111976922 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144107563760 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21297] ppid=21276 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/21279/task/21297/stat : 21297 (java) R 21276 21279 20898 0 -1 4202560 394 0 0 0 5 0 0 0 20 0 20 0 111976922 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144106511216 140144648744063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21298] ppid=21276 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21298/stat : 21298 (java) S 21276 21279 20898 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111976922 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144105457888 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21299] ppid=21276 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/21279/task/21299/stat : 21299 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976922 14669127680 10927 33554432000 4194304 4196468 140731443531136 140144104405424 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43708 KiB

[startup+0.310276 s]*
/proc/loadavg: 8.12 8.52 8.64 3/198 21299
/proc/meminfo: memFree=31388160/32770624 swapFree=67108860/67108860
[pid=21279] ppid=21276 vsize=14325340 memory=50848 CPUtime=0.48 cores=0-7
/proc/21279/stat : 21279 (java) S 21276 21279 20898 0 -1 1077944320 10514 0 0 0 45 3 0 0 20 0 20 0 111976916 14669148160 12712 33554432000 4194304 4196468 140731443531136 140731443513680 140144656522999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
/proc/21279/statm: 3581335 12712 3708 1 0 3569050 0
[pid=21279/tid=21281] ppid=21276 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21279/task/21281/stat : 21281 (java) R 21276 21279 20898 0 -1 4202560 7670 0 0 0 27 2 0 0 20 0 20 0 111976916 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144660741568 140144262851813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21282] ppid=21276 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21282/stat : 21282 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144586610960 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21283] ppid=21276 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21283/stat : 21283 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144585558416 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21284] ppid=21276 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21284/stat : 21284 (java) S 21276 21279 20898 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111976917 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144584505872 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21285] ppid=21276 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21285/stat : 21285 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144583453328 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21286] ppid=21276 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/21279/task/21286/stat : 21286 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144247749392 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21287] ppid=21276 vsize=14325340 memory=140527102161839 CPUtime=0 cores=0-7
/proc/21279/task/21287/stat : 21287 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144246696848 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21288] ppid=21276 vsize=14325340 memory=140527102164144 CPUtime=0 cores=0-7
/proc/21279/task/21288/stat : 21288 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144245644304 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21289] ppid=21276 vsize=14325340 memory=140527102166448 CPUtime=0 cores=0-7
/proc/21279/task/21289/stat : 21289 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144244591760 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21290] ppid=21276 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21290/stat : 21290 (java) S 21276 21279 20898 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 111976918 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144181938160 140144656534146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21291] ppid=21276 vsize=14325340 memory=281054204339856 CPUtime=0 cores=0-7
/proc/21279/task/21291/stat : 21291 (java) S 21276 21279 20898 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111976919 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144180884384 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21292] ppid=21276 vsize=14325340 memory=281054204346768 CPUtime=0 cores=0-7
/proc/21279/task/21292/stat : 21292 (java) S 21276 21279 20898 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111976919 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144111772656 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21293] ppid=21276 vsize=14325340 memory=281054204288048 CPUtime=0 cores=0-7
/proc/21279/task/21293/stat : 21293 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976921 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144110721232 140144656541595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21294] ppid=21276 vsize=14325340 memory=281054204360592 CPUtime=0.01 cores=0-7
/proc/21279/task/21294/stat : 21294 (java) S 21276 21279 20898 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 20 0 111976921 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144109668848 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21295] ppid=21276 vsize=14325340 memory=281054204367504 CPUtime=0.03 cores=0-7
/proc/21279/task/21295/stat : 21295 (java) S 21276 21279 20898 0 -1 1077944384 256 0 0 0 3 0 0 0 20 0 20 0 111976921 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144108616304 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21296] ppid=21276 vsize=14325340 memory=281054204365200 CPUtime=0.04 cores=0-7
/proc/21279/task/21296/stat : 21296 (java) S 21276 21279 20898 0 -1 1077944384 645 0 0 0 4 0 0 0 20 0 20 0 111976922 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144107563760 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21297] ppid=21276 vsize=14325340 memory=281054204381808 CPUtime=0.08 cores=0-7
/proc/21279/task/21297/stat : 21297 (java) S 21276 21279 20898 0 -1 1077944384 474 0 0 0 8 0 0 0 20 0 20 0 111976922 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144106511216 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21298] ppid=21276 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21298/stat : 21298 (java) S 21276 21279 20898 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111976922 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144105457888 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21299] ppid=21276 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/21279/task/21299/stat : 21299 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976922 14669148160 12712 33554432000 4194304 4196468 140731443531136 140144104405424 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50848 KiB

[startup+0.700957 s]
/proc/loadavg: 8.12 8.52 8.64 4/198 21299
/proc/meminfo: memFree=31369360/32770624 swapFree=67108860/67108860
[pid=21279] ppid=21276 vsize=14327388 memory=157304 CPUtime=1.53 cores=0-7
/proc/21279/stat : 21279 (java) S 21276 21279 20898 0 -1 1077944320 14548 0 0 0 146 7 0 0 20 0 20 0 111976916 14671245312 38814 33554432000 4194304 4196468 140731443531136 140731443513680 140144656522999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
/proc/21279/statm: 3581847 39326 3774 1 0 3569562 0
[pid=21279/tid=21281] ppid=21276 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/21279/task/21281/stat : 21281 (java) R 21276 21279 20898 0 -1 4202560 8387 0 0 0 63 4 0 0 20 0 20 0 111976916 14671245312 39326 33554432000 4194304 4196468 140731443531136 140144660757232 140144266137201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21282] ppid=21276 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21282/stat : 21282 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14671245312 39326 33554432000 4194304 4196468 140731443531136 140144586610960 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21283] ppid=21276 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21283/stat : 21283 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14671245312 39326 33554432000 4194304 4196468 140731443531136 140144585558416 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21284] ppid=21276 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/21279/task/21284/stat : 21284 (java) S 21276 21279 20898 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111976917 14671245312 39326 33554432000 4194304 4196468 140731443531136 140144584505872 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21285] ppid=21276 vsize=14327388 memory=1712 CPUtime=0 cores=0-7
/proc/21279/task/21285/stat : 21285 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14671245312 39326 33554432000 4194304 4196468 140731443531136 140144583453328 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21286] ppid=21276 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/21279/task/21286/stat : 21286 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14671245312 39326 33554432000 4194304 4196468 140731443531136 140144247749392 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21287] ppid=21276 vsize=14327388 memory=1004 CPUtime=0 cores=0-7
/proc/21279/task/21287/stat : 21287 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14671245312 39326 33554432000 4194304 4196468 140731443531136 140144246696848 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21288] ppid=21276 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/21279/task/21288/stat : 21288 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111976917 14671245312 39326 33554432000 4194304 4196468 140731443531136 140144245644304 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21289] ppid=21276 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/21279/task/21289/stat : 21289 (java) S 21276 21279 20898 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111976917 14671245312 39326 33554432000 4194304 4196468 140731443531136 140144244591760 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21290] ppid=21276 vsize=14327388 memory=17776 CPUtime=0 cores=0-7
/proc/21279/task/21290/stat : 21290 (java) S 21276 21279 20898 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 111976918 14671245312 39326 33554432000 4194304 4196468 140731443531136 140144181938160 140144656534146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0

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

/proc/21279/task/21319/stat : 21319 (java) S 21276 21279 20898 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 112023450 15565733888 2911753 33554432000 4194304 4196468 140731443531136 140144077292960 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
Current children cumulated CPU time: 1734.93 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11647012 KiB

[startup+681.201 s]
/proc/loadavg: 5.39 3.69 5.42 2/211 21319
/proc/meminfo: memFree=19771608/32770624 swapFree=67108860/67108860
[pid=21279] ppid=21276 vsize=15200912 memory=11647016 CPUtime=1735.33 cores=0-7
/proc/21279/stat : 21279 (java) S 21276 21279 20898 0 -1 1077944320 1809343 0 0 0 170255 3278 0 0 20 0 33 0 111976916 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140731443513680 140144656522999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
/proc/21279/statm: 3800228 2911754 3858 1 0 3787943 0
[pid=21279/tid=21281] ppid=21276 vsize=15200912 memory=0 CPUtime=453.54 cores=0-7
/proc/21279/task/21281/stat : 21281 (java) S 21276 21279 20898 0 -1 1077944384 106273 0 0 0 45270 84 0 0 20 0 33 0 111976916 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144660765872 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21282] ppid=21276 vsize=15200912 memory=263 CPUtime=134.09 cores=0-7
/proc/21279/task/21282/stat : 21282 (java) S 21276 21279 20898 0 -1 1077944384 161387 0 0 0 13016 393 0 0 20 0 33 0 111976917 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144586610960 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 33 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21283] ppid=21276 vsize=15200912 memory=192 CPUtime=134.32 cores=0-7
/proc/21279/task/21283/stat : 21283 (java) S 21276 21279 20898 0 -1 1077944384 156601 0 0 0 13039 393 0 0 20 0 33 0 111976917 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144585558416 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21284] ppid=21276 vsize=15200912 memory=105 CPUtime=134.21 cores=0-7
/proc/21279/task/21284/stat : 21284 (java) S 21276 21279 20898 0 -1 1077944384 149397 0 0 0 13043 378 0 0 20 0 33 0 111976917 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144584505872 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21285] ppid=21276 vsize=15200912 memory=0 CPUtime=134.19 cores=0-7
/proc/21279/task/21285/stat : 21285 (java) S 21276 21279 20898 0 -1 1077944384 148391 0 0 0 13059 360 0 0 20 0 33 0 111976917 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144583453328 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21286] ppid=21276 vsize=15200912 memory=24 CPUtime=134.05 cores=0-7
/proc/21279/task/21286/stat : 21286 (java) S 21276 21279 20898 0 -1 1077944384 139882 0 0 0 13055 350 0 0 20 0 33 0 111976917 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144247749392 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21287] ppid=21276 vsize=15200912 memory=0 CPUtime=134.11 cores=0-7
/proc/21279/task/21287/stat : 21287 (java) S 21276 21279 20898 0 -1 1077944384 131513 0 0 0 13073 338 0 0 20 0 33 0 111976917 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144246696848 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21288] ppid=21276 vsize=15200912 memory=13 CPUtime=134.28 cores=0-7
/proc/21279/task/21288/stat : 21288 (java) S 21276 21279 20898 0 -1 1077944384 193797 0 0 0 13085 343 0 0 20 0 33 0 111976917 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144245644304 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21289] ppid=21276 vsize=15200912 memory=1 CPUtime=134.23 cores=0-7
/proc/21279/task/21289/stat : 21289 (java) S 21276 21279 20898 0 -1 1077944384 129140 0 0 0 13093 330 0 0 20 0 33 0 111976917 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144244591760 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21290] ppid=21276 vsize=15200912 memory=1588 CPUtime=74.1 cores=0-7
/proc/21279/task/21290/stat : 21290 (java) R 21276 21279 20898 0 -1 4202560 402014 0 0 0 7241 169 0 0 20 0 33 0 111976918 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144181936592 140144641519344 0 0 0 16800975 0 0 0 -1 4 0 0 32 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21291] ppid=21276 vsize=15200912 memory=1580 CPUtime=0 cores=0-7
/proc/21279/task/21291/stat : 21291 (java) S 21276 21279 20898 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 33 0 111976919 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144180884448 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21292] ppid=21276 vsize=15200912 memory=45354 CPUtime=0 cores=0-7
/proc/21279/task/21292/stat : 21292 (java) S 21276 21279 20898 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 33 0 111976919 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144111772672 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21293] ppid=21276 vsize=15200912 memory=11647012 CPUtime=0 cores=0-7
/proc/21279/task/21293/stat : 21293 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 111976921 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144110721232 140144656541595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21294] ppid=21276 vsize=15200912 memory=6764 CPUtime=1.5 cores=0-7
/proc/21279/task/21294/stat : 21294 (java) S 21276 21279 20898 0 -1 1077944384 11948 0 0 0 146 4 0 0 20 0 33 0 111976921 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144109668896 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21295] ppid=21276 vsize=15200912 memory=840 CPUtime=2.63 cores=0-7
/proc/21279/task/21295/stat : 21295 (java) S 21276 21279 20898 0 -1 1077944384 18645 0 0 0 259 4 0 0 20 0 33 0 111976921 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144108616064 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21296] ppid=21276 vsize=15200912 memory=1692 CPUtime=1.92 cores=0-7
/proc/21279/task/21296/stat : 21296 (java) S 21276 21279 20898 0 -1 1077944384 11172 0 0 0 189 3 0 0 20 0 33 0 111976922 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144107563808 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21297] ppid=21276 vsize=15200912 memory=916 CPUtime=1.05 cores=0-7
/proc/21279/task/21297/stat : 21297 (java) S 21276 21279 20898 0 -1 1077944384 17233 0 0 0 101 4 0 0 20 0 33 0 111976922 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144106511264 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 59 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21298] ppid=21276 vsize=15200912 memory=5732 CPUtime=0 cores=0-7
/proc/21279/task/21298/stat : 21298 (java) S 21276 21279 20898 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 111976922 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144105457888 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21299] ppid=21276 vsize=15200912 memory=4096 CPUtime=0.24 cores=0-7
/proc/21279/task/21299/stat : 21299 (java) S 21276 21279 20898 0 -1 1077944384 1404 0 0 0 10 14 0 0 20 0 33 0 111976922 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144104405424 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 58 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21307] ppid=21276 vsize=15200912 memory=1156 CPUtime=0 cores=0-7
/proc/21279/task/21307/stat : 21307 (java) S 21276 21279 20898 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 33 0 112023424 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144094118656 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21308] ppid=21276 vsize=15200912 memory=3852 CPUtime=0.13 cores=0-7
/proc/21279/task/21308/stat : 21308 (java) S 21276 21279 20898 0 -1 1077944384 2651 0 0 0 5 8 0 0 20 0 33 0 112023437 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144090969120 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21309] ppid=21276 vsize=15200912 memory=11647012 CPUtime=0.01 cores=0-7
/proc/21279/task/21309/stat : 21309 (java) S 21276 21279 20898 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 33 0 112023446 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144087819424 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21310] ppid=21276 vsize=15200912 memory=6791534058613427641 CPUtime=15.88 cores=0-7
/proc/21279/task/21310/stat : 21310 (java) S 21276 21279 20898 0 -1 1077944384 3495 0 0 0 1584 4 0 0 20 0 33 0 112023447 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144086758176 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21311] ppid=21276 vsize=15200912 memory=4872558044660077418 CPUtime=15.8 cores=0-7
/proc/21279/task/21311/stat : 21311 (java) S 21276 21279 20898 0 -1 1077944384 2430 0 0 0 1561 19 0 0 20 0 33 0 112023448 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144085706064 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21312] ppid=21276 vsize=15200912 memory=1200 CPUtime=15.81 cores=0-7
/proc/21279/task/21312/stat : 21312 (java) S 21276 21279 20898 0 -1 1077944384 2998 0 0 0 1568 13 0 0 20 0 33 0 112023450 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144084652800 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21313] ppid=21276 vsize=15200912 memory=6791534058613427641 CPUtime=15.81 cores=0-7
/proc/21279/task/21313/stat : 21313 (java) S 21276 21279 20898 0 -1 1077944384 4405 0 0 0 1575 6 0 0 20 0 33 0 112023450 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144083599952 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21314] ppid=21276 vsize=15200912 memory=0 CPUtime=15.82 cores=0-7
/proc/21279/task/21314/stat : 21314 (java) S 21276 21279 20898 0 -1 1077944384 2827 0 0 0 1558 24 0 0 20 0 33 0 112023450 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144082547408 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21315] ppid=21276 vsize=15200912 memory=7163647461592164201 CPUtime=15.76 cores=0-7
/proc/21279/task/21315/stat : 21315 (java) S 21276 21279 20898 0 -1 1077944384 3982 0 0 0 1567 9 0 0 20 0 33 0 112023450 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144081493040 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21316] ppid=21276 vsize=15200912 memory=7229517004173632361 CPUtime=15.77 cores=0-7
/proc/21279/task/21316/stat : 21316 (java) S 21276 21279 20898 0 -1 1077944384 3585 0 0 0 1570 7 0 0 20 0 33 0 112023450 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144080445776 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21317] ppid=21276 vsize=15200912 memory=7451596367046730836 CPUtime=15.78 cores=0-7
/proc/21279/task/21317/stat : 21317 (java) S 21276 21279 20898 0 -1 1077944384 2434 0 0 0 1557 21 0 0 20 0 33 0 112023450 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144079389520 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21318] ppid=21276 vsize=15200912 memory=7451596367046730836 CPUtime=0 cores=0-7
/proc/21279/task/21318/stat : 21318 (java) S 21276 21279 20898 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 112023450 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144078345504 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21319] ppid=21276 vsize=15200912 memory=11647012 CPUtime=0 cores=0-7
/proc/21279/task/21319/stat : 21319 (java) S 21276 21279 20898 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 112023450 15565733888 2911754 33554432000 4194304 4196468 140731443531136 140144077292960 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
Current children cumulated CPU time: 1735.33 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11647016 KiB

[startup+681.606 s]
/proc/loadavg: 5.39 3.69 5.42 2/211 21319
/proc/meminfo: memFree=19771608/32770624 swapFree=67108860/67108860
[pid=21279] ppid=21276 vsize=15200912 memory=11647148 CPUtime=1735.78 cores=0-7
/proc/21279/stat : 21279 (java) S 21276 21279 20898 0 -1 1077944320 1810135 0 0 0 170300 3278 0 0 20 0 33 0 111976916 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140731443513680 140144656522999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
/proc/21279/statm: 3800228 2911787 3863 1 0 3787943 0
[pid=21279/tid=21281] ppid=21276 vsize=15200912 memory=11647012 CPUtime=453.54 cores=0-7
/proc/21279/task/21281/stat : 21281 (java) S 21276 21279 20898 0 -1 1077944384 106273 0 0 0 45270 84 0 0 20 0 33 0 111976916 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144660765872 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21282] ppid=21276 vsize=15200912 memory=11647008 CPUtime=134.09 cores=0-7
/proc/21279/task/21282/stat : 21282 (java) S 21276 21279 20898 0 -1 1077944384 161387 0 0 0 13016 393 0 0 20 0 33 0 111976917 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144586610960 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21283] ppid=21276 vsize=15200912 memory=1796 CPUtime=134.32 cores=0-7
/proc/21279/task/21283/stat : 21283 (java) S 21276 21279 20898 0 -1 1077944384 156601 0 0 0 13039 393 0 0 20 0 33 0 111976917 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144585558416 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21284] ppid=21276 vsize=15200912 memory=644 CPUtime=134.21 cores=0-7
/proc/21279/task/21284/stat : 21284 (java) S 21276 21279 20898 0 -1 1077944384 149397 0 0 0 13043 378 0 0 20 0 33 0 111976917 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144584505872 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21285] ppid=21276 vsize=15200912 memory=17788 CPUtime=134.19 cores=0-7
/proc/21279/task/21285/stat : 21285 (java) S 21276 21279 20898 0 -1 1077944384 148391 0 0 0 13059 360 0 0 20 0 33 0 111976917 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144583453328 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21286] ppid=21276 vsize=15200912 memory=4052 CPUtime=134.05 cores=0-7
/proc/21279/task/21286/stat : 21286 (java) S 21276 21279 20898 0 -1 1077944384 139882 0 0 0 13055 350 0 0 20 0 33 0 111976917 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144247749392 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21287] ppid=21276 vsize=15200912 memory=11647012 CPUtime=134.11 cores=0-7
/proc/21279/task/21287/stat : 21287 (java) S 21276 21279 20898 0 -1 1077944384 131513 0 0 0 13073 338 0 0 20 0 33 0 111976917 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144246696848 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21288] ppid=21276 vsize=15200912 memory=6791534058613427641 CPUtime=134.28 cores=0-7
/proc/21279/task/21288/stat : 21288 (java) S 21276 21279 20898 0 -1 1077944384 193797 0 0 0 13085 343 0 0 20 0 33 0 111976917 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144245644304 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21289] ppid=21276 vsize=15200912 memory=1440 CPUtime=134.23 cores=0-7
/proc/21279/task/21289/stat : 21289 (java) S 21276 21279 20898 0 -1 1077944384 129140 0 0 0 13093 330 0 0 20 0 33 0 111976917 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144244591760 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21290] ppid=21276 vsize=15200912 memory=5792 CPUtime=74.5 cores=0-7
/proc/21279/task/21290/stat : 21290 (java) D 21276 21279 20898 0 -1 4202560 402293 0 0 0 7281 169 0 0 20 0 33 0 111976918 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144181938296 140144649240151 0 0 0 16800975 18446744071582151463 0 0 -1 6 0 0 32 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21291] ppid=21276 vsize=15200912 memory=1224 CPUtime=0 cores=0-7
/proc/21279/task/21291/stat : 21291 (java) S 21276 21279 20898 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 33 0 111976919 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144180884448 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21292] ppid=21276 vsize=15200912 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/21279/task/21292/stat : 21292 (java) S 21276 21279 20898 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 33 0 111976919 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144111772672 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21293] ppid=21276 vsize=15200912 memory=840 CPUtime=0 cores=0-7
/proc/21279/task/21293/stat : 21293 (java) S 21276 21279 20898 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 111976921 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144110721232 140144656541595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21294] ppid=21276 vsize=15200912 memory=6791534058613427641 CPUtime=1.5 cores=0-7
/proc/21279/task/21294/stat : 21294 (java) S 21276 21279 20898 0 -1 1077944384 11949 0 0 0 146 4 0 0 20 0 33 0 111976921 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144109668608 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21295] ppid=21276 vsize=15200912 memory=916 CPUtime=2.64 cores=0-7
/proc/21279/task/21295/stat : 21295 (java) S 21276 21279 20898 0 -1 1077944384 18900 0 0 0 260 4 0 0 20 0 33 0 111976921 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144108616304 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21296] ppid=21276 vsize=15200912 memory=11646972 CPUtime=1.92 cores=0-7
/proc/21279/task/21296/stat : 21296 (java) S 21276 21279 20898 0 -1 1077944384 11172 0 0 0 189 3 0 0 20 0 33 0 111976922 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144107563760 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21297] ppid=21276 vsize=15200912 memory=4096 CPUtime=1.05 cores=0-7
/proc/21279/task/21297/stat : 21297 (java) S 21276 21279 20898 0 -1 1077944384 17233 0 0 0 101 4 0 0 20 0 33 0 111976922 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144106511216 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21298] ppid=21276 vsize=15200912 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/21279/task/21298/stat : 21298 (java) S 21276 21279 20898 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 111976922 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144105457888 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21299] ppid=21276 vsize=15200912 memory=8329294824090543255 CPUtime=0.24 cores=0-7
/proc/21279/task/21299/stat : 21299 (java) S 21276 21279 20898 0 -1 1077944384 1404 0 0 0 10 14 0 0 20 0 33 0 111976922 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144104405424 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 58 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21307] ppid=21276 vsize=15200912 memory=7684433391216329530 CPUtime=0 cores=0-7
/proc/21279/task/21307/stat : 21307 (java) S 21276 21279 20898 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 33 0 112023424 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144094118656 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21308] ppid=21276 vsize=15200912 memory=-7522837415797432223 CPUtime=0.13 cores=0-7
/proc/21279/task/21308/stat : 21308 (java) S 21276 21279 20898 0 -1 1077944384 2656 0 0 0 5 8 0 0 20 0 33 0 112023437 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144090969104 140144656534146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21309] ppid=21276 vsize=15200912 memory=-7522837415730323359 CPUtime=0.01 cores=0-7
/proc/21279/task/21309/stat : 21309 (java) S 21276 21279 20898 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 33 0 112023446 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144087819424 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21310] ppid=21276 vsize=15200912 memory=-7522837415797432223 CPUtime=15.89 cores=0-7
/proc/21279/task/21310/stat : 21310 (java) S 21276 21279 20898 0 -1 1077944384 3501 0 0 0 1585 4 0 0 20 0 33 0 112023447 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144086758272 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21311] ppid=21276 vsize=15200912 memory=1948 CPUtime=15.81 cores=0-7
/proc/21279/task/21311/stat : 21311 (java) S 21276 21279 20898 0 -1 1077944384 2466 0 0 0 1562 19 0 0 20 0 33 0 112023448 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144085706096 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21312] ppid=21276 vsize=15200912 memory=800 CPUtime=15.82 cores=0-7
/proc/21279/task/21312/stat : 21312 (java) D 21276 21279 20898 0 -1 4202560 3092 0 0 0 1569 13 0 0 20 0 33 0 112023450 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144084652808 140144269680660 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 3 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21313] ppid=21276 vsize=15200912 memory=12068 CPUtime=15.81 cores=0-7
/proc/21279/task/21313/stat : 21313 (java) S 21276 21279 20898 0 -1 1077944384 4406 0 0 0 1575 6 0 0 20 0 33 0 112023450 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144083599568 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21314] ppid=21276 vsize=15200912 memory=1440 CPUtime=15.83 cores=0-7
/proc/21279/task/21314/stat : 21314 (java) S 21276 21279 20898 0 -1 1077944384 2853 0 0 0 1559 24 0 0 20 0 33 0 112023450 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144082547120 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21315] ppid=21276 vsize=15200912 memory=5792 CPUtime=15.77 cores=0-7
/proc/21279/task/21315/stat : 21315 (java) R 21276 21279 20898 0 -1 4202560 4015 0 0 0 1568 9 0 0 20 0 33 0 112023450 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144081493400 140144641732280 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21316] ppid=21276 vsize=15200912 memory=1224 CPUtime=15.77 cores=0-7
/proc/21279/task/21316/stat : 21316 (java) S 21276 21279 20898 0 -1 1077944384 3634 0 0 0 1570 7 0 0 20 0 33 0 112023450 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144080439968 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21317] ppid=21276 vsize=15200912 memory=8568 CPUtime=15.78 cores=0-7
/proc/21279/task/21317/stat : 21317 (java) S 21276 21279 20898 0 -1 1077944384 2441 0 0 0 1557 21 0 0 20 0 33 0 112023450 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144079389488 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21318] ppid=21276 vsize=15200912 memory=1712 CPUtime=0 cores=0-7
/proc/21279/task/21318/stat : 21318 (java) S 21276 21279 20898 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 112023450 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144078345504 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
[pid=21279/tid=21319] ppid=21276 vsize=15200912 memory=4612 CPUtime=0 cores=0-7
/proc/21279/task/21319/stat : 21319 (java) S 21276 21279 20898 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 112023450 15565733888 2911787 33554432000 4194304 4196468 140731443531136 140144077292960 140144656533205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39038976 140731443532898 140731443533083 140731443533083 140731443535823 0
Current children cumulated CPU time: 1735.78 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11647148 KiB

[startup+681.701 s]*
/proc/loadavg: 5.39 3.69 5.42 2/180 21321
/proc/meminfo: memFree=27378292/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 681.73
CPU time (s): 1736.15
CPU user time (s): 1703.29
CPU system time (s): 32.8558
CPU usage (%): 254.668
Max. virtual memory (cumulated for all children) (KiB): 15200912
Max. memory (cumulated for all children) (KiB): 11647148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1703.29
system time used= 32.8558
maximum resident set size= 11647968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1811494
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50590
involuntary context switches= 39428


# summary of solver processes directly reported to runsolver:
#   pid: 21279
#   total CPU time (s): 1736.15
#   total CPU user time (s): 1703.29
#   total CPU system time (s): 32.8558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.39882 second user time and 7.3367 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-15 11:07:14
IDJOB=4274898
IDBENCH=137017
IDSOLVER=2668
FILE ID=node113/4274898-1502788893
RUNJOBID= node113-1502782990-20925
PBS_JOBID= 20629118
Free space on /tmp= 61788 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0500-12.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274898-1502788893/watcher-4274898-1502788893 -o /tmp/evaluation-result-4274898-1502788893/solver-4274898-1502788893 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502782990-20925 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 280574478 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274898-1502788893.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c3cbaa9ce8e56a4446daa69c64b890b7
RANDOM SEED=280574478

node113.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	: 5333.89
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	: 5333.89
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	: 5333.89
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	: 5333.89
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:        31423772 kB
MemAvailable:   31971188 kB
Buffers:          194884 kB
Cached:           627760 kB
SwapCached:            0 kB
Active:           634860 kB
Inactive:         242612 kB
Active(anon):       5008 kB
Inactive(anon):    77668 kB
Active(file):     629852 kB
Inactive(file):   164944 kB
Unevictable:        6588 kB
Mlocked:            6588 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44532 kB
Writeback:             0 kB
AnonPages:         61276 kB
Mapped:            45488 kB
Shmem:             25224 kB
Slab:             163076 kB
SReclaimable:     136912 kB
SUnreclaim:        26164 kB
KernelStack:        3152 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61744 MiB
End job on node113 at 2017-08-15 11:18:36