Trace number 4274997

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) 16236.5 2522.0801

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-wap01a.xml
MD5SUM1f75bed7d5113015eb943bda0c7ab47c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark2401.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2368
Number of constraints110871
Number of domains1
Minimum domain size2368
Maximum domain size2368
Distribution of domain sizes[{"size":2368,"count":2368}]
Minimum variable degree15
Maximum variable degree289
Distribution of variable degrees[{"degree":15,"count":1},{"degree":19,"count":4},{"degree":20,"count":8},{"degree":21,"count":2},{"degree":25,"count":4},{"degree":26,"count":15},{"degree":27,"count":2},{"degree":28,"count":7},{"degree":30,"count":9},{"degree":32,"count":9},{"degree":33,"count":4},{"degree":34,"count":7},{"degree":35,"count":4},{"degree":36,"count":4},{"degree":37,"count":5},{"degree":38,"count":113},{"degree":39,"count":59},{"degree":40,"count":326},{"degree":42,"count":4},{"degree":43,"count":5},{"degree":45,"count":5},{"degree":46,"count":1},{"degree":47,"count":2},{"degree":49,"count":2},{"degree":50,"count":2},"...",{"degree":202,"count":5}, {"degree":203,"count":10}, {"degree":204,"count":3}, {"degree":205,"count":5}, {"degree":206,"count":2}, {"degree":207,"count":1}, {"degree":208,"count":3}, {"degree":209,"count":3}, {"degree":210,"count":4}, {"degree":211,"count":2}, {"degree":216,"count":1}, {"degree":217,"count":2}, {"degree":220,"count":2}, {"degree":223,"count":1}, {"degree":226,"count":1}, {"degree":227,"count":1}, {"degree":228,"count":1}, {"degree":231,"count":1}, {"degree":232,"count":1}, {"degree":244,"count":1}, {"degree":249,"count":1}, {"degree":254,"count":1}, {"degree":258,"count":1}, {"degree":268,"count":1}, {"degree":289,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":110871}]
Number of extensional constraints0
Number of intensional constraints110871
Distribution of constraint types[{"type":"intension","count":110871}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1169478008
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
7.00/2.30	c Parsing done, starting search...
9366.52/1495.06	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-1148014744]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
13919.29/2175.34	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
13919.29/2175.34	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
13919.29/2175.34	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
13919.29/2175.34	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
13919.29/2175.34	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
13919.29/2175.34	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
13919.29/2175.34	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
13919.29/2175.34	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
13919.29/2175.34	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
13919.29/2175.34	c java.lang.Thread.run(Thread.java:748)

Verifier Data

One s line expected

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

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

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

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


[startup+0.100135 s]*
/proc/loadavg: 8.17 8.30 8.22 3/199 4893
/proc/meminfo: memFree=31461992/32770624 swapFree=67108860/67108860
[pid=4873] ppid=4870 vsize=14325320 memory=33540 CPUtime=0.13 cores=0-7
/proc/4873/stat : 4873 (java) S 4870 4873 4548 0 -1 1077944320 8285 0 0 0 11 2 0 0 20 0 20 0 101270083 14669127680 8385 33554432000 4194304 4196468 140723798162080 140723798144624 140602605965047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
/proc/4873/statm: 3581330 8385 3409 1 0 3569050 0
[pid=4873/tid=4875] ppid=4870 vsize=14325320 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/4873/task/4875/stat : 4875 (java) R 4870 4873 4548 0 -1 4202560 6230 0 0 0 8 1 0 0 20 0 20 0 101270083 14669127680 8385 33554432000 4194304 4196468 140723798162080 140602610181728 140602605986973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4876] ppid=4870 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/4873/task/4876/stat : 4876 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 8385 33554432000 4194304 4196468 140723798162080 140602536053776 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4877] ppid=4870 vsize=14325320 memory=139935321523840 CPUtime=0 cores=0-7
/proc/4873/task/4877/stat : 4877 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 8385 33554432000 4194304 4196468 140723798162080 140602535001232 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4878] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4878/stat : 4878 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 8385 33554432000 4194304 4196468 140723798162080 140602533948176 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4879] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4879/stat : 4879 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 8385 33554432000 4194304 4196468 140723798162080 140602198637456 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4880] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4880/stat : 4880 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 8385 33554432000 4194304 4196468 140723798162080 140602197584400 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4881] ppid=4870 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/4873/task/4881/stat : 4881 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 8385 33554432000 4194304 4196468 140723798162080 140602196531856 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4882] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4882/stat : 4882 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 8385 33554432000 4194304 4196468 140723798162080 140602195478800 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4883] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4883/stat : 4883 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 8385 33554432000 4194304 4196468 140723798162080 140602194426256 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4884] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4884/stat : 4884 (java) S 4870 4873 4548 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 101270085 14669127680 8385 33554432000 4194304 4196468 140723798162080 140602131290864 140602605976194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4885] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4885/stat : 4885 (java) S 4870 4873 4548 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101270086 14669127680 8385 33554432000 4194304 4196468 140723798162080 140601928443552 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4886] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4886/stat : 4886 (java) S 4870 4873 4548 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101270086 14669127680 8385 33554432000 4194304 4196468 140723798162080 140601927390448 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4887] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4887/stat : 4887 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270088 14669127680 8385 33554432000 4194304 4196468 140723798162080 140601926339024 140602605983643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4888] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4888/stat : 4888 (java) S 4870 4873 4548 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 101270088 14669127680 8385 33554432000 4194304 4196468 140723798162080 140601925286128 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4889] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4889/stat : 4889 (java) S 4870 4873 4548 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101270088 14669127680 8385 33554432000 4194304 4196468 140723798162080 140601924233584 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4890] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4890/stat : 4890 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270088 14669127680 8385 33554432000 4194304 4196468 140723798162080 140601923180528 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4891] ppid=4870 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/4873/task/4891/stat : 4891 (java) S 4870 4873 4548 0 -1 1077944384 371 0 0 0 1 0 0 0 20 0 20 0 101270088 14669127680 8385 33554432000 4194304 4196468 140723798162080 140601922127984 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4892] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4892/stat : 4892 (java) S 4870 4873 4548 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101270089 14669127680 8385 33554432000 4194304 4196468 140723798162080 140601921076192 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4893] ppid=4870 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/4873/task/4893/stat : 4893 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270089 14669127680 8385 33554432000 4194304 4196468 140723798162080 140601920023728 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33540 KiB

[startup+0.21307 s]*
/proc/loadavg: 8.17 8.30 8.22 2/199 4893
/proc/meminfo: memFree=31452004/32770624 swapFree=67108860/67108860
[pid=4873] ppid=4870 vsize=14325320 memory=43120 CPUtime=0.3 cores=0-7
/proc/4873/stat : 4873 (java) S 4870 4873 4548 0 -1 1077944320 9350 0 0 0 28 2 0 0 20 0 20 0 101270083 14669127680 10780 33554432000 4194304 4196468 140723798162080 140723798144624 140602605965047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
/proc/4873/statm: 3581330 10780 3621 1 0 3569050 0
[pid=4873/tid=4875] ppid=4870 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/4873/task/4875/stat : 4875 (java) R 4870 4873 4548 0 -1 4202560 6901 0 0 0 18 1 0 0 20 0 20 0 101270083 14669127680 10780 33554432000 4194304 4196468 140723798162080 140602610174304 140602589151474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4876] ppid=4870 vsize=14325320 memory=3352 CPUtime=0 cores=0-7
/proc/4873/task/4876/stat : 4876 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 10780 33554432000 4194304 4196468 140723798162080 140602536053776 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4877] ppid=4870 vsize=14325320 memory=139935321528854 CPUtime=0 cores=0-7
/proc/4873/task/4877/stat : 4877 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 10780 33554432000 4194304 4196468 140723798162080 140602535001232 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4878] ppid=4870 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/4873/task/4878/stat : 4878 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 10780 33554432000 4194304 4196468 140723798162080 140602533948176 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4879] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4879/stat : 4879 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 10780 33554432000 4194304 4196468 140723798162080 140602198637456 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4880] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4880/stat : 4880 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 10780 33554432000 4194304 4196468 140723798162080 140602197584400 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4881] ppid=4870 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/4873/task/4881/stat : 4881 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 10780 33554432000 4194304 4196468 140723798162080 140602196531856 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4882] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4882/stat : 4882 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 10780 33554432000 4194304 4196468 140723798162080 140602195478800 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4883] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4883/stat : 4883 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669127680 10780 33554432000 4194304 4196468 140723798162080 140602194426256 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4884] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4884/stat : 4884 (java) S 4870 4873 4548 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 101270085 14669127680 10780 33554432000 4194304 4196468 140723798162080 140602131290864 140602605976194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4885] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4885/stat : 4885 (java) S 4870 4873 4548 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101270086 14669127680 10780 33554432000 4194304 4196468 140723798162080 140601928443552 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4886] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4886/stat : 4886 (java) S 4870 4873 4548 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101270086 14669127680 10780 33554432000 4194304 4196468 140723798162080 140601927390448 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4887] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4887/stat : 4887 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270088 14669127680 10780 33554432000 4194304 4196468 140723798162080 140601926339024 140602605983643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4888] ppid=4870 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/4873/task/4888/stat : 4888 (java) S 4870 4873 4548 0 -1 1077944384 414 0 0 0 1 0 0 0 20 0 20 0 101270088 14669127680 10780 33554432000 4194304 4196468 140723798162080 140601925286128 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4889] ppid=4870 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/4873/task/4889/stat : 4889 (java) R 4870 4873 4548 0 -1 4202560 70 0 0 0 1 0 0 0 20 0 20 0 101270088 14669127680 10780 33554432000 4194304 4196468 140723798162080 140601924233584 140602586665344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4890] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4890/stat : 4890 (java) S 4870 4873 4548 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 20 0 101270088 14669127680 10780 33554432000 4194304 4196468 140723798162080 140601923180528 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4891] ppid=4870 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/4873/task/4891/stat : 4891 (java) S 4870 4873 4548 0 -1 1077944384 414 0 0 0 5 0 0 0 20 0 20 0 101270088 14669127680 10780 33554432000 4194304 4196468 140723798162080 140601922127984 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4892] ppid=4870 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4892/stat : 4892 (java) S 4870 4873 4548 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101270089 14669127680 10780 33554432000 4194304 4196468 140723798162080 140601921076192 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4893] ppid=4870 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/4873/task/4893/stat : 4893 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270089 14669127680 10780 33554432000 4194304 4196468 140723798162080 140601920023728 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43120 KiB

[startup+0.310282 s]*
/proc/loadavg: 8.17 8.30 8.22 2/199 4893
/proc/meminfo: memFree=31444560/32770624 swapFree=67108860/67108860
[pid=4873] ppid=4870 vsize=14325340 memory=50868 CPUtime=0.48 cores=0-7
/proc/4873/stat : 4873 (java) S 4870 4873 4548 0 -1 1077944320 10497 0 0 0 45 3 0 0 20 0 20 0 101270083 14669148160 12717 33554432000 4194304 4196468 140723798162080 140723798144624 140602605965047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
/proc/4873/statm: 3581335 12717 3708 1 0 3569050 0
[pid=4873/tid=4875] ppid=4870 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/4873/task/4875/stat : 4875 (java) R 4870 4873 4548 0 -1 4202560 7596 0 0 0 27 2 0 0 20 0 20 0 101270083 14669148160 12717 33554432000 4194304 4196468 140723798162080 140602610187824 140602605976982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4876] ppid=4870 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4876/stat : 4876 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669148160 12717 33554432000 4194304 4196468 140723798162080 140602536053776 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4877] ppid=4870 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4877/stat : 4877 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669148160 12717 33554432000 4194304 4196468 140723798162080 140602535001232 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4878] ppid=4870 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4878/stat : 4878 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669148160 12717 33554432000 4194304 4196468 140723798162080 140602533948176 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4879] ppid=4870 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4879/stat : 4879 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669148160 12717 33554432000 4194304 4196468 140723798162080 140602198637456 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4880] ppid=4870 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/4873/task/4880/stat : 4880 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669148160 12717 33554432000 4194304 4196468 140723798162080 140602197584400 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4881] ppid=4870 vsize=14325340 memory=139935201981359 CPUtime=0 cores=0-7
/proc/4873/task/4881/stat : 4881 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14669148160 12717 33554432000 4194304 4196468 140723798162080 140602196531856 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4882] ppid=4870 vsize=14325340 memory=139935201983664 CPUtime=0 cores=0-7
/proc/4873/task/4882/stat : 4882 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669148160 12717 33554432000 4194304 4196468 140723798162080 140602195478800 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4883] ppid=4870 vsize=14325340 memory=139935201985968 CPUtime=0 cores=0-7
/proc/4873/task/4883/stat : 4883 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14669148160 12717 33554432000 4194304 4196468 140723798162080 140602194426256 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4884] ppid=4870 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4884/stat : 4884 (java) S 4870 4873 4548 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 101270085 14669148160 12717 33554432000 4194304 4196468 140723798162080 140602131290864 140602605976194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4885] ppid=4870 vsize=14325340 memory=279870403978896 CPUtime=0 cores=0-7
/proc/4873/task/4885/stat : 4885 (java) S 4870 4873 4548 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101270086 14669148160 12717 33554432000 4194304 4196468 140723798162080 140601928443552 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4886] ppid=4870 vsize=14325340 memory=279870403985808 CPUtime=0 cores=0-7
/proc/4873/task/4886/stat : 4886 (java) S 4870 4873 4548 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101270086 14669148160 12717 33554432000 4194304 4196468 140723798162080 140601927390448 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4887] ppid=4870 vsize=14325340 memory=279870403927088 CPUtime=0 cores=0-7
/proc/4873/task/4887/stat : 4887 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270088 14669148160 12717 33554432000 4194304 4196468 140723798162080 140601926339024 140602605983643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4888] ppid=4870 vsize=14325340 memory=279870403999632 CPUtime=0.02 cores=0-7
/proc/4873/task/4888/stat : 4888 (java) R 4870 4873 4548 0 -1 1077944384 431 0 0 0 2 0 0 0 20 0 20 0 101270088 14669148160 12717 33554432000 4194304 4196468 140723798162080 140601925286128 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4889] ppid=4870 vsize=14325340 memory=279870404006544 CPUtime=0.04 cores=0-7
/proc/4873/task/4889/stat : 4889 (java) S 4870 4873 4548 0 -1 1077944384 277 0 0 0 4 0 0 0 20 0 20 0 101270088 14669148160 12717 33554432000 4194304 4196468 140723798162080 140601924233584 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4890] ppid=4870 vsize=14325340 memory=279870404004240 CPUtime=0.02 cores=0-7
/proc/4873/task/4890/stat : 4890 (java) R 4870 4873 4548 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 20 0 101270088 14669148160 12717 33554432000 4194304 4196468 140723798162080 140601923180528 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4891] ppid=4870 vsize=14325340 memory=279870404020848 CPUtime=0.08 cores=0-7
/proc/4873/task/4891/stat : 4891 (java) R 4870 4873 4548 0 -1 4202560 433 0 0 0 8 0 0 0 20 0 20 0 101270088 14669148160 12717 33554432000 4194304 4196468 140723798162080 140601922127984 140602590045534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4892] ppid=4870 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4892/stat : 4892 (java) S 4870 4873 4548 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101270089 14669148160 12717 33554432000 4194304 4196468 140723798162080 140601921076192 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4893] ppid=4870 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/4873/task/4893/stat : 4893 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270089 14669148160 12717 33554432000 4194304 4196468 140723798162080 140601920023728 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50868 KiB

[startup+0.700927 s]
/proc/loadavg: 8.17 8.30 8.22 5/199 4893
/proc/meminfo: memFree=31409816/32770624 swapFree=67108860/67108860
[pid=4873] ppid=4870 vsize=14327388 memory=141692 CPUtime=1.44 cores=0-7
/proc/4873/stat : 4873 (java) S 4870 4873 4548 0 -1 1077944320 13705 0 0 0 139 5 0 0 20 0 20 0 101270083 14671245312 35423 33554432000 4194304 4196468 140723798162080 140723798144624 140602605965047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
/proc/4873/statm: 3581847 35423 3754 1 0 3569562 0
[pid=4873/tid=4875] ppid=4870 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/4873/task/4875/stat : 4875 (java) R 4870 4873 4548 0 -1 4202560 8337 0 0 0 64 3 0 0 20 0 20 0 101270083 14671245312 35423 33554432000 4194304 4196468 140723798162080 140602610201376 140602605976982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4876] ppid=4870 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4876/stat : 4876 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14671245312 35423 33554432000 4194304 4196468 140723798162080 140602536053776 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4877] ppid=4870 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4877/stat : 4877 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14671245312 35423 33554432000 4194304 4196468 140723798162080 140602535001232 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4878] ppid=4870 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4878/stat : 4878 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14671245312 35423 33554432000 4194304 4196468 140723798162080 140602533948176 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4879] ppid=4870 vsize=14327388 memory=1712 CPUtime=0 cores=0-7
/proc/4873/task/4879/stat : 4879 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14671245312 35423 33554432000 4194304 4196468 140723798162080 140602198637456 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4880] ppid=4870 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/4873/task/4880/stat : 4880 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14671245312 35423 33554432000 4194304 4196468 140723798162080 140602197584400 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4881] ppid=4870 vsize=14327388 memory=1004 CPUtime=0 cores=0-7
/proc/4873/task/4881/stat : 4881 (java) S 4870 4873 4548 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101270084 14671245312 35423 33554432000 4194304 4196468 140723798162080 140602196531856 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4882] ppid=4870 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/4873/task/4882/stat : 4882 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14671245312 35423 33554432000 4194304 4196468 140723798162080 140602195478800 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4883] ppid=4870 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/4873/task/4883/stat : 4883 (java) S 4870 4873 4548 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101270084 14671245312 35423 33554432000 4194304 4196468 140723798162080 140602194426256 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4884] ppid=4870 vsize=14327388 memory=16272 CPUtime=0 cores=0-7
/proc/4873/task/4884/stat : 4884 (java) S 4870 4873 4548 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 101270085 14671245312 35423 33554432000 4194304 4196468 140723798162080 140602131290864 140602605976194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0

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

[pid=4873/tid=4901] ppid=4870 vsize=15134348 memory=16304 CPUtime=11.23 cores=0-7
/proc/4873/task/4901/stat : 4901 (java) S 4870 4873 4548 0 -1 1077944384 3194 0 0 0 1100 23 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601899220800 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4902] ppid=4870 vsize=15134348 memory=4052 CPUtime=11.36 cores=0-7
/proc/4873/task/4902/stat : 4902 (java) S 4870 4873 4548 0 -1 1077944384 5024 0 0 0 1122 14 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601898168256 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4903] ppid=4870 vsize=15134348 memory=16236 CPUtime=11.25 cores=0-7
/proc/4873/task/4903/stat : 4903 (java) S 4870 4873 4548 0 -1 1077944384 2977 0 0 0 1103 22 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601897115200 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4904] ppid=4870 vsize=15134348 memory=1796 CPUtime=11.18 cores=0-7
/proc/4873/task/4904/stat : 4904 (java) S 4870 4873 4548 0 -1 1077944384 4779 0 0 0 1095 23 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601896062656 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4905] ppid=4870 vsize=15134348 memory=644 CPUtime=0 cores=0-7
/proc/4873/task/4905/stat : 4905 (java) S 4870 4873 4548 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601895015328 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4906] ppid=4870 vsize=15134348 memory=960 CPUtime=0 cores=0-7
/proc/4873/task/4906/stat : 4906 (java) S 4870 4873 4548 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601893962784 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
Current children cumulated CPU time: 16228.3 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11586364 KiB

[startup+2521.6 s]
/proc/loadavg: 7.53 6.69 6.60 2/213 4965
/proc/meminfo: memFree=19884364/32770624 swapFree=67108860/67108860
[pid=4873] ppid=4870 vsize=15134348 memory=11586364 CPUtime=16233.5 cores=0-7
/proc/4873/stat : 4873 (java) S 4870 4873 4548 0 -1 1077944320 4345763 0 0 0 1615576 7778 0 0 20 0 32 0 101270083 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140723798144624 140602605965047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
/proc/4873/statm: 3783587 2896591 3863 1 0 3771302 0
[pid=4873/tid=4875] ppid=4870 vsize=15134348 memory=8112282956445269571 CPUtime=131.18 cores=0-7
/proc/4873/task/4875/stat : 4875 (java) S 4870 4873 4548 0 -1 1077944384 38554 0 0 0 13006 112 0 0 20 0 32 0 101270083 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602610204464 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4876] ppid=4870 vsize=15134348 memory=288230617509003574 CPUtime=1947.4 cores=0-7
/proc/4873/task/4876/stat : 4876 (java) R 4870 4873 4548 0 -1 4202560 215601 0 0 0 193824 916 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602536053776 140602590662822 0 4 0 16800975 0 0 0 -1 6 0 0 61 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4877] ppid=4870 vsize=15134348 memory=14972256832981273 CPUtime=1950.01 cores=0-7
/proc/4873/task/4877/stat : 4877 (java) R 4870 4873 4548 0 -1 4202560 217884 0 0 0 194054 947 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602535001232 140602590915652 0 4 0 16800975 0 0 0 -1 1 0 0 65 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4878] ppid=4870 vsize=15134348 memory=4100 CPUtime=1947.26 cores=0-7
/proc/4873/task/4878/stat : 4878 (java) R 4870 4873 4548 0 -1 4202560 213203 0 0 0 193789 937 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602533948176 140602590662799 0 4 0 16800975 0 0 0 -1 5 0 0 64 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4879] ppid=4870 vsize=15134348 memory=11586364 CPUtime=1950.39 cores=0-7
/proc/4873/task/4879/stat : 4879 (java) R 4870 4873 4548 0 -1 4202560 230722 0 0 0 194133 906 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602198637456 140602587561743 0 4 0 16800975 0 0 0 -1 0 0 0 64 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4880] ppid=4870 vsize=15134348 memory=3920 CPUtime=1956.38 cores=0-7
/proc/4873/task/4880/stat : 4880 (java) R 4870 4873 4548 0 -1 4202560 223415 0 0 0 194851 787 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602197584400 140602590915725 0 4 0 16800975 0 0 0 -1 2 0 0 66 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4881] ppid=4870 vsize=15134348 memory=11586364 CPUtime=1946.92 cores=0-7
/proc/4873/task/4881/stat : 4881 (java) R 4870 4873 4548 0 -1 4202560 212788 0 0 0 193768 924 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602196532056 140602587561729 0 4 0 16800975 0 0 0 -1 7 0 0 68 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4882] ppid=4870 vsize=15134348 memory=11586364 CPUtime=1948.48 cores=0-7
/proc/4873/task/4882/stat : 4882 (java) R 4870 4873 4548 0 -1 4202560 220742 0 0 0 193958 890 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602195478800 140602587562048 0 4 0 16800975 0 0 0 -1 3 0 0 73 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4883] ppid=4870 vsize=15134348 memory=4100 CPUtime=1956.29 cores=0-7
/proc/4873/task/4883/stat : 4883 (java) R 4870 4873 4548 0 -1 4202560 226473 0 0 0 194824 805 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602194426256 140602587561501 0 4 0 16800975 0 0 0 -1 4 0 0 70 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4884] ppid=4870 vsize=15134348 memory=29008 CPUtime=400.77 cores=0-7
/proc/4873/task/4884/stat : 4884 (java) S 4870 4873 4548 0 -1 1077944384 2469498 0 0 0 39723 354 0 0 20 0 32 0 101270085 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602131289184 140602605975253 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4885] ppid=4870 vsize=15134348 memory=1292 CPUtime=0.01 cores=0-7
/proc/4873/task/4885/stat : 4885 (java) S 4870 4873 4548 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 32 0 101270086 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601928443248 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4886] ppid=4870 vsize=15134348 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4886/stat : 4886 (java) S 4870 4873 4548 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 32 0 101270086 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601927390464 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4887] ppid=4870 vsize=15134348 memory=11586364 CPUtime=0 cores=0-7
/proc/4873/task/4887/stat : 4887 (java) S 4870 4873 4548 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 32 0 101270088 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601926333344 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4888] ppid=4870 vsize=15134348 memory=920 CPUtime=1.69 cores=0-7
/proc/4873/task/4888/stat : 4888 (java) S 4870 4873 4548 0 -1 1077944384 7523 0 0 0 167 2 0 0 20 0 32 0 101270088 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601925286128 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4889] ppid=4870 vsize=15134348 memory=4124 CPUtime=1.99 cores=0-7
/proc/4873/task/4889/stat : 4889 (java) S 4870 4873 4548 0 -1 1077944384 10464 0 0 0 196 3 0 0 20 0 32 0 101270088 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601924233584 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4890] ppid=4870 vsize=15134348 memory=1152 CPUtime=1.98 cores=0-7
/proc/4873/task/4890/stat : 4890 (java) S 4870 4873 4548 0 -1 1077944384 7054 0 0 0 196 2 0 0 20 0 32 0 101270088 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601923180528 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4891] ppid=4870 vsize=15134348 memory=8112282956445269571 CPUtime=1.14 cores=0-7
/proc/4873/task/4891/stat : 4891 (java) S 4870 4873 4548 0 -1 1077944384 11705 0 0 0 109 5 0 0 20 0 32 0 101270088 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601922127984 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4892] ppid=4870 vsize=15134348 memory=644 CPUtime=0 cores=0-7
/proc/4873/task/4892/stat : 4892 (java) S 4870 4873 4548 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 101270089 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601921076192 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4893] ppid=4870 vsize=15134348 memory=960 CPUtime=1.09 cores=0-7
/proc/4873/task/4893/stat : 4893 (java) S 4870 4873 4548 0 -1 1077944384 4344 0 0 0 51 58 0 0 20 0 32 0 101270089 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601920023728 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4895] ppid=4870 vsize=15134348 memory=4388 CPUtime=0 cores=0-7
/proc/4873/task/4895/stat : 4895 (java) S 4870 4873 4548 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 32 0 101284211 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601909736448 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4896] ppid=4870 vsize=15134348 memory=16304 CPUtime=0.17 cores=0-7
/proc/4873/task/4896/stat : 4896 (java) S 4870 4873 4548 0 -1 1077944384 2282 0 0 0 6 11 0 0 20 0 32 0 101284223 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601906584720 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4897] ppid=4870 vsize=15134348 memory=4052 CPUtime=11.23 cores=0-7
/proc/4873/task/4897/stat : 4897 (java) S 4870 4873 4548 0 -1 1077944384 4215 0 0 0 1106 17 0 0 20 0 32 0 101284233 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601905528128 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4898] ppid=4870 vsize=15134348 memory=16236 CPUtime=11.3 cores=0-7
/proc/4873/task/4898/stat : 4898 (java) S 4870 4873 4548 0 -1 1077944384 3680 0 0 0 1117 13 0 0 20 0 32 0 101284234 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601902379824 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4899] ppid=4870 vsize=15134348 memory=1796 CPUtime=11.16 cores=0-7
/proc/4873/task/4899/stat : 4899 (java) S 4870 4873 4548 0 -1 1077944384 2856 0 0 0 1086 30 0 0 20 0 32 0 101284234 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601901326768 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4900] ppid=4870 vsize=15134348 memory=644 CPUtime=11.42 cores=0-7
/proc/4873/task/4900/stat : 4900 (java) S 4870 4873 4548 0 -1 1077944384 5142 0 0 0 1117 25 0 0 20 0 32 0 101284236 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601900273504 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4901] ppid=4870 vsize=15134348 memory=12068 CPUtime=11.23 cores=0-7
/proc/4873/task/4901/stat : 4901 (java) S 4870 4873 4548 0 -1 1077944384 3194 0 0 0 1100 23 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601899220800 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4902] ppid=4870 vsize=15134348 memory=1440 CPUtime=11.36 cores=0-7
/proc/4873/task/4902/stat : 4902 (java) S 4870 4873 4548 0 -1 1077944384 5024 0 0 0 1122 14 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601898168256 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4903] ppid=4870 vsize=15134348 memory=5792 CPUtime=11.25 cores=0-7
/proc/4873/task/4903/stat : 4903 (java) S 4870 4873 4548 0 -1 1077944384 2977 0 0 0 1103 22 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601897115200 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4904] ppid=4870 vsize=15134348 memory=1224 CPUtime=11.18 cores=0-7
/proc/4873/task/4904/stat : 4904 (java) S 4870 4873 4548 0 -1 1077944384 4779 0 0 0 1095 23 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601896062656 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4905] ppid=4870 vsize=15134348 memory=8560 CPUtime=0 cores=0-7
/proc/4873/task/4905/stat : 4905 (java) S 4870 4873 4548 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601895015328 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4906] ppid=4870 vsize=15134348 memory=0 CPUtime=0 cores=0-7
/proc/4873/task/4906/stat : 4906 (java) S 4870 4873 4548 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601893962784 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
Current children cumulated CPU time: 16233.5 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11586364 KiB

[startup+2522 s]*
/proc/loadavg: 7.53 6.69 6.60 9/213 4965
/proc/meminfo: memFree=19884364/32770624 swapFree=67108860/67108860
[pid=4873] ppid=4870 vsize=15134348 memory=11586364 CPUtime=16236.3 cores=0-7
/proc/4873/stat : 4873 (java) S 4870 4873 4548 0 -1 1077944320 4346022 0 0 0 1615855 7778 0 0 20 0 32 0 101270083 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140723798144624 140602605965047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
/proc/4873/statm: 3783587 2896591 3863 1 0 3771302 0
[pid=4873/tid=4875] ppid=4870 vsize=15134348 memory=1004 CPUtime=131.18 cores=0-7
/proc/4873/task/4875/stat : 4875 (java) S 4870 4873 4548 0 -1 1077944384 38554 0 0 0 13006 112 0 0 20 0 32 0 101270083 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602610204464 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4876] ppid=4870 vsize=15134348 memory=1200 CPUtime=1947.75 cores=0-7
/proc/4873/task/4876/stat : 4876 (java) R 4870 4873 4548 0 -1 4202560 215601 0 0 0 193859 916 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602536053776 140602587562058 0 4 0 16800975 0 0 0 -1 4 0 0 61 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4877] ppid=4870 vsize=15134348 memory=15872 CPUtime=1950.35 cores=0-7
/proc/4873/task/4877/stat : 4877 (java) R 4870 4873 4548 0 -1 4202560 217884 0 0 0 194088 947 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602535001432 140602587562058 0 4 0 16800975 0 0 0 -1 5 0 0 65 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4878] ppid=4870 vsize=15134348 memory=4872558044660077418 CPUtime=1947.61 cores=0-7
/proc/4873/task/4878/stat : 4878 (java) R 4870 4873 4548 0 -1 4202560 213204 0 0 0 193824 937 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602533948064 140602590915652 0 4 0 16800975 0 0 0 -1 1 0 0 64 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4879] ppid=4870 vsize=15134348 memory=4420 CPUtime=1950.74 cores=0-7
/proc/4873/task/4879/stat : 4879 (java) R 4870 4873 4548 0 -1 4202560 230722 0 0 0 194168 906 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602198637456 140602590662694 0 4 0 16800975 0 0 0 -1 0 0 0 64 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4880] ppid=4870 vsize=15134348 memory=6628 CPUtime=1956.72 cores=0-7
/proc/4873/task/4880/stat : 4880 (java) R 4870 4873 4548 0 -1 4202560 223479 0 0 0 194885 787 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602197584600 140602587562058 0 4 0 16800975 0 0 0 -1 2 0 0 66 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4881] ppid=4870 vsize=15134348 memory=8836 CPUtime=1947.25 cores=0-7
/proc/4873/task/4881/stat : 4881 (java) R 4870 4873 4548 0 -1 4202560 212788 0 0 0 193801 924 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602196532056 140602590915652 0 4 0 16800975 0 0 0 -1 7 0 0 68 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4882] ppid=4870 vsize=15134348 memory=11044 CPUtime=1948.82 cores=0-7
/proc/4873/task/4882/stat : 4882 (java) R 4870 4873 4548 0 -1 4202560 220869 0 0 0 193992 890 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602195478800 140602590950343 0 4 0 16800975 0 0 0 -1 3 0 0 73 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4883] ppid=4870 vsize=15134348 memory=13252 CPUtime=1956.63 cores=0-7
/proc/4873/task/4883/stat : 4883 (java) R 4870 4873 4548 0 -1 4202560 226537 0 0 0 194858 805 0 0 20 0 32 0 101270084 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602194426256 140602587561041 0 4 0 16800975 0 0 0 -1 6 0 0 70 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4884] ppid=4870 vsize=15134348 memory=15460 CPUtime=400.83 cores=0-7
/proc/4873/task/4884/stat : 4884 (java) S 4870 4873 4548 0 -1 1077944384 2469500 0 0 0 39729 354 0 0 20 0 32 0 101270085 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140602131289184 140602605975253 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4885] ppid=4870 vsize=15134348 memory=17668 CPUtime=0.01 cores=0-7
/proc/4873/task/4885/stat : 4885 (java) S 4870 4873 4548 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 32 0 101270086 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601928443248 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4886] ppid=4870 vsize=15134348 memory=932 CPUtime=0 cores=0-7
/proc/4873/task/4886/stat : 4886 (java) S 4870 4873 4548 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 32 0 101270086 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601927390464 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4887] ppid=4870 vsize=15134348 memory=1568 CPUtime=0 cores=0-7
/proc/4873/task/4887/stat : 4887 (java) S 4870 4873 4548 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 32 0 101270088 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601926333344 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4888] ppid=4870 vsize=15134348 memory=2240 CPUtime=1.69 cores=0-7
/proc/4873/task/4888/stat : 4888 (java) S 4870 4873 4548 0 -1 1077944384 7523 0 0 0 167 2 0 0 20 0 32 0 101270088 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601925286128 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4889] ppid=4870 vsize=15134348 memory=4124 CPUtime=1.99 cores=0-7
/proc/4873/task/4889/stat : 4889 (java) S 4870 4873 4548 0 -1 1077944384 10464 0 0 0 196 3 0 0 20 0 32 0 101270088 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601924233584 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4890] ppid=4870 vsize=15134348 memory=2196 CPUtime=1.98 cores=0-7
/proc/4873/task/4890/stat : 4890 (java) S 4870 4873 4548 0 -1 1077944384 7054 0 0 0 196 2 0 0 20 0 32 0 101270088 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601923180528 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4891] ppid=4870 vsize=15134348 memory=6764 CPUtime=1.14 cores=0-7
/proc/4873/task/4891/stat : 4891 (java) S 4870 4873 4548 0 -1 1077944384 11705 0 0 0 109 5 0 0 20 0 32 0 101270088 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601922127984 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4892] ppid=4870 vsize=15134348 memory=840 CPUtime=0 cores=0-7
/proc/4873/task/4892/stat : 4892 (java) S 4870 4873 4548 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 101270089 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601921076192 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4893] ppid=4870 vsize=15134348 memory=1696 CPUtime=1.09 cores=0-7
/proc/4873/task/4893/stat : 4893 (java) S 4870 4873 4548 0 -1 1077944384 4344 0 0 0 51 58 0 0 20 0 32 0 101270089 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601920023728 140602605976194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4895] ppid=4870 vsize=15134348 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/4873/task/4895/stat : 4895 (java) S 4870 4873 4548 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 32 0 101284211 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601909736448 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4896] ppid=4870 vsize=15134348 memory=1732 CPUtime=0.17 cores=0-7
/proc/4873/task/4896/stat : 4896 (java) S 4870 4873 4548 0 -1 1077944384 2282 0 0 0 6 11 0 0 20 0 32 0 101284223 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601906584720 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4897] ppid=4870 vsize=15134348 memory=1948 CPUtime=11.23 cores=0-7
/proc/4873/task/4897/stat : 4897 (java) S 4870 4873 4548 0 -1 1077944384 4215 0 0 0 1106 17 0 0 20 0 32 0 101284233 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601905528128 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4898] ppid=4870 vsize=15134348 memory=800 CPUtime=11.3 cores=0-7
/proc/4873/task/4898/stat : 4898 (java) S 4870 4873 4548 0 -1 1077944384 3680 0 0 0 1117 13 0 0 20 0 32 0 101284234 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601902379824 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4899] ppid=4870 vsize=15134348 memory=12068 CPUtime=11.16 cores=0-7
/proc/4873/task/4899/stat : 4899 (java) S 4870 4873 4548 0 -1 1077944384 2856 0 0 0 1086 30 0 0 20 0 32 0 101284234 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601901326768 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4900] ppid=4870 vsize=15134348 memory=1440 CPUtime=11.42 cores=0-7
/proc/4873/task/4900/stat : 4900 (java) S 4870 4873 4548 0 -1 1077944384 5143 0 0 0 1117 25 0 0 20 0 32 0 101284236 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601900273504 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4901] ppid=4870 vsize=15134348 memory=11586364 CPUtime=11.23 cores=0-7
/proc/4873/task/4901/stat : 4901 (java) S 4870 4873 4548 0 -1 1077944384 3194 0 0 0 1100 23 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601899220800 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4902] ppid=4870 vsize=15134348 memory=2240 CPUtime=11.36 cores=0-7
/proc/4873/task/4902/stat : 4902 (java) S 4870 4873 4548 0 -1 1077944384 5024 0 0 0 1122 14 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601898168256 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4903] ppid=4870 vsize=15134348 memory=11586364 CPUtime=11.25 cores=0-7
/proc/4873/task/4903/stat : 4903 (java) S 4870 4873 4548 0 -1 1077944384 2977 0 0 0 1103 22 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601897115200 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4904] ppid=4870 vsize=15134348 memory=4052 CPUtime=11.18 cores=0-7
/proc/4873/task/4904/stat : 4904 (java) S 4870 4873 4548 0 -1 1077944384 4779 0 0 0 1095 23 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601896062656 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4905] ppid=4870 vsize=15134348 memory=16236 CPUtime=0 cores=0-7
/proc/4873/task/4905/stat : 4905 (java) S 4870 4873 4548 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601895015328 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
[pid=4873/tid=4906] ppid=4870 vsize=15134348 memory=1796 CPUtime=0 cores=0-7
/proc/4873/task/4906/stat : 4906 (java) S 4870 4873 4548 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 101284237 15497572352 2896591 33554432000 4194304 4196468 140723798162080 140601893962784 140602605975253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34697216 140723798168673 140723798168859 140723798168859 140723798171599 0
Current children cumulated CPU time: 16236.3 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11586364 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.08
CPU time (s): 16236.5
CPU user time (s): 16158.6
CPU system time (s): 77.8435
CPU usage (%): 643.774
Max. virtual memory (cumulated for all children) (KiB): 15134348
Max. memory (cumulated for all children) (KiB): 11586364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16158.6
system time used= 77.8435
maximum resident set size= 11586880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4346034
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 523848
involuntary context switches= 300377


# summary of solver processes directly reported to runsolver:
#   pid: 4873
#   total CPU time (s): 16236.5
#   total CPU user time (s): 16158.6
#   total CPU system time (s): 77.8435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.2576 second user time and 30.3421 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-14 05:22:46
IDJOB=4274997
IDBENCH=120625
IDSOLVER=2668
FILE ID=node113/4274997-1502681824
RUNJOBID= node113-1502678443-4575
PBS_JOBID= 20628981
Free space on /tmp= 61784 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-wap01a.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274997-1502681824/watcher-4274997-1502681824 -o /tmp/evaluation-result-4274997-1502681824/solver-4274997-1502681824 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502678443-4575 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1169478008 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274997-1502681824.xml

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

MD5SUM BENCH= 1f75bed7d5113015eb943bda0c7ab47c
RANDOM SEED=1169478008

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31480168 kB
MemAvailable:   31976496 kB
Buffers:          154444 kB
Cached:           617744 kB
SwapCached:            0 kB
Active:           611236 kB
Inactive:         214320 kB
Active(anon):       3592 kB
Inactive(anon):    77672 kB
Active(file):     607644 kB
Inactive(file):   136648 kB
Unevictable:        6588 kB
Mlocked:            6588 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             46164 kB
Writeback:             0 kB
AnonPages:         53852 kB
Mapped:            43988 kB
Shmem:             25224 kB
Slab:             161572 kB
SReclaimable:     135744 kB
SUnreclaim:        25828 kB
KernelStack:        3296 kB
PageTables:         4664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61744 MiB
End job on node113 at 2017-08-14 06:04:48