Trace number 4275730

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-07-26? (TO) 16345.3 2522.0701

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-14.xml
MD5SUMe8698b72f1d598ed72051801219b61cc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints9560
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":160}]
Minimum variable degree80
Maximum variable degree159
Distribution of variable degrees[{"degree":80,"count":80},{"degree":159,"count":80}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9560}]
Number of extensional constraints0
Number of intensional constraints9560
Distribution of constraint types[{"type":"intension","count":9560}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1081229146
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
54.44/18.68	c Parsing done, starting search...
1587.86/622.90	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#253697134]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1661.95/632.58	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1661.95/632.58	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1661.95/632.58	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1661.95/632.58	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1661.95/632.58	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1661.95/632.58	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1661.95/632.58	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1661.95/632.58	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1661.95/632.58	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1661.95/632.58	c java.lang.Thread.run(Thread.java:748)
1661.95/632.58	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 (15028 MiB free)
  memory of node 1: 16384 MiB (15616 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275730-1502810785/watcher-4275730-1502810785 -o /tmp/evaluation-result-4275730-1502810785/solver-4275730-1502810785 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1081229146 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275730-1502810785.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=16779, runsolver pid=16776

[startup+0.100115 s]*
/proc/loadavg: 8.48 7.66 6.59 2/198 16799
/proc/meminfo: memFree=31360168/32770624 swapFree=67108860/67108860
[pid=16779] ppid=16776 vsize=14325320 memory=33012 CPUtime=0.12 cores=0-7
/proc/16779/stat : 16779 (java) S 16776 16779 16326 0 -1 1077944320 8186 0 0 0 10 2 0 0 20 0 20 0 114166294 14669127680 8253 33554432000 4194304 4196468 140725701455872 140725701438416 140362270637815 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
/proc/16779/statm: 3581330 8253 3403 1 0 3569050 0
[pid=16779/tid=16781] ppid=16776 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16779/task/16781/stat : 16781 (java) R 16776 16779 16326 0 -1 4202560 6109 0 0 0 8 1 0 0 20 0 20 0 114166294 14669127680 8253 33554432000 4194304 4196468 140725701455872 140362274815728 140362254718302 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16782] ppid=16776 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16779/task/16782/stat : 16782 (java) S 16776 16779 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 8253 33554432000 4194304 4196468 140725701455872 140362223258384 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16783] ppid=16776 vsize=14325320 memory=139636541179520 CPUtime=0 cores=0-7
/proc/16779/task/16783/stat : 16783 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 8253 33554432000 4194304 4196468 140725701455872 140362222205840 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16784] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16784/stat : 16784 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 8253 33554432000 4194304 4196468 140725701455872 140362221153296 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16785] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16785/stat : 16785 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 8253 33554432000 4194304 4196468 140725701455872 140362220100752 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16786] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16786/stat : 16786 (java) S 16776 16779 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 8253 33554432000 4194304 4196468 140725701455872 140362219047184 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16787] ppid=16776 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16779/task/16787/stat : 16787 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 8253 33554432000 4194304 4196468 140725701455872 140362217994640 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16788] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16788/stat : 16788 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 8253 33554432000 4194304 4196468 140725701455872 140362216942096 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16789] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16789/stat : 16789 (java) S 16776 16779 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361859263120 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16790] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16790/stat : 16790 (java) S 16776 16779 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114166296 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361233258992 140362270648962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16791] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16791/stat : 16791 (java) S 16776 16779 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114166297 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361232205216 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16792] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16792/stat : 16792 (java) S 16776 16779 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114166297 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361231152624 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16793] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16793/stat : 16793 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166299 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361230101200 140362270656411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16794] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16794/stat : 16794 (java) S 16776 16779 16326 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 114166299 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361229047792 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16795] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16795/stat : 16795 (java) S 16776 16779 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114166299 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361227995248 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16796] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16796/stat : 16796 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166299 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361226942704 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16797] ppid=16776 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16779/task/16797/stat : 16797 (java) S 16776 16779 16326 0 -1 1077944384 384 0 0 0 1 0 0 0 20 0 20 0 114166299 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361225890160 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16798] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16798/stat : 16798 (java) S 16776 16779 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114166299 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361224837856 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16799] ppid=16776 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16779/task/16799/stat : 16799 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166300 14669127680 8253 33554432000 4194304 4196468 140725701455872 140361223785392 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33012 KiB

[startup+0.209936 s]*
/proc/loadavg: 8.48 7.66 6.59 3/198 16799
/proc/meminfo: memFree=31351652/32770624 swapFree=67108860/67108860
[pid=16779] ppid=16776 vsize=14325320 memory=42364 CPUtime=0.29 cores=0-7
/proc/16779/stat : 16779 (java) S 16776 16779 16326 0 -1 1077944320 9270 0 0 0 27 2 0 0 20 0 20 0 114166294 14669127680 10591 33554432000 4194304 4196468 140725701455872 140725701438416 140362270637815 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
/proc/16779/statm: 3581330 10591 3602 1 0 3569050 0
[pid=16779/tid=16781] ppid=16776 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/16779/task/16781/stat : 16781 (java) R 16776 16779 16326 0 -1 4202560 6780 0 0 0 18 1 0 0 20 0 20 0 114166294 14669127680 10591 33554432000 4194304 4196468 140725701455872 140362274847288 140362254718302 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16782] ppid=16776 vsize=14325320 memory=13885 CPUtime=0 cores=0-7
/proc/16779/task/16782/stat : 16782 (java) S 16776 16779 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 10591 33554432000 4194304 4196468 140725701455872 140362223258384 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16783] ppid=16776 vsize=14325320 memory=139636541683980 CPUtime=0 cores=0-7
/proc/16779/task/16783/stat : 16783 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 10591 33554432000 4194304 4196468 140725701455872 140362222205840 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16784] ppid=16776 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16779/task/16784/stat : 16784 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 10591 33554432000 4194304 4196468 140725701455872 140362221153296 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16785] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16785/stat : 16785 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 10591 33554432000 4194304 4196468 140725701455872 140362220100752 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16786] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16786/stat : 16786 (java) S 16776 16779 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 10591 33554432000 4194304 4196468 140725701455872 140362219047184 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16787] ppid=16776 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16779/task/16787/stat : 16787 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 10591 33554432000 4194304 4196468 140725701455872 140362217994640 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16788] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16788/stat : 16788 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 10591 33554432000 4194304 4196468 140725701455872 140362216942096 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16789] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16789/stat : 16789 (java) S 16776 16779 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114166295 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361859263120 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16790] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16790/stat : 16790 (java) S 16776 16779 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114166296 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361233258992 140362270648962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16791] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16791/stat : 16791 (java) S 16776 16779 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114166297 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361232205216 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16792] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16792/stat : 16792 (java) S 16776 16779 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114166297 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361231152624 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16793] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16793/stat : 16793 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166299 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361230101200 140362270656411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16794] ppid=16776 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16779/task/16794/stat : 16794 (java) S 16776 16779 16326 0 -1 1077944384 586 0 0 0 1 0 0 0 20 0 20 0 114166299 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361229047792 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16795] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16795/stat : 16795 (java) S 16776 16779 16326 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 114166299 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361227995248 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16796] ppid=16776 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16779/task/16796/stat : 16796 (java) S 16776 16779 16326 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 114166299 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361226942704 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16797] ppid=16776 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/16779/task/16797/stat : 16797 (java) R 16776 16779 16326 0 -1 4202560 447 0 0 0 5 0 0 0 20 0 20 0 114166299 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361225890160 140362270649750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16798] ppid=16776 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16798/stat : 16798 (java) S 16776 16779 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114166299 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361224837856 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16799] ppid=16776 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16779/task/16799/stat : 16799 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166300 14669127680 10591 33554432000 4194304 4196468 140725701455872 140361223785392 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42364 KiB

[startup+0.309465 s]*
/proc/loadavg: 8.48 7.66 6.59 2/198 16799
/proc/meminfo: memFree=31343960/32770624 swapFree=67108860/67108860
[pid=16779] ppid=16776 vsize=14325340 memory=50684 CPUtime=0.48 cores=0-7
/proc/16779/stat : 16779 (java) S 16776 16779 16326 0 -1 1077944320 10459 0 0 0 45 3 0 0 20 0 20 0 114166294 14669148160 12671 33554432000 4194304 4196468 140725701455872 140725701438416 140362270637815 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
/proc/16779/statm: 3581335 12671 3695 1 0 3569050 0
[pid=16779/tid=16781] ppid=16776 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16779/task/16781/stat : 16781 (java) R 16776 16779 16326 0 -1 4202560 7548 0 0 0 27 2 0 0 20 0 20 0 114166294 14669148160 12671 33554432000 4194304 4196468 140725701455872 140362274867264 140362270659162 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16782] ppid=16776 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16782/stat : 16782 (java) S 16776 16779 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114166295 14669148160 12671 33554432000 4194304 4196468 140725701455872 140362223258384 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16783] ppid=16776 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16783/stat : 16783 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669148160 12671 33554432000 4194304 4196468 140725701455872 140362222205840 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16784] ppid=16776 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16784/stat : 16784 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669148160 12671 33554432000 4194304 4196468 140725701455872 140362221153296 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16785] ppid=16776 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16785/stat : 16785 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669148160 12671 33554432000 4194304 4196468 140725701455872 140362220100752 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16786] ppid=16776 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/16779/task/16786/stat : 16786 (java) S 16776 16779 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114166295 14669148160 12671 33554432000 4194304 4196468 140725701455872 140362219047184 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16787] ppid=16776 vsize=14325340 memory=139636433318831 CPUtime=0 cores=0-7
/proc/16779/task/16787/stat : 16787 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669148160 12671 33554432000 4194304 4196468 140725701455872 140362217994640 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16788] ppid=16776 vsize=14325340 memory=139636433321136 CPUtime=0 cores=0-7
/proc/16779/task/16788/stat : 16788 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14669148160 12671 33554432000 4194304 4196468 140725701455872 140362216942096 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16789] ppid=16776 vsize=14325340 memory=139636433323440 CPUtime=0 cores=0-7
/proc/16779/task/16789/stat : 16789 (java) S 16776 16779 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114166295 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361859263120 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16790] ppid=16776 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16790/stat : 16790 (java) S 16776 16779 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114166296 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361233258992 140362270648962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16791] ppid=16776 vsize=14325340 memory=279272866653840 CPUtime=0 cores=0-7
/proc/16779/task/16791/stat : 16791 (java) S 16776 16779 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114166297 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361232205216 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16792] ppid=16776 vsize=14325340 memory=279272866660752 CPUtime=0 cores=0-7
/proc/16779/task/16792/stat : 16792 (java) S 16776 16779 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114166297 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361231152624 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16793] ppid=16776 vsize=14325340 memory=279272866602032 CPUtime=0 cores=0-7
/proc/16779/task/16793/stat : 16793 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166299 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361230101200 140362270656411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16794] ppid=16776 vsize=14325340 memory=279272866674576 CPUtime=0.03 cores=0-7
/proc/16779/task/16794/stat : 16794 (java) R 16776 16779 16326 0 -1 1077944384 675 0 0 0 3 0 0 0 20 0 20 0 114166299 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361229047792 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16795] ppid=16776 vsize=14325340 memory=279272866681488 CPUtime=0.03 cores=0-7
/proc/16779/task/16795/stat : 16795 (java) S 16776 16779 16326 0 -1 1077944384 244 0 0 0 3 0 0 0 20 0 20 0 114166299 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361227995248 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16796] ppid=16776 vsize=14325340 memory=279272866679184 CPUtime=0.01 cores=0-7
/proc/16779/task/16796/stat : 16796 (java) S 16776 16779 16326 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 20 0 114166299 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361226942704 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16797] ppid=16776 vsize=14325340 memory=279272866695792 CPUtime=0.07 cores=0-7
/proc/16779/task/16797/stat : 16797 (java) R 16776 16779 16326 0 -1 4202560 552 0 0 0 7 0 0 0 20 0 20 0 114166299 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361225890160 140362256319610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16798] ppid=16776 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16798/stat : 16798 (java) S 16776 16779 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114166299 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361224837856 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16799] ppid=16776 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/16779/task/16799/stat : 16799 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166300 14669148160 12671 33554432000 4194304 4196468 140725701455872 140361223785392 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50684 KiB

[startup+0.700883 s]
/proc/loadavg: 8.04 7.58 6.57 3/198 16799
/proc/meminfo: memFree=31322960/32770624 swapFree=67108860/67108860
[pid=16779] ppid=16776 vsize=14327388 memory=118380 CPUtime=1.69 cores=0-7
/proc/16779/stat : 16779 (java) S 16776 16779 16326 0 -1 1077944320 15025 0 0 0 164 5 0 0 20 0 20 0 114166294 14671245312 29595 33554432000 4194304 4196468 140725701455872 140725701438416 140362270637815 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
/proc/16779/statm: 3581847 29595 3775 1 0 3569562 0
[pid=16779/tid=16781] ppid=16776 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/16779/task/16781/stat : 16781 (java) R 16776 16779 16326 0 -1 4202560 8260 0 0 0 65 2 0 0 20 0 20 0 114166294 14671245312 29595 33554432000 4194304 4196468 140725701455872 140362274871088 140361900200224 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16782] ppid=16776 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16782/stat : 16782 (java) S 16776 16779 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114166295 14671245312 29595 33554432000 4194304 4196468 140725701455872 140362223258384 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16783] ppid=16776 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16783/stat : 16783 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14671245312 29595 33554432000 4194304 4196468 140725701455872 140362222205840 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16784] ppid=16776 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/16779/task/16784/stat : 16784 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14671245312 29595 33554432000 4194304 4196468 140725701455872 140362221153296 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16785] ppid=16776 vsize=14327388 memory=1008 CPUtime=0 cores=0-7
/proc/16779/task/16785/stat : 16785 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14671245312 29595 33554432000 4194304 4196468 140725701455872 140362220100752 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16786] ppid=16776 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/16779/task/16786/stat : 16786 (java) S 16776 16779 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114166295 14671245312 29595 33554432000 4194304 4196468 140725701455872 140362219047184 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16787] ppid=16776 vsize=14327388 memory=1428 CPUtime=0 cores=0-7
/proc/16779/task/16787/stat : 16787 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14671245312 29595 33554432000 4194304 4196468 140725701455872 140362217994640 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16788] ppid=16776 vsize=14327388 memory=1204 CPUtime=0 cores=0-7
/proc/16779/task/16788/stat : 16788 (java) S 16776 16779 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114166295 14671245312 29595 33554432000 4194304 4196468 140725701455872 140362216942096 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16789] ppid=16776 vsize=14327388 memory=15876 CPUtime=0 cores=0-7
/proc/16779/task/16789/stat : 16789 (java) S 16776 16779 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114166295 14671245312 29595 33554432000 4194304 4196468 140725701455872 140361859263120 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16790] ppid=16776 vsize=14327388 memory=20252 CPUtime=0 cores=0-7
/proc/16779/task/16790/stat : 16790 (java) S 16776 16779 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114166296 14671245312 29595 33554432000 4194304 4196468 140725701455872 140361233258992 140362270648962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0

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

[pid=16779/tid=16817] ppid=16776 vsize=15200912 memory=1428 CPUtime=0 cores=0-7
/proc/16779/task/16817/stat : 16817 (java) S 16776 16779 16326 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360058631712 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16818] ppid=16776 vsize=15200912 memory=11428952 CPUtime=0 cores=0-7
/proc/16779/task/16818/stat : 16818 (java) S 16776 16779 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360057578144 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16819] ppid=16776 vsize=15200912 memory=11428952 CPUtime=6.69 cores=0-7
/proc/16779/task/16819/stat : 16819 (java) S 16776 16779 16326 0 -1 1077944384 4795 0 0 0 661 8 0 0 20 0 33 0 114216288 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360056521216 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16820] ppid=16776 vsize=15200912 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/16779/task/16820/stat : 16820 (java) S 16776 16779 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 114216288 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360055473056 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
Current children cumulated CPU time: 16335.5 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11428952 KiB

[startup+2521.6 s]
/proc/loadavg: 8.14 7.85 7.44 9/212 16843
/proc/meminfo: memFree=19945212/32770624 swapFree=67108860/67108860
[pid=16779] ppid=16776 vsize=15200912 memory=11428952 CPUtime=16341.8 cores=0-7
/proc/16779/stat : 16779 (java) S 16776 16779 16326 0 -1 1077944320 3203699 0 0 0 1628311 5874 0 0 20 0 33 0 114166294 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140725701438416 140362270637815 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
/proc/16779/statm: 3800228 2857238 3875 1 0 3787943 0
[pid=16779/tid=16781] ppid=16776 vsize=15200912 memory=1692 CPUtime=476.79 cores=0-7
/proc/16779/task/16781/stat : 16781 (java) S 16776 16779 16326 0 -1 1077944384 62289 0 0 0 47613 66 0 0 20 0 33 0 114166294 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362274880688 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16782] ppid=16776 vsize=15200912 memory=916 CPUtime=1970.28 cores=0-7
/proc/16779/task/16782/stat : 16782 (java) R 16776 16779 16326 0 -1 4202560 172389 0 0 0 196350 678 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362223258584 140362255623111 0 4 0 16800975 0 0 0 -1 5 0 0 59 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16783] ppid=16776 vsize=15200912 memory=4872558044660077418 CPUtime=1969.55 cores=0-7
/proc/16779/task/16783/stat : 16783 (java) R 16776 16779 16326 0 -1 4202560 161513 0 0 0 196300 655 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362222206040 140362255335454 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16784] ppid=16776 vsize=15200912 memory=2240 CPUtime=1968.4 cores=0-7
/proc/16779/task/16784/stat : 16784 (java) R 16776 16779 16326 0 -1 4202560 165289 0 0 0 196168 672 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362221153496 140362255335567 0 4 0 16800975 0 0 0 -1 0 0 0 55 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16785] ppid=16776 vsize=15200912 memory=4128 CPUtime=1968.49 cores=0-7
/proc/16779/task/16785/stat : 16785 (java) R 16776 16779 16326 0 -1 4202560 167769 0 0 0 196202 647 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362220100640 140362255335428 0 4 0 16800975 0 0 0 -1 7 0 0 61 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16786] ppid=16776 vsize=15200912 memory=928 CPUtime=1973.65 cores=0-7
/proc/16779/task/16786/stat : 16786 (java) R 16776 16779 16326 0 -1 4202560 216396 0 0 0 196676 689 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362219047384 140362255588524 0 4 0 16800975 0 0 0 -1 6 0 0 57 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16787] ppid=16776 vsize=15200912 memory=1576 CPUtime=1967.98 cores=0-7
/proc/16779/task/16787/stat : 16787 (java) R 16776 16779 16326 0 -1 4202560 171756 0 0 0 196118 680 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362217994840 140362255335590 0 4 0 16800975 0 0 0 -1 1 0 0 51 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16788] ppid=16776 vsize=15200912 memory=5668 CPUtime=1967.42 cores=0-7
/proc/16779/task/16788/stat : 16788 (java) R 16776 16779 16326 0 -1 4202560 166257 0 0 0 196034 708 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362216942296 140362255335454 0 4 0 16800975 0 0 0 -1 3 0 0 55 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16789] ppid=16776 vsize=15200912 memory=1008 CPUtime=1970.95 cores=0-7
/proc/16779/task/16789/stat : 16789 (java) R 16776 16779 16326 0 -1 4202560 187018 0 0 0 196389 706 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361859263320 140362255335656 0 4 0 16800975 0 0 0 -1 2 0 0 50 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16790] ppid=16776 vsize=15200912 memory=4612 CPUtime=47.02 cores=0-7
/proc/16779/task/16790/stat : 16790 (java) S 16776 16779 16326 0 -1 1077944384 1617816 0 0 0 4464 238 0 0 20 0 33 0 114166296 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361233257312 140362270648021 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16791] ppid=16776 vsize=15200912 memory=1428 CPUtime=0 cores=0-7
/proc/16779/task/16791/stat : 16791 (java) S 16776 16779 16326 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 33 0 114166297 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361232204912 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16792] ppid=16776 vsize=15200912 memory=1204 CPUtime=0 cores=0-7
/proc/16779/task/16792/stat : 16792 (java) S 16776 16779 16326 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 33 0 114166297 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361231152640 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16793] ppid=16776 vsize=15200912 memory=15876 CPUtime=0 cores=0-7
/proc/16779/task/16793/stat : 16793 (java) S 16776 16779 16326 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361230100000 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16794] ppid=16776 vsize=15200912 memory=11428952 CPUtime=1.69 cores=0-7
/proc/16779/task/16794/stat : 16794 (java) S 16776 16779 16326 0 -1 1077944384 15042 0 0 0 166 3 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361229047840 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16795] ppid=16776 vsize=15200912 memory=4140 CPUtime=1.69 cores=0-7
/proc/16779/task/16795/stat : 16795 (java) S 16776 16779 16326 0 -1 1077944384 19557 0 0 0 165 4 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361227995296 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16796] ppid=16776 vsize=15200912 memory=32064 CPUtime=1.81 cores=0-7
/proc/16779/task/16796/stat : 16796 (java) S 16776 16779 16326 0 -1 1077944384 13307 0 0 0 179 2 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361226942464 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16797] ppid=16776 vsize=15200912 memory=1296 CPUtime=1.1 cores=0-7
/proc/16779/task/16797/stat : 16797 (java) S 16776 16779 16326 0 -1 1077944384 24223 0 0 0 106 4 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361225890160 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16798] ppid=16776 vsize=15200912 memory=2416 CPUtime=0 cores=0-7
/proc/16779/task/16798/stat : 16798 (java) S 16776 16779 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361224837856 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16799] ppid=16776 vsize=15200912 memory=1728 CPUtime=0.86 cores=0-7
/proc/16779/task/16799/stat : 16799 (java) S 16776 16779 16326 0 -1 1077944384 5619 0 0 0 36 50 0 0 20 0 33 0 114166300 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361223785392 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 60 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16808] ppid=16776 vsize=15200912 memory=211748934465114 CPUtime=0 cores=0-7
/proc/16779/task/16808/stat : 16808 (java) S 16776 16779 16326 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 33 0 114216256 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361213498624 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16809] ppid=16776 vsize=15200912 memory=7234303152781525070 CPUtime=0.11 cores=0-7
/proc/16779/task/16809/stat : 16809 (java) S 16776 16779 16326 0 -1 1077944384 2719 0 0 0 5 6 0 0 20 0 33 0 114216268 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361210349088 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16810] ppid=16776 vsize=15200912 memory=288291086387138235 CPUtime=6.77 cores=0-7
/proc/16779/task/16810/stat : 16810 (java) S 16776 16779 16326 0 -1 1077944384 4532 0 0 0 666 11 0 0 20 0 33 0 114216278 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360065994416 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16811] ppid=16776 vsize=15200912 memory=4153911626308389408 CPUtime=6.73 cores=0-7
/proc/16779/task/16811/stat : 16811 (java) S 16776 16779 16326 0 -1 1077944384 4514 0 0 0 658 15 0 0 20 0 33 0 114216279 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360064941024 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16812] ppid=16776 vsize=15200912 memory=-9174445032661854264 CPUtime=6.7 cores=0-7
/proc/16779/task/16812/stat : 16812 (java) S 16776 16779 16326 0 -1 1077944384 3674 0 0 0 657 13 0 0 20 0 33 0 114216279 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360063889968 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16813] ppid=16776 vsize=15200912 memory=-3253322038155611931 CPUtime=6.71 cores=0-7
/proc/16779/task/16813/stat : 16813 (java) S 16776 16779 16326 0 -1 1077944384 2942 0 0 0 656 15 0 0 20 0 33 0 114216281 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360062837312 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16814] ppid=16776 vsize=15200912 memory=1152 CPUtime=6.74 cores=0-7
/proc/16779/task/16814/stat : 16814 (java) S 16776 16779 16326 0 -1 1077944384 4392 0 0 0 665 9 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360061783200 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16815] ppid=16776 vsize=15200912 memory=3876 CPUtime=6.7 cores=0-7
/proc/16779/task/16815/stat : 16815 (java) S 16776 16779 16326 0 -1 1077944384 4857 0 0 0 654 16 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360060730800 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16816] ppid=16776 vsize=15200912 memory=11428952 CPUtime=6.74 cores=0-7
/proc/16779/task/16816/stat : 16816 (java) S 16776 16779 16326 0 -1 1077944384 3408 0 0 0 665 9 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360059679840 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16817] ppid=16776 vsize=15200912 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16779/task/16817/stat : 16817 (java) S 16776 16779 16326 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360058631712 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16818] ppid=16776 vsize=15200912 memory=1576 CPUtime=0 cores=0-7
/proc/16779/task/16818/stat : 16818 (java) S 16776 16779 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360057578144 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16819] ppid=16776 vsize=15200912 memory=2196 CPUtime=6.69 cores=0-7
/proc/16779/task/16819/stat : 16819 (java) S 16776 16779 16326 0 -1 1077944384 4795 0 0 0 661 8 0 0 20 0 33 0 114216288 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360056521216 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16820] ppid=16776 vsize=15200912 memory=6764 CPUtime=0 cores=0-7
/proc/16779/task/16820/stat : 16820 (java) S 16776 16779 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 114216288 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360055473056 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
Current children cumulated CPU time: 16341.9 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11428952 KiB

[startup+2522 s]*
/proc/loadavg: 8.14 7.85 7.44 9/212 16843
/proc/meminfo: memFree=19945212/32770624 swapFree=67108860/67108860
[pid=16779] ppid=16776 vsize=15200912 memory=11428952 CPUtime=16345.1 cores=0-7
/proc/16779/stat : 16779 (java) S 16776 16779 16326 0 -1 1077944320 3203751 0 0 0 1628637 5874 0 0 20 0 33 0 114166294 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140725701438416 140362270637815 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
/proc/16779/statm: 3800228 2857238 3875 1 0 3787943 0
[pid=16779/tid=16781] ppid=16776 vsize=15200912 memory=12028 CPUtime=476.79 cores=0-7
/proc/16779/task/16781/stat : 16781 (java) S 16776 16779 16326 0 -1 1077944384 62289 0 0 0 47613 66 0 0 20 0 33 0 114166294 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362274880688 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16782] ppid=16776 vsize=15200912 memory=4872558044660077418 CPUtime=1970.69 cores=0-7
/proc/16779/task/16782/stat : 16782 (java) R 16776 16779 16326 0 -1 4202560 172396 0 0 0 196391 678 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362223258584 140362255335454 0 4 0 16800975 0 0 0 -1 5 0 0 59 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16783] ppid=16776 vsize=15200912 memory=11428952 CPUtime=1969.96 cores=0-7
/proc/16779/task/16783/stat : 16783 (java) R 16776 16779 16326 0 -1 4202560 161523 0 0 0 196341 655 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362222206040 140362255588808 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16784] ppid=16776 vsize=15200912 memory=6791534058613427641 CPUtime=1968.81 cores=0-7
/proc/16779/task/16784/stat : 16784 (java) R 16776 16779 16326 0 -1 4202560 165294 0 0 0 196209 672 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362221153496 140362255588420 0 4 0 16800975 0 0 0 -1 0 0 0 55 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16785] ppid=16776 vsize=15200912 memory=4872558044660077418 CPUtime=1968.89 cores=0-7
/proc/16779/task/16785/stat : 16785 (java) R 16776 16779 16326 0 -1 4202560 167774 0 0 0 196242 647 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362220100640 140362255588808 0 4 0 16800975 0 0 0 -1 7 0 0 61 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16786] ppid=16776 vsize=15200912 memory=11428952 CPUtime=1974.06 cores=0-7
/proc/16779/task/16786/stat : 16786 (java) R 16776 16779 16326 0 -1 4202560 216402 0 0 0 196717 689 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362219047384 140362255588808 0 4 0 16800975 0 0 0 -1 6 0 0 57 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16787] ppid=16776 vsize=15200912 memory=1296 CPUtime=1968.39 cores=0-7
/proc/16779/task/16787/stat : 16787 (java) R 16776 16779 16326 0 -1 4202560 171764 0 0 0 196159 680 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362217994840 140362255335428 0 4 0 16800975 0 0 0 -1 1 0 0 51 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16788] ppid=16776 vsize=15200912 memory=2416 CPUtime=1967.83 cores=0-7
/proc/16779/task/16788/stat : 16788 (java) R 16776 16779 16326 0 -1 4202560 166261 0 0 0 196075 708 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140362216942296 140362255335454 0 4 0 16800975 0 0 0 -1 3 0 0 55 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16789] ppid=16776 vsize=15200912 memory=1728 CPUtime=1971.36 cores=0-7
/proc/16779/task/16789/stat : 16789 (java) R 16776 16779 16326 0 -1 4202560 187025 0 0 0 196430 706 0 0 20 0 33 0 114166295 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361859263320 140362255623111 0 4 0 16800975 0 0 0 -1 2 0 0 50 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16790] ppid=16776 vsize=15200912 memory=796 CPUtime=47.02 cores=0-7
/proc/16779/task/16790/stat : 16790 (java) S 16776 16779 16326 0 -1 1077944384 1617816 0 0 0 4464 238 0 0 20 0 33 0 114166296 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361233257312 140362270648021 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16791] ppid=16776 vsize=15200912 memory=11428952 CPUtime=0 cores=0-7
/proc/16779/task/16791/stat : 16791 (java) S 16776 16779 16326 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 33 0 114166297 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361232204912 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16792] ppid=16776 vsize=15200912 memory=2561 CPUtime=0 cores=0-7
/proc/16779/task/16792/stat : 16792 (java) S 16776 16779 16326 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 33 0 114166297 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361231152640 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16793] ppid=16776 vsize=15200912 memory=7079772213163872336 CPUtime=0 cores=0-7
/proc/16779/task/16793/stat : 16793 (java) S 16776 16779 16326 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361230100000 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16794] ppid=16776 vsize=15200912 memory=5787213827080218189 CPUtime=1.69 cores=0-7
/proc/16779/task/16794/stat : 16794 (java) S 16776 16779 16326 0 -1 1077944384 15042 0 0 0 166 3 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361229047840 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16795] ppid=16776 vsize=15200912 memory=8242832241811678803 CPUtime=1.69 cores=0-7
/proc/16779/task/16795/stat : 16795 (java) S 16776 16779 16326 0 -1 1077944384 19557 0 0 0 165 4 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361227995296 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16796] ppid=16776 vsize=15200912 memory=8100635934427665492 CPUtime=1.81 cores=0-7
/proc/16779/task/16796/stat : 16796 (java) S 16776 16779 16326 0 -1 1077944384 13307 0 0 0 179 2 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361226942464 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16797] ppid=16776 vsize=15200912 memory=7454130749351154278 CPUtime=1.1 cores=0-7
/proc/16779/task/16797/stat : 16797 (java) S 16776 16779 16326 0 -1 1077944384 24223 0 0 0 106 4 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361225890160 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16798] ppid=16776 vsize=15200912 memory=5937524870553682016 CPUtime=0 cores=0-7
/proc/16779/task/16798/stat : 16798 (java) S 16776 16779 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 114166299 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361224837856 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16799] ppid=16776 vsize=15200912 memory=17828 CPUtime=0.86 cores=0-7
/proc/16779/task/16799/stat : 16799 (java) S 16776 16779 16326 0 -1 1077944384 5619 0 0 0 36 50 0 0 20 0 33 0 114166300 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361223785392 140362270648962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 60 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16808] ppid=16776 vsize=15200912 memory=7597358676069012564 CPUtime=0 cores=0-7
/proc/16779/task/16808/stat : 16808 (java) S 16776 16779 16326 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 33 0 114216256 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361213498624 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16809] ppid=16776 vsize=15200912 memory=4140 CPUtime=0.11 cores=0-7
/proc/16779/task/16809/stat : 16809 (java) S 16776 16779 16326 0 -1 1077944384 2719 0 0 0 5 6 0 0 20 0 33 0 114216268 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140361210349088 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16810] ppid=16776 vsize=15200912 memory=32064 CPUtime=6.77 cores=0-7
/proc/16779/task/16810/stat : 16810 (java) S 16776 16779 16326 0 -1 1077944384 4532 0 0 0 666 11 0 0 20 0 33 0 114216278 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360065994416 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16811] ppid=16776 vsize=15200912 memory=1296 CPUtime=6.73 cores=0-7
/proc/16779/task/16811/stat : 16811 (java) S 16776 16779 16326 0 -1 1077944384 4514 0 0 0 658 15 0 0 20 0 33 0 114216279 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360064941024 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16812] ppid=16776 vsize=15200912 memory=2416 CPUtime=6.7 cores=0-7
/proc/16779/task/16812/stat : 16812 (java) S 16776 16779 16326 0 -1 1077944384 3674 0 0 0 657 13 0 0 20 0 33 0 114216279 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360063889968 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16813] ppid=16776 vsize=15200912 memory=1728 CPUtime=6.71 cores=0-7
/proc/16779/task/16813/stat : 16813 (java) S 16776 16779 16326 0 -1 1077944384 2942 0 0 0 656 15 0 0 20 0 33 0 114216281 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360062837312 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16814] ppid=16776 vsize=15200912 memory=796 CPUtime=6.74 cores=0-7
/proc/16779/task/16814/stat : 16814 (java) S 16776 16779 16326 0 -1 1077944384 4392 0 0 0 665 9 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360061783200 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16815] ppid=16776 vsize=15200912 memory=1716 CPUtime=6.7 cores=0-7
/proc/16779/task/16815/stat : 16815 (java) S 16776 16779 16326 0 -1 1077944384 4857 0 0 0 654 16 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360060730800 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16816] ppid=16776 vsize=15200912 memory=1948 CPUtime=6.74 cores=0-7
/proc/16779/task/16816/stat : 16816 (java) S 16776 16779 16326 0 -1 1077944384 3408 0 0 0 665 9 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360059679840 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16817] ppid=16776 vsize=15200912 memory=8572 CPUtime=0 cores=0-7
/proc/16779/task/16817/stat : 16817 (java) S 16776 16779 16326 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360058631712 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16818] ppid=16776 vsize=15200912 memory=1228 CPUtime=0 cores=0-7
/proc/16779/task/16818/stat : 16818 (java) S 16776 16779 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 114216282 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360057578144 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16819] ppid=16776 vsize=15200912 memory=12028 CPUtime=6.69 cores=0-7
/proc/16779/task/16819/stat : 16819 (java) S 16776 16779 16326 0 -1 1077944384 4795 0 0 0 661 8 0 0 20 0 33 0 114216288 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360056521216 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
[pid=16779/tid=16820] ppid=16776 vsize=15200912 memory=11428952 CPUtime=0 cores=0-7
/proc/16779/task/16820/stat : 16820 (java) S 16776 16779 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 114216288 15565733888 2857238 33554432000 4194304 4196468 140725701455872 140360055473056 140362270648021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35418112 140725701461089 140725701461275 140725701461275 140725701464015 0
Current children cumulated CPU time: 16345.1 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11428952 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.07
CPU time (s): 16345.3
CPU user time (s): 16286.5
CPU system time (s): 58.7999
CPU usage (%): 648.088
Max. virtual memory (cumulated for all children) (KiB): 15200912
Max. memory (cumulated for all children) (KiB): 11428952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16286.5
system time used= 58.7999
maximum resident set size= 11429372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3203777
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193353
involuntary context switches= 358244


# summary of solver processes directly reported to runsolver:
#   pid: 16779
#   total CPU time (s): 16345.3
#   total CPU user time (s): 16286.5
#   total CPU system time (s): 58.7999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.7329 second user time and 27.752 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-15 17:12:06
IDJOB=4275730
IDBENCH=138399
IDSOLVER=2668
FILE ID=node106/4275730-1502810785
RUNJOBID= node106-1502808215-16353
PBS_JOBID= 20629821
Free space on /tmp= 61776 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-14.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-4275730-1502810785/watcher-4275730-1502810785 -o /tmp/evaluation-result-4275730-1502810785/solver-4275730-1502810785 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1081229146 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275730-1502810785.xml

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

MD5SUM BENCH= e8698b72f1d598ed72051801219b61cc
RANDOM SEED=1081229146

node106.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.86
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.86
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.86
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.86
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:        31380412 kB
MemAvailable:   31982468 kB
Buffers:          183428 kB
Cached:           704832 kB
SwapCached:            0 kB
Active:           491976 kB
Inactive:         451504 kB
Active(anon):      11332 kB
Inactive(anon):    72108 kB
Active(file):     480644 kB
Inactive(file):   379396 kB
Unevictable:        6472 kB
Mlocked:            6472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42704 kB
Writeback:             4 kB
AnonPages:         62248 kB
Mapped:            46024 kB
Shmem:             25228 kB
Slab:             142052 kB
SReclaimable:     115704 kB
SUnreclaim:        26348 kB
KernelStack:        3152 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61736 MiB
End job on node106 at 2017-08-15 17:54:09