Trace number 4275262

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? 8910.1699 1711.33

General information on the benchmark

NameBibd/Bibd-sc-open/
Bibd-sc-56-088-33-21-12.xml
MD5SUMc2adb9bb53a9a2c8aa0955885a9b571a
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 variables280896
Number of constraints137205
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":140448}]
Minimum variable degree0
Maximum variable degree58
Distribution of variable degrees[{"degree":0,"count":140448},{"degree":2,"count":135520},{"degree":58,"count":4928}]
Minimum constraint arity3
Maximum constraint arity4928
Distribution of constraint arities[{"arity":3,"count":135520},{"arity":56,"count":88},{"arity":88,"count":1596},{"arity":4928,"count":1}]
Number of extensional constraints0
Number of intensional constraints135520
Distribution of constraint types[{"type":"intension","count":135520},{"type":"lex","count":1},{"type":"sum","count":1684}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1728212385
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...
14.30/5.19	c Parsing done, starting search...
1691.12/805.74	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-215408559]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1691.88/805.81	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1691.88/805.81	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1691.88/805.81	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1691.88/805.81	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1691.88/805.81	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1691.88/805.81	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1691.88/805.81	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1691.88/805.81	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1691.88/805.81	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1691.88/805.81	c java.lang.Thread.run(Thread.java:748)
1691.88/805.81	s UNKNOWN
8909.39/1711.29	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 (15304 MiB free)
  memory of node 1: 16384 MiB (15390 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275262-1502700464/watcher-4275262-1502700464 -o /tmp/evaluation-result-4275262-1502700464/solver-4275262-1502700464 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502689477-15459 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1728212385 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275262-1502700464.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=17623, runsolver pid=17620


[startup+0.100163 s]*
/proc/loadavg: 1.30 0.98 1.41 3/199 17643
/proc/meminfo: memFree=31414648/32770624 swapFree=67108860/67108860
[pid=17623] ppid=17620 vsize=14325320 memory=33256 CPUtime=0.11 cores=0-7
/proc/17623/stat : 17623 (java) S 17620 17623 15432 0 -1 1077944320 8156 0 0 0 10 1 0 0 20 0 20 0 103134772 14669127680 8314 33554432000 4194304 4196468 140731362413312 140731362395856 139974240726775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
/proc/17623/statm: 3581330 8314 3403 1 0 3569050 0
[pid=17623/tid=17625] ppid=17620 vsize=14325320 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) R 17620 17623 15432 0 -1 4202560 6069 0 0 0 7 1 0 0 20 0 20 0 103134773 14669127680 8314 33554432000 4194304 4196468 140731362413312 139974244923728 139974224807262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17626] ppid=17620 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 8314 33554432000 4194304 4196468 140731362413312 139974193346832 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17627] ppid=17620 vsize=14325320 memory=140530009826944 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17620 17623 15432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973835811216 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17628] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973834758672 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17629] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17620 17623 15432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973833706128 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17630] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17620 17623 15432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973832653584 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17631] ppid=17620 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973831601040 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17632] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973830548496 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17633] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17620 17623 15432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973829495952 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17634] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17620 17623 15432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103134775 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973698156528 139974240737922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17635] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17620 17623 15432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 103134775 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973697102752 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17636] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17620 17623 15432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 103134775 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973696050160 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17637] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134778 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973694998736 139974240745371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17638] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) S 17620 17623 15432 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 103134778 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973693946352 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17639] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17620 17623 15432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103134778 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973692893808 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17640] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134778 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973691841264 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17641] ppid=17620 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) R 17620 17623 15432 0 -1 4202560 409 0 0 0 1 0 0 0 20 0 20 0 103134778 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973690788720 139974224807262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17642] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17620 17623 15432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103134778 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973689735392 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17643] ppid=17620 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17643/stat : 17643 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134779 14669127680 8314 33554432000 4194304 4196468 140731362413312 139973688682928 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33256 KiB

[startup+0.210544 s]*
/proc/loadavg: 1.30 0.98 1.41 3/199 17643
/proc/meminfo: memFree=31403916/32770624 swapFree=67108860/67108860
[pid=17623] ppid=17620 vsize=14325320 memory=42324 CPUtime=0.29 cores=0-7
/proc/17623/stat : 17623 (java) S 17620 17623 15432 0 -1 1077944320 9242 0 0 0 27 2 0 0 20 0 20 0 103134772 14669127680 10581 33554432000 4194304 4196468 140731362413312 140731362395856 139974240726775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
/proc/17623/statm: 3581330 10581 3569 1 0 3569050 0
[pid=17623/tid=17625] ppid=17620 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) R 17620 17623 15432 0 -1 4202560 6761 0 0 0 18 1 0 0 20 0 20 0 103134773 14669127680 10581 33554432000 4194304 4196468 140731362413312 139974244954032 139974240748701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17626] ppid=17620 vsize=14325320 memory=9251 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 10581 33554432000 4194304 4196468 140731362413312 139974193346832 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17627] ppid=17620 vsize=14325320 memory=140530010009726 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17620 17623 15432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973835811216 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17628] ppid=17620 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973834758672 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17629] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17620 17623 15432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973833706128 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17630] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17620 17623 15432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973832653584 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17631] ppid=17620 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973831601040 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17632] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973830548496 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17633] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17620 17623 15432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103134773 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973829495952 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17634] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17620 17623 15432 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 103134775 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973698156528 139974240737922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17635] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17620 17623 15432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 103134775 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973697102752 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17636] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17620 17623 15432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 103134775 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973696050160 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17637] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134778 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973694998736 139974240745371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17638] ppid=17620 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) R 17620 17623 15432 0 -1 1077944384 316 0 0 0 1 0 0 0 20 0 20 0 103134778 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973693946352 139974240737922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17639] ppid=17620 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17620 17623 15432 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 20 0 103134778 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973692893808 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17640] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) S 17620 17623 15432 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 20 0 103134778 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973691841264 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17641] ppid=17620 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) R 17620 17623 15432 0 -1 4202560 464 0 0 0 5 0 0 0 20 0 20 0 103134778 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973690788720 139974240738710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17642] ppid=17620 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17620 17623 15432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103134778 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973689735392 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17643] ppid=17620 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17643/stat : 17643 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134779 14669127680 10581 33554432000 4194304 4196468 140731362413312 139973688682928 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42324 KiB

[startup+0.31037 s]*
/proc/loadavg: 1.30 0.98 1.41 2/199 17643
/proc/meminfo: memFree=31396100/32770624 swapFree=67108860/67108860
[pid=17623] ppid=17620 vsize=14325340 memory=51200 CPUtime=0.48 cores=0-7
/proc/17623/stat : 17623 (java) S 17620 17623 15432 0 -1 1077944320 10495 0 0 0 45 3 0 0 20 0 20 0 103134772 14669148160 12800 33554432000 4194304 4196468 140731362413312 140731362395856 139974240726775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
/proc/17623/statm: 3581335 12800 3722 1 0 3569050 0
[pid=17623/tid=17625] ppid=17620 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) R 17620 17623 15432 0 -1 4202560 7541 0 0 0 27 2 0 0 20 0 20 0 103134773 14669148160 12800 33554432000 4194304 4196468 140731362413312 139974244945344 139974240738710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17626] ppid=17620 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669148160 12800 33554432000 4194304 4196468 140731362413312 139974193346832 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17627] ppid=17620 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17620 17623 15432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103134773 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973835811216 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17628] ppid=17620 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973834758672 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17629] ppid=17620 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17620 17623 15432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103134773 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973833706128 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17630] ppid=17620 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17620 17623 15432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103134773 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973832653584 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17631] ppid=17620 vsize=14325340 memory=140529853625263 CPUtime=0 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973831601040 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17632] ppid=17620 vsize=14325340 memory=140529853627568 CPUtime=0 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134773 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973830548496 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17633] ppid=17620 vsize=14325340 memory=140529853629872 CPUtime=0 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17620 17623 15432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103134773 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973829495952 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17634] ppid=17620 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17620 17623 15432 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 103134775 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973698156528 139974240737922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17635] ppid=17620 vsize=14325340 memory=281059707266704 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17620 17623 15432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 103134775 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973697102752 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17636] ppid=17620 vsize=14325340 memory=281059707273616 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17620 17623 15432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 103134775 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973696050160 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17637] ppid=17620 vsize=14325340 memory=281059707214896 CPUtime=0 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134778 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973694998736 139974240745371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17638] ppid=17620 vsize=14325340 memory=281059707287440 CPUtime=0.02 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) R 17620 17623 15432 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 20 0 103134778 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973693946352 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17639] ppid=17620 vsize=14325340 memory=281059707294352 CPUtime=0.04 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17620 17623 15432 0 -1 1077944384 340 0 0 0 4 0 0 0 20 0 20 0 103134778 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973692893808 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17640] ppid=17620 vsize=14325340 memory=281059707292048 CPUtime=0.01 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) S 17620 17623 15432 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 20 0 103134778 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973691841264 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17641] ppid=17620 vsize=14325340 memory=281059707308656 CPUtime=0.08 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) R 17620 17623 15432 0 -1 4202560 553 0 0 0 8 0 0 0 20 0 20 0 103134778 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973690788720 139974219395567 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17642] ppid=17620 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17620 17623 15432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103134778 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973689735392 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17643] ppid=17620 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17643/stat : 17643 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103134779 14669148160 12800 33554432000 4194304 4196468 140731362413312 139973688682928 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51200 KiB

[startup+0.701007 s]
/proc/loadavg: 1.30 0.98 1.41 3/199 17643
/proc/meminfo: memFree=31353720/32770624 swapFree=67108860/67108860
[pid=17623] ppid=17620 vsize=14325340 memory=270904 CPUtime=1.76 cores=0-7
/proc/17623/stat : 17623 (java) S 17620 17623 15432 0 -1 1077944320 13134 0 0 0 146 30 0 0 20 0 20 0 103134772 14669148160 67726 33554432000 4194304 4196468 140731362413312 140731362395856 139974240726775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
/proc/17623/statm: 3581335 67726 3750 1 0 3569050 0
[pid=17623/tid=17625] ppid=17620 vsize=14325340 memory=0 CPUtime=0.59 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17620 17623 15432 0 -1 1077944384 8037 0 0 0 55 4 0 0 20 0 20 0 103134773 14669148160 67726 33554432000 4194304 4196468 140731362413312 139974244964480 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17626] ppid=17620 vsize=14325340 memory=0 CPUtime=0.06 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) R 17620 17623 15432 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 20 0 103134773 14669148160 67726 33554432000 4194304 4196468 140731362413312 139974193346832 139974225753888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17627] ppid=17620 vsize=14325340 memory=0 CPUtime=0.07 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) R 17620 17623 15432 0 -1 4202560 47 0 0 0 4 3 0 0 20 0 20 0 103134773 14669148160 67726 33554432000 4194304 4196468 140731362413312 139973835811216 139974225754194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17628] ppid=17620 vsize=14325340 memory=0 CPUtime=0.07 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) R 17620 17623 15432 0 -1 4202560 55 0 0 0 4 3 0 0 20 0 20 0 103134773 14669148160 67726 33554432000 4194304 4196468 140731362413312 139973834758672 139974225754194 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17629] ppid=17620 vsize=14325340 memory=1224 CPUtime=0.07 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) R 17620 17623 15432 0 -1 4202560 53 0 0 0 4 3 0 0 20 0 20 0 103134773 14669148160 67726 33554432000 4194304 4196468 140731362413312 139973833706328 139974225754194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17630] ppid=17620 vsize=14325340 memory=5672 CPUtime=0.07 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) R 17620 17623 15432 0 -1 4202560 52 0 0 0 4 3 0 0 20 0 20 0 103134773 14669148160 67726 33554432000 4194304 4196468 140731362413312 139973832653584 139974225754194 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17631] ppid=17620 vsize=14325340 memory=4612 CPUtime=0.06 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) R 17620 17623 15432 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 20 0 103134773 14669148160 67726 33554432000 4194304 4196468 140731362413312 139973831601040 139974225748922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17632] ppid=17620 vsize=14325340 memory=1200 CPUtime=0.07 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) R 17620 17623 15432 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 20 0 103134773 14669148160 67726 33554432000 4194304 4196468 140731362413312 139973830548496 139974225755007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17633] ppid=17620 vsize=14325340 memory=15876 CPUtime=0.06 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) R 17620 17623 15432 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 20 0 103134773 14669148160 67726 33554432000 4194304 4196468 140731362413312 139973829496152 139974225030665 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17634] ppid=17620 vsize=14325340 memory=16236 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17620 17623 15432 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 103134775 14669148160 67726 33554432000 4194304 4196468 140731362413312 139973698155040 139974240736981 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0

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

/proc/17623/task/17661/stat : 17661 (java) S 17620 17623 15432 0 -1 1077944384 1068 0 0 0 101802 2 0 0 20 0 32 0 103203344 15497572352 1302352 33554432000 4194304 4196468 140731362413312 139973664720224 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17662] ppid=17620 vsize=15134348 memory=1004 CPUtime=1018.06 cores=0-7
/proc/17623/task/17662/stat : 17662 (java) S 17620 17623 15432 0 -1 1077944384 1864 0 0 0 101804 2 0 0 20 0 32 0 103203344 15497572352 1302352 33554432000 4194304 4196468 140731362413312 139973663667184 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17663] ppid=17620 vsize=15134348 memory=1932 CPUtime=0 cores=0-7
/proc/17623/task/17663/stat : 17663 (java) S 17620 17623 15432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 103203344 15497572352 1302352 33554432000 4194304 4196468 140731362413312 139973662623008 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
Current children cumulated CPU time: 8905.31 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 5209408 KiB

[startup+1710.8 s]
/proc/loadavg: 7.62 8.37 6.24 10/213 17704
/proc/meminfo: memFree=26228580/32770624 swapFree=67108860/67108860
[pid=17623] ppid=17620 vsize=15134348 memory=5209516 CPUtime=8908.15 cores=0-7
/proc/17623/stat : 17623 (java) S 17620 17623 15432 0 -1 1077944320 166261 0 0 0 889629 1186 0 0 20 0 32 0 103134772 15497572352 1302379 33554432000 4194304 4196468 140731362413312 140731362395856 139974240726775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
/proc/17623/statm: 3783587 1302379 3859 1 0 3771302 0
[pid=17623/tid=17625] ppid=17620 vsize=15134348 memory=1156 CPUtime=679.39 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17620 17623 15432 0 -1 1077944384 25639 0 0 0 67911 28 0 0 20 0 32 0 103134773 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139974244969648 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17626] ppid=17620 vsize=15134348 memory=4874232 CPUtime=10.87 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17620 17623 15432 0 -1 1077944384 7916 0 0 0 951 136 0 0 20 0 32 0 103134773 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139974193346832 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17627] ppid=17620 vsize=15134348 memory=4590852 CPUtime=10.9 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17620 17623 15432 0 -1 1077944384 5127 0 0 0 948 142 0 0 20 0 32 0 103134773 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973835811216 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17628] ppid=17620 vsize=15134348 memory=890372 CPUtime=10.82 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17620 17623 15432 0 -1 1077944384 4590 0 0 0 944 138 0 0 20 0 32 0 103134773 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973834758672 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17629] ppid=17620 vsize=15134348 memory=67939 CPUtime=10.86 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17620 17623 15432 0 -1 1077944384 6478 0 0 0 949 137 0 0 20 0 32 0 103134773 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973833706128 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17630] ppid=17620 vsize=15134348 memory=1033 CPUtime=10.93 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17620 17623 15432 0 -1 1077944384 9595 0 0 0 949 144 0 0 20 0 32 0 103134773 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973832653584 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17631] ppid=17620 vsize=15134348 memory=1035 CPUtime=10.87 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17620 17623 15432 0 -1 1077944384 6702 0 0 0 949 138 0 0 20 0 32 0 103134773 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973831601040 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17632] ppid=17620 vsize=15134348 memory=1027 CPUtime=10.91 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17620 17623 15432 0 -1 1077944384 4552 0 0 0 952 139 0 0 20 0 32 0 103134773 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973830548496 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17633] ppid=17620 vsize=15134348 memory=1032 CPUtime=10.82 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17620 17623 15432 0 -1 1077944384 5374 0 0 0 944 138 0 0 20 0 32 0 103134773 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973829495952 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17634] ppid=17620 vsize=15134348 memory=1039 CPUtime=1.01 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) R 17620 17623 15432 0 -1 4202560 11955 0 0 0 98 3 0 0 20 0 32 0 103134775 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973698155072 139974225427390 0 0 0 16800975 0 0 0 -1 6 0 0 56 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17635] ppid=17620 vsize=15134348 memory=1032 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17620 17623 15432 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 32 0 103134775 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973697102816 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17636] ppid=17620 vsize=15134348 memory=1036 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17620 17623 15432 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 32 0 103134775 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973696050176 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17637] ppid=17620 vsize=15134348 memory=1027 CPUtime=0 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 103134778 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973694998736 139974240745371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17638] ppid=17620 vsize=15134348 memory=96 CPUtime=3.51 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) S 17620 17623 15432 0 -1 1077944384 13877 0 0 0 348 3 0 0 20 0 32 0 103134778 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973693946352 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17639] ppid=17620 vsize=15134348 memory=0 CPUtime=4.12 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17620 17623 15432 0 -1 1077944384 14221 0 0 0 408 4 0 0 20 0 32 0 103134778 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973692893808 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17640] ppid=17620 vsize=15134348 memory=0 CPUtime=4.15 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) S 17620 17623 15432 0 -1 1077944384 15944 0 0 0 411 4 0 0 20 0 32 0 103134778 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973691841264 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17641] ppid=17620 vsize=15134348 memory=0 CPUtime=1.21 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17620 17623 15432 0 -1 1077944384 16516 0 0 0 118 3 0 0 20 0 32 0 103134778 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973690788720 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17642] ppid=17620 vsize=15134348 memory=304274648164728858 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17620 17623 15432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 103134778 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973689735392 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17643] ppid=17620 vsize=15134348 memory=304556170453188919 CPUtime=0.58 cores=0-7
/proc/17623/task/17643/stat : 17643 (java) S 17620 17623 15432 0 -1 1077944384 2254 0 0 0 23 35 0 0 20 0 32 0 103134779 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973688682928 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 59 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17652] ppid=17620 vsize=15134348 memory=15255943717849665 CPUtime=0 cores=0-7
/proc/17623/task/17652/stat : 17652 (java) S 17620 17623 15432 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 32 0 103203318 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973678396160 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17653] ppid=17620 vsize=15134348 memory=1200 CPUtime=1.6 cores=0-7
/proc/17623/task/17653/stat : 17653 (java) S 17620 17623 15432 0 -1 1077944384 4604 0 0 0 71 89 0 0 20 0 32 0 103203330 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973675246448 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17654] ppid=17620 vsize=15134348 memory=15876 CPUtime=1012.71 cores=0-7
/proc/17623/task/17654/stat : 17654 (java) S 17620 17623 15432 0 -1 1077944384 965 0 0 0 101270 1 0 0 20 0 32 0 103203340 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973672089312 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17655] ppid=17620 vsize=15134348 memory=16236 CPUtime=1017.98 cores=0-7
/proc/17623/task/17655/stat : 17655 (java) S 17620 17623 15432 0 -1 1077944384 1112 0 0 0 101796 2 0 0 20 0 32 0 103203341 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973671036144 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17656] ppid=17620 vsize=15134348 memory=4044 CPUtime=0 cores=0-7
/proc/17623/task/17656/stat : 17656 (java) S 17620 17623 15432 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 32 0 103203341 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973669991840 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17657] ppid=17620 vsize=15134348 memory=17256 CPUtime=1017.19 cores=0-7
/proc/17623/task/17657/stat : 17657 (java) S 17620 17623 15432 0 -1 1077944384 1384 0 0 0 101719 0 0 0 20 0 32 0 103203344 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973668930928 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17658] ppid=17620 vsize=15134348 memory=1232 CPUtime=1018.27 cores=0-7
/proc/17623/task/17658/stat : 17658 (java) S 17620 17623 15432 0 -1 1077944384 1099 0 0 0 101824 3 0 0 20 0 32 0 103203344 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973667880352 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17659] ppid=17620 vsize=15134348 memory=648 CPUtime=1018.16 cores=0-7
/proc/17623/task/17659/stat : 17659 (java) S 17620 17623 15432 0 -1 1077944384 1062 0 0 0 101813 3 0 0 20 0 32 0 103203344 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973666825168 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17660] ppid=17620 vsize=15134348 memory=1796 CPUtime=1004.97 cores=0-7
/proc/17623/task/17660/stat : 17660 (java) S 17620 17623 15432 0 -1 1077944384 833 0 0 0 100497 0 0 0 20 0 32 0 103203344 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973665772512 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17661] ppid=17620 vsize=15134348 memory=4136 CPUtime=1018.04 cores=0-7
/proc/17623/task/17661/stat : 17661 (java) S 17620 17623 15432 0 -1 1077944384 1068 0 0 0 101802 2 0 0 20 0 32 0 103203344 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973664720224 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17662] ppid=17620 vsize=15134348 memory=288230574492221466 CPUtime=1018.06 cores=0-7
/proc/17623/task/17662/stat : 17662 (java) S 17620 17623 15432 0 -1 1077944384 1864 0 0 0 101804 2 0 0 20 0 32 0 103203344 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973663667184 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17663] ppid=17620 vsize=15134348 memory=303430270546346295 CPUtime=0 cores=0-7
/proc/17623/task/17663/stat : 17663 (java) S 17620 17623 15432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 103203344 15497572352 1302379 33554432000 4194304 4196468 140731362413312 139973662623008 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
Current children cumulated CPU time: 8908.15 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 5209516 KiB

[startup+1711.2 s]
/proc/loadavg: 7.62 8.37 6.24 2/213 17704
/proc/meminfo: memFree=26228580/32770624 swapFree=67108860/67108860
[pid=17623] ppid=17620 vsize=15134348 memory=5217492 CPUtime=8909.39 cores=0-7
/proc/17623/stat : 17623 (java) S 17620 17623 15432 0 -1 1077944320 167678 0 0 0 889753 1186 0 0 20 0 32 0 103134772 15497572352 1304373 33554432000 4194304 4196468 140731362413312 140731362395856 139974240726775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
/proc/17623/statm: 3783587 1304373 3859 1 0 3771302 0
[pid=17623/tid=17625] ppid=17620 vsize=15134348 memory=1224 CPUtime=679.39 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17620 17623 15432 0 -1 1077944384 25639 0 0 0 67911 28 0 0 20 0 32 0 103134773 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139974244969648 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17626] ppid=17620 vsize=15134348 memory=5672 CPUtime=10.87 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17620 17623 15432 0 -1 1077944384 7916 0 0 0 951 136 0 0 20 0 32 0 103134773 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139974193346832 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17627] ppid=17620 vsize=15134348 memory=4612 CPUtime=10.9 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17620 17623 15432 0 -1 1077944384 5127 0 0 0 948 142 0 0 20 0 32 0 103134773 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973835811216 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17628] ppid=17620 vsize=15134348 memory=1200 CPUtime=10.82 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17620 17623 15432 0 -1 1077944384 4590 0 0 0 944 138 0 0 20 0 32 0 103134773 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973834758672 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17629] ppid=17620 vsize=15134348 memory=4980324 CPUtime=10.86 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17620 17623 15432 0 -1 1077944384 6478 0 0 0 949 137 0 0 20 0 32 0 103134773 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973833706128 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17630] ppid=17620 vsize=15134348 memory=928 CPUtime=10.93 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17620 17623 15432 0 -1 1077944384 9595 0 0 0 949 144 0 0 20 0 32 0 103134773 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973832653584 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17631] ppid=17620 vsize=15134348 memory=1576 CPUtime=10.87 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17620 17623 15432 0 -1 1077944384 6702 0 0 0 949 138 0 0 20 0 32 0 103134773 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973831601040 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17632] ppid=17620 vsize=15134348 memory=2236 CPUtime=10.91 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17620 17623 15432 0 -1 1077944384 4552 0 0 0 952 139 0 0 20 0 32 0 103134773 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973830548496 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17633] ppid=17620 vsize=15134348 memory=4316 CPUtime=10.82 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17620 17623 15432 0 -1 1077944384 5374 0 0 0 944 138 0 0 20 0 32 0 103134773 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973829495952 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17634] ppid=17620 vsize=15134348 memory=2196 CPUtime=1.28 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17620 17623 15432 0 -1 1077944384 12837 0 0 0 125 3 0 0 20 0 32 0 103134775 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973698156528 139974240737922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17635] ppid=17620 vsize=15134348 memory=6760 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17620 17623 15432 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 32 0 103134775 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973697102816 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17636] ppid=17620 vsize=15134348 memory=832 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17620 17623 15432 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 32 0 103134775 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973696050176 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17637] ppid=17620 vsize=15134348 memory=1692 CPUtime=0 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17620 17623 15432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 103134778 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973694998736 139974240745371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17638] ppid=17620 vsize=15134348 memory=916 CPUtime=3.51 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) R 17620 17623 15432 0 -1 1077944384 13879 0 0 0 348 3 0 0 20 0 32 0 103134778 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973693946352 139974240737922 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17639] ppid=17620 vsize=15134348 memory=1724 CPUtime=4.12 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17620 17623 15432 0 -1 1077944384 14223 0 0 0 408 4 0 0 20 0 32 0 103134778 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973692893808 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17640] ppid=17620 vsize=15134348 memory=11000 CPUtime=4.15 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) R 17620 17623 15432 0 -1 4202560 16064 0 0 0 411 4 0 0 20 0 32 0 103134778 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973691841264 139974226746920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17641] ppid=17620 vsize=15134348 memory=1224 CPUtime=1.21 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17620 17623 15432 0 -1 1077944384 16534 0 0 0 118 3 0 0 20 0 32 0 103134778 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973690788720 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17642] ppid=17620 vsize=15134348 memory=5672 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17620 17623 15432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 103134778 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973689735392 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17643] ppid=17620 vsize=15134348 memory=4612 CPUtime=0.58 cores=0-7
/proc/17623/task/17643/stat : 17643 (java) S 17620 17623 15432 0 -1 1077944384 2256 0 0 0 23 35 0 0 20 0 32 0 103134779 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973688682928 139974240737922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 59 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17652] ppid=17620 vsize=15134348 memory=1200 CPUtime=0 cores=0-7
/proc/17623/task/17652/stat : 17652 (java) S 17620 17623 15432 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 32 0 103203318 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973678396160 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17653] ppid=17620 vsize=15134348 memory=15876 CPUtime=1.6 cores=0-7
/proc/17623/task/17653/stat : 17653 (java) R 17620 17623 15432 0 -1 1077944384 4609 0 0 0 71 89 0 0 20 0 32 0 103203330 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973675246752 139974240737922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17654] ppid=17620 vsize=15134348 memory=16236 CPUtime=1012.83 cores=0-7
/proc/17623/task/17654/stat : 17654 (java) R 17620 17623 15432 0 -1 4202560 993 0 0 0 101282 1 0 0 20 0 32 0 103203340 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973672089200 139973880812130 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17655] ppid=17620 vsize=15134348 memory=4044 CPUtime=1018.1 cores=0-7
/proc/17623/task/17655/stat : 17655 (java) R 17620 17623 15432 0 -1 4202560 1280 0 0 0 101808 2 0 0 20 0 32 0 103203341 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973671038344 139973881073636 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17656] ppid=17620 vsize=15134348 memory=17256 CPUtime=0 cores=0-7
/proc/17623/task/17656/stat : 17656 (java) S 17620 17623 15432 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 32 0 103203341 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973669991840 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17657] ppid=17620 vsize=15134348 memory=1232 CPUtime=1017.31 cores=0-7
/proc/17623/task/17657/stat : 17657 (java) R 17620 17623 15432 0 -1 4202560 1414 0 0 0 101731 0 0 0 20 0 32 0 103203344 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973668931064 139973886030417 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17658] ppid=17620 vsize=15134348 memory=6645459911560372124 CPUtime=1018.39 cores=0-7
/proc/17623/task/17658/stat : 17658 (java) R 17620 17623 15432 0 -1 4202560 1174 0 0 0 101836 3 0 0 20 0 32 0 103203344 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973667880240 139973881854371 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17659] ppid=17620 vsize=15134348 memory=3053511329498284128 CPUtime=1018.28 cores=0-7
/proc/17623/task/17659/stat : 17659 (java) R 17620 17623 15432 0 -1 4202560 1093 0 0 0 101825 3 0 0 20 0 32 0 103203344 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973666825304 139973880972768 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17660] ppid=17620 vsize=15134348 memory=-7749694995290690933 CPUtime=1005.09 cores=0-7
/proc/17623/task/17660/stat : 17660 (java) R 17620 17623 15432 0 -1 4202560 857 0 0 0 100509 0 0 0 20 0 32 0 103203344 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973665772648 139973885624241 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17661] ppid=17620 vsize=15134348 memory=3054156605335311252 CPUtime=1018.16 cores=0-7
/proc/17623/task/17661/stat : 17661 (java) R 17620 17623 15432 0 -1 4202560 1102 0 0 0 101814 2 0 0 20 0 32 0 103203344 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973664720360 139973880971868 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17662] ppid=17620 vsize=15134348 memory=3042562647523560752 CPUtime=1018.18 cores=0-7
/proc/17623/task/17662/stat : 17662 (java) R 17620 17623 15432 0 -1 4202560 1889 0 0 0 101816 2 0 0 20 0 32 0 103203344 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973663667320 139973881074457 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
[pid=17623/tid=17663] ppid=17620 vsize=15134348 memory=-6451922813430252689 CPUtime=0 cores=0-7
/proc/17623/task/17663/stat : 17663 (java) S 17620 17623 15432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 103203344 15497572352 1304373 33554432000 4194304 4196468 140731362413312 139973662623008 139974240736981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18972672 140731362415713 140731362415899 140731362415899 140731362418639 0
Current children cumulated CPU time: 8909.39 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 5217492 KiB

[startup+1711.3 s]*
/proc/loadavg: 7.62 8.37 6.24 2/182 17706
/proc/meminfo: memFree=27418448/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): 1711.33
CPU time (s): 8910.17
CPU user time (s): 8898.26
CPU system time (s): 11.906
CPU usage (%): 520.658
Max. virtual memory (cumulated for all children) (KiB): 15134348
Max. memory (cumulated for all children) (KiB): 5217492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8898.26
system time used= 11.906
maximum resident set size= 5218632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141635
involuntary context switches= 179859


# summary of solver processes directly reported to runsolver:
#   pid: 17623
#   total CPU time (s): 8910.17
#   total CPU user time (s): 8898.26
#   total CPU system time (s): 11.906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4101 second user time and 20.911 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-14 10:33:26
IDJOB=4275262
IDBENCH=123941
IDSOLVER=2668
FILE ID=node102/4275262-1502700464
RUNJOBID= node102-1502689477-15459
PBS_JOBID= 20628998
Free space on /tmp= 61904 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Bibd/Bibd-sc-open/Bibd-sc-56-088-33-21-12.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-4275262-1502700464/watcher-4275262-1502700464 -o /tmp/evaluation-result-4275262-1502700464/solver-4275262-1502700464 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502689477-15459 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1728212385 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275262-1502700464.xml

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

MD5SUM BENCH= c2adb9bb53a9a2c8aa0955885a9b571a
RANDOM SEED=1728212385

node102.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.35
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.35
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.35
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.35
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:        31431140 kB
MemAvailable:   31982700 kB
Buffers:          144104 kB
Cached:           690512 kB
SwapCached:            0 kB
Active:           694384 kB
Inactive:         194088 kB
Active(anon):       6160 kB
Inactive(anon):    75340 kB
Active(file):     688224 kB
Inactive(file):   118748 kB
Unevictable:        6444 kB
Mlocked:            6444 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             49524 kB
Writeback:             0 kB
AnonPages:         59516 kB
Mapped:            44264 kB
Shmem:             25228 kB
Slab:             148004 kB
SReclaimable:     120848 kB
SUnreclaim:        27156 kB
KernelStack:        3184 kB
PageTables:         4780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61864 MiB
End job on node102 at 2017-08-14 11:01:58