Trace number 4285700

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-08-22? (TO) 1064.6801 254.132

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-74.xml
MD5SUM748f42f61d3aaac6f60870392cb688ba
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark240.03101
Satisfiable
(Un)Satisfiability was proved
Number of variables115
Number of constraints22
Number of domains2
Minimum domain size20
Maximum domain size42
Distribution of domain sizes[{"size":20,"count":1},{"size":42,"count":114}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":95},{"degree":4,"count":19}]
Minimum constraint arity6
Maximum constraint arity114
Distribution of constraint arities[{"arity":6,"count":19},{"arity":20,"count":1},{"arity":114,"count":2}]
Number of extensional constraints19
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":19},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.27/0.38	c version: 2017-08-22
0.27/0.38	c seed: 1600933719
0.27/0.38	c timeout: 2016
0.27/0.38	c memlimit: 22000
0.27/0.38	c nbcore: 8
0.27/0.40	c Parsing instance...
8.47/4.06	c Parsing done, starting search...
694.35/182.19	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-842561777]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
694.59/182.20	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
694.59/182.20	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
694.59/182.20	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
694.59/182.20	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
694.59/182.20	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
694.59/182.20	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
694.59/182.20	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
694.59/182.20	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
694.59/182.20	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
694.59/182.20	c java.lang.Thread.run(Thread.java:748)
694.59/182.20	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285700-1503468933/watcher-4285700-1503468933 -o /tmp/evaluation-result-4285700-1503468933/solver-4285700-1503468933 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node126-1503398604-6745 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1600933719 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285700-1503468933.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=17357, runsolver pid=17354

[startup+0.100115 s]*
/proc/loadavg: 8.66 5.99 4.25 2/187 17367
/proc/meminfo: memFree=31177256/32770624 swapFree=67105588/67108860
[pid=17357] ppid=17354 vsize=25300336 memory=14604 CPUtime=0.01 cores=0-7
/proc/17357/stat : 17357 (java) S 17354 17357 6689 0 -1 1077944320 3484 0 0 0 1 0 0 0 20 0 10 0 149088250 25907544064 3651 18446744073709551615 4194304 4196468 140728476324304 140728476306848 139849937207031 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
/proc/17357/statm: 6325084 3651 1914 1 0 6314581 0
[pid=17357/tid=17359] ppid=17354 vsize=25300336 memory=0 CPUtime=0.01 cores=0-7
/proc/17357/task/17359/stat : 17359 (java) R 17354 17357 6689 0 -1 4202560 2183 0 0 0 1 0 0 0 20 0 10 0 149088258 25907544064 3651 18446744073709551615 4194304 4196468 140728476324304 139849941443152 139849921643916 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17360] ppid=17354 vsize=25300336 memory=140072769402496 CPUtime=0 cores=0-7
/proc/17357/task/17360/stat : 17360 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 149088259 25907544064 3651 18446744073709551615 4194304 4196468 140728476324304 139849499900432 139849937217237 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17361] ppid=17354 vsize=25300336 memory=140072769402496 CPUtime=0 cores=0-7
/proc/17357/task/17361/stat : 17361 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 149088259 25907544064 3651 18446744073709551615 4194304 4196468 140728476324304 139849498847888 139849937217237 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17362] ppid=17354 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17362/stat : 17362 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 149088259 25907544064 3651 18446744073709551615 4194304 4196468 140728476324304 139849497794832 139849937217237 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17363] ppid=17354 vsize=25300336 memory=-1807685287725067651 CPUtime=0 cores=0-7
/proc/17357/task/17363/stat : 17363 (java) S 17354 17357 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 149088259 25907544064 3651 18446744073709551615 4194304 4196468 140728476324304 139849496742288 139849937217237 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17364] ppid=17354 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17364/stat : 17364 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 149088259 25907544064 3651 18446744073709551615 4194304 4196468 140728476324304 139849495690256 139849937217237 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17365] ppid=17354 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17365/stat : 17365 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 149088259 25907544064 3651 18446744073709551615 4194304 4196468 140728476324304 139849494637712 139849937217237 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17366] ppid=17354 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17366/stat : 17366 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 149088259 25907544064 3651 18446744073709551615 4194304 4196468 140728476324304 139849493584656 139849937217237 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17367] ppid=17354 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17367/stat : 17367 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 149088259 25907544064 3651 18446744073709551615 4194304 4196468 140728476324304 139849492532112 139849937217237 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 25300336 KiB
Current children cumulated memory: 14604 KiB

[startup+0.20965 s]*
/proc/loadavg: 8.66 5.99 4.25 3/197 17377
/proc/meminfo: memFree=31167140/32770624 swapFree=67105588/67108860
[pid=17357] ppid=17354 vsize=26000220 memory=34080 CPUtime=0.11 cores=0-7
/proc/17357/stat : 17357 (java) S 17354 17357 6689 0 -1 1077944320 7809 0 0 0 10 1 0 0 20 0 20 0 149088250 26624225280 8520 18446744073709551615 4194304 4196468 140728476324304 140728476306848 139849937207031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
/proc/17357/statm: 6500055 8520 3382 1 0 6488833 0
[pid=17357/tid=17359] ppid=17354 vsize=26000220 memory=0 CPUtime=0.08 cores=0-7
/proc/17357/task/17359/stat : 17359 (java) R 17354 17357 6689 0 -1 4202560 5809 0 0 0 7 1 0 0 20 0 20 0 149088258 26624225280 8520 18446744073709551615 4194304 4196468 140728476324304 139849941423712 139849929886749 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17360] ppid=17354 vsize=26000220 memory=140072769402496 CPUtime=0 cores=0-7
/proc/17357/task/17360/stat : 17360 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26624225280 8520 18446744073709551615 4194304 4196468 140728476324304 139849499900432 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17361] ppid=17354 vsize=26000220 memory=140072769402496 CPUtime=0 cores=0-7
/proc/17357/task/17361/stat : 17361 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149088259 26624225280 8520 18446744073709551615 4194304 4196468 140728476324304 139849498847888 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17362] ppid=17354 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17362/stat : 17362 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149088259 26624225280 8520 18446744073709551615 4194304 4196468 140728476324304 139849497794832 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17363] ppid=17354 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17363/stat : 17363 (java) S 17354 17357 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149088259 26624225280 8171 18446744073709551615 4194304 4196468 140728476324304 139849496742288 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17364] ppid=17354 vsize=26000220 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17364/stat : 17364 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149088259 26624225280 8171 18446744073709551615 4194304 4196468 140728476324304 139849495690256 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17365] ppid=17354 vsize=26000220 memory=-1 CPUtime=0 cores=0-7
/proc/17357/task/17365/stat : 17365 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26624225280 8171 18446744073709551615 4194304 4196468 140728476324304 139849494637712 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17366] ppid=17354 vsize=25998592 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17366/stat : 17366 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26622558208 7931 18446744073709551615 4194304 4196468 140728476324304 139849493584656 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17367] ppid=17354 vsize=25998592 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17367/stat : 17367 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26622558208 7931 18446744073709551615 4194304 4196468 140728476324304 139849492532112 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17368] ppid=17354 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17368/stat : 17368 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149088261 26621575168 7931 18446744073709551615 4194304 4196468 140728476324304 139849338095856 139849937218178 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17369] ppid=17354 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17369/stat : 17369 (java) S 17354 17357 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149088261 26621575168 7675 18446744073709551615 4194304 4196468 140728476324304 139849337042080 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17370] ppid=17354 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17370/stat : 17370 (java) S 17354 17357 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149088261 26621575168 7675 18446744073709551615 4194304 4196468 140728476324304 139849335988976 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17371] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17371/stat : 17371 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088264 26620526592 7675 18446744073709551615 4194304 4196468 140728476324304 139849334937552 139849937225627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17372] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17372/stat : 17372 (java) S 17354 17357 6689 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 149088264 26620526592 7675 18446744073709551615 4194304 4196468 140728476324304 139849333885680 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17373] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17373/stat : 17373 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088264 26620526592 7675 18446744073709551615 4194304 4196468 140728476324304 139849332833136 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17374] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17374/stat : 17374 (java) S 17354 17357 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149088264 26620526592 7675 18446744073709551615 4194304 4196468 140728476324304 139849331780080 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17375] ppid=17354 vsize=25996608 memory=0 CPUtime=0.01 cores=0-7
/proc/17357/task/17375/stat : 17375 (java) S 17354 17357 6689 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 20 0 149088264 26620526592 7675 18446744073709551615 4194304 4196468 140728476324304 139849330727536 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17376] ppid=17354 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17376/stat : 17376 (java) S 17354 17357 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149088264 26621575168 7675 18446744073709551615 4194304 4196468 140728476324304 139849329674720 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17377] ppid=17354 vsize=25997632 memory=-1 CPUtime=0 cores=0-7
/proc/17357/task/17377/stat : 17377 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088267 26621575168 7675 18446744073709551615 4194304 4196468 140728476324304 139849328622256 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26000220 KiB
Current children cumulated memory: 34080 KiB

[startup+0.309367 s]*
/proc/loadavg: 8.66 5.99 4.25 3/197 17377
/proc/meminfo: memFree=31157288/32770624 swapFree=67105588/67108860
[pid=17357] ppid=17354 vsize=25996608 memory=39580 CPUtime=0.27 cores=0-7
/proc/17357/stat : 17357 (java) S 17354 17357 6689 0 -1 1077944320 10615 0 0 0 24 3 0 0 20 0 20 0 149088250 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 140728476306848 139849937207031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
/proc/17357/statm: 6499152 9895 3500 1 0 6487930 0
[pid=17357/tid=17359] ppid=17354 vsize=25996608 memory=-8774313645642428999 CPUtime=0.18 cores=0-7
/proc/17357/task/17359/stat : 17359 (java) R 17354 17357 6689 0 -1 4202560 8328 0 0 0 16 2 0 0 20 0 20 0 149088258 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849941412336 139849921287518 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17360] ppid=17354 vsize=25996608 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/17357/task/17360/stat : 17360 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849499900432 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17361] ppid=17354 vsize=25996608 memory=4137548663497135221 CPUtime=0 cores=0-7
/proc/17357/task/17361/stat : 17361 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149088259 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849498847888 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17362] ppid=17354 vsize=25996608 memory=-7533229591079788448 CPUtime=0 cores=0-7
/proc/17357/task/17362/stat : 17362 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149088259 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849497794832 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17363] ppid=17354 vsize=25996608 memory=1400504754925836930 CPUtime=0 cores=0-7
/proc/17357/task/17363/stat : 17363 (java) S 17354 17357 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149088259 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849496742288 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17364] ppid=17354 vsize=25996608 memory=5450909908396308010 CPUtime=0 cores=0-7
/proc/17357/task/17364/stat : 17364 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149088259 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849495690256 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17365] ppid=17354 vsize=25996608 memory=-7828588039587135831 CPUtime=0 cores=0-7
/proc/17357/task/17365/stat : 17365 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849494637712 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17366] ppid=17354 vsize=25996608 memory=-5509745617702519600 CPUtime=0 cores=0-7
/proc/17357/task/17366/stat : 17366 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849493584656 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17367] ppid=17354 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/17357/task/17367/stat : 17367 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849492532112 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17368] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17368/stat : 17368 (java) S 17354 17357 6689 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 149088261 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849338095856 139849937218178 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17369] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17369/stat : 17369 (java) S 17354 17357 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149088261 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849337042080 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17370] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17370/stat : 17370 (java) S 17354 17357 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149088261 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849335988976 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17371] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17371/stat : 17371 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088264 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849334937552 139849937225627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17372] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17372/stat : 17372 (java) S 17354 17357 6689 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 20 0 149088264 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849333885680 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17373] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17373/stat : 17373 (java) S 17354 17357 6689 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 149088264 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849332833136 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17374] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17374/stat : 17374 (java) S 17354 17357 6689 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 149088264 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849331780080 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17375] ppid=17354 vsize=25996608 memory=0 CPUtime=0.05 cores=0-7
/proc/17357/task/17375/stat : 17375 (java) S 17354 17357 6689 0 -1 1077944384 396 0 0 0 5 0 0 0 20 0 20 0 149088264 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849330727536 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17376] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17376/stat : 17376 (java) S 17354 17357 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149088264 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849329674720 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17377] ppid=17354 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17357/task/17377/stat : 17377 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088267 26620526592 9895 18446744073709551615 4194304 4196468 140728476324304 139849328622256 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 39580 KiB

[startup+0.70081 s]
/proc/loadavg: 8.66 5.99 4.25 3/197 17377
/proc/meminfo: memFree=31143876/32770624 swapFree=67105588/67108860
[pid=17357] ppid=17354 vsize=25998676 memory=137332 CPUtime=0.91 cores=0-7
/proc/17357/stat : 17357 (java) S 17354 17357 6689 0 -1 1077944320 13293 0 0 0 84 7 0 0 20 0 20 0 149088250 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 140728476306848 139849937207031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
/proc/17357/statm: 6499669 34333 3716 1 0 6488442 0
[pid=17357/tid=17359] ppid=17354 vsize=25998676 memory=215300045 CPUtime=0.57 cores=0-7
/proc/17357/task/17359/stat : 17359 (java) R 17354 17357 6689 0 -1 4202560 9955 0 0 0 51 6 0 0 20 0 20 0 149088258 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849941439776 139849937228957 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17360] ppid=17354 vsize=25998676 memory=79600 CPUtime=0 cores=0-7
/proc/17357/task/17360/stat : 17360 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849499900432 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17361] ppid=17354 vsize=25998676 memory=1240 CPUtime=0 cores=0-7
/proc/17357/task/17361/stat : 17361 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149088259 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849498847888 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17362] ppid=17354 vsize=25998676 memory=2384 CPUtime=0 cores=0-7
/proc/17357/task/17362/stat : 17362 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149088259 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849497794832 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17363] ppid=17354 vsize=25998676 memory=140077064369791 CPUtime=0 cores=0-7
/proc/17357/task/17363/stat : 17363 (java) S 17354 17357 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149088259 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849496742288 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17364] ppid=17354 vsize=25998676 memory=8761640388318109335 CPUtime=0 cores=0-7
/proc/17357/task/17364/stat : 17364 (java) S 17354 17357 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149088259 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849495690256 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17365] ppid=17354 vsize=25998676 memory=7007712420471858773 CPUtime=0 cores=0-7
/proc/17357/task/17365/stat : 17365 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849494637712 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17366] ppid=17354 vsize=25998676 memory=5859853075905800022 CPUtime=0 cores=0-7
/proc/17357/task/17366/stat : 17366 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849493584656 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17367] ppid=17354 vsize=25998676 memory=7372786582024121444 CPUtime=0 cores=0-7
/proc/17357/task/17367/stat : 17367 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088259 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849492532112 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17368] ppid=17354 vsize=25998676 memory=1232 CPUtime=0 cores=0-7
/proc/17357/task/17368/stat : 17368 (java) S 17354 17357 6689 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 149088261 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849338095856 139849937218178 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17369] ppid=17354 vsize=25998676 memory=2240 CPUtime=0 cores=0-7
/proc/17357/task/17369/stat : 17369 (java) S 17354 17357 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149088261 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849337042080 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17370] ppid=17354 vsize=25998676 memory=4304 CPUtime=0 cores=0-7
/proc/17357/task/17370/stat : 17370 (java) S 17354 17357 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149088261 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849335988976 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17371] ppid=17354 vsize=25998676 memory=1620 CPUtime=0 cores=0-7
/proc/17357/task/17371/stat : 17371 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088264 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849334937552 139849937225627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17372] ppid=17354 vsize=25998676 memory=920 CPUtime=0.04 cores=0-7
/proc/17357/task/17372/stat : 17372 (java) S 17354 17357 6689 0 -1 1077944384 597 0 0 0 4 0 0 0 20 0 20 0 149088264 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849333885680 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17373] ppid=17354 vsize=25998676 memory=2032 CPUtime=0.06 cores=0-7
/proc/17357/task/17373/stat : 17373 (java) S 17354 17357 6689 0 -1 1077944384 311 0 0 0 6 0 0 0 20 0 20 0 149088264 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849332833136 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17374] ppid=17354 vsize=25998676 memory=832 CPUtime=0.07 cores=0-7
/proc/17357/task/17374/stat : 17374 (java) S 17354 17357 6689 0 -1 1077944384 329 0 0 0 7 0 0 0 20 0 20 0 149088264 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849331780080 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17375] ppid=17354 vsize=25998676 memory=16436 CPUtime=0.15 cores=0-7
/proc/17357/task/17375/stat : 17375 (java) R 17354 17357 6689 0 -1 4202560 715 0 0 0 15 0 0 0 20 0 20 0 149088264 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849330727536 139849937228378 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17376] ppid=17354 vsize=25998676 memory=4528 CPUtime=0 cores=0-7
/proc/17357/task/17376/stat : 17376 (java) S 17354 17357 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149088264 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849329674720 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17377] ppid=17354 vsize=25998676 memory=4068 CPUtime=0 cores=0-7
/proc/17357/task/17377/stat : 17377 (java) S 17354 17357 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149088267 26622644224 34333 18446744073709551615 4194304 4196468 140728476324304 139849328622256 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 25998676 KiB

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

[pid=17357/tid=17388] ppid=17354 vsize=26872200 memory=14340 CPUtime=23.33 cores=0-7
/proc/17357/task/17388/stat : 17388 (java) S 17354 17357 6689 0 -1 1077944384 11985 0 0 0 2299 34 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849304653648 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17389] ppid=17354 vsize=26872200 memory=796 CPUtime=0 cores=0-7
/proc/17357/task/17389/stat : 17389 (java) S 17354 17357 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849303610784 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17390] ppid=17354 vsize=26872200 memory=1228 CPUtime=0 cores=0-7
/proc/17357/task/17390/stat : 17390 (java) S 17354 17357 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849101207072 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17391] ppid=17354 vsize=26872200 memory=1428 CPUtime=0 cores=0-7
/proc/17357/task/17391/stat : 17391 (java) S 17354 17357 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849100154016 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
Current children cumulated CPU time: 1056.17 s
Current children cumulated vsize: 26872200 KiB
Current children cumulated memory: 23182752 KiB

[startup+253.602 s]
/proc/loadavg: 5.15 4.85 4.14 9/206 17394
/proc/meminfo: memFree=7975332/32770624 swapFree=67105588/67108860
[pid=17357] ppid=17354 vsize=26872200 memory=23182752 CPUtime=1062.52 cores=0-7
/proc/17357/stat : 17357 (java) S 17354 17357 6689 0 -1 1077944320 1357703 0 0 0 101992 4260 0 0 20 0 33 0 149088250 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 140728476306848 139849937207031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
/proc/17357/statm: 6718050 5795688 3834 1 0 6706823 0
[pid=17357/tid=17359] ppid=17354 vsize=26872200 memory=7237678704739444567 CPUtime=49.7 cores=0-7
/proc/17357/task/17359/stat : 17359 (java) S 17354 17357 6689 0 -1 1077944384 32374 0 0 0 4915 55 0 0 20 0 33 0 149088258 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849941449904 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17360] ppid=17354 vsize=26872200 memory=7237678704739444567 CPUtime=91.46 cores=0-7
/proc/17357/task/17360/stat : 17360 (java) R 17354 17357 6689 0 -1 4202560 117722 0 0 0 8680 466 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849499900632 139849918816664 0 4 1 16800974 0 0 0 -1 1 0 0 34 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17361] ppid=17354 vsize=26872200 memory=23182752 CPUtime=91.6 cores=0-7
/proc/17357/task/17361/stat : 17361 (java) R 17354 17357 6689 0 -1 4202560 100939 0 0 0 8654 506 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849498847888 139849922203693 0 4 1 16800974 0 0 0 -1 6 0 0 28 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17362] ppid=17354 vsize=26872200 memory=79600 CPUtime=91.96 cores=0-7
/proc/17357/task/17362/stat : 17362 (java) R 17354 17357 6689 0 -1 4202560 115559 0 0 0 8714 482 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849497795032 139849922203662 0 4 1 16800974 0 0 0 -1 0 0 0 33 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17363] ppid=17354 vsize=26872200 memory=1240 CPUtime=91.9 cores=0-7
/proc/17357/task/17363/stat : 17363 (java) R 17354 17357 6689 0 -1 4202560 114060 0 0 0 8704 486 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849496742288 139849922203713 0 4 1 16800974 0 0 0 -1 3 0 0 32 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17364] ppid=17354 vsize=26872200 memory=2384 CPUtime=92.06 cores=0-7
/proc/17357/task/17364/stat : 17364 (java) R 17354 17357 6689 0 -1 4202560 126052 0 0 0 8759 447 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849495690456 139849921664622 0 4 1 16800974 0 0 0 -1 5 0 0 29 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17365] ppid=17354 vsize=26872200 memory=1672 CPUtime=92.01 cores=0-7
/proc/17357/task/17365/stat : 17365 (java) R 17354 17357 6689 0 -1 4202560 155496 0 0 0 8691 510 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849494637912 139849922203438 0 4 1 16800974 0 0 0 -1 7 0 0 28 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17366] ppid=17354 vsize=26872200 memory=5768 CPUtime=91.69 cores=0-7
/proc/17357/task/17366/stat : 17366 (java) R 17354 17357 6689 0 -1 4202560 108076 0 0 0 8680 489 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849493584544 139849922203584 0 4 1 16800974 0 0 0 -1 4 0 0 31 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17367] ppid=17354 vsize=26872200 memory=4584 CPUtime=92 cores=0-7
/proc/17357/task/17367/stat : 17367 (java) R 17354 17357 6689 0 -1 4202560 110440 0 0 0 8727 473 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849492532312 139849922203376 0 4 1 16800974 0 0 0 -1 2 0 0 29 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17368] ppid=17354 vsize=26872200 memory=872 CPUtime=87.43 cores=0-7
/proc/17357/task/17368/stat : 17368 (java) S 17354 17357 6689 0 -1 1077944384 211918 0 0 0 8702 41 0 0 20 0 33 0 149088261 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849338094400 139849937217237 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17369] ppid=17354 vsize=26872200 memory=47496 CPUtime=0 cores=0-7
/proc/17357/task/17369/stat : 17369 (java) S 17354 17357 6689 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 33 0 149088261 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849337042144 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17370] ppid=17354 vsize=26872200 memory=4044 CPUtime=0 cores=0-7
/proc/17357/task/17370/stat : 17370 (java) S 17354 17357 6689 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 33 0 149088261 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849335988992 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17371] ppid=17354 vsize=26872200 memory=644 CPUtime=0 cores=0-7
/proc/17357/task/17371/stat : 17371 (java) S 17354 17357 6689 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849334937200 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17372] ppid=17354 vsize=26872200 memory=1740 CPUtime=0.9 cores=0-7
/proc/17357/task/17372/stat : 17372 (java) S 17354 17357 6689 0 -1 1077944384 5080 0 0 0 88 2 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849333885680 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17373] ppid=17354 vsize=26872200 memory=956 CPUtime=0.97 cores=0-7
/proc/17357/task/17373/stat : 17373 (java) S 17354 17357 6689 0 -1 1077944384 4497 0 0 0 95 2 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849332833136 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17374] ppid=17354 vsize=26872200 memory=1232 CPUtime=1.03 cores=0-7
/proc/17357/task/17374/stat : 17374 (java) S 17354 17357 6689 0 -1 1077944384 5760 0 0 0 102 1 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849331780080 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17375] ppid=17354 vsize=26872200 memory=2240 CPUtime=0.91 cores=0-7
/proc/17357/task/17375/stat : 17375 (java) S 17354 17357 6689 0 -1 1077944384 17777 0 0 0 87 4 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849330727536 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17376] ppid=17354 vsize=26872200 memory=4304 CPUtime=0 cores=0-7
/proc/17357/task/17376/stat : 17376 (java) S 17354 17357 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849329674720 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17377] ppid=17354 vsize=26872200 memory=1620 CPUtime=0.09 cores=0-7
/proc/17357/task/17377/stat : 17377 (java) S 17354 17357 6689 0 -1 1077944384 824 0 0 0 3 6 0 0 20 0 33 0 149088267 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849328622256 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17379] ppid=17354 vsize=26872200 memory=1992 CPUtime=0 cores=0-7
/proc/17357/task/17379/stat : 17379 (java) S 17354 17357 6689 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 33 0 149094312 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849318330880 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17380] ppid=17354 vsize=26872200 memory=1164 CPUtime=0.18 cores=0-7
/proc/17357/task/17380/stat : 17380 (java) S 17354 17357 6689 0 -1 1077944384 3447 0 0 0 3 15 0 0 20 0 33 0 149094324 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849315181024 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17381] ppid=17354 vsize=26872200 memory=7608 CPUtime=23.3 cores=0-7
/proc/17357/task/17381/stat : 17381 (java) S 17354 17357 6689 0 -1 1077944384 11254 0 0 0 2291 39 0 0 20 0 33 0 149094333 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849312019888 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17382] ppid=17354 vsize=26872200 memory=1636 CPUtime=23.32 cores=0-7
/proc/17357/task/17382/stat : 17382 (java) S 17354 17357 6689 0 -1 1077944384 21874 0 0 0 2306 26 0 0 20 0 33 0 149094334 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849310967840 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17383] ppid=17354 vsize=26872200 memory=14340 CPUtime=23.37 cores=0-7
/proc/17357/task/17383/stat : 17383 (java) S 17354 17357 6689 0 -1 1077944384 26377 0 0 0 2304 33 0 0 20 0 33 0 149094335 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849309914688 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17384] ppid=17354 vsize=26872200 memory=796 CPUtime=23.34 cores=0-7
/proc/17357/task/17384/stat : 17384 (java) S 17354 17357 6689 0 -1 1077944384 11671 0 0 0 2282 52 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849308861744 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17385] ppid=17354 vsize=26872200 memory=1228 CPUtime=23.35 cores=0-7
/proc/17357/task/17385/stat : 17385 (java) S 17354 17357 6689 0 -1 1077944384 15526 0 0 0 2312 23 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849307809248 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17386] ppid=17354 vsize=26872200 memory=1428 CPUtime=23.12 cores=0-7
/proc/17357/task/17386/stat : 17386 (java) S 17354 17357 6689 0 -1 1077944384 15007 0 0 0 2276 36 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849306756144 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17387] ppid=17354 vsize=26872200 memory=15348 CPUtime=23.22 cores=0-7
/proc/17357/task/17387/stat : 17387 (java) S 17354 17357 6689 0 -1 1077944384 12429 0 0 0 2291 31 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849305703584 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17388] ppid=17354 vsize=26872200 memory=1156 CPUtime=23.33 cores=0-7
/proc/17357/task/17388/stat : 17388 (java) S 17354 17357 6689 0 -1 1077944384 11985 0 0 0 2299 34 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849304653648 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17389] ppid=17354 vsize=26872200 memory=3728 CPUtime=0 cores=0-7
/proc/17357/task/17389/stat : 17389 (java) S 17354 17357 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849303610784 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17390] ppid=17354 vsize=26872200 memory=23182752 CPUtime=0 cores=0-7
/proc/17357/task/17390/stat : 17390 (java) S 17354 17357 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849101207072 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17391] ppid=17354 vsize=26872200 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/17357/task/17391/stat : 17391 (java) S 17354 17357 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849100154016 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
Current children cumulated CPU time: 1062.52 s
Current children cumulated vsize: 26872200 KiB
Current children cumulated memory: 23182752 KiB

[startup+254.001 s]*
/proc/loadavg: 5.15 4.85 4.14 2/206 17394
/proc/meminfo: memFree=7975332/32770624 swapFree=67105588/67108860
[pid=17357] ppid=17354 vsize=26872200 memory=23182752 CPUtime=1064.54 cores=0-7
/proc/17357/stat : 17357 (java) S 17354 17357 6689 0 -1 1077944320 1357703 0 0 0 102194 4260 0 0 20 0 33 0 149088250 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 140728476306848 139849937207031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
/proc/17357/statm: 6718050 5795688 3834 1 0 6706823 0
[pid=17357/tid=17359] ppid=17354 vsize=26872200 memory=4872558044660077418 CPUtime=49.7 cores=0-7
/proc/17357/task/17359/stat : 17359 (java) S 17354 17357 6689 0 -1 1077944384 32374 0 0 0 4915 55 0 0 20 0 33 0 149088258 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849941449904 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17360] ppid=17354 vsize=26872200 memory=-7003737579269690708 CPUtime=91.7 cores=0-7
/proc/17357/task/17360/stat : 17360 (java) S 17354 17357 6689 0 -1 1077944384 117722 0 0 0 8704 466 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849499900432 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17361] ppid=17354 vsize=26872200 memory=-8990767739041718176 CPUtime=91.83 cores=0-7
/proc/17357/task/17361/stat : 17361 (java) S 17354 17357 6689 0 -1 1077944384 100939 0 0 0 8677 506 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849498847888 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17362] ppid=17354 vsize=26872200 memory=6944656425122700657 CPUtime=92.19 cores=0-7
/proc/17357/task/17362/stat : 17362 (java) S 17354 17357 6689 0 -1 1077944384 115559 0 0 0 8737 482 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849497794832 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 33 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17363] ppid=17354 vsize=26872200 memory=6944656592455360608 CPUtime=92.13 cores=0-7
/proc/17357/task/17363/stat : 17363 (java) S 17354 17357 6689 0 -1 1077944384 114060 0 0 0 8727 486 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849496742288 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17364] ppid=17354 vsize=26872200 memory=4206468019014099040 CPUtime=92.29 cores=0-7
/proc/17357/task/17364/stat : 17364 (java) S 17354 17357 6689 0 -1 1077944384 126052 0 0 0 8782 447 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849495690256 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17365] ppid=17354 vsize=26872200 memory=4206468019014099040 CPUtime=92.24 cores=0-7
/proc/17357/task/17365/stat : 17365 (java) S 17354 17357 6689 0 -1 1077944384 155496 0 0 0 8714 510 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849494637712 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17366] ppid=17354 vsize=26872200 memory=8187704045996132563 CPUtime=91.92 cores=0-7
/proc/17357/task/17366/stat : 17366 (java) S 17354 17357 6689 0 -1 1077944384 108076 0 0 0 8703 489 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849493584656 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17367] ppid=17354 vsize=26872200 memory=-7812736537705029536 CPUtime=92.23 cores=0-7
/proc/17357/task/17367/stat : 17367 (java) S 17354 17357 6689 0 -1 1077944384 110440 0 0 0 8750 473 0 0 20 0 33 0 149088259 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849492532112 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17368] ppid=17354 vsize=26872200 memory=-7088785026379990432 CPUtime=87.6 cores=0-7
/proc/17357/task/17368/stat : 17368 (java) R 17354 17357 6689 0 -1 4202560 211918 0 0 0 8719 41 0 0 20 0 33 0 149088261 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849338094288 139849921664601 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17369] ppid=17354 vsize=26872200 memory=6944656425122700657 CPUtime=0 cores=0-7
/proc/17357/task/17369/stat : 17369 (java) S 17354 17357 6689 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 33 0 149088261 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849337042144 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17370] ppid=17354 vsize=26872200 memory=-7812193691855986592 CPUtime=0 cores=0-7
/proc/17357/task/17370/stat : 17370 (java) S 17354 17357 6689 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 33 0 149088261 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849335988992 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17371] ppid=17354 vsize=26872200 memory=3690762778105964119 CPUtime=0 cores=0-7
/proc/17357/task/17371/stat : 17371 (java) S 17354 17357 6689 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849334937200 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17372] ppid=17354 vsize=26872200 memory=5787213827113837389 CPUtime=0.9 cores=0-7
/proc/17357/task/17372/stat : 17372 (java) S 17354 17357 6689 0 -1 1077944384 5080 0 0 0 88 2 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849333885680 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17373] ppid=17354 vsize=26872200 memory=5788369504298232168 CPUtime=0.97 cores=0-7
/proc/17357/task/17373/stat : 17373 (java) S 17354 17357 6689 0 -1 1077944384 4497 0 0 0 95 2 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849332833136 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17374] ppid=17354 vsize=26872200 memory=23182752 CPUtime=1.03 cores=0-7
/proc/17357/task/17374/stat : 17374 (java) S 17354 17357 6689 0 -1 1077944384 5760 0 0 0 102 1 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849331780080 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17375] ppid=17354 vsize=26872200 memory=302022848351043610 CPUtime=0.91 cores=0-7
/proc/17357/task/17375/stat : 17375 (java) S 17354 17357 6689 0 -1 1077944384 17777 0 0 0 87 4 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849330727536 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17376] ppid=17354 vsize=26872200 memory=23182752 CPUtime=0 cores=0-7
/proc/17357/task/17376/stat : 17376 (java) S 17354 17357 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 149088264 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849329674720 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17377] ppid=17354 vsize=26872200 memory=4872558044660077418 CPUtime=0.09 cores=0-7
/proc/17357/task/17377/stat : 17377 (java) S 17354 17357 6689 0 -1 1077944384 824 0 0 0 3 6 0 0 20 0 33 0 149088267 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849328622256 139849937218178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17379] ppid=17354 vsize=26872200 memory=1992 CPUtime=0 cores=0-7
/proc/17357/task/17379/stat : 17379 (java) S 17354 17357 6689 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 33 0 149094312 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849318330880 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17380] ppid=17354 vsize=26872200 memory=1164 CPUtime=0.18 cores=0-7
/proc/17357/task/17380/stat : 17380 (java) S 17354 17357 6689 0 -1 1077944384 3447 0 0 0 3 15 0 0 20 0 33 0 149094324 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849315181024 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17381] ppid=17354 vsize=26872200 memory=-8774313645642428999 CPUtime=23.3 cores=0-7
/proc/17357/task/17381/stat : 17381 (java) S 17354 17357 6689 0 -1 1077944384 11254 0 0 0 2291 39 0 0 20 0 33 0 149094333 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849312019888 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17382] ppid=17354 vsize=26872200 memory=302022848351043610 CPUtime=23.32 cores=0-7
/proc/17357/task/17382/stat : 17382 (java) S 17354 17357 6689 0 -1 1077944384 21874 0 0 0 2306 26 0 0 20 0 33 0 149094334 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849310967840 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17383] ppid=17354 vsize=26872200 memory=288230617509003574 CPUtime=23.37 cores=0-7
/proc/17357/task/17383/stat : 17383 (java) S 17354 17357 6689 0 -1 1077944384 26377 0 0 0 2304 33 0 0 20 0 33 0 149094335 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849309914688 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17384] ppid=17354 vsize=26872200 memory=15540738687502695 CPUtime=23.34 cores=0-7
/proc/17357/task/17384/stat : 17384 (java) S 17354 17357 6689 0 -1 1077944384 11671 0 0 0 2282 52 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849308861744 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17385] ppid=17354 vsize=26872200 memory=1228 CPUtime=23.35 cores=0-7
/proc/17357/task/17385/stat : 17385 (java) S 17354 17357 6689 0 -1 1077944384 15526 0 0 0 2312 23 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849307809248 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17386] ppid=17354 vsize=26872200 memory=1428 CPUtime=23.12 cores=0-7
/proc/17357/task/17386/stat : 17386 (java) S 17354 17357 6689 0 -1 1077944384 15007 0 0 0 2276 36 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849306756144 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17387] ppid=17354 vsize=26872200 memory=15348 CPUtime=23.22 cores=0-7
/proc/17357/task/17387/stat : 17387 (java) S 17354 17357 6689 0 -1 1077944384 12429 0 0 0 2291 31 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849305703584 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17388] ppid=17354 vsize=26872200 memory=47496 CPUtime=23.33 cores=0-7
/proc/17357/task/17388/stat : 17388 (java) S 17354 17357 6689 0 -1 1077944384 11985 0 0 0 2299 34 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849304653648 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17389] ppid=17354 vsize=26872200 memory=23182752 CPUtime=0 cores=0-7
/proc/17357/task/17389/stat : 17389 (java) S 17354 17357 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849303610784 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17390] ppid=17354 vsize=26872200 memory=280145284521344 CPUtime=0 cores=0-7
/proc/17357/task/17390/stat : 17390 (java) S 17354 17357 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849101207072 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
[pid=17357/tid=17391] ppid=17354 vsize=26872200 memory=8026659635189409639 CPUtime=0 cores=0-7
/proc/17357/task/17391/stat : 17391 (java) S 17354 17357 6689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149094337 27517132800 5795688 18446744073709551615 4194304 4196468 140728476324304 139849100154016 139849937217237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20602880 140728476328305 140728476328490 140728476328490 140728476331983 0
Current children cumulated CPU time: 1064.54 s
Current children cumulated vsize: 26872200 KiB
Current children cumulated memory: 23182752 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 254.132
CPU time (s): 1064.68
CPU user time (s): 1021.95
CPU system time (s): 42.7233
CPU usage (%): 418.947
Max. virtual memory (cumulated for all children) (KiB): 26873224
Max. memory (cumulated for all children) (KiB): 23182752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1021.95
system time used= 42.7233
maximum resident set size= 23183180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1357711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31635
involuntary context switches= 13137


# summary of solver processes directly reported to runsolver:
#   pid: 17357
#   total CPU time (s): 1064.68
#   total CPU user time (s): 1021.95
#   total CPU system time (s): 42.7233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.02185 second user time and 3.02623 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-23 08:01:27
IDJOB=4285700
IDBENCH=137964
IDSOLVER=2682
FILE ID=node126/4285700-1503468933
RUNJOBID= node126-1503398604-6745
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-74.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285700-1503468933/watcher-4285700-1503468933 -o /tmp/evaluation-result-4285700-1503468933/solver-4285700-1503468933 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node126-1503398604-6745 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1600933719 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285700-1503468933.xml

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

MD5SUM BENCH= 748f42f61d3aaac6f60870392cb688ba
RANDOM SEED=1600933719

node126.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.81
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.81
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.81
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.81
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:        31183200 kB
MemAvailable:   31942380 kB
Buffers:          340516 kB
Cached:           722640 kB
SwapCached:          524 kB
Active:           712452 kB
Inactive:         408960 kB
Active(anon):      14532 kB
Inactive(anon):   101988 kB
Active(file):     697920 kB
Inactive(file):   306972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             80688 kB
Writeback:             4 kB
AnonPages:         57660 kB
Mapped:            68176 kB
Shmem:             58016 kB
Slab:             167116 kB
SReclaimable:     140248 kB
SUnreclaim:        26868 kB
KernelStack:        3200 kB
PageTables:         5440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61952 MiB
End job on node126 at 2017-08-23 08:05:41