Trace number 4257172

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? (TO) 1730.24 254.12601

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-sko100a.xml
MD5SUM1913240080a58bfaef30e5e1db7876b5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark86326
Best CPU time to get the best result obtained on this benchmark240.20799
Satisfiable
(Un)Satisfiability was proved
Number of variables10100
Number of constraints4951
Number of domains2
Minimum domain size8
Maximum domain size100
Distribution of domain sizes[{"size":8,"count":4950},{"size":100,"count":100}]
Minimum variable degree0
Maximum variable degree100
Distribution of variable degrees[{"degree":0,"count":5050},{"degree":2,"count":4950},{"degree":100,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":4950},{"arity":100,"count":1}]
Number of extensional constraints4950
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4950},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1333814359
0.29/0.25	c timeout: 2016
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.29	c Parsing instance...
2.95/1.10	c Parsing done, starting search...
1045.32/163.10	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-1171096094]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1045.51/163.12	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1045.51/163.12	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1045.51/163.12	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1045.51/163.12	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1045.51/163.12	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1045.51/163.12	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1045.51/163.12	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1045.51/163.12	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1045.51/163.12	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1045.51/163.12	c java.lang.Thread.run(Thread.java:748)
1045.51/163.12	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257172-1502641225/watcher-4257172-1502641225 -o /tmp/evaluation-result-4257172-1502641225/solver-4257172-1502641225 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502637289-4437 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1333814359 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4257172-1502641225.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=11533, runsolver pid=11530

[startup+0.100063 s]*
/proc/loadavg: 7.01 7.25 7.41 2/200 11553
/proc/meminfo: memFree=28542876/32770624 swapFree=67108860/67108860
[pid=11533] ppid=11530 vsize=26000848 memory=33096 CPUtime=0.13 cores=0-7
/proc/11533/stat : 11533 (java) S 11530 11533 4410 0 -1 1077944320 8682 0 0 0 11 2 0 0 20 0 20 0 97210460 26624868352 8274 33554432000 4194304 4196468 140736937940976 140736937923520 139907659673335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
/proc/11533/statm: 6500212 8274 3409 1 0 6487932 0
[pid=11533/tid=11535] ppid=11530 vsize=26000848 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/11533/task/11535/stat : 11535 (java) R 11530 11533 4410 0 -1 4202560 6630 0 0 0 8 1 0 0 20 0 20 0 97210460 26624868352 8274 33554432000 4194304 4196468 140736937940976 139907663879328 139907643753852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11536] ppid=11530 vsize=26000848 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11533/task/11536/stat : 11536 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 8274 33554432000 4194304 4196468 140736937940976 139907217930768 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11537] ppid=11530 vsize=26000848 memory=140473430996608 CPUtime=0 cores=0-7
/proc/11533/task/11537/stat : 11537 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 8274 33554432000 4194304 4196468 140736937940976 139907216878224 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11538] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11538/stat : 11538 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 8274 33554432000 4194304 4196468 140736937940976 139907215825168 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11539] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11539/stat : 11539 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 8274 33554432000 4194304 4196468 140736937940976 139907214772624 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11540] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11540/stat : 11540 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 8274 33554432000 4194304 4196468 140736937940976 139907213720592 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11541] ppid=11530 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/11533/task/11541/stat : 11541 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 8274 33554432000 4194304 4196468 140736937940976 139907212668048 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11542] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11542/stat : 11542 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 8274 33554432000 4194304 4196468 140736937940976 139907211614992 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11543] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11543/stat : 11543 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 8274 33554432000 4194304 4196468 140736937940976 139907210562448 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11544] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11544/stat : 11544 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210462 26624868352 8274 33554432000 4194304 4196468 140736937940976 139906335594736 139907659684482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11545] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11545/stat : 11545 (java) S 11530 11533 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97210463 26624868352 8274 33554432000 4194304 4196468 140736937940976 139906334540960 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11546] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11546/stat : 11546 (java) S 11530 11533 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97210463 26624868352 8274 33554432000 4194304 4196468 140736937940976 139906333487856 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11547] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11547/stat : 11547 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210466 26624868352 8274 33554432000 4194304 4196468 140736937940976 139906332436432 139907659691931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11548] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11548/stat : 11548 (java) S 11530 11533 4410 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 97210466 26624868352 8274 33554432000 4194304 4196468 140736937940976 139906331384560 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11549] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11549/stat : 11549 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210466 26624868352 8274 33554432000 4194304 4196468 140736937940976 139906330332016 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11550] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11550/stat : 11550 (java) S 11530 11533 4410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97210466 26624868352 8274 33554432000 4194304 4196468 140736937940976 139906329278960 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11551] ppid=11530 vsize=26000848 memory=0 CPUtime=0.02 cores=0-7
/proc/11533/task/11551/stat : 11551 (java) S 11530 11533 4410 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 20 0 97210466 26624868352 8274 33554432000 4194304 4196468 140736937940976 139906328226416 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11552] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11552/stat : 11552 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97210466 26624868352 8274 33554432000 4194304 4196468 140736937940976 139906327173600 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11553] ppid=11530 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/11533/task/11553/stat : 11553 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210466 26624868352 8274 33554432000 4194304 4196468 140736937940976 139906326121136 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 33096 KiB

[startup+0.210739 s]*
/proc/loadavg: 7.01 7.25 7.41 3/200 11553
/proc/meminfo: memFree=28534872/32770624 swapFree=67108860/67108860
[pid=11533] ppid=11530 vsize=26000848 memory=41984 CPUtime=0.29 cores=0-7
/proc/11533/stat : 11533 (java) S 11530 11533 4410 0 -1 1077944320 9679 0 0 0 27 2 0 0 20 0 20 0 97210460 26624868352 10496 33554432000 4194304 4196468 140736937940976 140736937923520 139907659673335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
/proc/11533/statm: 6500212 10496 3602 1 0 6487932 0
[pid=11533/tid=11535] ppid=11530 vsize=26000848 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/11533/task/11535/stat : 11535 (java) R 11530 11533 4410 0 -1 4202560 7260 0 0 0 18 2 0 0 20 0 20 0 97210460 26624868352 10496 33554432000 4194304 4196468 140736937940976 139907663893024 139907643716965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11536] ppid=11530 vsize=26000848 memory=9232 CPUtime=0 cores=0-7
/proc/11533/task/11536/stat : 11536 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 10496 33554432000 4194304 4196468 140736937940976 139907217930768 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11537] ppid=11530 vsize=26000848 memory=140473431005500 CPUtime=0 cores=0-7
/proc/11533/task/11537/stat : 11537 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 10496 33554432000 4194304 4196468 140736937940976 139907216878224 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11538] ppid=11530 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/11533/task/11538/stat : 11538 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 10496 33554432000 4194304 4196468 140736937940976 139907215825168 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11539] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11539/stat : 11539 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 10496 33554432000 4194304 4196468 140736937940976 139907214772624 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11540] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11540/stat : 11540 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 10496 33554432000 4194304 4196468 140736937940976 139907213720592 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11541] ppid=11530 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/11533/task/11541/stat : 11541 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 10496 33554432000 4194304 4196468 140736937940976 139907212668048 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11542] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11542/stat : 11542 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 10496 33554432000 4194304 4196468 140736937940976 139907211614992 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11543] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11543/stat : 11543 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624868352 10496 33554432000 4194304 4196468 140736937940976 139907210562448 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11544] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11544/stat : 11544 (java) S 11530 11533 4410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97210462 26624868352 10496 33554432000 4194304 4196468 140736937940976 139906335594736 139907659684482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11545] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11545/stat : 11545 (java) S 11530 11533 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97210463 26624868352 10496 33554432000 4194304 4196468 140736937940976 139906334540960 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11546] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11546/stat : 11546 (java) S 11530 11533 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97210463 26624868352 10496 33554432000 4194304 4196468 140736937940976 139906333487856 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11547] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11547/stat : 11547 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210466 26624868352 10496 33554432000 4194304 4196468 140736937940976 139906332436432 139907659691931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11548] ppid=11530 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/11533/task/11548/stat : 11548 (java) S 11530 11533 4410 0 -1 1077944384 433 0 0 0 1 0 0 0 20 0 20 0 97210466 26624868352 10496 33554432000 4194304 4196468 140736937940976 139906331384560 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11549] ppid=11530 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/11533/task/11549/stat : 11549 (java) S 11530 11533 4410 0 -1 1077944384 175 0 0 0 1 0 0 0 20 0 20 0 97210466 26624868352 10496 33554432000 4194304 4196468 140736937940976 139906330332016 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11550] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11550/stat : 11550 (java) S 11530 11533 4410 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 97210466 26624868352 10496 33554432000 4194304 4196468 140736937940976 139906329278960 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11551] ppid=11530 vsize=26000848 memory=0 CPUtime=0.05 cores=0-7
/proc/11533/task/11551/stat : 11551 (java) R 11530 11533 4410 0 -1 4202560 389 0 0 0 5 0 0 0 20 0 20 0 97210466 26624868352 10496 33554432000 4194304 4196468 140736937940976 139906328226416 139907638516509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11552] ppid=11530 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11552/stat : 11552 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97210466 26624868352 10496 33554432000 4194304 4196468 140736937940976 139906327173600 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11553] ppid=11530 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/11533/task/11553/stat : 11553 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210466 26624868352 10496 33554432000 4194304 4196468 140736937940976 139906326121136 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 41984 KiB

[startup+0.310353 s]*
/proc/loadavg: 7.01 7.25 7.41 2/200 11553
/proc/meminfo: memFree=28527676/32770624 swapFree=67108860/67108860
[pid=11533] ppid=11530 vsize=26000868 memory=49652 CPUtime=0.48 cores=0-7
/proc/11533/stat : 11533 (java) S 11530 11533 4410 0 -1 1077944320 10710 0 1 0 45 3 0 0 20 0 20 0 97210460 26624888832 12413 33554432000 4194304 4196468 140736937940976 140736937923520 139907659673335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
/proc/11533/statm: 6500217 12413 3699 1 0 6487932 0
[pid=11533/tid=11535] ppid=11530 vsize=26000868 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/11533/task/11535/stat : 11535 (java) R 11530 11533 4410 0 -1 4202560 7803 0 1 0 26 2 0 0 20 0 20 0 97210460 26624888832 12413 33554432000 4194304 4196468 140736937940976 139907663884240 139907659685270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11536] ppid=11530 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11536/stat : 11536 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624888832 12413 33554432000 4194304 4196468 140736937940976 139907217930768 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11537] ppid=11530 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11537/stat : 11537 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26624888832 12413 33554432000 4194304 4196468 140736937940976 139907216878224 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11538] ppid=11530 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11538/stat : 11538 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26624888832 12413 33554432000 4194304 4196468 140736937940976 139907215825168 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11539] ppid=11530 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11539/stat : 11539 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97210461 26624888832 12413 33554432000 4194304 4196468 140736937940976 139907214772624 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11540] ppid=11530 vsize=26000868 memory=2244 CPUtime=0 cores=0-7
/proc/11533/task/11540/stat : 11540 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624888832 12413 33554432000 4194304 4196468 140736937940976 139907213720592 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11541] ppid=11530 vsize=26000868 memory=140473280852911 CPUtime=0 cores=0-7
/proc/11533/task/11541/stat : 11541 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624888832 12413 33554432000 4194304 4196468 140736937940976 139907212668048 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11542] ppid=11530 vsize=26000868 memory=140473280855216 CPUtime=0 cores=0-7
/proc/11533/task/11542/stat : 11542 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26624888832 12413 33554432000 4194304 4196468 140736937940976 139907211614992 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11543] ppid=11530 vsize=26000868 memory=140473280857520 CPUtime=0 cores=0-7
/proc/11533/task/11543/stat : 11543 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26624888832 12413 33554432000 4194304 4196468 140736937940976 139907210562448 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11544] ppid=11530 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11544/stat : 11544 (java) S 11530 11533 4410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97210462 26624888832 12413 33554432000 4194304 4196468 140736937940976 139906335594736 139907659684482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11545] ppid=11530 vsize=26000868 memory=280946561722000 CPUtime=0 cores=0-7
/proc/11533/task/11545/stat : 11545 (java) S 11530 11533 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97210463 26624888832 12413 33554432000 4194304 4196468 140736937940976 139906334540960 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11546] ppid=11530 vsize=26000868 memory=280946561728912 CPUtime=0 cores=0-7
/proc/11533/task/11546/stat : 11546 (java) S 11530 11533 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97210463 26624888832 12413 33554432000 4194304 4196468 140736937940976 139906333487856 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11547] ppid=11530 vsize=26000868 memory=280946561670192 CPUtime=0 cores=0-7
/proc/11533/task/11547/stat : 11547 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210466 26624888832 12413 33554432000 4194304 4196468 140736937940976 139906332436432 139907659691931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11548] ppid=11530 vsize=26000868 memory=280946561742736 CPUtime=0.02 cores=0-7
/proc/11533/task/11548/stat : 11548 (java) S 11530 11533 4410 0 -1 1077944384 443 0 0 0 2 0 0 0 20 0 20 0 97210466 26624888832 12413 33554432000 4194304 4196468 140736937940976 139906331384560 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11549] ppid=11530 vsize=26000868 memory=280946561749648 CPUtime=0.03 cores=0-7
/proc/11533/task/11549/stat : 11549 (java) S 11530 11533 4410 0 -1 1077944384 383 0 0 0 3 0 0 0 20 0 20 0 97210466 26624888832 12413 33554432000 4194304 4196468 140736937940976 139906330332016 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11550] ppid=11530 vsize=26000868 memory=280946561747344 CPUtime=0.03 cores=0-7
/proc/11533/task/11550/stat : 11550 (java) S 11530 11533 4410 0 -1 1077944384 207 0 0 0 3 0 0 0 20 0 20 0 97210466 26624888832 12413 33554432000 4194304 4196468 140736937940976 139906329278960 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11551] ppid=11530 vsize=26000868 memory=280946561763952 CPUtime=0.08 cores=0-7
/proc/11533/task/11551/stat : 11551 (java) R 11530 11533 4410 0 -1 4202560 489 0 0 0 8 0 0 0 20 0 20 0 97210466 26624888832 12413 33554432000 4194304 4196468 140736937940976 139906328226416 139907659694682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11552] ppid=11530 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11552/stat : 11552 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97210466 26624888832 12413 33554432000 4194304 4196468 140736937940976 139906327173600 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11553] ppid=11530 vsize=26000868 memory=-1 CPUtime=0 cores=0-7
/proc/11533/task/11553/stat : 11553 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210466 26624888832 12413 33554432000 4194304 4196468 140736937940976 139906326121136 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000868 KiB
Current children cumulated memory: 49652 KiB

[startup+0.700954 s]
/proc/loadavg: 7.01 7.25 7.41 3/200 11553
/proc/meminfo: memFree=28509112/32770624 swapFree=67108860/67108860
[pid=11533] ppid=11530 vsize=26002916 memory=106192 CPUtime=1.65 cores=0-7
/proc/11533/stat : 11533 (java) S 11530 11533 4410 0 -1 1077944320 14543 0 1 0 160 5 0 0 20 0 20 0 97210460 26626985984 26482 33554432000 4194304 4196468 140736937940976 140736937923520 139907659673335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
/proc/11533/statm: 6500729 26548 3778 1 0 6488444 0
[pid=11533/tid=11535] ppid=11530 vsize=26002916 memory=0 CPUtime=0.66 cores=0-7
/proc/11533/task/11535/stat : 11535 (java) R 11530 11533 4410 0 -1 4202560 8456 0 1 0 63 3 0 0 20 0 20 0 97210460 26626985984 26548 33554432000 4194304 4196468 140736937940976 139907663909216 139907300196900 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11536] ppid=11530 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11536/stat : 11536 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26626985984 26548 33554432000 4194304 4196468 140736937940976 139907217930768 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11537] ppid=11530 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11537/stat : 11537 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26626985984 26548 33554432000 4194304 4196468 140736937940976 139907216878224 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11538] ppid=11530 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/11533/task/11538/stat : 11538 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26626985984 26548 33554432000 4194304 4196468 140736937940976 139907215825168 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11539] ppid=11530 vsize=26002916 memory=1008 CPUtime=0 cores=0-7
/proc/11533/task/11539/stat : 11539 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97210461 26626985984 26548 33554432000 4194304 4196468 140736937940976 139907214772624 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11540] ppid=11530 vsize=26002916 memory=11008 CPUtime=0 cores=0-7
/proc/11533/task/11540/stat : 11540 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26626985984 26548 33554432000 4194304 4196468 140736937940976 139907213720592 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11541] ppid=11530 vsize=26002916 memory=1228 CPUtime=0 cores=0-7
/proc/11533/task/11541/stat : 11541 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26626985984 26548 33554432000 4194304 4196468 140736937940976 139907212668048 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11542] ppid=11530 vsize=26002916 memory=1420 CPUtime=0 cores=0-7
/proc/11533/task/11542/stat : 11542 (java) S 11530 11533 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97210461 26626985984 26548 33554432000 4194304 4196468 140736937940976 139907211614992 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11543] ppid=11530 vsize=26002916 memory=15872 CPUtime=0 cores=0-7
/proc/11533/task/11543/stat : 11543 (java) S 11530 11533 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97210461 26626985984 26548 33554432000 4194304 4196468 140736937940976 139907210562448 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11544] ppid=11530 vsize=26002916 memory=16448 CPUtime=0 cores=0-7
/proc/11533/task/11544/stat : 11544 (java) S 11530 11533 4410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97210462 26626985984 26548 33554432000 4194304 4196468 140736937940976 139906335594736 139907659684482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0

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

[pid=11533/tid=11560] ppid=11530 vsize=26809876 memory=1236 CPUtime=14.91 cores=0-7
/proc/11533/task/11560/stat : 11560 (java) S 11530 11533 4410 0 -1 1077944384 4281 0 0 0 1481 10 0 0 20 0 32 0 97214020 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906305315792 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11561] ppid=11530 vsize=26809876 memory=644 CPUtime=14.82 cores=0-7
/proc/11533/task/11561/stat : 11561 (java) S 11530 11533 4410 0 -1 1077944384 4677 0 0 0 1470 12 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906304266432 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11562] ppid=11530 vsize=26809876 memory=1200 CPUtime=14.85 cores=0-7
/proc/11533/task/11562/stat : 11562 (java) S 11530 11533 4410 0 -1 1077944384 4809 0 0 0 1479 6 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906303214080 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11563] ppid=11530 vsize=26809876 memory=8552 CPUtime=14.98 cores=0-7
/proc/11533/task/11563/stat : 11563 (java) S 11530 11533 4410 0 -1 1077944384 4420 0 0 0 1483 15 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906302161392 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11564] ppid=11530 vsize=26809876 memory=5516 CPUtime=0 cores=0-7
/proc/11533/task/11564/stat : 11564 (java) S 11530 11533 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906301113760 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11565] ppid=11530 vsize=26809876 memory=4616 CPUtime=0 cores=0-7
/proc/11533/task/11565/stat : 11565 (java) S 11530 11533 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906300061216 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
Current children cumulated CPU time: 1723.9 s
Current children cumulated vsize: 26809876 KiB
Current children cumulated memory: 23286616 KiB

[startup+253.601 s]
/proc/loadavg: 7.96 7.27 7.33 9/213 11573
/proc/meminfo: memFree=5241828/32770624 swapFree=67108860/67108860
[pid=11533] ppid=11530 vsize=26809876 memory=23286616 CPUtime=1726.98 cores=0-7
/proc/11533/stat : 11533 (java) S 11530 11533 4410 0 -1 1077944320 1845310 0 1 0 167681 5017 0 0 20 0 32 0 97210460 27453313024 5821654 33554432000 4194304 4196468 140736937940976 140736937923520 139907659673335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
/proc/11533/statm: 6702469 5821654 3866 1 0 6690184 0
[pid=11533/tid=11535] ppid=11530 vsize=26809876 memory=8552 CPUtime=27.66 cores=0-7
/proc/11533/task/11535/stat : 11535 (java) S 11530 11533 4410 0 -1 1077944384 19309 0 1 0 2717 49 0 0 20 0 32 0 97210460 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907663916208 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11536] ppid=11530 vsize=26809876 memory=5516 CPUtime=196.22 cores=0-7
/proc/11533/task/11536/stat : 11536 (java) R 11530 11533 4410 0 -1 4202560 206231 0 0 0 19016 606 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907217930888 139907652301543 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11537] ppid=11530 vsize=26809876 memory=6791534058613427641 CPUtime=194.99 cores=0-7
/proc/11533/task/11537/stat : 11537 (java) S 11530 11533 4410 0 -1 1077944384 213005 0 0 0 18923 576 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907216878032 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11538] ppid=11530 vsize=26809876 memory=6760 CPUtime=195.03 cores=0-7
/proc/11533/task/11538/stat : 11538 (java) R 11530 11533 4410 0 -1 4202560 113073 0 0 0 18922 581 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907215825288 139907652301543 0 4 0 16800975 0 0 0 -1 7 0 0 17 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11539] ppid=11530 vsize=26809876 memory=840 CPUtime=196.08 cores=0-7
/proc/11533/task/11539/stat : 11539 (java) R 11530 11533 4410 0 -1 4202560 117766 0 0 0 18993 615 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907214772432 139907643056368 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11540] ppid=11530 vsize=26809876 memory=4100 CPUtime=195.46 cores=0-7
/proc/11533/task/11540/stat : 11540 (java) R 11530 11533 4410 0 -1 4202560 254157 0 0 0 18930 616 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907213720400 139907652301543 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11541] ppid=11530 vsize=26809876 memory=1692 CPUtime=195.5 cores=0-7
/proc/11533/task/11541/stat : 11541 (java) R 11530 11533 4410 0 -1 4202560 192334 0 0 0 18946 604 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907212668248 139907644669739 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11542] ppid=11530 vsize=26809876 memory=916 CPUtime=195.3 cores=0-7
/proc/11533/task/11542/stat : 11542 (java) R 11530 11533 4410 0 -1 4202560 209294 0 0 0 18931 599 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907211614800 139907652301543 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11543] ppid=11530 vsize=26809876 memory=4116 CPUtime=195.01 cores=0-7
/proc/11533/task/11543/stat : 11543 (java) R 11530 11533 4410 0 -1 4202560 125589 0 0 0 18926 575 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907210562256 139907652301543 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11544] ppid=11530 vsize=26809876 memory=6791534058613427641 CPUtime=9.86 cores=0-7
/proc/11533/task/11544/stat : 11544 (java) S 11530 11533 4410 0 -1 1077944384 314735 0 0 0 914 72 0 0 20 0 32 0 97210462 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906335593280 139907659683541 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11545] ppid=11530 vsize=26809876 memory=23286600 CPUtime=0 cores=0-7
/proc/11533/task/11545/stat : 11545 (java) S 11530 11533 4410 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 32 0 97210463 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906334541024 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11546] ppid=11530 vsize=26809876 memory=8475934421974017648 CPUtime=0 cores=0-7
/proc/11533/task/11546/stat : 11546 (java) S 11530 11533 4410 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 32 0 97210463 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906333487872 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11547] ppid=11530 vsize=26809876 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11533/task/11547/stat : 11547 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906332436080 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11548] ppid=11530 vsize=26809876 memory=8475934422144411248 CPUtime=1.79 cores=0-7
/proc/11533/task/11548/stat : 11548 (java) S 11530 11533 4410 0 -1 1077944384 8502 0 0 0 177 2 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906331384560 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11549] ppid=11530 vsize=26809876 memory=7752549240507742777 CPUtime=1.87 cores=0-7
/proc/11533/task/11549/stat : 11549 (java) S 11530 11533 4410 0 -1 1077944384 6316 0 0 0 186 1 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906330332016 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11550] ppid=11530 vsize=26809876 memory=7679937479727729978 CPUtime=1.7 cores=0-7
/proc/11533/task/11550/stat : 11550 (java) S 11530 11533 4410 0 -1 1077944384 8134 0 0 0 168 2 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906329278960 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11551] ppid=11530 vsize=26809876 memory=8028676333673396832 CPUtime=1.1 cores=0-7
/proc/11533/task/11551/stat : 11551 (java) S 11530 11533 4410 0 -1 1077944384 15666 0 0 0 106 4 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906328226416 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11552] ppid=11530 vsize=26809876 memory=-7316765472999196112 CPUtime=0 cores=0-7
/proc/11533/task/11552/stat : 11552 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906327173600 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11553] ppid=11530 vsize=26809876 memory=-3689385055762157466 CPUtime=0.09 cores=0-7
/proc/11533/task/11553/stat : 11553 (java) S 11530 11533 4410 0 -1 1077944384 938 0 0 0 3 6 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906326121136 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11554] ppid=11530 vsize=26809876 memory=2428 CPUtime=0 cores=0-7
/proc/11533/task/11554/stat : 11554 (java) S 11530 11533 4410 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 32 0 97213995 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906315833856 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11555] ppid=11530 vsize=26809876 memory=1728 CPUtime=0.1 cores=0-7
/proc/11533/task/11555/stat : 11555 (java) S 11530 11533 4410 0 -1 1077944384 2716 0 0 0 7 3 0 0 20 0 32 0 97214007 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906312684000 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11556] ppid=11530 vsize=26809876 memory=1716 CPUtime=14.84 cores=0-7
/proc/11533/task/11556/stat : 11556 (java) S 11530 11533 4410 0 -1 1077944384 4675 0 0 0 1469 15 0 0 20 0 32 0 97214017 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906309529968 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11557] ppid=11530 vsize=26809876 memory=796 CPUtime=14.88 cores=0-7
/proc/11533/task/11557/stat : 11557 (java) S 11530 11533 4410 0 -1 1077944384 4505 0 0 0 1475 13 0 0 20 0 32 0 97214018 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906308478240 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11558] ppid=11530 vsize=26809876 memory=1952 CPUtime=14.83 cores=0-7
/proc/11533/task/11558/stat : 11558 (java) S 11530 11533 4410 0 -1 1077944384 4327 0 0 0 1470 13 0 0 20 0 32 0 97214018 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906307425200 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11559] ppid=11530 vsize=26809876 memory=2196 CPUtime=14.85 cores=0-7
/proc/11533/task/11559/stat : 11559 (java) S 11530 11533 4410 0 -1 1077944384 4292 0 0 0 1470 15 0 0 20 0 32 0 97214020 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906306372656 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11560] ppid=11530 vsize=26809876 memory=6760 CPUtime=14.91 cores=0-7
/proc/11533/task/11560/stat : 11560 (java) S 11530 11533 4410 0 -1 1077944384 4281 0 0 0 1481 10 0 0 20 0 32 0 97214020 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906305315792 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11561] ppid=11530 vsize=26809876 memory=840 CPUtime=14.82 cores=0-7
/proc/11533/task/11561/stat : 11561 (java) S 11530 11533 4410 0 -1 1077944384 4677 0 0 0 1470 12 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906304266432 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11562] ppid=11530 vsize=26809876 memory=4100 CPUtime=14.85 cores=0-7
/proc/11533/task/11562/stat : 11562 (java) S 11530 11533 4410 0 -1 1077944384 4809 0 0 0 1479 6 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906303214080 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11563] ppid=11530 vsize=26809876 memory=1692 CPUtime=14.98 cores=0-7
/proc/11533/task/11563/stat : 11563 (java) S 11530 11533 4410 0 -1 1077944384 4420 0 0 0 1483 15 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906302161392 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11564] ppid=11530 vsize=26809876 memory=916 CPUtime=0 cores=0-7
/proc/11533/task/11564/stat : 11564 (java) S 11530 11533 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906301113760 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11565] ppid=11530 vsize=26809876 memory=4116 CPUtime=0 cores=0-7
/proc/11533/task/11565/stat : 11565 (java) S 11530 11533 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906300061216 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
Current children cumulated CPU time: 1726.98 s
Current children cumulated vsize: 26809876 KiB
Current children cumulated memory: 23286616 KiB

[startup+254.001 s]
/proc/loadavg: 7.96 7.27 7.33 9/213 11573
/proc/meminfo: memFree=5241828/32770624 swapFree=67108860/67108860
[pid=11533] ppid=11530 vsize=26809876 memory=23286616 CPUtime=1730.07 cores=0-7
/proc/11533/stat : 11533 (java) S 11530 11533 4410 0 -1 1077944320 1845310 0 1 0 167989 5018 0 0 20 0 32 0 97210460 27453313024 5821654 33554432000 4194304 4196468 140736937940976 140736937923520 139907659673335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
/proc/11533/statm: 6702469 5821654 3866 1 0 6690184 0
[pid=11533/tid=11535] ppid=11530 vsize=26809876 memory=1788 CPUtime=27.66 cores=0-7
/proc/11533/task/11535/stat : 11535 (java) S 11530 11533 4410 0 -1 1077944384 19309 0 1 0 2717 49 0 0 20 0 32 0 97210460 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907663916208 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11536] ppid=11530 vsize=26809876 memory=952 CPUtime=196.6 cores=0-7
/proc/11533/task/11536/stat : 11536 (java) R 11530 11533 4410 0 -1 4202560 206231 0 0 0 19054 606 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907217930576 139907652301543 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11537] ppid=11530 vsize=26809876 memory=2340 CPUtime=195.38 cores=0-7
/proc/11533/task/11537/stat : 11537 (java) R 11530 11533 4410 0 -1 4202560 213005 0 0 0 18962 576 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907216878032 139907652301543 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11538] ppid=11530 vsize=26809876 memory=1580 CPUtime=195.42 cores=0-7
/proc/11533/task/11538/stat : 11538 (java) R 11530 11533 4410 0 -1 4202560 113073 0 0 0 18960 582 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907215825288 139907652301543 0 4 0 16800975 0 0 0 -1 7 0 0 17 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11539] ppid=11530 vsize=26809876 memory=928 CPUtime=196.47 cores=0-7
/proc/11533/task/11539/stat : 11539 (java) R 11530 11533 4410 0 -1 4202560 117766 0 0 0 19031 616 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907214772432 139907652301543 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11540] ppid=11530 vsize=26809876 memory=2240 CPUtime=195.85 cores=0-7
/proc/11533/task/11540/stat : 11540 (java) R 11530 11533 4410 0 -1 4202560 254157 0 0 0 18968 617 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907213720712 139907652301543 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11541] ppid=11530 vsize=26809876 memory=4128 CPUtime=195.9 cores=0-7
/proc/11533/task/11541/stat : 11541 (java) R 11530 11533 4410 0 -1 4202560 192334 0 0 0 18986 604 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907212668248 139907644669739 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11542] ppid=11530 vsize=26809876 memory=2196 CPUtime=195.68 cores=0-7
/proc/11533/task/11542/stat : 11542 (java) R 11530 11533 4410 0 -1 4202560 209294 0 0 0 18969 599 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907211615112 139907652301543 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11543] ppid=11530 vsize=26809876 memory=6760 CPUtime=195.4 cores=0-7
/proc/11533/task/11543/stat : 11543 (java) R 11530 11533 4410 0 -1 4202560 125589 0 0 0 18965 575 0 0 20 0 32 0 97210461 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139907210562256 139907652301543 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11544] ppid=11530 vsize=26809876 memory=840 CPUtime=9.86 cores=0-7
/proc/11533/task/11544/stat : 11544 (java) S 11530 11533 4410 0 -1 1077944384 314735 0 0 0 914 72 0 0 20 0 32 0 97210462 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906335593280 139907659683541 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11545] ppid=11530 vsize=26809876 memory=4100 CPUtime=0 cores=0-7
/proc/11533/task/11545/stat : 11545 (java) S 11530 11533 4410 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 32 0 97210463 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906334541024 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11546] ppid=11530 vsize=26809876 memory=1692 CPUtime=0 cores=0-7
/proc/11533/task/11546/stat : 11546 (java) S 11530 11533 4410 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 32 0 97210463 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906333487872 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11547] ppid=11530 vsize=26809876 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11533/task/11547/stat : 11547 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906332436080 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11548] ppid=11530 vsize=26809876 memory=2196 CPUtime=1.79 cores=0-7
/proc/11533/task/11548/stat : 11548 (java) S 11530 11533 4410 0 -1 1077944384 8502 0 0 0 177 2 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906331384560 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11549] ppid=11530 vsize=26809876 memory=6760 CPUtime=1.87 cores=0-7
/proc/11533/task/11549/stat : 11549 (java) S 11530 11533 4410 0 -1 1077944384 6316 0 0 0 186 1 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906330332016 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11550] ppid=11530 vsize=26809876 memory=840 CPUtime=1.7 cores=0-7
/proc/11533/task/11550/stat : 11550 (java) S 11530 11533 4410 0 -1 1077944384 8134 0 0 0 168 2 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906329278960 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11551] ppid=11530 vsize=26809876 memory=4100 CPUtime=1.1 cores=0-7
/proc/11533/task/11551/stat : 11551 (java) S 11530 11533 4410 0 -1 1077944384 15666 0 0 0 106 4 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906328226416 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11552] ppid=11530 vsize=26809876 memory=1692 CPUtime=0 cores=0-7
/proc/11533/task/11552/stat : 11552 (java) S 11530 11533 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906327173600 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11553] ppid=11530 vsize=26809876 memory=916 CPUtime=0.09 cores=0-7
/proc/11533/task/11553/stat : 11553 (java) S 11530 11533 4410 0 -1 1077944384 938 0 0 0 3 6 0 0 20 0 32 0 97210466 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906326121136 139907659684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11554] ppid=11530 vsize=26809876 memory=4116 CPUtime=0 cores=0-7
/proc/11533/task/11554/stat : 11554 (java) S 11530 11533 4410 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 32 0 97213995 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906315833856 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11555] ppid=11530 vsize=26809876 memory=1156 CPUtime=0.1 cores=0-7
/proc/11533/task/11555/stat : 11555 (java) S 11530 11533 4410 0 -1 1077944384 2716 0 0 0 7 3 0 0 20 0 32 0 97214007 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906312684000 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11556] ppid=11530 vsize=26809876 memory=23286600 CPUtime=14.84 cores=0-7
/proc/11533/task/11556/stat : 11556 (java) S 11530 11533 4410 0 -1 1077944384 4675 0 0 0 1469 15 0 0 20 0 32 0 97214017 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906309529968 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11557] ppid=11530 vsize=26809876 memory=16448 CPUtime=14.88 cores=0-7
/proc/11533/task/11557/stat : 11557 (java) S 11530 11533 4410 0 -1 1077944384 4505 0 0 0 1475 13 0 0 20 0 32 0 97214018 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906308478240 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11558] ppid=11530 vsize=26809876 memory=4140 CPUtime=14.83 cores=0-7
/proc/11533/task/11558/stat : 11558 (java) S 11530 11533 4410 0 -1 1077944384 4327 0 0 0 1470 13 0 0 20 0 32 0 97214018 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906307425200 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11559] ppid=11530 vsize=26809876 memory=6791534058613427641 CPUtime=14.85 cores=0-7
/proc/11533/task/11559/stat : 11559 (java) S 11530 11533 4410 0 -1 1077944384 4292 0 0 0 1470 15 0 0 20 0 32 0 97214020 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906306372656 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11560] ppid=11530 vsize=26809876 memory=1236 CPUtime=14.91 cores=0-7
/proc/11533/task/11560/stat : 11560 (java) S 11530 11533 4410 0 -1 1077944384 4281 0 0 0 1481 10 0 0 20 0 32 0 97214020 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906305315792 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11561] ppid=11530 vsize=26809876 memory=644 CPUtime=14.82 cores=0-7
/proc/11533/task/11561/stat : 11561 (java) S 11530 11533 4410 0 -1 1077944384 4677 0 0 0 1470 12 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906304266432 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11562] ppid=11530 vsize=26809876 memory=1788 CPUtime=14.85 cores=0-7
/proc/11533/task/11562/stat : 11562 (java) S 11530 11533 4410 0 -1 1077944384 4809 0 0 0 1479 6 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906303214080 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11563] ppid=11530 vsize=26809876 memory=952 CPUtime=14.98 cores=0-7
/proc/11533/task/11563/stat : 11563 (java) S 11530 11533 4410 0 -1 1077944384 4420 0 0 0 1483 15 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906302161392 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11564] ppid=11530 vsize=26809876 memory=2340 CPUtime=0 cores=0-7
/proc/11533/task/11564/stat : 11564 (java) S 11530 11533 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906301113760 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
[pid=11533/tid=11565] ppid=11530 vsize=26809876 memory=3752 CPUtime=0 cores=0-7
/proc/11533/task/11565/stat : 11565 (java) S 11530 11533 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 97214021 27453313024 5821654 33554432000 4194304 4196468 140736937940976 139906300061216 139907659683541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20144128 140736937948263 140736937948448 140736937948448 140736937951183 0
Current children cumulated CPU time: 1730.07 s
Current children cumulated vsize: 26809876 KiB
Current children cumulated memory: 23286616 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 254.126
CPU time (s): 1730.24
CPU user time (s): 1679.93
CPU system time (s): 50.3076
CPU usage (%): 680.859
Max. virtual memory (cumulated for all children) (KiB): 26809876
Max. memory (cumulated for all children) (KiB): 23286616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1679.93
system time used= 50.3076
maximum resident set size= 23286964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1845317
page faults= 1
swaps= 0
block input operations= 2320
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52035
involuntary context switches= 44601


# summary of solver processes directly reported to runsolver:
#   pid: 11533
#   total CPU time (s): 1730.24
#   total CPU user time (s): 1679.93
#   total CPU system time (s): 50.3076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.34675 second user time and 2.74149 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 18:06:07
IDJOB=4257172
IDBENCH=123153
IDSOLVER=2641
FILE ID=node104/4257172-1502641225
RUNJOBID= node104-1502637289-4437
PBS_JOBID= 20628328
Free space on /tmp= 61864 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-sko100a.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257172-1502641225/watcher-4257172-1502641225 -o /tmp/evaluation-result-4257172-1502641225/solver-4257172-1502641225 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502637289-4437 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1333814359 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4257172-1502641225.xml

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

MD5SUM BENCH= 1913240080a58bfaef30e5e1db7876b5
RANDOM SEED=1333814359

node104.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.43
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.43
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.43
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.43
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:        28561896 kB
MemAvailable:   31985204 kB
Buffers:          160660 kB
Cached:          3543856 kB
SwapCached:            0 kB
Active:           385772 kB
Inactive:        3369556 kB
Active(anon):      53736 kB
Inactive(anon):    25024 kB
Active(file):     332036 kB
Inactive(file):  3344532 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42620 kB
Writeback:             8 kB
AnonPages:         56716 kB
Mapped:            43528 kB
Shmem:             25228 kB
Slab:             150388 kB
SReclaimable:     125148 kB
SUnreclaim:        25240 kB
KernelStack:        3232 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61824 MiB
End job on node104 at 2017-08-13 18:10:21