Trace number 4275433

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? 2133.1599 316.21201

General information on the benchmark

NameMagicSequence/MagicSequence-count-s1/
MagicSequence-1000-co.xml
MD5SUM747b40881cd41efe91eebad5da45ed52
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.8096
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1002
Number of domains1
Minimum domain size1000
Maximum domain size1000
Distribution of domain sizes[{"size":1000,"count":1000}]
Minimum variable degree1002
Maximum variable degree1002
Distribution of variable degrees[{"degree":1002,"count":1000}]
Minimum constraint arity1000
Maximum constraint arity1000
Distribution of constraint arities[{"arity":1000,"count":1002}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":2},{"type":"count","count":1000}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 739628164
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...
3.41/1.31	c Parsing done, starting search...
2132.97/316.12	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$b#-1354400351]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
2132.97/316.13	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
2132.97/316.13	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
2132.97/316.13	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
2132.97/316.13	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
2132.97/316.13	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
2132.97/316.13	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
2132.97/316.13	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
2132.97/316.13	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
2132.97/316.13	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
2132.97/316.13	c java.lang.Thread.run(Thread.java:748)
2132.97/316.13	s UNKNOWN
2132.97/316.14	Dead letter! Forcing shutdown...

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15009 MiB free)
  memory of node 1: 16384 MiB (15670 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275433-1502696462/watcher-4275433-1502696462 -o /tmp/evaluation-result-4275433-1502696462/solver-4275433-1502696462 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502695517-30050 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 739628164 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275433-1502696462.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=32277, runsolver pid=32274

[startup+0.10014 s]*
/proc/loadavg: 5.01 7.17 7.64 2/198 32297
/proc/meminfo: memFree=31396744/32770624 swapFree=67108860/67108860
[pid=32277] ppid=32274 vsize=14325320 memory=33080 CPUtime=0.13 cores=0-7
/proc/32277/stat : 32277 (java) S 32274 32277 30023 0 -1 1077944320 8181 0 0 0 11 2 0 0 20 0 20 0 102734009 14669127680 8270 33554432000 4194304 4196468 140735605010976 140735604993520 140600871374583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
/proc/32277/statm: 3581330 8270 3411 1 0 3569050 0
[pid=32277/tid=32279] ppid=32274 vsize=14325320 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/32277/task/32279/stat : 32279 (java) R 32274 32277 30023 0 -1 4202560 6115 0 0 0 7 1 0 0 20 0 20 0 102734010 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600875553456 140600855455100 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32280] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32280/stat : 32280 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600801462800 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32281] ppid=32274 vsize=14325320 memory=140091043202688 CPUtime=0 cores=0-7
/proc/32277/task/32281/stat : 32281 (java) S 32274 32277 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600800410256 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32282] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32282/stat : 32282 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600799357200 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32283] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32283/stat : 32283 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600798304656 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32284] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32284/stat : 32284 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600797252624 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32285] ppid=32274 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32277/task/32285/stat : 32285 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600796200080 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32286] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32286/stat : 32286 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600795147024 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32287] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32287/stat : 32287 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734011 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600794094480 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32288] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32288/stat : 32288 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734012 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600058652912 140600871385730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32289] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32289/stat : 32289 (java) S 32274 32277 30023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102734012 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600057599136 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32290] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32290/stat : 32290 (java) S 32274 32277 30023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102734013 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600056546032 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32291] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32291/stat : 32291 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734015 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600055494608 140600871393179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32292] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32292/stat : 32292 (java) S 32274 32277 30023 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 102734015 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600054442736 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32293] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32293/stat : 32293 (java) S 32274 32277 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102734015 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600053390192 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32294] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32294/stat : 32294 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734015 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600052337136 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32295] ppid=32274 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/32277/task/32295/stat : 32295 (java) S 32274 32277 30023 0 -1 1077944384 382 0 0 0 1 0 0 0 20 0 20 0 102734015 14669127680 8270 33554432000 4194304 4196468 140735605010976 140600051284592 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32296] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32296/stat : 32296 (java) S 32274 32277 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102734015 14669127680 8270 33554432000 4194304 4196468 140735605010976 140599982287328 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32297] ppid=32274 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32277/task/32297/stat : 32297 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734015 14669127680 8270 33554432000 4194304 4196468 140735605010976 140599981234864 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33080 KiB

[startup+0.209641 s]*
/proc/loadavg: 5.01 7.17 7.64 3/198 32297
/proc/meminfo: memFree=31387996/32770624 swapFree=67108860/67108860
[pid=32277] ppid=32274 vsize=14325320 memory=42676 CPUtime=0.3 cores=0-7
/proc/32277/stat : 32277 (java) S 32274 32277 30023 0 -1 1077944320 9273 0 0 0 27 3 0 0 20 0 20 0 102734009 14669127680 10669 33554432000 4194304 4196468 140735605010976 140735604993520 140600871374583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
/proc/32277/statm: 3581330 10669 3636 1 0 3569050 0
[pid=32277/tid=32279] ppid=32274 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/32277/task/32279/stat : 32279 (java) R 32274 32277 30023 0 -1 4202560 6794 0 0 0 17 2 0 0 20 0 20 0 102734010 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600875595648 140600855418213 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32280] ppid=32274 vsize=14325320 memory=13885 CPUtime=0 cores=0-7
/proc/32277/task/32280/stat : 32280 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600801462800 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32281] ppid=32274 vsize=14325320 memory=140091043635626 CPUtime=0 cores=0-7
/proc/32277/task/32281/stat : 32281 (java) S 32274 32277 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600800410256 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32282] ppid=32274 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32277/task/32282/stat : 32282 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600799357200 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32283] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32283/stat : 32283 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600798304656 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32284] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32284/stat : 32284 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600797252624 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32285] ppid=32274 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32277/task/32285/stat : 32285 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600796200080 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32286] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32286/stat : 32286 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600795147024 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32287] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32287/stat : 32287 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734011 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600794094480 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32288] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32288/stat : 32288 (java) S 32274 32277 30023 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102734012 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600058652912 140600871385730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32289] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32289/stat : 32289 (java) S 32274 32277 30023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102734012 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600057599136 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32290] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32290/stat : 32290 (java) S 32274 32277 30023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102734013 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600056546032 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32291] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32291/stat : 32291 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734015 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600055494608 140600871393179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32292] ppid=32274 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/32277/task/32292/stat : 32292 (java) S 32274 32277 30023 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 20 0 102734015 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600054442736 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32293] ppid=32274 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/32277/task/32293/stat : 32293 (java) S 32274 32277 30023 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 20 0 102734015 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600053390192 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32294] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32294/stat : 32294 (java) S 32274 32277 30023 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 20 0 102734015 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600052337136 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32295] ppid=32274 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/32277/task/32295/stat : 32295 (java) R 32274 32277 30023 0 -1 4202560 429 0 0 0 5 0 0 0 20 0 20 0 102734015 14669127680 10669 33554432000 4194304 4196468 140735605010976 140600051284592 140600850177720 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32296] ppid=32274 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32296/stat : 32296 (java) S 32274 32277 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102734015 14669127680 10669 33554432000 4194304 4196468 140735605010976 140599982287328 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32297] ppid=32274 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32277/task/32297/stat : 32297 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734015 14669127680 10669 33554432000 4194304 4196468 140735605010976 140599981234864 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42676 KiB

[startup+0.30938 s]*
/proc/loadavg: 5.01 7.17 7.64 2/198 32297
/proc/meminfo: memFree=31380304/32770624 swapFree=67108860/67108860
[pid=32277] ppid=32274 vsize=14325340 memory=50216 CPUtime=0.47 cores=0-7
/proc/32277/stat : 32277 (java) S 32274 32277 30023 0 -1 1077944320 10328 0 0 0 44 3 0 0 20 0 20 0 102734009 14669148160 12554 33554432000 4194304 4196468 140735605010976 140735604993520 140600871374583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
/proc/32277/statm: 3581335 12554 3686 1 0 3569050 0
[pid=32277/tid=32279] ppid=32274 vsize=14325340 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/32277/task/32279/stat : 32279 (java) R 32274 32277 30023 0 -1 4202560 7562 0 0 0 26 2 0 0 20 0 20 0 102734010 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600875597424 140600871396509 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32280] ppid=32274 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32280/stat : 32280 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600801462800 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32281] ppid=32274 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32281/stat : 32281 (java) S 32274 32277 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102734010 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600800410256 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32282] ppid=32274 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32282/stat : 32282 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600799357200 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32283] ppid=32274 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32283/stat : 32283 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600798304656 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32284] ppid=32274 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/32277/task/32284/stat : 32284 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600797252624 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32285] ppid=32274 vsize=14325340 memory=140090894545839 CPUtime=0 cores=0-7
/proc/32277/task/32285/stat : 32285 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600796200080 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32286] ppid=32274 vsize=14325340 memory=140090894548144 CPUtime=0 cores=0-7
/proc/32277/task/32286/stat : 32286 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600795147024 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32287] ppid=32274 vsize=14325340 memory=140090894550448 CPUtime=0 cores=0-7
/proc/32277/task/32287/stat : 32287 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734011 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600794094480 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32288] ppid=32274 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32288/stat : 32288 (java) S 32274 32277 30023 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102734012 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600058652912 140600871385730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32289] ppid=32274 vsize=14325340 memory=280181789107856 CPUtime=0 cores=0-7
/proc/32277/task/32289/stat : 32289 (java) S 32274 32277 30023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102734012 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600057599136 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32290] ppid=32274 vsize=14325340 memory=280181789114768 CPUtime=0 cores=0-7
/proc/32277/task/32290/stat : 32290 (java) S 32274 32277 30023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102734013 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600056546032 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32291] ppid=32274 vsize=14325340 memory=280181789056048 CPUtime=0 cores=0-7
/proc/32277/task/32291/stat : 32291 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734015 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600055494608 140600871393179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32292] ppid=32274 vsize=14325340 memory=280181789128592 CPUtime=0.02 cores=0-7
/proc/32277/task/32292/stat : 32292 (java) S 32274 32277 30023 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 20 0 102734015 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600054442736 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32293] ppid=32274 vsize=14325340 memory=280181789135504 CPUtime=0.02 cores=0-7
/proc/32277/task/32293/stat : 32293 (java) R 32274 32277 30023 0 -1 1077944384 57 0 0 0 2 0 0 0 20 0 20 0 102734015 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600053390192 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32294] ppid=32274 vsize=14325340 memory=280181789133200 CPUtime=0.03 cores=0-7
/proc/32277/task/32294/stat : 32294 (java) R 32274 32277 30023 0 -1 1077944384 350 0 0 0 3 0 0 0 20 0 20 0 102734015 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600052337136 140600871385730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32295] ppid=32274 vsize=14325340 memory=280181789149808 CPUtime=0.08 cores=0-7
/proc/32277/task/32295/stat : 32295 (java) S 32274 32277 30023 0 -1 1077944384 562 0 0 0 8 0 0 0 20 0 20 0 102734015 14669148160 12554 33554432000 4194304 4196468 140735605010976 140600051284592 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32296] ppid=32274 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32296/stat : 32296 (java) S 32274 32277 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102734015 14669148160 12554 33554432000 4194304 4196468 140735605010976 140599982287328 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32297] ppid=32274 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/32277/task/32297/stat : 32297 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734015 14669148160 12554 33554432000 4194304 4196468 140735605010976 140599981234864 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50216 KiB

[startup+0.70087 s]
/proc/loadavg: 4.69 7.07 7.60 2/198 32297
/proc/meminfo: memFree=31366300/32770624 swapFree=67108860/67108860
[pid=32277] ppid=32274 vsize=14327388 memory=95304 CPUtime=1.36 cores=0-7
/proc/32277/stat : 32277 (java) S 32274 32277 30023 0 -1 1077944320 12839 0 0 0 131 5 0 0 20 0 20 0 102734009 14671245312 23826 33554432000 4194304 4196468 140735605010976 140735604993520 140600871374583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
/proc/32277/statm: 3581847 23826 3765 1 0 3569562 0
[pid=32277/tid=32279] ppid=32274 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/32277/task/32279/stat : 32279 (java) R 32274 32277 30023 0 -1 4202560 8248 0 0 0 64 3 0 0 20 0 20 0 102734010 14671245312 23826 33554432000 4194304 4196468 140735605010976 140600875608784 140600471721878 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32280] ppid=32274 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32280/stat : 32280 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14671245312 23826 33554432000 4194304 4196468 140735605010976 140600801462800 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32281] ppid=32274 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32281/stat : 32281 (java) S 32274 32277 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102734010 14671245312 23826 33554432000 4194304 4196468 140735605010976 140600800410256 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32282] ppid=32274 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32282/stat : 32282 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14671245312 23826 33554432000 4194304 4196468 140735605010976 140600799357200 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32283] ppid=32274 vsize=14327388 memory=1008 CPUtime=0 cores=0-7
/proc/32277/task/32283/stat : 32283 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14671245312 23826 33554432000 4194304 4196468 140735605010976 140600798304656 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32284] ppid=32274 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/32277/task/32284/stat : 32284 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14671245312 23826 33554432000 4194304 4196468 140735605010976 140600797252624 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32285] ppid=32274 vsize=14327388 memory=1428 CPUtime=0 cores=0-7
/proc/32277/task/32285/stat : 32285 (java) S 32274 32277 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102734010 14671245312 23826 33554432000 4194304 4196468 140735605010976 140600796200080 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32286] ppid=32274 vsize=14327388 memory=1204 CPUtime=0 cores=0-7
/proc/32277/task/32286/stat : 32286 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734010 14671245312 23826 33554432000 4194304 4196468 140735605010976 140600795147024 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32287] ppid=32274 vsize=14327388 memory=15876 CPUtime=0 cores=0-7
/proc/32277/task/32287/stat : 32287 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102734011 14671245312 23826 33554432000 4194304 4196468 140735605010976 140600794094480 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32288] ppid=32274 vsize=14327388 memory=18636 CPUtime=0 cores=0-7
/proc/32277/task/32288/stat : 32288 (java) S 32274 32277 30023 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102734012 14671245312 23826 33554432000 4194304 4196468 140735605010976 140600058652912 140600871385730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0

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

/proc/32277/task/32310/stat : 32310 (java) S 32274 32277 30023 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 102737393 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599931348128 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
Current children cumulated CPU time: 2127.83 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11447060 KiB

[startup+315.201 s]
/proc/loadavg: 7.28 6.92 7.34 2/213 32320
/proc/meminfo: memFree=19961724/32770624 swapFree=67108860/67108860
[pid=32277] ppid=32274 vsize=15200912 memory=11447060 CPUtime=2132.06 cores=0-7
/proc/32277/stat : 32277 (java) S 32274 32277 30023 0 -1 1077944320 1570013 0 0 0 210691 2515 0 0 20 0 33 0 102734009 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140735604993520 140600871374583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
/proc/32277/statm: 3800228 2861765 3855 1 0 3787943 0
[pid=32277/tid=32279] ppid=32274 vsize=15200912 memory=18488 CPUtime=30.33 cores=0-7
/proc/32277/task/32279/stat : 32279 (java) S 32274 32277 30023 0 -1 1077944384 20557 0 0 0 3013 20 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600875611968 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32280] ppid=32274 vsize=15200912 memory=1796 CPUtime=255.74 cores=0-7
/proc/32277/task/32280/stat : 32280 (java) S 32274 32277 30023 0 -1 1077944384 139146 0 0 0 25284 290 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600801462800 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32281] ppid=32274 vsize=15200912 memory=1236 CPUtime=256.35 cores=0-7
/proc/32277/task/32281/stat : 32281 (java) S 32274 32277 30023 0 -1 1077944384 94321 0 0 0 25350 285 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600800410256 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32282] ppid=32274 vsize=15200912 memory=640 CPUtime=255.95 cores=0-7
/proc/32277/task/32282/stat : 32282 (java) S 32274 32277 30023 0 -1 1077944384 122907 0 0 0 25320 275 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600799357200 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32283] ppid=32274 vsize=15200912 memory=956 CPUtime=255.45 cores=0-7
/proc/32277/task/32283/stat : 32283 (java) S 32274 32277 30023 0 -1 1077944384 146373 0 0 0 25264 281 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600798304656 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32284] ppid=32274 vsize=15200912 memory=2340 CPUtime=255.94 cores=0-7
/proc/32277/task/32284/stat : 32284 (java) S 32274 32277 30023 0 -1 1077944384 117164 0 0 0 25291 303 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600797252624 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32285] ppid=32274 vsize=15200912 memory=29292 CPUtime=257.22 cores=0-7
/proc/32277/task/32285/stat : 32285 (java) S 32274 32277 30023 0 -1 1077944384 158967 0 0 0 25436 286 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600796200080 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32286] ppid=32274 vsize=15200912 memory=1296 CPUtime=256.36 cores=0-7
/proc/32277/task/32286/stat : 32286 (java) S 32274 32277 30023 0 -1 1077944384 155406 0 0 0 25347 289 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600795147024 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32287] ppid=32274 vsize=15200912 memory=2416 CPUtime=256.08 cores=0-7
/proc/32277/task/32287/stat : 32287 (java) S 32274 32277 30023 0 -1 1077944384 158960 0 0 0 25296 312 0 0 20 0 33 0 102734011 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600794094480 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32288] ppid=32274 vsize=15200912 memory=1728 CPUtime=21.25 cores=0-7
/proc/32277/task/32288/stat : 32288 (java) R 32274 32277 30023 0 -1 4202560 383373 0 0 0 2066 59 0 0 20 0 33 0 102734012 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600058651344 140600856075168 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32289] ppid=32274 vsize=15200912 memory=796 CPUtime=0 cores=0-7
/proc/32277/task/32289/stat : 32289 (java) S 32274 32277 30023 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 33 0 102734012 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600057598832 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32290] ppid=32274 vsize=15200912 memory=1716 CPUtime=0 cores=0-7
/proc/32277/task/32290/stat : 32290 (java) S 32274 32277 30023 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 33 0 102734013 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600056546048 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32291] ppid=32274 vsize=15200912 memory=1948 CPUtime=0 cores=0-7
/proc/32277/task/32291/stat : 32291 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600055494608 140600871393179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32292] ppid=32274 vsize=15200912 memory=8564 CPUtime=1.59 cores=0-7
/proc/32277/task/32292/stat : 32292 (java) S 32274 32277 30023 0 -1 1077944384 9025 0 0 0 157 2 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600054442784 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32293] ppid=32274 vsize=15200912 memory=1228 CPUtime=1.5 cores=0-7
/proc/32277/task/32293/stat : 32293 (java) S 32274 32277 30023 0 -1 1077944384 8067 0 0 0 149 1 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600053390240 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32294] ppid=32274 vsize=15200912 memory=1696 CPUtime=1.64 cores=0-7
/proc/32277/task/32294/stat : 32294 (java) S 32274 32277 30023 0 -1 1077944384 11133 0 0 0 162 2 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600052336896 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32295] ppid=32274 vsize=15200912 memory=920 CPUtime=1.01 cores=0-7
/proc/32277/task/32295/stat : 32295 (java) S 32274 32277 30023 0 -1 1077944384 11475 0 0 0 99 2 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600051284640 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32296] ppid=32274 vsize=15200912 memory=4152 CPUtime=0 cores=0-7
/proc/32277/task/32296/stat : 32296 (java) S 32274 32277 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599982287328 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32297] ppid=32274 vsize=15200912 memory=1156 CPUtime=0.12 cores=0-7
/proc/32277/task/32297/stat : 32297 (java) S 32274 32277 30023 0 -1 1077944384 1537 0 0 0 7 5 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599981234864 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32298] ppid=32274 vsize=15200912 memory=3728 CPUtime=0 cores=0-7
/proc/32277/task/32298/stat : 32298 (java) S 32274 32277 30023 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 33 0 102737367 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599970947584 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32299] ppid=32274 vsize=15200912 memory=11447060 CPUtime=0.03 cores=0-7
/proc/32277/task/32299/stat : 32299 (java) S 32274 32277 30023 0 -1 1077944384 832 0 0 0 2 1 0 0 20 0 33 0 102737379 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599967797328 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32300] ppid=32274 vsize=15200912 memory=11447060 CPUtime=0.01 cores=0-7
/proc/32277/task/32300/stat : 32300 (java) S 32274 32277 30023 0 -1 1077944384 154 0 0 0 1 0 0 0 20 0 33 0 102737388 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599964648864 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32301] ppid=32274 vsize=15200912 memory=11447060 CPUtime=3.05 cores=0-7
/proc/32277/task/32301/stat : 32301 (java) S 32274 32277 30023 0 -1 1077944384 3344 0 0 0 297 8 0 0 20 0 33 0 102737389 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599963596320 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32302] ppid=32274 vsize=15200912 memory=11447060 CPUtime=3.18 cores=0-7
/proc/32277/task/32302/stat : 32302 (java) S 32274 32277 30023 0 -1 1077944384 2964 0 0 0 304 14 0 0 20 0 33 0 102737390 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599962537360 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32303] ppid=32274 vsize=15200912 memory=1228 CPUtime=3.14 cores=0-7
/proc/32277/task/32303/stat : 32303 (java) S 32274 32277 30023 0 -1 1077944384 4356 0 0 0 299 15 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599961490720 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32304] ppid=32274 vsize=15200912 memory=12028 CPUtime=3.2 cores=0-7
/proc/32277/task/32304/stat : 32304 (java) S 32274 32277 30023 0 -1 1077944384 3420 0 0 0 309 11 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599960431216 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32305] ppid=32274 vsize=15200912 memory=5668 CPUtime=3.27 cores=0-7
/proc/32277/task/32305/stat : 32305 (java) S 32274 32277 30023 0 -1 1077944384 3342 0 0 0 314 13 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599936606416 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32306] ppid=32274 vsize=15200912 memory=1008 CPUtime=3.25 cores=0-7
/proc/32277/task/32306/stat : 32306 (java) S 32274 32277 30023 0 -1 1077944384 2897 0 0 0 318 7 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599935552400 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32307] ppid=32274 vsize=15200912 memory=4612 CPUtime=3.12 cores=0-7
/proc/32277/task/32307/stat : 32307 (java) S 32274 32277 30023 0 -1 1077944384 4722 0 0 0 297 15 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599934501360 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32308] ppid=32274 vsize=15200912 memory=1428 CPUtime=3.03 cores=0-7
/proc/32277/task/32308/stat : 32308 (java) S 32274 32277 30023 0 -1 1077944384 3986 0 0 0 293 10 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599933453728 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32309] ppid=32274 vsize=15200912 memory=1204 CPUtime=0 cores=0-7
/proc/32277/task/32309/stat : 32309 (java) S 32274 32277 30023 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 102737393 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599932401184 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32310] ppid=32274 vsize=15200912 memory=15876 CPUtime=0 cores=0-7
/proc/32277/task/32310/stat : 32310 (java) S 32274 32277 30023 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 102737393 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599931348128 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
Current children cumulated CPU time: 2132.06 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11447060 KiB

[startup+316.001 s]*
/proc/loadavg: 6.78 6.82 7.31 2/213 32320
/proc/meminfo: memFree=19961724/32770624 swapFree=67108860/67108860
[pid=32277] ppid=32274 vsize=15200912 memory=11447060 CPUtime=2132.87 cores=0-7
/proc/32277/stat : 32277 (java) S 32274 32277 30023 0 -1 1077944320 1570343 0 0 0 210772 2515 0 0 20 0 33 0 102734009 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140735604993520 140600871374583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
/proc/32277/statm: 3800228 2861765 3855 1 0 3787943 0
[pid=32277/tid=32279] ppid=32274 vsize=15200912 memory=6791534058613427641 CPUtime=30.33 cores=0-7
/proc/32277/task/32279/stat : 32279 (java) S 32274 32277 30023 0 -1 1077944384 20557 0 0 0 3013 20 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600875611968 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32280] ppid=32274 vsize=15200912 memory=4126316290023845779 CPUtime=255.74 cores=0-7
/proc/32277/task/32280/stat : 32280 (java) S 32274 32277 30023 0 -1 1077944384 139146 0 0 0 25284 290 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600801462800 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32281] ppid=32274 vsize=15200912 memory=11447060 CPUtime=256.35 cores=0-7
/proc/32277/task/32281/stat : 32281 (java) S 32274 32277 30023 0 -1 1077944384 94321 0 0 0 25350 285 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600800410256 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32282] ppid=32274 vsize=15200912 memory=6791534058613427641 CPUtime=255.95 cores=0-7
/proc/32277/task/32282/stat : 32282 (java) S 32274 32277 30023 0 -1 1077944384 122907 0 0 0 25320 275 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600799357200 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32283] ppid=32274 vsize=15200912 memory=4104 CPUtime=255.45 cores=0-7
/proc/32277/task/32283/stat : 32283 (java) S 32274 32277 30023 0 -1 1077944384 146373 0 0 0 25264 281 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600798304656 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32284] ppid=32274 vsize=15200912 memory=6791534058613427641 CPUtime=255.94 cores=0-7
/proc/32277/task/32284/stat : 32284 (java) S 32274 32277 30023 0 -1 1077944384 117164 0 0 0 25291 303 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600797252624 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32285] ppid=32274 vsize=15200912 memory=920 CPUtime=257.22 cores=0-7
/proc/32277/task/32285/stat : 32285 (java) S 32274 32277 30023 0 -1 1077944384 158967 0 0 0 25436 286 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600796200080 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32286] ppid=32274 vsize=15200912 memory=164 CPUtime=256.36 cores=0-7
/proc/32277/task/32286/stat : 32286 (java) S 32274 32277 30023 0 -1 1077944384 155406 0 0 0 25347 289 0 0 20 0 33 0 102734010 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600795147024 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32287] ppid=32274 vsize=15200912 memory=8326441112149131689 CPUtime=256.08 cores=0-7
/proc/32277/task/32287/stat : 32287 (java) S 32274 32277 30023 0 -1 1077944384 158960 0 0 0 25296 312 0 0 20 0 33 0 102734011 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600794094480 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32288] ppid=32274 vsize=15200912 memory=8370611207638964880 CPUtime=22.06 cores=0-7
/proc/32277/task/32288/stat : 32288 (java) R 32274 32277 30023 0 -1 4202560 383703 0 0 0 2147 59 0 0 20 0 33 0 102734012 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600058651344 140600856371092 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32289] ppid=32274 vsize=15200912 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32289/stat : 32289 (java) S 32274 32277 30023 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 33 0 102734012 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600057598832 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32290] ppid=32274 vsize=15200912 memory=8370611207638964880 CPUtime=0 cores=0-7
/proc/32277/task/32290/stat : 32290 (java) S 32274 32277 30023 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 33 0 102734013 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600056546048 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32291] ppid=32274 vsize=15200912 memory=7017846614868388976 CPUtime=0 cores=0-7
/proc/32277/task/32291/stat : 32291 (java) S 32274 32277 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600055494608 140600871393179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32292] ppid=32274 vsize=15200912 memory=5793714260586620006 CPUtime=1.59 cores=0-7
/proc/32277/task/32292/stat : 32292 (java) S 32274 32277 30023 0 -1 1077944384 9025 0 0 0 157 2 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600054442784 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32293] ppid=32274 vsize=15200912 memory=7234558256481071201 CPUtime=1.5 cores=0-7
/proc/32277/task/32293/stat : 32293 (java) S 32274 32277 30023 0 -1 1077944384 8067 0 0 0 149 1 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600053390240 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32294] ppid=32274 vsize=15200912 memory=280181789779328 CPUtime=1.64 cores=0-7
/proc/32277/task/32294/stat : 32294 (java) S 32274 32277 30023 0 -1 1077944384 11133 0 0 0 162 2 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600052336896 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32295] ppid=32274 vsize=15200912 memory=303711724031456506 CPUtime=1.01 cores=0-7
/proc/32277/task/32295/stat : 32295 (java) S 32274 32277 30023 0 -1 1077944384 11475 0 0 0 99 2 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140600051284640 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32296] ppid=32274 vsize=15200912 memory=15538513894465664 CPUtime=0 cores=0-7
/proc/32277/task/32296/stat : 32296 (java) S 32274 32277 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599982287328 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32297] ppid=32274 vsize=15200912 memory=0 CPUtime=0.12 cores=0-7
/proc/32277/task/32297/stat : 32297 (java) S 32274 32277 30023 0 -1 1077944384 1537 0 0 0 7 5 0 0 20 0 33 0 102734015 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599981234864 140600871385730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32298] ppid=32274 vsize=15200912 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32298/stat : 32298 (java) S 32274 32277 30023 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 33 0 102737367 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599970947584 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32299] ppid=32274 vsize=15200912 memory=0 CPUtime=0.03 cores=0-7
/proc/32277/task/32299/stat : 32299 (java) S 32274 32277 30023 0 -1 1077944384 832 0 0 0 2 1 0 0 20 0 33 0 102737379 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599967797328 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32300] ppid=32274 vsize=15200912 memory=11447060 CPUtime=0.01 cores=0-7
/proc/32277/task/32300/stat : 32300 (java) S 32274 32277 30023 0 -1 1077944384 154 0 0 0 1 0 0 0 20 0 33 0 102737388 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599964648864 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32301] ppid=32274 vsize=15200912 memory=6791534058613427641 CPUtime=3.05 cores=0-7
/proc/32277/task/32301/stat : 32301 (java) S 32274 32277 30023 0 -1 1077944384 3344 0 0 0 297 8 0 0 20 0 33 0 102737389 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599963596320 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32302] ppid=32274 vsize=15200912 memory=4126316290023845779 CPUtime=3.18 cores=0-7
/proc/32277/task/32302/stat : 32302 (java) S 32274 32277 30023 0 -1 1077944384 2964 0 0 0 304 14 0 0 20 0 33 0 102737390 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599962537360 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32303] ppid=32274 vsize=15200912 memory=0 CPUtime=3.14 cores=0-7
/proc/32277/task/32303/stat : 32303 (java) S 32274 32277 30023 0 -1 1077944384 4356 0 0 0 299 15 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599961490720 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32304] ppid=32274 vsize=15200912 memory=6941285532519387472 CPUtime=3.2 cores=0-7
/proc/32277/task/32304/stat : 32304 (java) S 32274 32277 30023 0 -1 1077944384 3420 0 0 0 309 11 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599960431216 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32305] ppid=32274 vsize=15200912 memory=7301044457415682195 CPUtime=3.27 cores=0-7
/proc/32277/task/32305/stat : 32305 (java) S 32274 32277 30023 0 -1 1077944384 3342 0 0 0 314 13 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599936606416 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32306] ppid=32274 vsize=15200912 memory=15668467898 CPUtime=3.25 cores=0-7
/proc/32277/task/32306/stat : 32306 (java) S 32274 32277 30023 0 -1 1077944384 2897 0 0 0 318 7 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599935552400 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32307] ppid=32274 vsize=15200912 memory=280181790507576 CPUtime=3.12 cores=0-7
/proc/32277/task/32307/stat : 32307 (java) S 32274 32277 30023 0 -1 1077944384 4722 0 0 0 297 15 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599934501360 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32308] ppid=32274 vsize=15200912 memory=280181792120240 CPUtime=3.03 cores=0-7
/proc/32277/task/32308/stat : 32308 (java) S 32274 32277 30023 0 -1 1077944384 3986 0 0 0 293 10 0 0 20 0 33 0 102737392 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599933453728 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32309] ppid=32274 vsize=15200912 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32309/stat : 32309 (java) S 32274 32277 30023 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 102737393 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599932401184 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
[pid=32277/tid=32310] ppid=32274 vsize=15200912 memory=0 CPUtime=0 cores=0-7
/proc/32277/task/32310/stat : 32310 (java) S 32274 32277 30023 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 102737393 15565733888 2861765 33554432000 4194304 4196468 140735605010976 140599931348128 140600871384789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35287040 140735605019746 140735605019931 140735605019931 140735605022671 0
Current children cumulated CPU time: 2132.87 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11447060 KiB

[startup+316.201 s]*
/proc/loadavg: 6.78 6.82 7.31 2/182 32321
/proc/meminfo: memFree=30927832/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 316.212
CPU time (s): 2133.16
CPU user time (s): 2107.93
CPU system time (s): 25.2291
CPU usage (%): 674.6
Max. virtual memory (cumulated for all children) (KiB): 15200912
Max. memory (cumulated for all children) (KiB): 11447060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2107.93
system time used= 25.2291
maximum resident set size= 11447280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1579016
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41309
involuntary context switches= 86872


# summary of solver processes directly reported to runsolver:
#   pid: 32277
#   total CPU time (s): 2133.16
#   total CPU user time (s): 2107.93
#   total CPU system time (s): 25.2291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.76892 second user time and 3.68086 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-14 09:26:44
IDJOB=4275433
IDBENCH=123239
IDSOLVER=2668
FILE ID=node106/4275433-1502696462
RUNJOBID= node106-1502695517-30050
PBS_JOBID= 20629006
Free space on /tmp= 61772 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/MagicSequence/MagicSequence-count-s1/MagicSequence-1000-co.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-4275433-1502696462/watcher-4275433-1502696462 -o /tmp/evaluation-result-4275433-1502696462/solver-4275433-1502696462 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502695517-30050 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 739628164 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275433-1502696462.xml

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

MD5SUM BENCH= 747b40881cd41efe91eebad5da45ed52
RANDOM SEED=739628164

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:        31417096 kB
MemAvailable:   31980492 kB
Buffers:          146180 kB
Cached:           702060 kB
SwapCached:            0 kB
Active:           474636 kB
Inactive:         429972 kB
Active(anon):      12116 kB
Inactive(anon):    72080 kB
Active(file):     462520 kB
Inactive(file):   357892 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42024 kB
Writeback:             0 kB
AnonPages:         51936 kB
Mapped:            44524 kB
Shmem:             25228 kB
Slab:             143936 kB
SReclaimable:     117636 kB
SUnreclaim:        26300 kB
KernelStack:        3520 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323656 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:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61728 MiB
End job on node106 at 2017-08-14 09:32:00