Trace number 4285169

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22? (TO) 19522.801 2522.3899

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-44.xml
MD5SUM7674c6d5068d08c652f92e457f6b136c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark29.971001
Satisfiable
(Un)Satisfiability was proved
Number of variables1936
Number of constraints41667
Number of domains1
Minimum domain size44
Maximum domain size44
Distribution of domain sizes[{"size":44,"count":1936}]
Minimum variable degree43
Maximum variable degree44
Distribution of variable degrees[{"degree":43,"count":1850},{"degree":44,"count":86}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":41667}]
Number of extensional constraints0
Number of intensional constraints41667
Distribution of constraint types[{"type":"intension","count":41667}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285169-1503435431/watcher-4285169-1503435431 -o /tmp/evaluation-result-4285169-1503435431/solver-4285169-1503435431 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503424471-25206 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1455060001 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285169-1503435431.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
solver pid=26118, runsolver pid=26115
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 8.05 8.65 8.72 2/199 26138
/proc/meminfo: memFree=21402900/32770624 swapFree=67108860/67108860
[pid=26118] ppid=26115 vsize=26000852 memory=32840 CPUtime=0.13 cores=0-7
/proc/26118/stat : 26118 (java) S 26115 26118 25179 0 -1 1077944320 8614 0 0 0 11 2 0 0 20 0 20 0 176630467 26624872448 8210 33554432000 4194304 4196468 140727547297584 140727547280128 140612189642487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
/proc/26118/statm: 6500213 8210 3409 1 0 6487932 0
[pid=26118/tid=26120] ppid=26115 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/26118/task/26120/stat : 26120 (java) R 26115 26118 25179 0 -1 4202560 6558 0 0 0 8 1 0 0 20 0 20 0 176630468 26624872448 8210 33554432000 4194304 4196468 140727547297584 140612193839440 140612189664413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26121] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26121/stat : 26121 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 8210 33554432000 4194304 4196468 140727547297584 140612142262672 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26122] ppid=26115 vsize=26000852 memory=139656244831872 CPUtime=0 cores=0-7
/proc/26118/task/26122/stat : 26122 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 8210 33554432000 4194304 4196468 140727547297584 140612141209872 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26123] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26123/stat : 26123 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 8210 33554432000 4194304 4196468 140727547297584 140612140157584 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26124] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26124/stat : 26124 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 8210 33554432000 4194304 4196468 140727547297584 140612139104784 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26125] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26125/stat : 26125 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 8210 33554432000 4194304 4196468 140727547297584 140612138052496 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26126] ppid=26115 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26118/task/26126/stat : 26126 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 8210 33554432000 4194304 4196468 140727547297584 140612136999696 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26127] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26127/stat : 26127 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 8210 33554432000 4194304 4196468 140727547297584 140612135947408 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26128] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26128/stat : 26128 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 8210 33554432000 4194304 4196468 140727547297584 140612134894608 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26129] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26129/stat : 26129 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630470 26624872448 8210 33554432000 4194304 4196468 140727547297584 140611383425136 140612189653634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26130] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26130/stat : 26130 (java) S 26115 26118 25179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176630471 26624872448 8210 33554432000 4194304 4196468 140727547297584 140611382371104 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26131] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26131/stat : 26131 (java) S 26115 26118 25179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176630471 26624872448 8210 33554432000 4194304 4196468 140727547297584 140611381318768 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26132] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26132/stat : 26132 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630473 26624872448 8210 33554432000 4194304 4196468 140727547297584 140611380267088 140612189661083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26133] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26133/stat : 26133 (java) S 26115 26118 25179 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 176630473 26624872448 8210 33554432000 4194304 4196468 140727547297584 140611379214960 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26134] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26134/stat : 26134 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176630473 26624872448 8210 33554432000 4194304 4196468 140727547297584 140611378162160 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26135] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26135/stat : 26135 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176630473 26624872448 8210 33554432000 4194304 4196468 140727547297584 140611377109872 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26136] ppid=26115 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/26118/task/26136/stat : 26136 (java) S 26115 26118 25179 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 20 0 176630473 26624872448 8210 33554432000 4194304 4196468 140727547297584 140611376057072 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26137] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26137/stat : 26137 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176630473 26624872448 8210 33554432000 4194304 4196468 140727547297584 140611375004000 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26138] ppid=26115 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26118/task/26138/stat : 26138 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630474 26624872448 8210 33554432000 4194304 4196468 140727547297584 140611373951280 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32840 KiB

[startup+0.21404 s]*
/proc/loadavg: 8.05 8.65 8.72 2/199 26138
/proc/meminfo: memFree=21393524/32770624 swapFree=67108860/67108860
[pid=26118] ppid=26115 vsize=26000852 memory=42168 CPUtime=0.31 cores=0-7
/proc/26118/stat : 26118 (java) S 26115 26118 25179 0 -1 1077944320 9649 0 0 0 28 3 0 0 20 0 20 0 176630467 26624872448 10542 33554432000 4194304 4196468 140727547297584 140727547280128 140612189642487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
/proc/26118/statm: 6500213 10542 3615 1 0 6487932 0
[pid=26118/tid=26120] ppid=26115 vsize=26000852 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/26118/task/26120/stat : 26120 (java) R 26115 26118 25179 0 -1 4202560 7238 0 0 0 18 2 0 0 20 0 20 0 176630468 26624872448 10542 33554432000 4194304 4196468 140727547297584 140612193851744 140612173722974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26121] ppid=26115 vsize=26000852 memory=3382 CPUtime=0 cores=0-7
/proc/26118/task/26121/stat : 26121 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 10542 33554432000 4194304 4196468 140727547297584 140612142262672 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26122] ppid=26115 vsize=26000852 memory=288370032396543616 CPUtime=0 cores=0-7
/proc/26118/task/26122/stat : 26122 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 10542 33554432000 4194304 4196468 140727547297584 140612141209872 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26123] ppid=26115 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26118/task/26123/stat : 26123 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 10542 33554432000 4194304 4196468 140727547297584 140612140157584 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26124] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26124/stat : 26124 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 10542 33554432000 4194304 4196468 140727547297584 140612139104784 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26125] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26125/stat : 26125 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 10542 33554432000 4194304 4196468 140727547297584 140612138052496 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26126] ppid=26115 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26118/task/26126/stat : 26126 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 10542 33554432000 4194304 4196468 140727547297584 140612136999696 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26127] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26127/stat : 26127 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 10542 33554432000 4194304 4196468 140727547297584 140612135947408 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26128] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26128/stat : 26128 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176630469 26624872448 10542 33554432000 4194304 4196468 140727547297584 140612134894608 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26129] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26129/stat : 26129 (java) S 26115 26118 25179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176630470 26624872448 10542 33554432000 4194304 4196468 140727547297584 140611383425136 140612189653634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26130] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26130/stat : 26130 (java) S 26115 26118 25179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176630471 26624872448 10542 33554432000 4194304 4196468 140727547297584 140611382371104 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26131] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26131/stat : 26131 (java) S 26115 26118 25179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176630471 26624872448 10542 33554432000 4194304 4196468 140727547297584 140611381318768 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26132] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26132/stat : 26132 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630473 26624872448 10542 33554432000 4194304 4196468 140727547297584 140611380267088 140612189661083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26133] ppid=26115 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/26118/task/26133/stat : 26133 (java) S 26115 26118 25179 0 -1 1077944384 555 0 0 0 1 0 0 0 20 0 20 0 176630473 26624872448 10542 33554432000 4194304 4196468 140727547297584 140611379214960 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26134] ppid=26115 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/26118/task/26134/stat : 26134 (java) R 26115 26118 25179 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 20 0 176630473 26624872448 10542 33554432000 4194304 4196468 140727547297584 140611378162160 140612170342784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26135] ppid=26115 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/26118/task/26135/stat : 26135 (java) S 26115 26118 25179 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 176630473 26624872448 10542 33554432000 4194304 4196468 140727547297584 140611377109872 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26136] ppid=26115 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/26118/task/26136/stat : 26136 (java) S 26115 26118 25179 0 -1 1077944384 399 0 0 0 5 0 0 0 20 0 20 0 176630473 26624872448 10542 33554432000 4194304 4196468 140727547297584 140611376057072 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26137] ppid=26115 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26137/stat : 26137 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176630473 26624872448 10542 33554432000 4194304 4196468 140727547297584 140611375004000 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26138] ppid=26115 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26118/task/26138/stat : 26138 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630474 26624872448 10542 33554432000 4194304 4196468 140727547297584 140611373951280 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 42168 KiB

[startup+0.310266 s]*
/proc/loadavg: 8.05 8.65 8.72 2/199 26138
/proc/meminfo: memFree=21386576/32770624 swapFree=67108860/67108860
[pid=26118] ppid=26115 vsize=26000872 memory=49132 CPUtime=0.48 cores=0-7
/proc/26118/stat : 26118 (java) S 26115 26118 25179 0 -1 1077944320 10629 0 0 0 45 3 0 0 20 0 20 0 176630467 26624892928 12283 33554432000 4194304 4196468 140727547297584 140727547280128 140612189642487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
/proc/26118/statm: 6500218 12283 3697 1 0 6487932 0
[pid=26118/tid=26120] ppid=26115 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26118/task/26120/stat : 26120 (java) R 26115 26118 25179 0 -1 4202560 7752 0 0 0 27 2 0 0 20 0 20 0 176630468 26624892928 12283 33554432000 4194304 4196468 140727547297584 140612193864336 140612167645419 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26121] ppid=26115 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26121/stat : 26121 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624892928 12283 33554432000 4194304 4196468 140727547297584 140612142262672 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26122] ppid=26115 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26122/stat : 26122 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624892928 12283 33554432000 4194304 4196468 140727547297584 140612141209872 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26123] ppid=26115 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26123/stat : 26123 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26624892928 12283 33554432000 4194304 4196468 140727547297584 140612140157584 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26124] ppid=26115 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26124/stat : 26124 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26624892928 12283 33554432000 4194304 4196468 140727547297584 140612139104784 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26125] ppid=26115 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/26118/task/26125/stat : 26125 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624892928 12283 33554432000 4194304 4196468 140727547297584 140612138052496 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26126] ppid=26115 vsize=26000872 memory=139656096215983 CPUtime=0 cores=0-7
/proc/26118/task/26126/stat : 26126 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26624892928 12283 33554432000 4194304 4196468 140727547297584 140612136999696 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26127] ppid=26115 vsize=26000872 memory=139656096218288 CPUtime=0 cores=0-7
/proc/26118/task/26127/stat : 26127 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26624892928 12348 33554432000 4194304 4196468 140727547297584 140612135947408 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26128] ppid=26115 vsize=26000872 memory=139656096220592 CPUtime=0 cores=0-7
/proc/26118/task/26128/stat : 26128 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176630469 26624892928 12348 33554432000 4194304 4196468 140727547297584 140612134894608 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26129] ppid=26115 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26129/stat : 26129 (java) S 26115 26118 25179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176630470 26624892928 12348 33554432000 4194304 4196468 140727547297584 140611383425136 140612189653634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26130] ppid=26115 vsize=26000872 memory=279312192448144 CPUtime=0 cores=0-7
/proc/26118/task/26130/stat : 26130 (java) S 26115 26118 25179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176630471 26624892928 12348 33554432000 4194304 4196468 140727547297584 140611382371104 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26131] ppid=26115 vsize=26000872 memory=279312192455056 CPUtime=0 cores=0-7
/proc/26118/task/26131/stat : 26131 (java) S 26115 26118 25179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176630471 26624892928 12348 33554432000 4194304 4196468 140727547297584 140611381318768 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26132] ppid=26115 vsize=26000872 memory=279312192396336 CPUtime=0 cores=0-7
/proc/26118/task/26132/stat : 26132 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630473 26624892928 12348 33554432000 4194304 4196468 140727547297584 140611380267088 140612189661083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26133] ppid=26115 vsize=26000872 memory=279312192468880 CPUtime=0.03 cores=0-7
/proc/26118/task/26133/stat : 26133 (java) S 26115 26118 25179 0 -1 1077944384 716 0 0 0 3 0 0 0 20 0 20 0 176630473 26624892928 12348 33554432000 4194304 4196468 140727547297584 140611379214960 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26134] ppid=26115 vsize=26000872 memory=279312192475792 CPUtime=0.02 cores=0-7
/proc/26118/task/26134/stat : 26134 (java) S 26115 26118 25179 0 -1 1077944384 50 0 0 0 2 0 0 0 20 0 20 0 176630473 26624892928 12348 33554432000 4194304 4196468 140727547297584 140611378162160 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26135] ppid=26115 vsize=26000872 memory=279312192473488 CPUtime=0.03 cores=0-7
/proc/26118/task/26135/stat : 26135 (java) S 26115 26118 25179 0 -1 1077944384 200 0 0 0 3 0 0 0 20 0 20 0 176630473 26624892928 12348 33554432000 4194304 4196468 140727547297584 140611377109872 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26136] ppid=26115 vsize=26000872 memory=279312192490096 CPUtime=0.08 cores=0-7
/proc/26118/task/26136/stat : 26136 (java) S 26115 26118 25179 0 -1 1077944384 525 0 0 0 8 0 0 0 20 0 20 0 176630473 26624892928 12348 33554432000 4194304 4196468 140727547297584 140611376057072 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26137] ppid=26115 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26137/stat : 26137 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176630473 26624892928 12348 33554432000 4194304 4196468 140727547297584 140611375004000 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26138] ppid=26115 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/26118/task/26138/stat : 26138 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630474 26624892928 12348 33554432000 4194304 4196468 140727547297584 140611373951280 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49132 KiB

[startup+0.708509 s]
/proc/loadavg: 8.05 8.65 8.72 5/199 26138
/proc/meminfo: memFree=21351868/32770624 swapFree=67108860/67108860
[pid=26118] ppid=26115 vsize=26002920 memory=115908 CPUtime=1.62 cores=0-7
/proc/26118/stat : 26118 (java) S 26115 26118 25179 0 -1 1077944320 13930 0 0 0 157 5 0 0 20 0 20 0 176630467 26626990080 28977 33554432000 4194304 4196468 140727547297584 140727547280128 140612189642487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
/proc/26118/statm: 6500730 28977 3772 1 0 6488444 0
[pid=26118/tid=26120] ppid=26115 vsize=26002920 memory=0 CPUtime=0.68 cores=0-7
/proc/26118/task/26120/stat : 26120 (java) R 26115 26118 25179 0 -1 4202560 8461 0 0 0 65 3 0 0 20 0 20 0 176630468 26626990080 28977 33554432000 4194304 4196468 140727547297584 140612193875680 140611813499351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26121] ppid=26115 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26121/stat : 26121 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26626990080 28977 33554432000 4194304 4196468 140727547297584 140612142262672 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26122] ppid=26115 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26122/stat : 26122 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26626990080 28977 33554432000 4194304 4196468 140727547297584 140612141209872 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26123] ppid=26115 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/26118/task/26123/stat : 26123 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26626990080 28977 33554432000 4194304 4196468 140727547297584 140612140157584 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26124] ppid=26115 vsize=26002920 memory=1712 CPUtime=0 cores=0-7
/proc/26118/task/26124/stat : 26124 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26626990080 28977 33554432000 4194304 4196468 140727547297584 140612139104784 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26125] ppid=26115 vsize=26002920 memory=4612 CPUtime=0 cores=0-7
/proc/26118/task/26125/stat : 26125 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26626990080 28977 33554432000 4194304 4196468 140727547297584 140612138052496 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26126] ppid=26115 vsize=26002920 memory=1004 CPUtime=0 cores=0-7
/proc/26118/task/26126/stat : 26126 (java) S 26115 26118 25179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176630469 26626990080 28977 33554432000 4194304 4196468 140727547297584 140612136999696 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26127] ppid=26115 vsize=26002920 memory=1200 CPUtime=0 cores=0-7
/proc/26118/task/26127/stat : 26127 (java) S 26115 26118 25179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176630469 26626990080 28977 33554432000 4194304 4196468 140727547297584 140612135947408 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26128] ppid=26115 vsize=26002920 memory=15876 CPUtime=0 cores=0-7
/proc/26118/task/26128/stat : 26128 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176630469 26626990080 28977 33554432000 4194304 4196468 140727547297584 140612134894608 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26129] ppid=26115 vsize=26002920 memory=27192 CPUtime=0 cores=0-7
/proc/26118/task/26129/stat : 26129 (java) S 26115 26118 25179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176630470 26626990080 28977 33554432000 4194304 4196468 140727547297584 140611383425136 140612189653634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0

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

[pid=26118/tid=26145] ppid=26115 vsize=26809880 memory=644 CPUtime=10.34 cores=0-7
/proc/26118/task/26145/stat : 26145 (java) S 26115 26118 25179 0 -1 1077944384 8539 0 0 0 1022 12 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611353144384 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26146] ppid=26115 vsize=26809880 memory=960 CPUtime=0 cores=0-7
/proc/26118/task/26146/stat : 26146 (java) S 26115 26118 25179 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611352097440 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26147] ppid=26115 vsize=26809880 memory=4472 CPUtime=10.33 cores=0-7
/proc/26118/task/26147/stat : 26147 (java) S 26115 26118 25179 0 -1 1077944384 11365 0 0 0 1005 28 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611351041024 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26148] ppid=26115 vsize=26809880 memory=1236 CPUtime=10.3 cores=0-7
/proc/26118/task/26148/stat : 26148 (java) S 26115 26118 25179 0 -1 1077944384 9312 0 0 0 1024 6 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611349986688 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26149] ppid=26115 vsize=26809880 memory=1004 CPUtime=10.41 cores=0-7
/proc/26118/task/26149/stat : 26149 (java) S 26115 26118 25179 0 -1 1077944384 9738 0 0 0 1010 31 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611348934320 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26150] ppid=26115 vsize=26809880 memory=1200 CPUtime=0 cores=0-7
/proc/26118/task/26150/stat : 26150 (java) S 26115 26118 25179 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611347887264 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
Current children cumulated CPU time: 19512.8 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 23320360 KiB

[startup+2521.6 s]
/proc/loadavg: 9.31 8.44 8.17 9/211 26207
/proc/meminfo: memFree=191568/32770624 swapFree=67108860/67108860
[pid=26118] ppid=26115 vsize=26809880 memory=23320360 CPUtime=19519.1 cores=0-7
/proc/26118/stat : 26118 (java) S 26115 26118 25179 0 -1 1077944320 126980105 0 4 0 1937404 14502 0 0 20 0 32 0 176630467 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140727547280128 140612189642487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
/proc/26118/statm: 6702470 5830090 3875 1 0 6690184 0
[pid=26118/tid=26120] ppid=26115 vsize=26809880 memory=800 CPUtime=27.24 cores=0-7
/proc/26118/task/26120/stat : 26120 (java) S 26115 26118 25179 0 -1 1077944384 25007 0 0 0 2700 24 0 0 20 0 32 0 176630468 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612193885360 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26121] ppid=26115 vsize=26809880 memory=12132 CPUtime=2421.36 cores=0-7
/proc/26118/task/26121/stat : 26121 (java) R 26115 26118 25179 0 -1 4202560 16425554 0 0 0 240346 1790 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612142262672 140612174341232 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26122] ppid=26115 vsize=26809880 memory=1440 CPUtime=2418.59 cores=0-7
/proc/26118/task/26122/stat : 26122 (java) R 26115 26118 25179 0 -1 4202560 14280689 0 1 0 240128 1731 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612141209872 140612174639068 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26123] ppid=26115 vsize=26809880 memory=1236 CPUtime=2420.53 cores=0-7
/proc/26118/task/26123/stat : 26123 (java) R 26115 26118 25179 0 -1 4202560 14068755 0 0 0 240364 1689 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612140157784 140612174341325 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26124] ppid=26115 vsize=26809880 memory=932 CPUtime=2423 cores=0-7
/proc/26118/task/26124/stat : 26124 (java) R 26115 26118 25179 0 -1 4202560 19624254 0 1 0 240234 2066 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612139104984 140612174638876 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26125] ppid=26115 vsize=26809880 memory=1568 CPUtime=2420.46 cores=0-7
/proc/26118/task/26125/stat : 26125 (java) R 26115 26118 25179 0 -1 4202560 16742747 0 1 0 240226 1820 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612138052496 140612174639061 0 4 0 16800975 0 0 0 -1 2 0 0 26 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26126] ppid=26115 vsize=26809880 memory=2240 CPUtime=2416.97 cores=0-7
/proc/26118/task/26126/stat : 26126 (java) R 26115 26118 25179 0 -1 4202560 14730082 0 1 0 240023 1674 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612136999696 140612174341360 0 4 0 16800975 0 0 0 -1 4 0 0 26 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26127] ppid=26115 vsize=26809880 memory=4124 CPUtime=2417.01 cores=0-7
/proc/26118/task/26127/stat : 26127 (java) R 26115 26118 25179 0 -1 4202560 14084664 0 0 0 240028 1673 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612135947608 140612174341225 0 4 0 16800975 0 0 0 -1 7 0 0 27 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26128] ppid=26115 vsize=26809880 memory=2196 CPUtime=2414.86 cores=0-7
/proc/26118/task/26128/stat : 26128 (java) R 26115 26118 25179 0 -1 4202560 13911771 0 0 0 239802 1684 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612134894608 140612174638891 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26129] ppid=26115 vsize=26809880 memory=8044 CPUtime=44.51 cores=0-7
/proc/26118/task/26129/stat : 26129 (java) S 26115 26118 25179 0 -1 1077944384 2933560 0 0 0 4294 157 0 0 20 0 32 0 176630470 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611383423680 140612189652693 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26130] ppid=26115 vsize=26809880 memory=840 CPUtime=0 cores=0-7
/proc/26118/task/26130/stat : 26130 (java) S 26115 26118 25179 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 32 0 176630471 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611382371168 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26131] ppid=26115 vsize=26809880 memory=1696 CPUtime=0 cores=0-7
/proc/26118/task/26131/stat : 26131 (java) S 26115 26118 25179 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 32 0 176630471 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611381318784 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26132] ppid=26115 vsize=26809880 memory=920 CPUtime=0 cores=0-7
/proc/26118/task/26132/stat : 26132 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611380266736 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26133] ppid=26115 vsize=26809880 memory=23320360 CPUtime=3.11 cores=0-7
/proc/26118/task/26133/stat : 26133 (java) S 26115 26118 25179 0 -1 1077944384 16196 0 0 0 307 4 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611379214960 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26134] ppid=26115 vsize=26809880 memory=4100 CPUtime=3.03 cores=0-7
/proc/26118/task/26134/stat : 26134 (java) S 26115 26118 25179 0 -1 1077944384 17528 0 0 0 300 3 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611378161920 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26135] ppid=26115 vsize=26809880 memory=48660 CPUtime=3 cores=0-7
/proc/26118/task/26135/stat : 26135 (java) S 26115 26118 25179 0 -1 1077944384 16075 0 0 0 297 3 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611377109920 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26136] ppid=26115 vsize=26809880 memory=1292 CPUtime=1.24 cores=0-7
/proc/26118/task/26136/stat : 26136 (java) S 26115 26118 25179 0 -1 1077944384 16191 0 0 0 120 4 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611376057120 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26137] ppid=26115 vsize=26809880 memory=2448 CPUtime=0 cores=0-7
/proc/26118/task/26137/stat : 26137 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611375004000 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26138] ppid=26115 vsize=26809880 memory=4132 CPUtime=0.94 cores=0-7
/proc/26118/task/26138/stat : 26138 (java) S 26115 26118 25179 0 -1 1077944384 6435 0 0 0 55 39 0 0 20 0 32 0 176630474 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611373951280 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26139] ppid=26115 vsize=26809880 memory=4100 CPUtime=0 cores=0-7
/proc/26118/task/26139/stat : 26139 (java) S 26115 26118 25179 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 32 0 176634573 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611363660672 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26140] ppid=26115 vsize=26809880 memory=1152 CPUtime=0.12 cores=0-7
/proc/26118/task/26140/stat : 26140 (java) S 26115 26118 25179 0 -1 1077944384 2680 0 0 0 8 4 0 0 20 0 32 0 176634585 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611360509456 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26141] ppid=26115 vsize=26809880 memory=3952 CPUtime=10.38 cores=0-7
/proc/26118/task/26141/stat : 26141 (java) S 26115 26118 25179 0 -1 1077944384 8514 0 0 0 1030 8 0 0 20 0 32 0 176634595 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611357355696 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26142] ppid=26115 vsize=26809880 memory=23320360 CPUtime=10.33 cores=0-7
/proc/26118/task/26142/stat : 26142 (java) S 26115 26118 25179 0 -1 1077944384 10189 0 0 0 1026 7 0 0 20 0 32 0 176634595 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611356304288 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26143] ppid=26115 vsize=26809880 memory=6791534058613427641 CPUtime=10.35 cores=0-7
/proc/26118/task/26143/stat : 26143 (java) S 26115 26118 25179 0 -1 1077944384 9277 0 0 0 1002 33 0 0 20 0 32 0 176634596 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611355251360 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26144] ppid=26115 vsize=26809880 memory=4126316290023845779 CPUtime=10.39 cores=0-7
/proc/26118/task/26144/stat : 26144 (java) S 26115 26118 25179 0 -1 1077944384 9402 0 0 0 1004 35 0 0 20 0 32 0 176634598 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611354197888 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26145] ppid=26115 vsize=26809880 memory=932 CPUtime=10.34 cores=0-7
/proc/26118/task/26145/stat : 26145 (java) S 26115 26118 25179 0 -1 1077944384 8539 0 0 0 1022 12 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611353144384 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26146] ppid=26115 vsize=26809880 memory=1568 CPUtime=0 cores=0-7
/proc/26118/task/26146/stat : 26146 (java) S 26115 26118 25179 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611352097440 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26147] ppid=26115 vsize=26809880 memory=23320360 CPUtime=10.33 cores=0-7
/proc/26118/task/26147/stat : 26147 (java) S 26115 26118 25179 0 -1 1077944384 11365 0 0 0 1005 28 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611351041024 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26148] ppid=26115 vsize=26809880 memory=1004 CPUtime=10.3 cores=0-7
/proc/26118/task/26148/stat : 26148 (java) S 26115 26118 25179 0 -1 1077944384 9312 0 0 0 1024 6 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611349986688 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26149] ppid=26115 vsize=26809880 memory=1200 CPUtime=10.41 cores=0-7
/proc/26118/task/26149/stat : 26149 (java) S 26115 26118 25179 0 -1 1077944384 9738 0 0 0 1010 31 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611348934320 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26150] ppid=26115 vsize=26809880 memory=15876 CPUtime=0 cores=0-7
/proc/26118/task/26150/stat : 26150 (java) S 26115 26118 25179 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611347887264 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
Current children cumulated CPU time: 19519.1 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 23320360 KiB

[startup+2522 s]*
/proc/loadavg: 9.31 8.44 8.17 9/211 26207
/proc/meminfo: memFree=191688/32770624 swapFree=67108860/67108860
[pid=26118] ppid=26115 vsize=26809880 memory=23320360 CPUtime=19522.3 cores=0-7
/proc/26118/stat : 26118 (java) S 26115 26118 25179 0 -1 1077944320 126999350 0 4 0 1937729 14503 0 0 20 0 32 0 176630467 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140727547280128 140612189642487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
/proc/26118/statm: 6702470 5830090 3875 1 0 6690184 0
[pid=26118/tid=26120] ppid=26115 vsize=26809880 memory=4872558044660077418 CPUtime=27.24 cores=0-7
/proc/26118/task/26120/stat : 26120 (java) S 26115 26118 25179 0 -1 1077944384 25007 0 0 0 2700 24 0 0 20 0 32 0 176630468 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612193885360 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26121] ppid=26115 vsize=26809880 memory=4126316290023845779 CPUtime=2421.77 cores=0-7
/proc/26118/task/26121/stat : 26121 (java) R 26115 26118 25179 0 -1 4202560 16425560 0 0 0 240387 1790 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612142262672 140612171252235 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26122] ppid=26115 vsize=26809880 memory=114350148815594 CPUtime=2419 cores=0-7
/proc/26118/task/26122/stat : 26122 (java) R 26115 26118 25179 0 -1 4202560 14296231 0 1 0 240168 1732 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612141209872 140612174638888 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26123] ppid=26115 vsize=26809880 memory=114350148815594 CPUtime=2420.94 cores=0-7
/proc/26118/task/26123/stat : 26123 (java) R 26115 26118 25179 0 -1 4202560 14068826 0 0 0 240405 1689 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612140157784 140612174638902 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26124] ppid=26115 vsize=26809880 memory=279312194462112 CPUtime=2423.41 cores=0-7
/proc/26118/task/26124/stat : 26124 (java) R 26115 26118 25179 0 -1 4202560 19627747 0 1 0 240274 2067 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612139104984 140612174638868 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26125] ppid=26115 vsize=26809880 memory=114350148815338 CPUtime=2420.87 cores=0-7
/proc/26118/task/26125/stat : 26125 (java) R 26115 26118 25179 0 -1 4202560 16742816 0 1 0 240267 1820 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612138052496 140612174341232 0 4 0 16800975 0 0 0 -1 2 0 0 26 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26126] ppid=26115 vsize=26809880 memory=114350148815338 CPUtime=2417.38 cores=0-7
/proc/26118/task/26126/stat : 26126 (java) R 26115 26118 25179 0 -1 4202560 14730082 0 1 0 240064 1674 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612136999696 140612174638891 0 4 0 16800975 0 0 0 -1 4 0 0 26 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26127] ppid=26115 vsize=26809880 memory=114350148813802 CPUtime=2417.41 cores=0-7
/proc/26118/task/26127/stat : 26127 (java) R 26115 26118 25179 0 -1 4202560 14084712 0 0 0 240068 1673 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612135947608 140612171252097 0 4 0 16800975 0 0 0 -1 7 0 0 27 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26128] ppid=26115 vsize=26809880 memory=840 CPUtime=2415.27 cores=0-7
/proc/26118/task/26128/stat : 26128 (java) R 26115 26118 25179 0 -1 4202560 13911788 0 0 0 239843 1684 0 0 20 0 32 0 176630469 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140612134894608 140612174638911 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26129] ppid=26115 vsize=26809880 memory=1696 CPUtime=44.51 cores=0-7
/proc/26118/task/26129/stat : 26129 (java) S 26115 26118 25179 0 -1 1077944384 2933560 0 0 0 4294 157 0 0 20 0 32 0 176630470 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611383423680 140612189652693 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26130] ppid=26115 vsize=26809880 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/26118/task/26130/stat : 26130 (java) S 26115 26118 25179 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 32 0 176630471 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611382371168 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26131] ppid=26115 vsize=26809880 memory=4132 CPUtime=0 cores=0-7
/proc/26118/task/26131/stat : 26131 (java) S 26115 26118 25179 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 32 0 176630471 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611381318784 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26132] ppid=26115 vsize=26809880 memory=4100 CPUtime=0 cores=0-7
/proc/26118/task/26132/stat : 26132 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611380266736 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26133] ppid=26115 vsize=26809880 memory=1152 CPUtime=3.11 cores=0-7
/proc/26118/task/26133/stat : 26133 (java) S 26115 26118 25179 0 -1 1077944384 16196 0 0 0 307 4 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611379214960 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26134] ppid=26115 vsize=26809880 memory=3952 CPUtime=3.03 cores=0-7
/proc/26118/task/26134/stat : 26134 (java) S 26115 26118 25179 0 -1 1077944384 17528 0 0 0 300 3 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611378161920 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26135] ppid=26115 vsize=26809880 memory=23320360 CPUtime=3 cores=0-7
/proc/26118/task/26135/stat : 26135 (java) S 26115 26118 25179 0 -1 1077944384 16075 0 0 0 297 3 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611377109920 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26136] ppid=26115 vsize=26809880 memory=6791534058613427641 CPUtime=1.24 cores=0-7
/proc/26118/task/26136/stat : 26136 (java) S 26115 26118 25179 0 -1 1077944384 16191 0 0 0 120 4 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611376057120 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26137] ppid=26115 vsize=26809880 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/26118/task/26137/stat : 26137 (java) S 26115 26118 25179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176630473 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611375004000 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26138] ppid=26115 vsize=26809880 memory=1440 CPUtime=0.94 cores=0-7
/proc/26118/task/26138/stat : 26138 (java) S 26115 26118 25179 0 -1 1077944384 6435 0 0 0 55 39 0 0 20 0 32 0 176630474 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611373951280 140612189653634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26139] ppid=26115 vsize=26809880 memory=5796 CPUtime=0 cores=0-7
/proc/26118/task/26139/stat : 26139 (java) S 26115 26118 25179 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 32 0 176634573 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611363660672 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26140] ppid=26115 vsize=26809880 memory=1224 CPUtime=0.12 cores=0-7
/proc/26118/task/26140/stat : 26140 (java) S 26115 26118 25179 0 -1 1077944384 2680 0 0 0 8 4 0 0 20 0 32 0 176634585 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611360509456 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26141] ppid=26115 vsize=26809880 memory=8732 CPUtime=10.38 cores=0-7
/proc/26118/task/26141/stat : 26141 (java) S 26115 26118 25179 0 -1 1077944384 8514 0 0 0 1030 8 0 0 20 0 32 0 176634595 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611357355696 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26142] ppid=26115 vsize=26809880 memory=1712 CPUtime=10.33 cores=0-7
/proc/26118/task/26142/stat : 26142 (java) S 26115 26118 25179 0 -1 1077944384 10189 0 0 0 1026 7 0 0 20 0 32 0 176634595 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611356304288 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26143] ppid=26115 vsize=26809880 memory=4612 CPUtime=10.35 cores=0-7
/proc/26118/task/26143/stat : 26143 (java) S 26115 26118 25179 0 -1 1077944384 9277 0 0 0 1002 33 0 0 20 0 32 0 176634596 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611355251360 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26144] ppid=26115 vsize=26809880 memory=1004 CPUtime=10.39 cores=0-7
/proc/26118/task/26144/stat : 26144 (java) S 26115 26118 25179 0 -1 1077944384 9402 0 0 0 1004 35 0 0 20 0 32 0 176634598 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611354197888 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26145] ppid=26115 vsize=26809880 memory=1200 CPUtime=10.34 cores=0-7
/proc/26118/task/26145/stat : 26145 (java) S 26115 26118 25179 0 -1 1077944384 8539 0 0 0 1022 12 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611353144384 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26146] ppid=26115 vsize=26809880 memory=15876 CPUtime=0 cores=0-7
/proc/26118/task/26146/stat : 26146 (java) S 26115 26118 25179 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611352097440 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26147] ppid=26115 vsize=26809880 memory=27216 CPUtime=10.33 cores=0-7
/proc/26118/task/26147/stat : 26147 (java) S 26115 26118 25179 0 -1 1077944384 11365 0 0 0 1005 28 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611351041024 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26148] ppid=26115 vsize=26809880 memory=6791534058613427641 CPUtime=10.3 cores=0-7
/proc/26118/task/26148/stat : 26148 (java) S 26115 26118 25179 0 -1 1077944384 9312 0 0 0 1024 6 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611349986688 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26149] ppid=26115 vsize=26809880 memory=932 CPUtime=10.41 cores=0-7
/proc/26118/task/26149/stat : 26149 (java) S 26115 26118 25179 0 -1 1077944384 9738 0 0 0 1010 31 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611348934320 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
[pid=26118/tid=26150] ppid=26115 vsize=26809880 memory=1568 CPUtime=0 cores=0-7
/proc/26118/task/26150/stat : 26150 (java) S 26115 26118 25179 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 176634599 27453317120 5830090 33554432000 4194304 4196468 140727547297584 140611347887264 140612189652693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10326016 140727547303009 140727547303195 140727547303195 140727547305935 0
Current children cumulated CPU time: 19522.3 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 23320360 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.39
CPU time (s): 19522.8
CPU user time (s): 19377.4
CPU system time (s): 145.401
CPU usage (%): 773.981
Max. virtual memory (cumulated for all children) (KiB): 26809880
Max. memory (cumulated for all children) (KiB): 23320360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19377.4
system time used= 145.401
maximum resident set size= 23320732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126999388
page faults= 4
swaps= 0
block input operations= 440
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 189366
involuntary context switches= 261858


# summary of solver processes directly reported to runsolver:
#   pid: 26118
#   total CPU time (s): 19522.8
#   total CPU user time (s): 19377.4
#   total CPU system time (s): 145.401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.3869 second user time and 29.318 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-22 22:42:50
IDJOB=4285169
IDBENCH=126976
IDSOLVER=2681
FILE ID=node113/4285169-1503435431
RUNJOBID= node113-1503424471-25206
PBS_JOBID= 20632132
Free space on /tmp= 60792 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-44.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-4285169-1503435431/watcher-4285169-1503435431 -o /tmp/evaluation-result-4285169-1503435431/solver-4285169-1503435431 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503424471-25206 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1455060001 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285169-1503435431.xml

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

MD5SUM BENCH= 7674c6d5068d08c652f92e457f6b136c
RANDOM SEED=1455060001

node113.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.89
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.89
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.89
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.89
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:        21421448 kB
MemAvailable:   31943644 kB
Buffers:          274292 kB
Cached:         10528548 kB
SwapCached:            0 kB
Active:          2322640 kB
Inactive:        8533508 kB
Active(anon):       3616 kB
Inactive(anon):    94080 kB
Active(file):    2319024 kB
Inactive(file):  8439428 kB
Unevictable:        7716 kB
Mlocked:            7716 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43696 kB
Writeback:             4 kB
AnonPages:         61200 kB
Mapped:            54924 kB
Shmem:             41608 kB
Slab:             185928 kB
SReclaimable:     159160 kB
SUnreclaim:        26768 kB
KernelStack:        3168 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 60752 MiB
End job on node113 at 2017-08-22 23:24:52