Trace number 4285443

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22? (TO) 19321.801 2522.3101

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0090-int.xml
MD5SUM736de82f791153c97c8888e5ab3f097d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.1166
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints16020
Number of domains1
Minimum domain size89
Maximum domain size89
Distribution of domain sizes[{"size":89,"count":90}]
Minimum variable degree356
Maximum variable degree356
Distribution of variable degrees[{"degree":356,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":16020}]
Number of extensional constraints0
Number of intensional constraints16020
Distribution of constraint types[{"type":"intension","count":16020}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 1758500745
0.30/0.25	c timeout: 20160
0.30/0.26	c memlimit: 22000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
196.70/41.21	c Parsing done, starting search...
1475.28/229.17	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-463724780]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1475.28/229.20	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1475.28/229.20	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1475.28/229.20	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1475.28/229.20	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1475.28/229.20	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1475.28/229.20	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1475.28/229.20	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1475.28/229.20	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1475.28/229.20	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1475.28/229.20	c java.lang.Thread.run(Thread.java:748)
1475.28/229.20	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 (11271 MiB free)
  memory of node 1: 16384 MiB (9787 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285443-1503434489/watcher-4285443-1503434489 -o /tmp/evaluation-result-4285443-1503434489/solver-4285443-1503434489 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503425971-8741 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1758500745 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285443-1503434489.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
Current StackSize limit: 8192 KiB

solver pid=10418, runsolver pid=10415

[startup+0.100116 s]*
/proc/loadavg: 4.93 2.37 1.58 2/198 10438
/proc/meminfo: memFree=21548112/32770624 swapFree=67108860/67108860
[pid=10418] ppid=10415 vsize=26000852 memory=30032 CPUtime=0.12 cores=0-7
/proc/10418/stat : 10418 (java) S 10415 10418 8714 0 -1 1077944320 8424 0 0 0 11 1 0 0 20 0 20 0 176536727 26624872448 7508 33554432000 4194304 4196468 140735732706368 140735732688912 139804303773431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
/proc/10418/statm: 6500213 7508 3407 1 0 6487932 0
[pid=10418/tid=10420] ppid=10415 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/10418/task/10420/stat : 10420 (java) R 10415 10418 8714 0 -1 4202560 6312 0 0 0 8 1 0 0 20 0 20 0 176536727 26624872448 7508 33554432000 4194304 4196468 140735732706368 139804307970384 139804287853918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10421] ppid=10415 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10418/task/10421/stat : 10421 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 7508 33554432000 4194304 4196468 140735732706368 139803861527440 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10422] ppid=10415 vsize=26000852 memory=139908180768384 CPUtime=0 cores=0-7
/proc/10418/task/10422/stat : 10422 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 7508 33554432000 4194304 4196468 140735732706368 139803860474640 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10423] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10423/stat : 10423 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 7508 33554432000 4194304 4196468 140735732706368 139803859422352 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10424] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10424/stat : 10424 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 7508 33554432000 4194304 4196468 140735732706368 139803858369552 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10425] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10425/stat : 10425 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 7508 33554432000 4194304 4196468 140735732706368 139803857316240 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10426] ppid=10415 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/10418/task/10426/stat : 10426 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 7508 33554432000 4194304 4196468 140735732706368 139803856263440 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10427] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10427/stat : 10427 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 7508 33554432000 4194304 4196468 140735732706368 139803855211152 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10428] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10428/stat : 10428 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 7508 33554432000 4194304 4196468 140735732706368 139803854158352 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10429] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10429/stat : 10429 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536729 26624872448 7508 33554432000 4194304 4196468 140735732706368 139802711087728 139804303784578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10430] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10430/stat : 10430 (java) S 10415 10418 8714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176536730 26624872448 7508 33554432000 4194304 4196468 140735732706368 139802710033696 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10431] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10431/stat : 10431 (java) S 10415 10418 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176536730 26624872448 7508 33554432000 4194304 4196468 140735732706368 139802708981360 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10432] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10432/stat : 10432 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536732 26624872448 7508 33554432000 4194304 4196468 140735732706368 139802707929680 139804303792027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10433] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10433/stat : 10433 (java) S 10415 10418 8714 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 20 0 176536732 26624872448 7508 33554432000 4194304 4196468 140735732706368 139802706876528 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10434] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10434/stat : 10434 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176536733 26624872448 7508 33554432000 4194304 4196468 140735732706368 139802705823728 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10435] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10435/stat : 10435 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536733 26624872448 7508 33554432000 4194304 4196468 140735732706368 139802704771440 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10436] ppid=10415 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/10418/task/10436/stat : 10436 (java) S 10415 10418 8714 0 -1 1077944384 436 0 0 0 2 0 0 0 20 0 20 0 176536733 26624872448 7508 33554432000 4194304 4196468 140735732706368 139802703718640 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10437] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10437/stat : 10437 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176536733 26624872448 7508 33554432000 4194304 4196468 140735732706368 139802702666592 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10438] ppid=10415 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/10418/task/10438/stat : 10438 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536733 26624872448 7508 33554432000 4194304 4196468 140735732706368 139802701613872 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 30032 KiB

[startup+0.209898 s]*
/proc/loadavg: 4.93 2.37 1.58 2/198 10438
/proc/meminfo: memFree=21539240/32770624 swapFree=67108860/67108860
[pid=10418] ppid=10415 vsize=26000852 memory=39640 CPUtime=0.3 cores=0-7
/proc/10418/stat : 10418 (java) S 10415 10418 8714 0 -1 1077944320 9556 0 0 0 28 2 0 0 20 0 20 0 176536727 26624872448 9910 33554432000 4194304 4196468 140735732706368 140735732688912 139804303773431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
/proc/10418/statm: 6500213 9910 3611 1 0 6487932 0
[pid=10418/tid=10420] ppid=10415 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/10418/task/10420/stat : 10420 (java) R 10415 10418 8714 0 -1 4202560 6973 0 0 0 18 1 0 0 20 0 20 0 176536727 26624872448 9910 33554432000 4194304 4196468 140735732706368 139804307999760 139804287853948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10421] ppid=10415 vsize=26000852 memory=12768 CPUtime=0 cores=0-7
/proc/10418/task/10421/stat : 10421 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 9910 33554432000 4194304 4196468 140735732706368 139803861527440 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10422] ppid=10415 vsize=26000852 memory=139908180777382 CPUtime=0 cores=0-7
/proc/10418/task/10422/stat : 10422 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 9910 33554432000 4194304 4196468 140735732706368 139803860474640 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10423] ppid=10415 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/10418/task/10423/stat : 10423 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 9910 33554432000 4194304 4196468 140735732706368 139803859422352 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10424] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10424/stat : 10424 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 9910 33554432000 4194304 4196468 140735732706368 139803858369552 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10425] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10425/stat : 10425 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 9910 33554432000 4194304 4196468 140735732706368 139803857316240 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10426] ppid=10415 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/10418/task/10426/stat : 10426 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 9910 33554432000 4194304 4196468 140735732706368 139803856263440 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10427] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10427/stat : 10427 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 9910 33554432000 4194304 4196468 140735732706368 139803855211152 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10428] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10428/stat : 10428 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176536728 26624872448 9910 33554432000 4194304 4196468 140735732706368 139803854158352 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10429] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10429/stat : 10429 (java) S 10415 10418 8714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176536729 26624872448 9910 33554432000 4194304 4196468 140735732706368 139802711087728 139804303784578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10430] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10430/stat : 10430 (java) S 10415 10418 8714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176536730 26624872448 9910 33554432000 4194304 4196468 140735732706368 139802710033696 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10431] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10431/stat : 10431 (java) S 10415 10418 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176536730 26624872448 9910 33554432000 4194304 4196468 140735732706368 139802708981360 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10432] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10432/stat : 10432 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536732 26624872448 9910 33554432000 4194304 4196468 140735732706368 139802707929680 139804303792027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10433] ppid=10415 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/10418/task/10433/stat : 10433 (java) S 10415 10418 8714 0 -1 1077944384 564 0 0 0 1 0 0 0 20 0 20 0 176536732 26624872448 9910 33554432000 4194304 4196468 140735732706368 139802706876528 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10434] ppid=10415 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/10418/task/10434/stat : 10434 (java) S 10415 10418 8714 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 176536733 26624872448 9910 33554432000 4194304 4196468 140735732706368 139802705823728 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10435] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10435/stat : 10435 (java) S 10415 10418 8714 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 176536733 26624872448 9910 33554432000 4194304 4196468 140735732706368 139802704771440 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10436] ppid=10415 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/10418/task/10436/stat : 10436 (java) S 10415 10418 8714 0 -1 1077944384 546 0 0 0 5 0 0 0 20 0 20 0 176536733 26624872448 9910 33554432000 4194304 4196468 140735732706368 139802703718640 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10437] ppid=10415 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10437/stat : 10437 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176536733 26624872448 9910 33554432000 4194304 4196468 140735732706368 139802702666592 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10438] ppid=10415 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/10418/task/10438/stat : 10438 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536733 26624872448 9910 33554432000 4194304 4196468 140735732706368 139802701613872 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 39640 KiB

[startup+0.309394 s]*
/proc/loadavg: 4.93 2.37 1.58 2/198 10438
/proc/meminfo: memFree=21531424/32770624 swapFree=67108860/67108860
[pid=10418] ppid=10415 vsize=26000872 memory=48264 CPUtime=0.48 cores=0-7
/proc/10418/stat : 10418 (java) S 10415 10418 8714 0 -1 1077944320 10865 0 0 0 46 2 0 0 20 0 20 0 176536727 26624892928 12066 33554432000 4194304 4196468 140735732706368 140735732688912 139804303773431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
/proc/10418/statm: 6500218 12066 3707 1 0 6487932 0
[pid=10418/tid=10420] ppid=10415 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10418/task/10420/stat : 10420 (java) R 10415 10418 8714 0 -1 4202560 7732 0 0 0 27 2 0 0 20 0 20 0 176536727 26624892928 12066 33554432000 4194304 4196468 140735732706368 139804307990400 139804287853918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10421] ppid=10415 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10421/stat : 10421 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26624892928 12066 33554432000 4194304 4196468 140735732706368 139803861527440 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10422] ppid=10415 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10422/stat : 10422 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624892928 12066 33554432000 4194304 4196468 140735732706368 139803860474640 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10423] ppid=10415 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10423/stat : 10423 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624892928 12066 33554432000 4194304 4196468 140735732706368 139803859422352 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10424] ppid=10415 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10424/stat : 10424 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26624892928 12066 33554432000 4194304 4196468 140735732706368 139803858369552 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10425] ppid=10415 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/10418/task/10425/stat : 10425 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624892928 12066 33554432000 4194304 4196468 140735732706368 139803857316240 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10426] ppid=10415 vsize=26000872 memory=139908022891439 CPUtime=0 cores=0-7
/proc/10418/task/10426/stat : 10426 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26624892928 12066 33554432000 4194304 4196468 140735732706368 139803856263440 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10427] ppid=10415 vsize=26000872 memory=139908022893744 CPUtime=0 cores=0-7
/proc/10418/task/10427/stat : 10427 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26624892928 12066 33554432000 4194304 4196468 140735732706368 139803855211152 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10428] ppid=10415 vsize=26000872 memory=139908022896048 CPUtime=0 cores=0-7
/proc/10418/task/10428/stat : 10428 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176536728 26624892928 12066 33554432000 4194304 4196468 140735732706368 139803854158352 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10429] ppid=10415 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10429/stat : 10429 (java) S 10415 10418 8714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176536729 26624892928 12066 33554432000 4194304 4196468 140735732706368 139802711087728 139804303784578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10430] ppid=10415 vsize=26000872 memory=279816045799056 CPUtime=0 cores=0-7
/proc/10418/task/10430/stat : 10430 (java) S 10415 10418 8714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176536730 26624892928 12066 33554432000 4194304 4196468 140735732706368 139802710033696 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10431] ppid=10415 vsize=26000872 memory=279816045805968 CPUtime=0 cores=0-7
/proc/10418/task/10431/stat : 10431 (java) S 10415 10418 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176536730 26624892928 12066 33554432000 4194304 4196468 140735732706368 139802708981360 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10432] ppid=10415 vsize=26000872 memory=279816045747248 CPUtime=0 cores=0-7
/proc/10418/task/10432/stat : 10432 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536732 26624892928 12066 33554432000 4194304 4196468 140735732706368 139802707929680 139804303792027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10433] ppid=10415 vsize=26000872 memory=279816045819792 CPUtime=0.03 cores=0-7
/proc/10418/task/10433/stat : 10433 (java) S 10415 10418 8714 0 -1 1077944384 725 0 0 0 3 0 0 0 20 0 20 0 176536732 26624892928 12066 33554432000 4194304 4196468 140735732706368 139802706876528 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10434] ppid=10415 vsize=26000872 memory=279816045826704 CPUtime=0.04 cores=0-7
/proc/10418/task/10434/stat : 10434 (java) S 10415 10418 8714 0 -1 1077944384 231 0 0 0 4 0 0 0 20 0 20 0 176536733 26624892928 12066 33554432000 4194304 4196468 140735732706368 139802705823728 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10435] ppid=10415 vsize=26000872 memory=279816045824400 CPUtime=0.01 cores=0-7
/proc/10418/task/10435/stat : 10435 (java) S 10415 10418 8714 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 176536733 26624892928 12066 33554432000 4194304 4196468 140735732706368 139802704771440 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10436] ppid=10415 vsize=26000872 memory=279816045841008 CPUtime=0.08 cores=0-7
/proc/10418/task/10436/stat : 10436 (java) S 10415 10418 8714 0 -1 1077944384 745 0 0 0 8 0 0 0 20 0 20 0 176536733 26624892928 12066 33554432000 4194304 4196468 140735732706368 139802703718640 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10437] ppid=10415 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10437/stat : 10437 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176536733 26624892928 12066 33554432000 4194304 4196468 140735732706368 139802702666592 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10438] ppid=10415 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/10418/task/10438/stat : 10438 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536733 26624892928 12066 33554432000 4194304 4196468 140735732706368 139802701613872 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 48264 KiB

[startup+0.700764 s]
/proc/loadavg: 4.93 2.37 1.58 4/198 10438
/proc/meminfo: memFree=21509820/32770624 swapFree=67108860/67108860
[pid=10418] ppid=10415 vsize=26002920 memory=105836 CPUtime=1.68 cores=0-7
/proc/10418/stat : 10418 (java) S 10415 10418 8714 0 -1 1077944320 15050 0 0 0 164 4 0 0 20 0 20 0 176536727 26626990080 26459 33554432000 4194304 4196468 140735732706368 140735732688912 139804303773431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
/proc/10418/statm: 6500730 26459 3777 1 0 6488444 0
[pid=10418/tid=10420] ppid=10415 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/10418/task/10420/stat : 10420 (java) R 10415 10418 8714 0 -1 4202560 8463 0 0 0 64 3 0 0 20 0 20 0 176536727 26626990080 26459 33554432000 4194304 4196468 140735732706368 139804308006144 139803944094308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10421] ppid=10415 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10421/stat : 10421 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26626990080 26459 33554432000 4194304 4196468 140735732706368 139803861527440 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10422] ppid=10415 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10422/stat : 10422 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26626990080 26459 33554432000 4194304 4196468 140735732706368 139803860474640 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10423] ppid=10415 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10423/stat : 10423 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26626990080 26459 33554432000 4194304 4196468 140735732706368 139803859422352 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10424] ppid=10415 vsize=26002920 memory=1004 CPUtime=0 cores=0-7
/proc/10418/task/10424/stat : 10424 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26626990080 26459 33554432000 4194304 4196468 140735732706368 139803858369552 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10425] ppid=10415 vsize=26002920 memory=5788 CPUtime=0 cores=0-7
/proc/10418/task/10425/stat : 10425 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26626990080 26459 33554432000 4194304 4196468 140735732706368 139803857316240 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10426] ppid=10415 vsize=26002920 memory=1196 CPUtime=0 cores=0-7
/proc/10418/task/10426/stat : 10426 (java) S 10415 10418 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176536728 26626990080 26459 33554432000 4194304 4196468 140735732706368 139803856263440 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10427] ppid=10415 vsize=26002920 memory=4612 CPUtime=0 cores=0-7
/proc/10418/task/10427/stat : 10427 (java) S 10415 10418 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176536728 26626990080 26459 33554432000 4194304 4196468 140735732706368 139803855211152 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10428] ppid=10415 vsize=26002920 memory=15876 CPUtime=0 cores=0-7
/proc/10418/task/10428/stat : 10428 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176536728 26626990080 26459 33554432000 4194304 4196468 140735732706368 139803854158352 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10429] ppid=10415 vsize=26002920 memory=18448 CPUtime=0 cores=0-7
/proc/10418/task/10429/stat : 10429 (java) S 10415 10418 8714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176536729 26626990080 26459 33554432000 4194304 4196468 140735732706368 139802711087728 139804303784578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0

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

[pid=10418/tid=10446] ppid=10415 vsize=26809880 memory=1196 CPUtime=8.59 cores=0-7
/proc/10418/task/10446/stat : 10446 (java) S 10415 10418 8714 0 -1 1077944384 3751 0 0 0 856 3 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802680808464 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10447] ppid=10415 vsize=26809880 memory=4612 CPUtime=8.45 cores=0-7
/proc/10418/task/10447/stat : 10447 (java) S 10415 10418 8714 0 -1 1077944384 3586 0 0 0 842 3 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802679754224 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10448] ppid=10415 vsize=26809880 memory=15876 CPUtime=8.51 cores=0-7
/proc/10418/task/10448/stat : 10448 (java) S 10415 10418 8714 0 -1 1077944384 3782 0 0 0 848 3 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802678703376 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10449] ppid=10415 vsize=26809880 memory=303430223234596890 CPUtime=8.55 cores=0-7
/proc/10418/task/10449/stat : 10449 (java) S 10415 10418 8714 0 -1 1077944384 3665 0 0 0 853 2 0 0 20 0 32 0 176546778 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802677649856 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10450] ppid=10415 vsize=26809880 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/10418/task/10450/stat : 10450 (java) S 10415 10418 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 176546778 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802676601632 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10451] ppid=10415 vsize=26809880 memory=15260333174426010 CPUtime=0 cores=0-7
/proc/10418/task/10451/stat : 10451 (java) S 10415 10418 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 176546778 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802675548832 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
Current children cumulated CPU time: 19311.8 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 22186368 KiB

[startup+2521.6 s]
/proc/loadavg: 8.43 7.99 7.50 9/210 10509
/proc/meminfo: memFree=310084/32770624 swapFree=67108860/67108860
[pid=10418] ppid=10415 vsize=26809880 memory=22186368 CPUtime=19318.2 cores=0-7
/proc/10418/stat : 10418 (java) S 10415 10418 8714 0 -1 1077944320 50877704 0 0 0 1921529 10293 0 0 20 0 32 0 176536727 27453317120 5546592 33554432000 4194304 4196468 140735732706368 140735732688912 139804303773431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
/proc/10418/statm: 6702470 5546592 3867 1 0 6690184 0
[pid=10418/tid=10420] ppid=10415 vsize=26809880 memory=22186368 CPUtime=41.67 cores=0-7
/proc/10418/task/10420/stat : 10420 (java) S 10415 10418 8714 0 -1 1077944384 28498 0 0 0 4153 14 0 0 20 0 32 0 176536727 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139804308016304 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10421] ppid=10415 vsize=26809880 memory=22186368 CPUtime=2392.73 cores=0-7
/proc/10418/task/10421/stat : 10421 (java) R 10415 10418 8714 0 -1 4202560 6435397 0 0 0 238011 1262 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803861527640 139804288724036 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10422] ppid=10415 vsize=26809880 memory=1420 CPUtime=2392.85 cores=0-7
/proc/10418/task/10422/stat : 10422 (java) R 10415 10418 8714 0 -1 4202560 5056837 0 0 0 238105 1180 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803860474840 139804288724036 0 4 0 16800975 0 0 0 -1 3 0 0 53 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10423] ppid=10415 vsize=26809880 memory=11108 CPUtime=2393.6 cores=0-7
/proc/10418/task/10423/stat : 10423 (java) R 10415 10418 8714 0 -1 4202560 6670152 0 0 0 238012 1348 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803859422240 139804288724530 0 4 0 16800975 0 0 0 -1 7 0 0 47 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10424] ppid=10415 vsize=26809880 memory=1712 CPUtime=2392.29 cores=0-7
/proc/10418/task/10424/stat : 10424 (java) R 10415 10418 8714 0 -1 4202560 6107175 0 0 0 237985 1244 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803858369752 139804288758727 0 4 0 16800975 0 0 0 -1 5 0 0 50 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10425] ppid=10415 vsize=26809880 memory=1952 CPUtime=2394.6 cores=0-7
/proc/10418/task/10425/stat : 10425 (java) R 10415 10418 8714 0 -1 4202560 6045181 0 0 0 238254 1206 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803857316440 139804288471183 0 4 0 16800975 0 0 0 -1 6 0 0 49 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10426] ppid=10415 vsize=26809880 memory=8624 CPUtime=2390.31 cores=0-7
/proc/10418/task/10426/stat : 10426 (java) R 10415 10418 8714 0 -1 4202560 5449460 0 0 0 237809 1222 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803856263640 139804288724561 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10427] ppid=10415 vsize=26809880 memory=1224 CPUtime=2392.88 cores=0-7
/proc/10418/task/10427/stat : 10427 (java) R 10415 10418 8714 0 -1 4202560 4853132 0 0 0 238129 1159 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803855211352 139804288471206 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10428] ppid=10415 vsize=26809880 memory=792 CPUtime=2393.89 cores=0-7
/proc/10418/task/10428/stat : 10428 (java) R 10415 10418 8714 0 -1 4202560 7831940 0 0 0 237924 1465 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803854158552 139804288724558 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10429] ppid=10415 vsize=26809880 memory=1004 CPUtime=56.65 cores=0-7
/proc/10418/task/10429/stat : 10429 (java) S 10415 10418 8714 0 -1 1077944384 2294945 0 0 0 5527 138 0 0 20 0 32 0 176536729 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802711086048 139804303783637 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10430] ppid=10415 vsize=26809880 memory=5788 CPUtime=0 cores=0-7
/proc/10418/task/10430/stat : 10430 (java) S 10415 10418 8714 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 32 0 176536730 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802710033760 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10431] ppid=10415 vsize=26809880 memory=1196 CPUtime=0 cores=0-7
/proc/10418/task/10431/stat : 10431 (java) S 10415 10418 8714 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 32 0 176536730 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802708981376 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10432] ppid=10415 vsize=26809880 memory=4612 CPUtime=0 cores=0-7
/proc/10418/task/10432/stat : 10432 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176536732 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802707929328 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10433] ppid=10415 vsize=26809880 memory=15876 CPUtime=2.11 cores=0-7
/proc/10418/task/10433/stat : 10433 (java) S 10415 10418 8714 0 -1 1077944384 14949 0 0 0 208 3 0 0 20 0 32 0 176536732 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802706876528 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10434] ppid=10415 vsize=26809880 memory=4872558044660077418 CPUtime=1.9 cores=0-7
/proc/10418/task/10434/stat : 10434 (java) S 10415 10418 8714 0 -1 1077944384 14622 0 0 0 188 2 0 0 20 0 32 0 176536733 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802705823728 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10435] ppid=10415 vsize=26809880 memory=1196 CPUtime=2 cores=0-7
/proc/10418/task/10435/stat : 10435 (java) S 10415 10418 8714 0 -1 1077944384 15868 0 0 0 197 3 0 0 20 0 32 0 176536733 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802704771200 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10436] ppid=10415 vsize=26809880 memory=4612 CPUtime=1.08 cores=0-7
/proc/10418/task/10436/stat : 10436 (java) S 10415 10418 8714 0 -1 1077944384 21058 0 0 0 105 3 0 0 20 0 32 0 176536733 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802703718640 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10437] ppid=10415 vsize=26809880 memory=15876 CPUtime=0 cores=0-7
/proc/10418/task/10437/stat : 10437 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176536733 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802702666592 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10438] ppid=10415 vsize=26809880 memory=6791534058613427641 CPUtime=0.91 cores=0-7
/proc/10418/task/10438/stat : 10438 (java) S 10415 10418 8714 0 -1 1077944384 6190 0 0 0 55 36 0 0 20 0 32 0 176536733 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802701613872 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 45 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10440] ppid=10415 vsize=26809880 memory=1292 CPUtime=0 cores=0-7
/proc/10418/task/10440/stat : 10440 (java) S 10415 10418 8714 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 32 0 176546751 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802691323264 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10441] ppid=10415 vsize=26809880 memory=2428 CPUtime=0.07 cores=0-7
/proc/10418/task/10441/stat : 10441 (java) S 10415 10418 8714 0 -1 1077944384 2970 0 0 0 5 2 0 0 20 0 32 0 176546763 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802688173472 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10442] ppid=10415 vsize=26809880 memory=22186368 CPUtime=8.48 cores=0-7
/proc/10418/task/10442/stat : 10442 (java) S 10415 10418 8714 0 -1 1077944384 2868 0 0 0 845 3 0 0 20 0 32 0 176546773 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802685018640 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10443] ppid=10415 vsize=26809880 memory=6791534058613427641 CPUtime=8.62 cores=0-7
/proc/10418/task/10443/stat : 10443 (java) S 10415 10418 8714 0 -1 1077944384 3744 0 0 0 857 5 0 0 20 0 32 0 176546774 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802683964400 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10444] ppid=10415 vsize=26809880 memory=2490544162305 CPUtime=8.63 cores=0-7
/proc/10418/task/10444/stat : 10444 (java) S 10415 10418 8714 0 -1 1077944384 3067 0 0 0 857 6 0 0 20 0 32 0 176546775 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802682912160 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10445] ppid=10415 vsize=26809880 memory=2533493835265 CPUtime=8.59 cores=0-7
/proc/10418/task/10445/stat : 10445 (java) S 10415 10418 8714 0 -1 1077944384 3334 0 0 0 854 5 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802681859248 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10446] ppid=10415 vsize=26809880 memory=2542083769857 CPUtime=8.59 cores=0-7
/proc/10418/task/10446/stat : 10446 (java) S 10415 10418 8714 0 -1 1077944384 3751 0 0 0 856 3 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802680808464 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10447] ppid=10415 vsize=26809880 memory=636 CPUtime=8.45 cores=0-7
/proc/10418/task/10447/stat : 10447 (java) S 10415 10418 8714 0 -1 1077944384 3586 0 0 0 842 3 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802679754224 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10448] ppid=10415 vsize=26809880 memory=956 CPUtime=8.51 cores=0-7
/proc/10418/task/10448/stat : 10448 (java) S 10415 10418 8714 0 -1 1077944384 3782 0 0 0 848 3 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802678703376 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10449] ppid=10415 vsize=26809880 memory=2464 CPUtime=8.55 cores=0-7
/proc/10418/task/10449/stat : 10449 (java) S 10415 10418 8714 0 -1 1077944384 3665 0 0 0 853 2 0 0 20 0 32 0 176546778 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802677649856 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10450] ppid=10415 vsize=26809880 memory=1232 CPUtime=0 cores=0-7
/proc/10418/task/10450/stat : 10450 (java) S 10415 10418 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 176546778 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802676601632 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10451] ppid=10415 vsize=26809880 memory=2240 CPUtime=0 cores=0-7
/proc/10418/task/10451/stat : 10451 (java) S 10415 10418 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 176546778 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802675548832 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
Current children cumulated CPU time: 19318.2 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 22186368 KiB

[startup+2522 s]*
/proc/loadavg: 8.48 8.00 7.51 9/210 10509
/proc/meminfo: memFree=309588/32770624 swapFree=67108860/67108860
[pid=10418] ppid=10415 vsize=26809880 memory=22186368 CPUtime=19321.5 cores=0-7
/proc/10418/stat : 10418 (java) S 10415 10418 8714 0 -1 1077944320 50884735 0 0 0 1921855 10294 0 0 20 0 32 0 176536727 27453317120 5546592 33554432000 4194304 4196468 140735732706368 140735732688912 139804303773431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
/proc/10418/statm: 6702470 5546592 3867 1 0 6690184 0
[pid=10418/tid=10420] ppid=10415 vsize=26809880 memory=1004 CPUtime=41.67 cores=0-7
/proc/10418/task/10420/stat : 10420 (java) S 10415 10418 8714 0 -1 1077944384 28498 0 0 0 4153 14 0 0 20 0 32 0 176536727 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139804308016304 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10421] ppid=10415 vsize=26809880 memory=1004 CPUtime=2393.14 cores=0-7
/proc/10418/task/10421/stat : 10421 (java) R 10415 10418 8714 0 -1 4202560 6436192 0 0 0 238052 1262 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803861527640 139804288724442 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10422] ppid=10415 vsize=26809880 memory=5788 CPUtime=2393.26 cores=0-7
/proc/10418/task/10422/stat : 10422 (java) R 10415 10418 8714 0 -1 4202560 5057897 0 0 0 238146 1180 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803860474840 139804288724008 0 4 0 16800975 0 0 0 -1 3 0 0 53 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10423] ppid=10415 vsize=26809880 memory=4872558044660077418 CPUtime=2394 cores=0-7
/proc/10418/task/10423/stat : 10423 (java) R 10415 10418 8714 0 -1 4202560 6671154 0 0 0 238052 1348 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803859422240 139804288724524 0 4 0 16800975 0 0 0 -1 7 0 0 47 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10424] ppid=10415 vsize=26809880 memory=1712 CPUtime=2392.7 cores=0-7
/proc/10418/task/10424/stat : 10424 (java) R 10415 10418 8714 0 -1 4202560 6108187 0 0 0 238026 1244 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803858369752 139804288471180 0 4 0 16800975 0 0 0 -1 5 0 0 50 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10425] ppid=10415 vsize=26809880 memory=1952 CPUtime=2395.01 cores=0-7
/proc/10418/task/10425/stat : 10425 (java) R 10415 10418 8714 0 -1 4202560 6046281 0 0 0 238295 1206 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803857316440 139804288724036 0 4 0 16800975 0 0 0 -1 6 0 0 49 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10426] ppid=10415 vsize=26809880 memory=8624 CPUtime=2390.72 cores=0-7
/proc/10418/task/10426/stat : 10426 (java) R 10415 10418 8714 0 -1 4202560 5450607 0 0 0 237850 1222 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803856263640 139804288724475 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10427] ppid=10415 vsize=26809880 memory=1224 CPUtime=2393.29 cores=0-7
/proc/10418/task/10427/stat : 10427 (java) R 10415 10418 8714 0 -1 4202560 4853143 0 0 0 238170 1159 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803855211352 139804288471070 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10428] ppid=10415 vsize=26809880 memory=792 CPUtime=2394.3 cores=0-7
/proc/10418/task/10428/stat : 10428 (java) R 10415 10418 8714 0 -1 4202560 7832838 0 0 0 237965 1465 0 0 20 0 32 0 176536728 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139803854158552 139804288471023 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10429] ppid=10415 vsize=26809880 memory=1004 CPUtime=56.65 cores=0-7
/proc/10418/task/10429/stat : 10429 (java) S 10415 10418 8714 0 -1 1077944384 2294945 0 0 0 5527 138 0 0 20 0 32 0 176536729 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802711086048 139804303783637 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10430] ppid=10415 vsize=26809880 memory=5788 CPUtime=0 cores=0-7
/proc/10418/task/10430/stat : 10430 (java) S 10415 10418 8714 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 32 0 176536730 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802710033760 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10431] ppid=10415 vsize=26809880 memory=1196 CPUtime=0 cores=0-7
/proc/10418/task/10431/stat : 10431 (java) S 10415 10418 8714 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 32 0 176536730 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802708981376 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10432] ppid=10415 vsize=26809880 memory=4612 CPUtime=0 cores=0-7
/proc/10418/task/10432/stat : 10432 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176536732 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802707929328 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10433] ppid=10415 vsize=26809880 memory=15876 CPUtime=2.11 cores=0-7
/proc/10418/task/10433/stat : 10433 (java) S 10415 10418 8714 0 -1 1077944384 14949 0 0 0 208 3 0 0 20 0 32 0 176536732 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802706876528 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10434] ppid=10415 vsize=26809880 memory=0 CPUtime=1.9 cores=0-7
/proc/10418/task/10434/stat : 10434 (java) S 10415 10418 8714 0 -1 1077944384 14622 0 0 0 188 2 0 0 20 0 32 0 176536733 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802705823728 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10435] ppid=10415 vsize=26809880 memory=0 CPUtime=2 cores=0-7
/proc/10418/task/10435/stat : 10435 (java) S 10415 10418 8714 0 -1 1077944384 15868 0 0 0 197 3 0 0 20 0 32 0 176536733 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802704771200 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10436] ppid=10415 vsize=26809880 memory=0 CPUtime=1.08 cores=0-7
/proc/10418/task/10436/stat : 10436 (java) S 10415 10418 8714 0 -1 1077944384 21058 0 0 0 105 3 0 0 20 0 32 0 176536733 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802703718640 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10437] ppid=10415 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10437/stat : 10437 (java) S 10415 10418 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176536733 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802702666592 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10438] ppid=10415 vsize=26809880 memory=0 CPUtime=0.91 cores=0-7
/proc/10418/task/10438/stat : 10438 (java) S 10415 10418 8714 0 -1 1077944384 6214 0 0 0 55 36 0 0 20 0 32 0 176536733 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802701613872 139804303784578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 45 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10440] ppid=10415 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/10418/task/10440/stat : 10440 (java) S 10415 10418 8714 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 32 0 176546751 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802691323264 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10441] ppid=10415 vsize=26809880 memory=0 CPUtime=0.07 cores=0-7
/proc/10418/task/10441/stat : 10441 (java) S 10415 10418 8714 0 -1 1077944384 2970 0 0 0 5 2 0 0 20 0 32 0 176546763 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802688173472 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10442] ppid=10415 vsize=26809880 memory=6944656592455359580 CPUtime=8.48 cores=0-7
/proc/10418/task/10442/stat : 10442 (java) S 10415 10418 8714 0 -1 1077944384 2868 0 0 0 845 3 0 0 20 0 32 0 176546773 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802685018640 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10443] ppid=10415 vsize=26809880 memory=708 CPUtime=8.62 cores=0-7
/proc/10418/task/10443/stat : 10443 (java) S 10415 10418 8714 0 -1 1077944384 3744 0 0 0 857 5 0 0 20 0 32 0 176546774 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802683964400 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10444] ppid=10415 vsize=26809880 memory=6655300316396806240 CPUtime=8.63 cores=0-7
/proc/10418/task/10444/stat : 10444 (java) S 10415 10418 8714 0 -1 1077944384 3067 0 0 0 857 6 0 0 20 0 32 0 176546775 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802682912160 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10445] ppid=10415 vsize=26809880 memory=6944656592455360604 CPUtime=8.59 cores=0-7
/proc/10418/task/10445/stat : 10445 (java) S 10415 10418 8714 0 -1 1077944384 3334 0 0 0 854 5 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802681859248 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10446] ppid=10415 vsize=26809880 memory=1812 CPUtime=8.59 cores=0-7
/proc/10418/task/10446/stat : 10446 (java) S 10415 10418 8714 0 -1 1077944384 3751 0 0 0 856 3 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802680808464 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10447] ppid=10415 vsize=26809880 memory=139908559667628 CPUtime=8.45 cores=0-7
/proc/10418/task/10447/stat : 10447 (java) S 10415 10418 8714 0 -1 1077944384 3586 0 0 0 842 3 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802679754224 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10448] ppid=10415 vsize=26809880 memory=18448 CPUtime=8.51 cores=0-7
/proc/10418/task/10448/stat : 10448 (java) S 10415 10418 8714 0 -1 1077944384 3782 0 0 0 848 3 0 0 20 0 32 0 176546777 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802678703376 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10449] ppid=10415 vsize=26809880 memory=27028 CPUtime=8.55 cores=0-7
/proc/10418/task/10449/stat : 10449 (java) S 10415 10418 8714 0 -1 1077944384 3665 0 0 0 853 2 0 0 20 0 32 0 176546778 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802677649856 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10450] ppid=10415 vsize=26809880 memory=4044 CPUtime=0 cores=0-7
/proc/10418/task/10450/stat : 10450 (java) S 10415 10418 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 176546778 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802676601632 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
[pid=10418/tid=10451] ppid=10415 vsize=26809880 memory=1792 CPUtime=0 cores=0-7
/proc/10418/task/10451/stat : 10451 (java) S 10415 10418 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 176546778 27453317120 5546592 33554432000 4194304 4196468 140735732706368 139802675548832 139804303783637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34377728 140735732712545 140735732712731 140735732712731 140735732715471 0
Current children cumulated CPU time: 19321.5 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 22186368 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.31
CPU time (s): 19321.8
CPU user time (s): 19218.6
CPU system time (s): 103.226
CPU usage (%): 766.039
Max. virtual memory (cumulated for all children) (KiB): 26809880
Max. memory (cumulated for all children) (KiB): 22189256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19218.6
system time used= 103.226
maximum resident set size= 22189344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50884987
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 181188
involuntary context switches= 481951


# summary of solver processes directly reported to runsolver:
#   pid: 10418
#   total CPU time (s): 19321.8
#   total CPU user time (s): 19218.6
#   total CPU system time (s): 103.226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9673 second user time and 31.0454 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-22 22:27:08
IDJOB=4285443
IDBENCH=126926
IDSOLVER=2681
FILE ID=node107/4285443-1503434489
RUNJOBID= node107-1503425971-8741
PBS_JOBID= 20632137
Free space on /tmp= 61252 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0090-int.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-4285443-1503434489/watcher-4285443-1503434489 -o /tmp/evaluation-result-4285443-1503434489/solver-4285443-1503434489 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503425971-8741 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1758500745 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285443-1503434489.xml

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

MD5SUM BENCH= 736de82f791153c97c8888e5ab3f097d
RANDOM SEED=1758500745

node107.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.84
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.84
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.84
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.84
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:        21565316 kB
MemAvailable:   31949672 kB
Buffers:          282632 kB
Cached:         10387248 kB
SwapCached:            0 kB
Active:          1789368 kB
Inactive:        8934460 kB
Active(anon):      56500 kB
Inactive(anon):    41324 kB
Active(file):    1732868 kB
Inactive(file):  8893136 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42932 kB
Writeback:            12 kB
AnonPages:         60800 kB
Mapped:            55068 kB
Shmem:             41612 kB
Slab:             175264 kB
SReclaimable:     148372 kB
SUnreclaim:        26892 kB
KernelStack:        3184 kB
PageTables:         4476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341464 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:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61212 MiB
End job on node107 at 2017-08-22 23:09:10