Trace number 4275749

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26? 2316.0701 444.24301

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.120852
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275749-1502830975/watcher-4275749-1502830975 -o /tmp/evaluation-result-4275749-1502830975/solver-4275749-1502830975 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1502824654-16350 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 171999957 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275749-1502830975.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=16812, runsolver pid=16809

[startup+0.100094 s]*
/proc/loadavg: 6.31 5.14 6.59 2/198 16832
/proc/meminfo: memFree=28640304/32770624 swapFree=67108860/67108860
[pid=16812] ppid=16809 vsize=14325320 memory=33300 CPUtime=0.12 cores=0-7
/proc/16812/stat : 16812 (java) S 16809 16812 16323 0 -1 1077944320 8205 0 0 0 10 2 0 0 20 0 20 0 116178551 14669127680 8325 33554432000 4194304 4196468 140727579933408 140727579915952 139643622223607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
/proc/16812/statm: 3581330 8325 3411 1 0 3569050 0
[pid=16812/tid=16814] ppid=16809 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16812/task/16814/stat : 16814 (java) R 16809 16812 16323 0 -1 4202560 6155 0 0 0 8 1 0 0 20 0 20 0 116178551 14669127680 8325 33554432000 4194304 4196468 140727579933408 139643626440304 139643606304094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16815] ppid=16809 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16812/task/16815/stat : 16815 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 8325 33554432000 4194304 4196468 140727579933408 139643552311952 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16816] ppid=16809 vsize=14325320 memory=140104586032768 CPUtime=0 cores=0-7
/proc/16812/task/16816/stat : 16816 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 8325 33554432000 4194304 4196468 140727579933408 139643551259152 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16817] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16817/stat : 16817 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 8325 33554432000 4194304 4196468 140727579933408 139643550206352 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16818] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16818/stat : 16818 (java) S 16809 16812 16323 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 8325 33554432000 4194304 4196468 140727579933408 139643549153552 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16819] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16819/stat : 16819 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 8325 33554432000 4194304 4196468 140727579933408 139643548101776 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16820] ppid=16809 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16812/task/16820/stat : 16820 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 8325 33554432000 4194304 4196468 140727579933408 139643212971024 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16821] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16821/stat : 16821 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 8325 33554432000 4194304 4196468 140727579933408 139643211918224 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16822] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16822/stat : 16822 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 8325 33554432000 4194304 4196468 140727579933408 139643210865424 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16823] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16823/stat : 16823 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178554 14669127680 8325 33554432000 4194304 4196468 140727579933408 139642585127280 139643622234754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16824] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16824/stat : 16824 (java) S 16809 16812 16323 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116178554 14669127680 8325 33554432000 4194304 4196468 140727579933408 139642584073248 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16825] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16825/stat : 16825 (java) S 16809 16812 16323 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116178554 14669127680 8325 33554432000 4194304 4196468 140727579933408 139642583020400 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16826] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16826/stat : 16826 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178557 14669127680 8325 33554432000 4194304 4196468 140727579933408 139642581968720 139643622242203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16827] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16827/stat : 16827 (java) S 16809 16812 16323 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 116178557 14669127680 8325 33554432000 4194304 4196468 140727579933408 139642580917104 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16828] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16828/stat : 16828 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178557 14669127680 8325 33554432000 4194304 4196468 140727579933408 139642579864304 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16829] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16829/stat : 16829 (java) S 16809 16812 16323 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116178557 14669127680 8325 33554432000 4194304 4196468 140727579933408 139642578811504 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16830] ppid=16809 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16812/task/16830/stat : 16830 (java) R 16809 16812 16323 0 -1 4202560 367 0 0 0 1 0 0 0 20 0 20 0 116178557 14669127680 8325 33554432000 4194304 4196468 140727579933408 139642577758704 139643601161657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16831] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16831/stat : 16831 (java) S 16809 16812 16323 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116178557 14669127680 8325 33554432000 4194304 4196468 140727579933408 139642576706144 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16832] ppid=16809 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16812/task/16832/stat : 16832 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178557 14669127680 8325 33554432000 4194304 4196468 140727579933408 139642575653424 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33300 KiB

[startup+0.210151 s]*
/proc/loadavg: 6.31 5.14 6.59 2/198 16832
/proc/meminfo: memFree=28631748/32770624 swapFree=67108860/67108860
[pid=16812] ppid=16809 vsize=14325320 memory=42788 CPUtime=0.29 cores=0-7
/proc/16812/stat : 16812 (java) S 16809 16812 16323 0 -1 1077944320 9233 0 0 0 27 2 0 0 20 0 20 0 116178551 14669127680 10697 33554432000 4194304 4196468 140727579933408 140727579915952 139643622223607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
/proc/16812/statm: 3581330 10697 3647 1 0 3569050 0
[pid=16812/tid=16814] ppid=16809 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/16812/task/16814/stat : 16814 (java) R 16809 16812 16323 0 -1 4202560 6802 0 0 0 18 1 0 0 20 0 20 0 116178551 14669127680 10697 33554432000 4194304 4196468 140727579933408 139643626448688 139643622245533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16815] ppid=16809 vsize=14325320 memory=13939 CPUtime=0 cores=0-7
/proc/16812/task/16815/stat : 16815 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 10697 33554432000 4194304 4196468 140727579933408 139643552311952 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16816] ppid=16809 vsize=14325320 memory=140104586586429 CPUtime=0 cores=0-7
/proc/16812/task/16816/stat : 16816 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 10697 33554432000 4194304 4196468 140727579933408 139643551259152 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16817] ppid=16809 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16812/task/16817/stat : 16817 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 10697 33554432000 4194304 4196468 140727579933408 139643550206352 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16818] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16818/stat : 16818 (java) S 16809 16812 16323 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 10697 33554432000 4194304 4196468 140727579933408 139643549153552 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16819] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16819/stat : 16819 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 10697 33554432000 4194304 4196468 140727579933408 139643548101776 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16820] ppid=16809 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16812/task/16820/stat : 16820 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 10697 33554432000 4194304 4196468 140727579933408 139643212971024 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16821] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16821/stat : 16821 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 10697 33554432000 4194304 4196468 140727579933408 139643211918224 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16822] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16822/stat : 16822 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14669127680 10697 33554432000 4194304 4196468 140727579933408 139643210865424 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16823] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16823/stat : 16823 (java) S 16809 16812 16323 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 116178554 14669127680 10697 33554432000 4194304 4196468 140727579933408 139642585127280 139643622234754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16824] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16824/stat : 16824 (java) S 16809 16812 16323 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116178554 14669127680 10697 33554432000 4194304 4196468 140727579933408 139642584073248 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16825] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16825/stat : 16825 (java) S 16809 16812 16323 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116178554 14669127680 10697 33554432000 4194304 4196468 140727579933408 139642583020400 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16826] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16826/stat : 16826 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178557 14669127680 10697 33554432000 4194304 4196468 140727579933408 139642581968720 139643622242203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16827] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16827/stat : 16827 (java) S 16809 16812 16323 0 -1 1077944384 467 0 0 0 0 0 0 0 20 0 20 0 116178557 14669127680 10697 33554432000 4194304 4196468 140727579933408 139642580917104 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16828] ppid=16809 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16812/task/16828/stat : 16828 (java) S 16809 16812 16323 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 20 0 116178557 14669127680 10697 33554432000 4194304 4196468 140727579933408 139642579864304 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16829] ppid=16809 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16812/task/16829/stat : 16829 (java) S 16809 16812 16323 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 20 0 116178557 14669127680 10697 33554432000 4194304 4196468 140727579933408 139642578811504 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16830] ppid=16809 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/16812/task/16830/stat : 16830 (java) S 16809 16812 16323 0 -1 1077944384 403 0 0 0 5 0 0 0 20 0 20 0 116178557 14669127680 10697 33554432000 4194304 4196468 140727579933408 139642577758704 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16831] ppid=16809 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16831/stat : 16831 (java) S 16809 16812 16323 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116178557 14669127680 10697 33554432000 4194304 4196468 140727579933408 139642576706144 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16832] ppid=16809 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16812/task/16832/stat : 16832 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178557 14669127680 10697 33554432000 4194304 4196468 140727579933408 139642575653424 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42788 KiB

[startup+0.309418 s]*
/proc/loadavg: 6.31 5.14 6.59 2/198 16832
/proc/meminfo: memFree=28624396/32770624 swapFree=67108860/67108860
[pid=16812] ppid=16809 vsize=14325340 memory=50860 CPUtime=0.48 cores=0-7
/proc/16812/stat : 16812 (java) S 16809 16812 16323 0 -1 1077944320 10439 0 0 0 44 4 0 0 20 0 20 0 116178551 14669148160 12715 33554432000 4194304 4196468 140727579933408 140727579915952 139643622223607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
/proc/16812/statm: 3581335 12715 3707 1 0 3569050 0
[pid=16812/tid=16814] ppid=16809 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16812/task/16814/stat : 16814 (java) R 16809 16812 16323 0 -1 4202560 7566 0 0 0 27 2 0 0 20 0 20 0 116178551 14669148160 12715 33554432000 4194304 4196468 140727579933408 139643626454880 139643606304094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16815] ppid=16809 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16815/stat : 16815 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669148160 12715 33554432000 4194304 4196468 140727579933408 139643552311952 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16816] ppid=16809 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16816/stat : 16816 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669148160 12715 33554432000 4194304 4196468 140727579933408 139643551259152 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16817] ppid=16809 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16817/stat : 16817 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14669148160 12715 33554432000 4194304 4196468 140727579933408 139643550206352 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16818] ppid=16809 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16818/stat : 16818 (java) S 16809 16812 16323 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116178552 14669148160 12715 33554432000 4194304 4196468 140727579933408 139643549153552 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16819] ppid=16809 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/16812/task/16819/stat : 16819 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669148160 12715 33554432000 4194304 4196468 140727579933408 139643548101776 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16820] ppid=16809 vsize=14325340 memory=140104450536367 CPUtime=0 cores=0-7
/proc/16812/task/16820/stat : 16820 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14669148160 12715 33554432000 4194304 4196468 140727579933408 139643212971024 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16821] ppid=16809 vsize=14325340 memory=140104450538672 CPUtime=0 cores=0-7
/proc/16812/task/16821/stat : 16821 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14669148160 12715 33554432000 4194304 4196468 140727579933408 139643211918224 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16822] ppid=16809 vsize=14325340 memory=140104450540976 CPUtime=0 cores=0-7
/proc/16812/task/16822/stat : 16822 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14669148160 12715 33554432000 4194304 4196468 140727579933408 139643210865424 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16823] ppid=16809 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16823/stat : 16823 (java) S 16809 16812 16323 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 116178554 14669148160 12715 33554432000 4194304 4196468 140727579933408 139642585127280 139643622234754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16824] ppid=16809 vsize=14325340 memory=280208901088912 CPUtime=0 cores=0-7
/proc/16812/task/16824/stat : 16824 (java) S 16809 16812 16323 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116178554 14669148160 12715 33554432000 4194304 4196468 140727579933408 139642584073248 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16825] ppid=16809 vsize=14325340 memory=280208901095824 CPUtime=0 cores=0-7
/proc/16812/task/16825/stat : 16825 (java) S 16809 16812 16323 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116178554 14669148160 12715 33554432000 4194304 4196468 140727579933408 139642583020400 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16826] ppid=16809 vsize=14325340 memory=280208901037104 CPUtime=0 cores=0-7
/proc/16812/task/16826/stat : 16826 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178557 14669148160 12715 33554432000 4194304 4196468 140727579933408 139642581968720 139643622242203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16827] ppid=16809 vsize=14325340 memory=280208901109648 CPUtime=0.02 cores=0-7
/proc/16812/task/16827/stat : 16827 (java) S 16809 16812 16323 0 -1 1077944384 688 0 0 0 2 0 0 0 20 0 20 0 116178557 14669148160 12715 33554432000 4194304 4196468 140727579933408 139642580917104 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16828] ppid=16809 vsize=14325340 memory=280208901116560 CPUtime=0.04 cores=0-7
/proc/16812/task/16828/stat : 16828 (java) S 16809 16812 16323 0 -1 1077944384 230 0 0 0 4 0 0 0 20 0 20 0 116178557 14669148160 12715 33554432000 4194304 4196468 140727579933408 139642579864304 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16829] ppid=16809 vsize=14325340 memory=280208901114256 CPUtime=0.01 cores=0-7
/proc/16812/task/16829/stat : 16829 (java) S 16809 16812 16323 0 -1 1077944384 152 0 0 0 1 0 0 0 20 0 20 0 116178557 14669148160 12715 33554432000 4194304 4196468 140727579933408 139642578811504 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16830] ppid=16809 vsize=14325340 memory=280208901130864 CPUtime=0.08 cores=0-7
/proc/16812/task/16830/stat : 16830 (java) S 16809 16812 16323 0 -1 1077944384 425 0 0 0 8 0 0 0 20 0 20 0 116178557 14669148160 12715 33554432000 4194304 4196468 140727579933408 139642577758704 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16831] ppid=16809 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16831/stat : 16831 (java) S 16809 16812 16323 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116178557 14669148160 12715 33554432000 4194304 4196468 140727579933408 139642576706144 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16832] ppid=16809 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/16812/task/16832/stat : 16832 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178557 14669148160 12715 33554432000 4194304 4196468 140727579933408 139642575653424 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50860 KiB

[startup+0.700806 s]
/proc/loadavg: 6.31 5.14 6.59 3/198 16832
/proc/meminfo: memFree=28612624/32770624 swapFree=67108860/67108860
[pid=16812] ppid=16809 vsize=14327388 memory=82948 CPUtime=1.16 cores=0-7
/proc/16812/stat : 16812 (java) S 16809 16812 16323 0 -1 1077944320 12273 0 0 0 112 4 0 0 20 0 20 0 116178551 14671245312 20737 33554432000 4194304 4196468 140727579933408 140727579915952 139643622223607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
/proc/16812/statm: 3581847 20737 3768 1 0 3569562 0
[pid=16812/tid=16814] ppid=16809 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/16812/task/16814/stat : 16814 (java) R 16809 16812 16323 0 -1 4202560 8527 0 0 0 64 3 0 0 20 0 20 0 116178551 14671245312 20737 33554432000 4194304 4196468 140727579933408 139643626460368 139643231112352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16815] ppid=16809 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16815/stat : 16815 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14671245312 20737 33554432000 4194304 4196468 140727579933408 139643552311952 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16816] ppid=16809 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16816/stat : 16816 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14671245312 20737 33554432000 4194304 4196468 140727579933408 139643551259152 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16817] ppid=16809 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/16812/task/16817/stat : 16817 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14671245312 20737 33554432000 4194304 4196468 140727579933408 139643550206352 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16818] ppid=16809 vsize=14327388 memory=792 CPUtime=0 cores=0-7
/proc/16812/task/16818/stat : 16818 (java) S 16809 16812 16323 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116178552 14671245312 20737 33554432000 4194304 4196468 140727579933408 139643549153552 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16819] ppid=16809 vsize=14327388 memory=1204 CPUtime=0 cores=0-7
/proc/16812/task/16819/stat : 16819 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14671245312 20737 33554432000 4194304 4196468 140727579933408 139643548101776 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16820] ppid=16809 vsize=14327388 memory=1728 CPUtime=0 cores=0-7
/proc/16812/task/16820/stat : 16820 (java) S 16809 16812 16323 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116178552 14671245312 20737 33554432000 4194304 4196468 140727579933408 139643212971024 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16821] ppid=16809 vsize=14327388 memory=1440 CPUtime=0 cores=0-7
/proc/16812/task/16821/stat : 16821 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14671245312 20737 33554432000 4194304 4196468 140727579933408 139643211918224 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16822] ppid=16809 vsize=14327388 memory=15876 CPUtime=0 cores=0-7
/proc/16812/task/16822/stat : 16822 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116178552 14671245312 20737 33554432000 4194304 4196468 140727579933408 139643210865424 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16823] ppid=16809 vsize=14327388 memory=16432 CPUtime=0 cores=0-7
/proc/16812/task/16823/stat : 16823 (java) S 16809 16812 16323 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 116178554 14671245312 20737 33554432000 4194304 4196468 140727579933408 139642585127280 139643622234754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0

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

/proc/16812/task/16850/stat : 16850 (java) S 16809 16812 16323 0 -1 1077944384 4343 0 0 0 1217 3 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642551689824 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16851] ppid=16809 vsize=15134348 memory=3884 CPUtime=12.17 cores=0-7
/proc/16812/task/16851/stat : 16851 (java) S 16809 16812 16323 0 -1 1077944384 5953 0 0 0 1216 1 0 0 20 0 32 0 116190485 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642550644784 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16852] ppid=16809 vsize=15134348 memory=792 CPUtime=0 cores=0-7
/proc/16812/task/16852/stat : 16852 (java) S 16809 16812 16323 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 32 0 116190485 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642549593024 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
Current children cumulated CPU time: 2313.04 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11718920 KiB

[startup+443.201 s]
/proc/loadavg: 5.74 5.02 5.81 2/210 16853
/proc/meminfo: memFree=16931724/32770624 swapFree=67108860/67108860
[pid=16812] ppid=16809 vsize=15134348 memory=11718920 CPUtime=2314.65 cores=0-7
/proc/16812/stat : 16812 (java) S 16809 16812 16323 0 -1 1077944320 1176401 0 0 0 228578 2887 0 0 20 0 32 0 116178551 15497572352 2929730 33554432000 4194304 4196468 140727579933408 140727579915952 139643622223607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
/proc/16812/statm: 3783587 2929730 3860 1 0 3771302 0
[pid=16812/tid=16814] ppid=16809 vsize=15134348 memory=11718880 CPUtime=95.99 cores=0-7
/proc/16812/task/16814/stat : 16814 (java) S 16809 16812 16323 0 -1 1077944384 27789 0 0 0 9573 26 0 0 20 0 32 0 116178551 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643626466480 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16815] ppid=16809 vsize=15134348 memory=6791534058613427641 CPUtime=253.79 cores=0-7
/proc/16812/task/16815/stat : 16815 (java) S 16809 16812 16323 0 -1 1077944384 60938 0 0 0 25023 356 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643552311952 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16816] ppid=16809 vsize=15134348 memory=1584 CPUtime=255.32 cores=0-7
/proc/16812/task/16816/stat : 16816 (java) S 16809 16812 16323 0 -1 1077944384 80269 0 0 0 25226 306 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643551259152 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16817] ppid=16809 vsize=15134348 memory=4096 CPUtime=255 cores=0-7
/proc/16812/task/16817/stat : 16817 (java) S 16809 16812 16323 0 -1 1077944384 70402 0 0 0 25156 344 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643550206352 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16818] ppid=16809 vsize=15134348 memory=33112 CPUtime=254.73 cores=0-7
/proc/16812/task/16818/stat : 16818 (java) S 16809 16812 16323 0 -1 1077944384 67399 0 0 0 25140 333 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643549153552 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16819] ppid=16809 vsize=15134348 memory=2428 CPUtime=255.42 cores=0-7
/proc/16812/task/16819/stat : 16819 (java) S 16809 16812 16323 0 -1 1077944384 80766 0 0 0 25206 336 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643548101776 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16820] ppid=16809 vsize=15134348 memory=1292 CPUtime=255.04 cores=0-7
/proc/16812/task/16820/stat : 16820 (java) S 16809 16812 16323 0 -1 1077944384 71355 0 0 0 25180 324 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643212971024 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16821] ppid=16809 vsize=15134348 memory=1728 CPUtime=255.74 cores=0-7
/proc/16812/task/16821/stat : 16821 (java) S 16809 16812 16323 0 -1 1077944384 70470 0 0 0 25231 343 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643211918224 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16822] ppid=16809 vsize=15134348 memory=12064 CPUtime=255.3 cores=0-7
/proc/16812/task/16822/stat : 16822 (java) S 16809 16812 16323 0 -1 1077944384 69406 0 0 0 25166 364 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643210865424 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16823] ppid=16809 vsize=15134348 memory=960 CPUtime=77.17 cores=0-7
/proc/16812/task/16823/stat : 16823 (java) R 16809 16812 16323 0 -1 4202560 491279 0 0 0 7623 94 0 0 20 0 32 0 116178554 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642585125712 139643607226615 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16824] ppid=16809 vsize=15134348 memory=2240 CPUtime=0 cores=0-7
/proc/16812/task/16824/stat : 16824 (java) S 16809 16812 16323 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 32 0 116178554 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642584073312 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16825] ppid=16809 vsize=15134348 memory=2424 CPUtime=0 cores=0-7
/proc/16812/task/16825/stat : 16825 (java) S 16809 16812 16323 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 32 0 116178554 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642583020416 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16826] ppid=16809 vsize=15134348 memory=4080 CPUtime=0 cores=0-7
/proc/16812/task/16826/stat : 16826 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642581968720 139643622242203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16827] ppid=16809 vsize=15134348 memory=932 CPUtime=0.65 cores=0-7
/proc/16812/task/16827/stat : 16827 (java) S 16809 16812 16323 0 -1 1077944384 8011 0 0 0 64 1 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642580917200 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16828] ppid=16809 vsize=15134348 memory=1584 CPUtime=0.8 cores=0-7
/proc/16812/task/16828/stat : 16828 (java) S 16809 16812 16323 0 -1 1077944384 7878 0 0 0 78 2 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642579864400 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16829] ppid=16809 vsize=15134348 memory=2196 CPUtime=0.87 cores=0-7
/proc/16812/task/16829/stat : 16829 (java) S 16809 16812 16323 0 -1 1077944384 7312 0 0 0 85 2 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642578811600 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16830] ppid=16809 vsize=15134348 memory=6508 CPUtime=0.96 cores=0-7
/proc/16812/task/16830/stat : 16830 (java) S 16809 16812 16323 0 -1 1077944384 22197 0 0 0 92 4 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642577758464 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16831] ppid=16809 vsize=15134348 memory=11718920 CPUtime=0 cores=0-7
/proc/16812/task/16831/stat : 16831 (java) S 16809 16812 16323 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642576706144 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16832] ppid=16809 vsize=15134348 memory=1004 CPUtime=0.18 cores=0-7
/proc/16812/task/16832/stat : 16832 (java) S 16809 16812 16323 0 -1 1077944384 1485 0 0 0 7 11 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642575653424 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16841] ppid=16809 vsize=15134348 memory=1228 CPUtime=0 cores=0-7
/proc/16812/task/16841/stat : 16841 (java) S 16809 16812 16323 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 32 0 116190425 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642565366400 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16842] ppid=16809 vsize=15134348 memory=1952 CPUtime=0.11 cores=0-7
/proc/16812/task/16842/stat : 16842 (java) S 16809 16812 16323 0 -1 1077944384 1960 0 0 0 5 6 0 0 20 0 32 0 116190437 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642562216608 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16843] ppid=16809 vsize=15134348 memory=5796 CPUtime=12.22 cores=0-7
/proc/16812/task/16843/stat : 16843 (java) S 16809 16812 16323 0 -1 1077944384 4395 0 0 0 1216 6 0 0 20 0 32 0 116190447 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642559059424 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16844] ppid=16809 vsize=15134348 memory=4616 CPUtime=12.15 cores=0-7
/proc/16812/task/16844/stat : 16844 (java) S 16809 16812 16323 0 -1 1077944384 4144 0 0 0 1211 4 0 0 20 0 32 0 116190448 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642558006096 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16845] ppid=16809 vsize=15134348 memory=8588 CPUtime=0.01 cores=0-7
/proc/16812/task/16845/stat : 16845 (java) S 16809 16812 16323 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 32 0 116190448 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642556962080 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16846] ppid=16809 vsize=15134348 memory=792 CPUtime=12.11 cores=0-7
/proc/16812/task/16846/stat : 16846 (java) S 16809 16812 16323 0 -1 1077944384 4241 0 0 0 1208 3 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642555901072 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16847] ppid=16809 vsize=15134348 memory=1204 CPUtime=12.13 cores=0-7
/proc/16812/task/16847/stat : 16847 (java) S 16809 16812 16323 0 -1 1077944384 5022 0 0 0 1206 7 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642554848224 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16848] ppid=16809 vsize=15134348 memory=1728 CPUtime=12.21 cores=0-7
/proc/16812/task/16848/stat : 16848 (java) S 16809 16812 16323 0 -1 1077944384 3465 0 0 0 1214 7 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642553794976 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16849] ppid=16809 vsize=15134348 memory=1440 CPUtime=12.1 cores=0-7
/proc/16812/task/16849/stat : 16849 (java) S 16809 16812 16323 0 -1 1077944384 4242 0 0 0 1207 3 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642552741408 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16850] ppid=16809 vsize=15134348 memory=15876 CPUtime=12.2 cores=0-7
/proc/16812/task/16850/stat : 16850 (java) S 16809 16812 16323 0 -1 1077944384 4343 0 0 0 1217 3 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642551689824 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16851] ppid=16809 vsize=15134348 memory=16432 CPUtime=12.17 cores=0-7
/proc/16812/task/16851/stat : 16851 (java) S 16809 16812 16323 0 -1 1077944384 5953 0 0 0 1216 1 0 0 20 0 32 0 116190485 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642550644784 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16852] ppid=16809 vsize=15134348 memory=19336 CPUtime=0 cores=0-7
/proc/16812/task/16852/stat : 16852 (java) S 16809 16812 16323 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 32 0 116190485 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642549593024 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
Current children cumulated CPU time: 2314.65 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11718920 KiB

[startup+444.001 s]*
/proc/loadavg: 5.74 5.02 5.81 2/210 16853
/proc/meminfo: memFree=16931724/32770624 swapFree=67108860/67108860
[pid=16812] ppid=16809 vsize=15134348 memory=11718920 CPUtime=2315.46 cores=0-7
/proc/16812/stat : 16812 (java) S 16809 16812 16323 0 -1 1077944320 1176567 0 0 0 228655 2891 0 0 20 0 32 0 116178551 15497572352 2929730 33554432000 4194304 4196468 140727579933408 140727579915952 139643622223607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
/proc/16812/statm: 3783587 2929730 3860 1 0 3771302 0
[pid=16812/tid=16814] ppid=16809 vsize=15134348 memory=6791534058613427641 CPUtime=95.99 cores=0-7
/proc/16812/task/16814/stat : 16814 (java) S 16809 16812 16323 0 -1 1077944384 27789 0 0 0 9573 26 0 0 20 0 32 0 116178551 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643626466480 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16815] ppid=16809 vsize=15134348 memory=4872558044660077418 CPUtime=253.79 cores=0-7
/proc/16812/task/16815/stat : 16815 (java) S 16809 16812 16323 0 -1 1077944384 60938 0 0 0 25023 356 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643552311952 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16816] ppid=16809 vsize=15134348 memory=561033 CPUtime=255.32 cores=0-7
/proc/16812/task/16816/stat : 16816 (java) S 16809 16812 16323 0 -1 1077944384 80269 0 0 0 25226 306 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643551259152 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16817] ppid=16809 vsize=15134348 memory=-7173504570862900581 CPUtime=255 cores=0-7
/proc/16812/task/16817/stat : 16817 (java) S 16809 16812 16323 0 -1 1077944384 70402 0 0 0 25156 344 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643550206352 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16818] ppid=16809 vsize=15134348 memory=8761640388318109297 CPUtime=254.73 cores=0-7
/proc/16812/task/16818/stat : 16818 (java) S 16809 16812 16323 0 -1 1077944384 67399 0 0 0 25140 333 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643549153552 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16819] ppid=16809 vsize=15134348 memory=-7240876288133471424 CPUtime=255.42 cores=0-7
/proc/16812/task/16819/stat : 16819 (java) S 16809 16812 16323 0 -1 1077944384 80766 0 0 0 25206 336 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643548101776 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16820] ppid=16809 vsize=15134348 memory=6944613755495348631 CPUtime=255.04 cores=0-7
/proc/16812/task/16820/stat : 16820 (java) S 16809 16812 16323 0 -1 1077944384 71355 0 0 0 25180 324 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643212971024 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16821] ppid=16809 vsize=15134348 memory=8761640388318109335 CPUtime=255.74 cores=0-7
/proc/16812/task/16821/stat : 16821 (java) S 16809 16812 16323 0 -1 1077944384 70470 0 0 0 25231 343 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643211918224 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16822] ppid=16809 vsize=15134348 memory=-7522837583129307271 CPUtime=255.3 cores=0-7
/proc/16812/task/16822/stat : 16822 (java) S 16809 16812 16323 0 -1 1077944384 69406 0 0 0 25166 364 0 0 20 0 32 0 116178552 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139643210865424 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16823] ppid=16809 vsize=15134348 memory=33112 CPUtime=77.98 cores=0-7
/proc/16812/task/16823/stat : 16823 (java) R 16809 16812 16323 0 -1 4202560 491445 0 0 0 7700 98 0 0 20 0 32 0 116178554 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642585125712 139643606924206 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16824] ppid=16809 vsize=15134348 memory=792 CPUtime=0 cores=0-7
/proc/16812/task/16824/stat : 16824 (java) S 16809 16812 16323 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 32 0 116178554 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642584073312 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16825] ppid=16809 vsize=15134348 memory=1204 CPUtime=0 cores=0-7
/proc/16812/task/16825/stat : 16825 (java) S 16809 16812 16323 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 32 0 116178554 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642583020416 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16826] ppid=16809 vsize=15134348 memory=1728 CPUtime=0 cores=0-7
/proc/16812/task/16826/stat : 16826 (java) S 16809 16812 16323 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642581968720 139643622242203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16827] ppid=16809 vsize=15134348 memory=1440 CPUtime=0.65 cores=0-7
/proc/16812/task/16827/stat : 16827 (java) S 16809 16812 16323 0 -1 1077944384 8011 0 0 0 64 1 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642580917200 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16828] ppid=16809 vsize=15134348 memory=15876 CPUtime=0.8 cores=0-7
/proc/16812/task/16828/stat : 16828 (java) S 16809 16812 16323 0 -1 1077944384 7878 0 0 0 78 2 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642579864400 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16829] ppid=16809 vsize=15134348 memory=16432 CPUtime=0.87 cores=0-7
/proc/16812/task/16829/stat : 16829 (java) S 16809 16812 16323 0 -1 1077944384 7312 0 0 0 85 2 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642578811600 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16830] ppid=16809 vsize=15134348 memory=19336 CPUtime=0.96 cores=0-7
/proc/16812/task/16830/stat : 16830 (java) S 16809 16812 16323 0 -1 1077944384 22197 0 0 0 92 4 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642577758464 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16831] ppid=16809 vsize=15134348 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16812/task/16831/stat : 16831 (java) S 16809 16812 16323 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642576706144 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16832] ppid=16809 vsize=15134348 memory=1792 CPUtime=0.18 cores=0-7
/proc/16812/task/16832/stat : 16832 (java) S 16809 16812 16323 0 -1 1077944384 1485 0 0 0 7 11 0 0 20 0 32 0 116178557 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642575653424 139643622234754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16841] ppid=16809 vsize=15134348 memory=636 CPUtime=0 cores=0-7
/proc/16812/task/16841/stat : 16841 (java) S 16809 16812 16323 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 32 0 116190425 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642565366400 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16842] ppid=16809 vsize=15134348 memory=1236 CPUtime=0.11 cores=0-7
/proc/16812/task/16842/stat : 16842 (java) S 16809 16812 16323 0 -1 1077944384 1960 0 0 0 5 6 0 0 20 0 32 0 116190437 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642562216608 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16843] ppid=16809 vsize=15134348 memory=12064 CPUtime=12.22 cores=0-7
/proc/16812/task/16843/stat : 16843 (java) S 16809 16812 16323 0 -1 1077944384 4395 0 0 0 1216 6 0 0 20 0 32 0 116190447 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642559059424 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16844] ppid=16809 vsize=15134348 memory=1004 CPUtime=12.15 cores=0-7
/proc/16812/task/16844/stat : 16844 (java) S 16809 16812 16323 0 -1 1077944384 4144 0 0 0 1211 4 0 0 20 0 32 0 116190448 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642558006096 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16845] ppid=16809 vsize=15134348 memory=1228 CPUtime=0.01 cores=0-7
/proc/16812/task/16845/stat : 16845 (java) S 16809 16812 16323 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 32 0 116190448 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642556962080 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16846] ppid=16809 vsize=15134348 memory=1952 CPUtime=12.11 cores=0-7
/proc/16812/task/16846/stat : 16846 (java) S 16809 16812 16323 0 -1 1077944384 4241 0 0 0 1208 3 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642555901072 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16847] ppid=16809 vsize=15134348 memory=5796 CPUtime=12.13 cores=0-7
/proc/16812/task/16847/stat : 16847 (java) S 16809 16812 16323 0 -1 1077944384 5022 0 0 0 1206 7 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642554848224 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16848] ppid=16809 vsize=15134348 memory=4616 CPUtime=12.21 cores=0-7
/proc/16812/task/16848/stat : 16848 (java) S 16809 16812 16323 0 -1 1077944384 3465 0 0 0 1214 7 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642553794976 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16849] ppid=16809 vsize=15134348 memory=8588 CPUtime=12.1 cores=0-7
/proc/16812/task/16849/stat : 16849 (java) S 16809 16812 16323 0 -1 1077944384 4242 0 0 0 1207 3 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642552741408 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16850] ppid=16809 vsize=15134348 memory=792 CPUtime=12.2 cores=0-7
/proc/16812/task/16850/stat : 16850 (java) S 16809 16812 16323 0 -1 1077944384 4343 0 0 0 1217 3 0 0 20 0 32 0 116190451 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642551689824 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16851] ppid=16809 vsize=15134348 memory=1204 CPUtime=12.17 cores=0-7
/proc/16812/task/16851/stat : 16851 (java) S 16809 16812 16323 0 -1 1077944384 5953 0 0 0 1216 1 0 0 20 0 32 0 116190485 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642550644784 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
[pid=16812/tid=16852] ppid=16809 vsize=15134348 memory=1728 CPUtime=0 cores=0-7
/proc/16812/task/16852/stat : 16852 (java) S 16809 16812 16323 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 32 0 116190485 15497572352 2929730 33554432000 4194304 4196468 140727579933408 139642549593024 139643622233813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727579939938 140727579940123 140727579940123 140727579942863 0
Current children cumulated CPU time: 2315.46 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11718920 KiB

[startup+444.201 s]*
/proc/loadavg: 5.74 5.02 5.81 2/180 16857
/proc/meminfo: memFree=20222080/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): 444.243
CPU time (s): 2316.07
CPU user time (s): 2287.09
CPU system time (s): 28.9794
CPU usage (%): 521.351
Max. virtual memory (cumulated for all children) (KiB): 15134380
Max. memory (cumulated for all children) (KiB): 11718920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2287.09
system time used= 28.9794
maximum resident set size= 11720060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1177688
page faults= 0
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36770
involuntary context switches= 47835


# summary of solver processes directly reported to runsolver:
#   pid: 16812
#   total CPU time (s): 2316.07
#   total CPU user time (s): 2287.09
#   total CPU system time (s): 28.9794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.48869 second user time and 5.2226 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-15 22:48:36
IDJOB=4275749
IDBENCH=139720
IDSOLVER=2668
FILE ID=node148/4275749-1502830975
RUNJOBID= node148-1502824654-16350
PBS_JOBID= 20629833
Free space on /tmp= 61624 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.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-4275749-1502830975/watcher-4275749-1502830975 -o /tmp/evaluation-result-4275749-1502830975/solver-4275749-1502830975 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1502824654-16350 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 171999957 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275749-1502830975.xml

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

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=171999957

node148.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.19
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.19
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.19
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.19
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:        28659820 kB
MemAvailable:   31986900 kB
Buffers:          268048 kB
Cached:          3345060 kB
SwapCached:            0 kB
Active:           916280 kB
Inactive:        2750260 kB
Active(anon):       4548 kB
Inactive(anon):    76628 kB
Active(file):     911732 kB
Inactive(file):  2673632 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41948 kB
Writeback:             0 kB
AnonPages:        124440 kB
Mapped:            46740 kB
Shmem:             25224 kB
Slab:             141792 kB
SReclaimable:     115104 kB
SUnreclaim:        26688 kB
KernelStack:        3568 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61584 MiB
End job on node148 at 2017-08-15 22:56:01