Trace number 4285072

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? 8404.1104 1670.14

General information on the benchmark

NameBibd/Bibd-sc-open/
Bibd-sc-56-088-33-21-12.xml
MD5SUMc2adb9bb53a9a2c8aa0955885a9b571a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables280896
Number of constraints137205
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":140448}]
Minimum variable degree0
Maximum variable degree58
Distribution of variable degrees[{"degree":0,"count":140448},{"degree":2,"count":135520},{"degree":58,"count":4928}]
Minimum constraint arity3
Maximum constraint arity4928
Distribution of constraint arities[{"arity":3,"count":135520},{"arity":56,"count":88},{"arity":88,"count":1596},{"arity":4928,"count":1}]
Number of extensional constraints0
Number of intensional constraints135520
Distribution of constraint types[{"type":"intension","count":135520},{"type":"lex","count":1},{"type":"sum","count":1684}]
Optimization problemNO
Type of objective

Solver Data

0.25/0.39	c version: 2017-08-22
0.25/0.39	c seed: 2094638938
0.25/0.39	c timeout: 20160
0.25/0.39	c memlimit: 22000
0.25/0.39	c nbcore: 8
0.44/0.42	c Parsing instance...
14.41/5.23	c Parsing done, starting search...
1722.75/832.02	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-798384395]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1722.75/832.04	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1722.75/832.04	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1722.75/832.04	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1722.75/832.04	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1722.75/832.04	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1722.75/832.04	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1722.75/832.04	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1722.75/832.04	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1722.75/832.04	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1722.75/832.04	c java.lang.Thread.run(Thread.java:748)
1722.75/832.04	s UNKNOWN
8403.54/1670.04	Dead letter! Forcing shutdown...

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285072-1503424100/watcher-4285072-1503424100 -o /tmp/evaluation-result-4285072-1503424100/solver-4285072-1503424100 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1503398602-29012 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2094638938 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285072-1503424100.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=32426, runsolver pid=32423
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 6.86 7.14 7.73 2/182 32436
/proc/meminfo: memFree=30974288/32770624 swapFree=67108860/67108860
[pid=32426] ppid=32423 vsize=25300336 memory=13088 CPUtime=0.01 cores=0-7
/proc/32426/stat : 32426 (java) S 32423 32426 28956 0 -1 1077944320 3624 0 0 0 1 0 0 0 20 0 10 0 144602845 25907544064 3272 18446744073709551615 4194304 4196468 140724875722400 140724875704944 140386341965559 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
/proc/32426/statm: 6325084 3272 1914 1 0 6314581 0
[pid=32426/tid=32428] ppid=32423 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32428/stat : 32428 (java) R 32423 32426 28956 0 -1 4202560 2302 0 0 0 0 0 0 0 20 0 10 0 144602854 25907544064 3272 18446744073709551615 4194304 4196468 140724875722400 140386346201680 140386341987485 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32429] ppid=32423 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32429/stat : 32429 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144602855 25907544064 3272 18446744073709551615 4194304 4196468 140724875722400 140386309524368 140386341975765 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32430] ppid=32423 vsize=25300336 memory=139900989957760 CPUtime=0 cores=0-7
/proc/32426/task/32430/stat : 32430 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144602855 25907544064 3272 18446744073709551615 4194304 4196468 140724875722400 140385903205136 140386341975765 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32431] ppid=32423 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32431/stat : 32431 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144602855 25907544064 3272 18446744073709551615 4194304 4196468 140724875722400 140385902152848 140386341975765 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32432] ppid=32423 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32432/stat : 32432 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144602855 25907544064 3272 18446744073709551615 4194304 4196468 140724875722400 140385901100048 140386341975765 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32433] ppid=32423 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32433/stat : 32433 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144602855 25907544064 3272 18446744073709551615 4194304 4196468 140724875722400 140385900046736 140386341975765 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32434] ppid=32423 vsize=25300336 memory=-1 CPUtime=0 cores=0-7
/proc/32426/task/32434/stat : 32434 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144602855 25907544064 3272 18446744073709551615 4194304 4196468 140724875722400 140385898993936 140386341975765 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32435] ppid=32423 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32435/stat : 32435 (java) S 32423 32426 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 144602855 25907544064 3272 18446744073709551615 4194304 4196468 140724875722400 140385897941648 140386341975765 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32436] ppid=32423 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32436/stat : 32436 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144602855 25907544064 3272 18446744073709551615 4194304 4196468 140724875722400 140385896888848 140386341975765 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 25300336 KiB
Current children cumulated memory: 13088 KiB

[startup+0.210396 s]*
/proc/loadavg: 6.86 7.14 7.73 2/192 32446
/proc/meminfo: memFree=30962856/32770624 swapFree=67108860/67108860
[pid=32426] ppid=32423 vsize=25996608 memory=29428 CPUtime=0.1 cores=0-7
/proc/32426/stat : 32426 (java) S 32423 32426 28956 0 -1 1077944320 7178 0 0 0 9 1 0 0 20 0 20 0 144602845 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140724875704944 140386341965559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
/proc/32426/statm: 6499152 7357 3385 1 0 6487930 0
[pid=32426/tid=32428] ppid=32423 vsize=25996608 memory=4026532046 CPUtime=0.07 cores=0-7
/proc/32426/task/32428/stat : 32428 (java) R 32423 32426 28956 0 -1 4202560 5210 0 0 0 6 1 0 0 20 0 20 0 144602854 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140386346171680 140386326046046 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32429] ppid=32423 vsize=25996608 memory=14042 CPUtime=0 cores=0-7
/proc/32426/task/32429/stat : 32429 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140386309524368 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32430] ppid=32423 vsize=25996608 memory=3977719117633513120 CPUtime=0 cores=0-7
/proc/32426/task/32430/stat : 32430 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140385903205136 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32431] ppid=32423 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/32426/task/32431/stat : 32431 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140385902152848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32432] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32432/stat : 32432 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140385901100048 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32433] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32433/stat : 32433 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140385900046736 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32434] ppid=32423 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/32426/task/32434/stat : 32434 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140385898993936 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32435] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32435/stat : 32435 (java) S 32423 32426 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140385897941648 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32436] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32436/stat : 32436 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140385896888848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32437] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32437/stat : 32437 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602856 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140385473935984 140386341976706 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32438] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32438/stat : 32438 (java) S 32423 32426 28956 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144602857 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140385472881952 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32439] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32439/stat : 32439 (java) S 32423 32426 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144602857 26620526592 7357 18446744073709551615 4194304 4196468 140724875722400 140385471829616 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32440] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32440/stat : 32440 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602859 26620526592 7423 18446744073709551615 4194304 4196468 140724875722400 140385470777936 140386341984155 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32441] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32441/stat : 32441 (java) S 32423 32426 28956 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 144602859 26620526592 7423 18446744073709551615 4194304 4196468 140724875722400 140385469724784 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32442] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32442/stat : 32442 (java) S 32423 32426 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144602859 26620526592 7423 18446744073709551615 4194304 4196468 140724875722400 140385468671984 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32443] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32443/stat : 32443 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602859 26620526592 7423 18446744073709551615 4194304 4196468 140724875722400 140385467619696 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32444] ppid=32423 vsize=25996608 memory=-1 CPUtime=0.01 cores=0-7
/proc/32426/task/32444/stat : 32444 (java) R 32423 32426 28956 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 20 0 144602859 26620526592 7423 18446744073709551615 4194304 4196468 140724875722400 140385466562776 140386335062395 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32445] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32445/stat : 32445 (java) S 32423 32426 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144602860 26620526592 7423 18446744073709551615 4194304 4196468 140724875722400 140385465514848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32446] ppid=32423 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/32426/task/32446/stat : 32446 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602864 26620526592 7423 18446744073709551615 4194304 4196468 140724875722400 140385464462128 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 29428 KiB

[startup+0.310138 s]*
/proc/loadavg: 6.86 7.14 7.73 2/192 32446
/proc/meminfo: memFree=30953540/32770624 swapFree=67108860/67108860
[pid=32426] ppid=32423 vsize=25997632 memory=38764 CPUtime=0.25 cores=0-7
/proc/32426/stat : 32426 (java) S 32423 32426 28956 0 -1 1077944320 10934 0 0 0 22 3 0 0 20 0 20 0 144602845 26621575168 9691 18446744073709551615 4194304 4196468 140724875722400 140724875704944 140386341965559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
/proc/32426/statm: 6499152 9691 3535 1 0 6487930 0
[pid=32426/tid=32428] ppid=32423 vsize=25996608 memory=-8774313645642428999 CPUtime=0.18 cores=0-7
/proc/32426/task/32428/stat : 32428 (java) R 32423 32426 28956 0 -1 4202560 8628 0 0 0 15 3 0 0 20 0 20 0 144602854 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140386346170896 140386341977494 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32429] ppid=32423 vsize=25996608 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/32426/task/32429/stat : 32429 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140386309524368 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32430] ppid=32423 vsize=25996608 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/32426/task/32430/stat : 32430 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385903205136 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32431] ppid=32423 vsize=25996608 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/32426/task/32431/stat : 32431 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385902152848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32432] ppid=32423 vsize=25996608 memory=-2895008908443675764 CPUtime=0 cores=0-7
/proc/32426/task/32432/stat : 32432 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385901100048 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32433] ppid=32423 vsize=25996608 memory=-7595490506177102494 CPUtime=0 cores=0-7
/proc/32426/task/32433/stat : 32433 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385900046736 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32434] ppid=32423 vsize=25996608 memory=-7533229591079788448 CPUtime=0 cores=0-7
/proc/32426/task/32434/stat : 32434 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385898993936 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32435] ppid=32423 vsize=25996608 memory=7893295687695687954 CPUtime=0 cores=0-7
/proc/32426/task/32435/stat : 32435 (java) S 32423 32426 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385897941648 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32436] ppid=32423 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/32426/task/32436/stat : 32436 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385896888848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32437] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32437/stat : 32437 (java) S 32423 32426 28956 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144602856 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385473935984 140386341976706 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32438] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32438/stat : 32438 (java) S 32423 32426 28956 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144602857 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385472881952 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32439] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32439/stat : 32439 (java) S 32423 32426 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144602857 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385471829616 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32440] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32440/stat : 32440 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602859 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385470777936 140386341984155 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32441] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32441/stat : 32441 (java) S 32423 32426 28956 0 -1 1077944384 331 0 0 0 0 0 0 0 20 0 20 0 144602859 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385469724784 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32442] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32442/stat : 32442 (java) S 32423 32426 28956 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 20 0 144602859 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385468671984 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32443] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32443/stat : 32443 (java) S 32423 32426 28956 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 144602859 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385467619696 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32444] ppid=32423 vsize=25996608 memory=0 CPUtime=0.05 cores=0-7
/proc/32426/task/32444/stat : 32444 (java) R 32423 32426 28956 0 -1 4202560 387 0 0 0 5 0 0 0 20 0 20 0 144602859 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385466566896 140386328255473 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32445] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32445/stat : 32445 (java) S 32423 32426 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144602860 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385465514848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32446] ppid=32423 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32446/stat : 32446 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602864 26620526592 9691 18446744073709551615 4194304 4196468 140724875722400 140385464462128 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 25997632 KiB
Current children cumulated memory: 38764 KiB

[startup+0.700979 s]
/proc/loadavg: 6.86 7.14 7.73 2/192 32446
/proc/meminfo: memFree=30941008/32770624 swapFree=67108860/67108860
[pid=32426] ppid=32423 vsize=25996628 memory=128744 CPUtime=1.1 cores=0-7
/proc/32426/stat : 32426 (java) S 32423 32426 28956 0 -1 1077944320 14666 0 0 0 104 6 0 0 20 0 20 0 144602845 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140724875704944 140386341965559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
/proc/32426/statm: 6499157 32186 3726 1 0 6487930 0
[pid=32426/tid=32428] ppid=32423 vsize=25996628 memory=288230583149278603 CPUtime=0.55 cores=0-7
/proc/32426/task/32428/stat : 32428 (java) R 32423 32426 28956 0 -1 4202560 10310 0 0 0 50 5 0 0 20 0 20 0 144602854 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140386346195536 140386341987485 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32429] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32429/stat : 32429 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140386309524368 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32430] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32430/stat : 32430 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385903205136 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32431] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32431/stat : 32431 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602855 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385902152848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32432] ppid=32423 vsize=25996628 memory=279801684811024 CPUtime=0 cores=0-7
/proc/32426/task/32432/stat : 32432 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385901100048 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32433] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32433/stat : 32433 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602855 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385900046736 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32434] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32434/stat : 32434 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602855 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385898993936 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32435] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32435/stat : 32435 (java) S 32423 32426 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144602855 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385897941648 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32436] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32436/stat : 32436 (java) S 32423 32426 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144602855 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385896888848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32437] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32437/stat : 32437 (java) S 32423 32426 28956 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144602856 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385473935984 140386341976706 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32438] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32438/stat : 32438 (java) S 32423 32426 28956 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144602857 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385472881952 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32439] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32439/stat : 32439 (java) S 32423 32426 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144602857 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385471829616 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32440] ppid=32423 vsize=25996628 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32440/stat : 32440 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602859 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385470777936 140386341984155 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32441] ppid=32423 vsize=25996628 memory=0 CPUtime=0.12 cores=0-7
/proc/32426/task/32441/stat : 32441 (java) R 32423 32426 28956 0 -1 4202560 899 0 0 0 12 0 0 0 20 0 20 0 144602859 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385469705800 140386334255013 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32442] ppid=32423 vsize=25996628 memory=4974444545537 CPUtime=0.12 cores=0-7
/proc/32426/task/32442/stat : 32442 (java) S 32423 32426 28956 0 -1 1077944384 680 0 0 0 12 0 0 0 20 0 20 0 144602859 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385468671984 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32443] ppid=32423 vsize=25996628 memory=43719609 CPUtime=0.12 cores=0-7
/proc/32426/task/32443/stat : 32443 (java) S 32423 32426 28956 0 -1 1077944384 639 0 0 0 12 0 0 0 20 0 20 0 144602859 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385467619696 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32444] ppid=32423 vsize=25996628 memory=7236547281622689387 CPUtime=0.16 cores=0-7
/proc/32426/task/32444/stat : 32444 (java) S 32423 32426 28956 0 -1 1077944384 750 0 0 0 16 0 0 0 20 0 20 0 144602859 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385466566896 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32445] ppid=32423 vsize=25996628 memory=6298676958450898787 CPUtime=0 cores=0-7
/proc/32426/task/32445/stat : 32445 (java) S 32423 32426 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144602860 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385465514848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32446] ppid=32423 vsize=25996628 memory=56747746 CPUtime=0 cores=0-7
/proc/32426/task/32446/stat : 32446 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144602864 26620547072 32186 18446744073709551615 4194304 4196468 140724875722400 140385464462128 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 25996628 KiB

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


[startup+1669.6 s]
/proc/loadavg: 8.83 8.58 7.13 9/211 32558
/proc/meminfo: memFree=25338536/32770624 swapFree=67108860/67108860
[pid=32426] ppid=32423 vsize=26938764 memory=5881036 CPUtime=8400.29 cores=0-7
/proc/32426/stat : 32426 (java) S 32423 32426 28956 0 -1 1077944320 221359 0 0 0 838641 1388 0 0 20 0 34 0 144602845 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140724875704944 140386341965559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
/proc/32426/statm: 6734691 1470259 3836 1 0 6723464 0
[pid=32426/tid=32428] ppid=32423 vsize=26938764 memory=15880 CPUtime=704.84 cores=0-7
/proc/32426/task/32428/stat : 32428 (java) S 32423 32426 28956 0 -1 1077944384 29298 0 0 0 70450 34 0 0 20 0 34 0 144602854 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140386346208432 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32429] ppid=32423 vsize=26938764 memory=4048 CPUtime=10.79 cores=0-7
/proc/32426/task/32429/stat : 32429 (java) S 32423 32426 28956 0 -1 1077944384 9311 0 0 0 914 165 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140386309524368 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32430] ppid=32423 vsize=26938764 memory=44008 CPUtime=10.79 cores=0-7
/proc/32426/task/32430/stat : 32430 (java) S 32423 32426 28956 0 -1 1077944384 9640 0 0 0 917 162 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385903205136 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32431] ppid=32423 vsize=26938764 memory=1788 CPUtime=10.8 cores=0-7
/proc/32426/task/32431/stat : 32431 (java) S 32423 32426 28956 0 -1 1077944384 9853 0 0 0 917 163 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385902152848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32432] ppid=32423 vsize=26938764 memory=640 CPUtime=10.88 cores=0-7
/proc/32426/task/32432/stat : 32432 (java) S 32423 32426 28956 0 -1 1077944384 9454 0 0 0 924 164 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385901100048 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32433] ppid=32423 vsize=26938764 memory=4028 CPUtime=10.71 cores=0-7
/proc/32426/task/32433/stat : 32433 (java) S 32423 32426 28956 0 -1 1077944384 9148 0 0 0 907 164 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385900046736 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32434] ppid=32423 vsize=26938764 memory=77248 CPUtime=10.83 cores=0-7
/proc/32426/task/32434/stat : 32434 (java) S 32423 32426 28956 0 -1 1077944384 8787 0 0 0 917 166 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385898993936 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32435] ppid=32423 vsize=26938764 memory=1296 CPUtime=10.75 cores=0-7
/proc/32426/task/32435/stat : 32435 (java) S 32423 32426 28956 0 -1 1077944384 8265 0 0 0 913 162 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385897941648 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32436] ppid=32423 vsize=26938764 memory=2420 CPUtime=10.79 cores=0-7
/proc/32426/task/32436/stat : 32436 (java) S 32423 32426 28956 0 -1 1077944384 11096 0 0 0 915 164 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385896888848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32437] ppid=32423 vsize=26938764 memory=1732 CPUtime=0.94 cores=0-7
/proc/32426/task/32437/stat : 32437 (java) S 32423 32426 28956 0 -1 1077944384 15043 0 0 0 92 2 0 0 20 0 34 0 144602856 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385473935984 140386341976706 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32438] ppid=32423 vsize=26938764 memory=5788 CPUtime=0 cores=0-7
/proc/32426/task/32438/stat : 32438 (java) S 32423 32426 28956 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 34 0 144602857 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385472882016 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32439] ppid=32423 vsize=26938764 memory=4612 CPUtime=0 cores=0-7
/proc/32426/task/32439/stat : 32439 (java) S 32423 32426 28956 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 34 0 144602857 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385471829632 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32440] ppid=32423 vsize=26938764 memory=1708 CPUtime=0 cores=0-7
/proc/32426/task/32440/stat : 32440 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144602859 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385470777936 140386341984155 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32441] ppid=32423 vsize=26938764 memory=1444 CPUtime=3.86 cores=0-7
/proc/32426/task/32441/stat : 32441 (java) S 32423 32426 28956 0 -1 1077944384 17952 0 0 0 383 3 0 0 20 0 34 0 144602859 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385469724784 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32442] ppid=32423 vsize=26938764 memory=1228 CPUtime=4.09 cores=0-7
/proc/32426/task/32442/stat : 32442 (java) S 32423 32426 28956 0 -1 1077944384 19795 0 0 0 406 3 0 0 20 0 34 0 144602859 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385468671984 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32443] ppid=32423 vsize=26938764 memory=12216 CPUtime=4.2 cores=0-7
/proc/32426/task/32443/stat : 32443 (java) R 32423 32426 28956 0 -1 4202560 19521 0 0 0 416 4 0 0 20 0 34 0 144602859 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385467599248 140386321212330 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32444] ppid=32423 vsize=26938764 memory=4993820 CPUtime=1.3 cores=0-7
/proc/32426/task/32444/stat : 32444 (java) S 32423 32426 28956 0 -1 1077944384 22724 0 0 0 126 4 0 0 20 0 34 0 144602859 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385466566896 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32445] ppid=32423 vsize=26938764 memory=302022895662793015 CPUtime=0 cores=0-7
/proc/32426/task/32445/stat : 32445 (java) S 32423 32426 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 144602860 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385465514848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32446] ppid=32423 vsize=26938764 memory=13563795322702378 CPUtime=0.57 cores=0-7
/proc/32426/task/32446/stat : 32446 (java) S 32423 32426 28956 0 -1 1077944384 3180 0 0 0 21 36 0 0 20 0 34 0 144602864 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385464462128 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 42 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32474] ppid=32423 vsize=26938764 memory=77248 CPUtime=0 cores=0-7
/proc/32426/task/32474/stat : 32474 (java) S 32423 32426 28956 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 34 0 144674020 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385454171520 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32475] ppid=32423 vsize=26938764 memory=1296 CPUtime=1.64 cores=0-7
/proc/32426/task/32475/stat : 32475 (java) S 32423 32426 28956 0 -1 1077944384 6500 0 0 0 43 121 0 0 20 0 34 0 144674032 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385451021856 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32476] ppid=32423 vsize=26938764 memory=2420 CPUtime=951.29 cores=0-7
/proc/32426/task/32476/stat : 32476 (java) R 32423 32426 28956 0 -1 4202560 1450 0 0 0 95129 0 0 0 20 0 34 0 144674042 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385447864760 140385985794369 0 4 1 16800974 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32477] ppid=32423 vsize=26938764 memory=1732 CPUtime=939.26 cores=0-7
/proc/32426/task/32477/stat : 32477 (java) R 32423 32426 28956 0 -1 4202560 951 0 0 0 93925 1 0 0 20 0 34 0 144674043 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385446810048 140385991796128 0 4 1 16800974 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32478] ppid=32423 vsize=26938764 memory=5788 CPUtime=951.54 cores=0-7
/proc/32426/task/32478/stat : 32478 (java) R 32423 32426 28956 0 -1 4202560 1373 0 0 0 95151 3 0 0 20 0 34 0 144674043 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385445758184 140385982385780 0 4 1 16800974 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32479] ppid=32423 vsize=26938764 memory=4612 CPUtime=951.3 cores=0-7
/proc/32426/task/32479/stat : 32479 (java) R 32423 32426 28956 0 -1 4202560 1038 0 0 0 95130 0 0 0 20 0 34 0 144674045 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385444704904 140385992451251 0 4 1 16800974 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32480] ppid=32423 vsize=26938764 memory=1708 CPUtime=945.07 cores=0-7
/proc/32426/task/32480/stat : 32480 (java) R 32423 32426 28956 0 -1 4202560 939 0 0 0 94507 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385443654880 140385991797298 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32481] ppid=32423 vsize=26938764 memory=1444 CPUtime=951.1 cores=0-7
/proc/32426/task/32481/stat : 32481 (java) R 32423 32426 28956 0 -1 4202560 1102 0 0 0 95110 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385442600504 140385992279042 0 4 1 16800974 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32482] ppid=32423 vsize=26938764 memory=1228 CPUtime=951.46 cores=0-7
/proc/32426/task/32482/stat : 32482 (java) R 32423 32426 28956 0 -1 4202560 1294 0 0 0 95145 1 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385441548392 140385989882000 0 4 1 16800974 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32483] ppid=32423 vsize=26938764 memory=12216 CPUtime=951.28 cores=0-7
/proc/32426/task/32483/stat : 32483 (java) R 32423 32426 28956 0 -1 4202560 2123 0 0 0 95128 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385440498648 140385982385179 0 4 1 16800974 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32484] ppid=32423 vsize=26938764 memory=1992 CPUtime=0 cores=0-7
/proc/32426/task/32484/stat : 32484 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385439449888 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32485] ppid=32423 vsize=26938764 memory=1992 CPUtime=0 cores=0-7
/proc/32426/task/32485/stat : 32485 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385438397088 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32486] ppid=32423 vsize=26938764 memory=1204 CPUtime=0 cores=0-7
/proc/32426/task/32486/stat : 32486 (java) S 32423 32426 28956 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385437344800 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32487] ppid=32423 vsize=26938764 memory=1000 CPUtime=0 cores=0-7
/proc/32426/task/32487/stat : 32487 (java) S 32423 32426 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 144674047 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140384513024928 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
Current children cumulated CPU time: 8400.29 s
Current children cumulated vsize: 26938764 KiB
Current children cumulated memory: 5881036 KiB

[startup+1670 s]*
/proc/loadavg: 8.83 8.58 7.13 9/211 32558
/proc/meminfo: memFree=25103328/32770624 swapFree=67108860/67108860
[pid=32426] ppid=32423 vsize=26938764 memory=5881036 CPUtime=8403.54 cores=0-7
/proc/32426/stat : 32426 (java) S 32423 32426 28956 0 -1 1077944320 221548 0 0 0 838966 1388 0 0 20 0 34 0 144602845 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140724875704944 140386341965559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
/proc/32426/statm: 6734691 1470259 3836 1 0 6723464 0
[pid=32426/tid=32428] ppid=32423 vsize=26938764 memory=-8195925453750481479 CPUtime=704.84 cores=0-7
/proc/32426/task/32428/stat : 32428 (java) S 32423 32426 28956 0 -1 1077944384 29298 0 0 0 70450 34 0 0 20 0 34 0 144602854 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140386346208432 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32429] ppid=32423 vsize=26938764 memory=4126316290023845779 CPUtime=10.79 cores=0-7
/proc/32426/task/32429/stat : 32429 (java) S 32423 32426 28956 0 -1 1077944384 9311 0 0 0 914 165 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140386309524368 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32430] ppid=32423 vsize=26938764 memory=-8774313645642428999 CPUtime=10.79 cores=0-7
/proc/32426/task/32430/stat : 32430 (java) S 32423 32426 28956 0 -1 1077944384 9640 0 0 0 917 162 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385903205136 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32431] ppid=32423 vsize=26938764 memory=7307199708338286436 CPUtime=10.8 cores=0-7
/proc/32426/task/32431/stat : 32431 (java) S 32423 32426 28956 0 -1 1077944384 9853 0 0 0 917 163 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385902152848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32432] ppid=32423 vsize=26938764 memory=7307199708338286436 CPUtime=10.88 cores=0-7
/proc/32426/task/32432/stat : 32432 (java) S 32423 32426 28956 0 -1 1077944384 9454 0 0 0 924 164 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385901100048 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32433] ppid=32423 vsize=26938764 memory=4629771062077588875 CPUtime=10.71 cores=0-7
/proc/32426/task/32433/stat : 32433 (java) S 32423 32426 28956 0 -1 1077944384 9148 0 0 0 907 164 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385900046736 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32434] ppid=32423 vsize=26938764 memory=3402776 CPUtime=10.83 cores=0-7
/proc/32426/task/32434/stat : 32434 (java) S 32423 32426 28956 0 -1 1077944384 8787 0 0 0 917 166 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385898993936 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32435] ppid=32423 vsize=26938764 memory=3402776 CPUtime=10.75 cores=0-7
/proc/32426/task/32435/stat : 32435 (java) S 32423 32426 28956 0 -1 1077944384 8265 0 0 0 913 162 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385897941648 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32436] ppid=32423 vsize=26938764 memory=288283381249360994 CPUtime=10.79 cores=0-7
/proc/32426/task/32436/stat : 32436 (java) S 32423 32426 28956 0 -1 1077944384 11096 0 0 0 915 164 0 0 20 0 34 0 144602855 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385896888848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32437] ppid=32423 vsize=26938764 memory=0 CPUtime=0.94 cores=0-7
/proc/32426/task/32437/stat : 32437 (java) S 32423 32426 28956 0 -1 1077944384 15043 0 0 0 92 2 0 0 20 0 34 0 144602856 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385473935984 140386341976706 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32438] ppid=32423 vsize=26938764 memory=7517181131584983376 CPUtime=0 cores=0-7
/proc/32426/task/32438/stat : 32438 (java) S 32423 32426 28956 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 34 0 144602857 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385472882016 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32439] ppid=32423 vsize=26938764 memory=3402776 CPUtime=0 cores=0-7
/proc/32426/task/32439/stat : 32439 (java) S 32423 32426 28956 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 34 0 144602857 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385471829632 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32440] ppid=32423 vsize=26938764 memory=0 CPUtime=0 cores=0-7
/proc/32426/task/32440/stat : 32440 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144602859 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385470777936 140386341984155 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32441] ppid=32423 vsize=26938764 memory=3836278212353 CPUtime=3.88 cores=0-7
/proc/32426/task/32441/stat : 32441 (java) S 32423 32426 28956 0 -1 1077944384 17955 0 0 0 385 3 0 0 20 0 34 0 144602859 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385469724784 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32442] ppid=32423 vsize=26938764 memory=8174723239089013032 CPUtime=4.09 cores=0-7
/proc/32426/task/32442/stat : 32442 (java) S 32423 32426 28956 0 -1 1077944384 19797 0 0 0 406 3 0 0 20 0 34 0 144602859 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385468671984 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32443] ppid=32423 vsize=26938764 memory=288283381249360994 CPUtime=4.28 cores=0-7
/proc/32426/task/32443/stat : 32443 (java) R 32423 32426 28956 0 -1 4202560 19705 0 0 0 424 4 0 0 20 0 34 0 144602859 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385467619696 140386319991442 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32444] ppid=32423 vsize=26938764 memory=5318041928961 CPUtime=1.3 cores=0-7
/proc/32426/task/32444/stat : 32444 (java) S 32423 32426 28956 0 -1 1077944384 22724 0 0 0 126 4 0 0 20 0 34 0 144602859 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385466566896 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32445] ppid=32423 vsize=26938764 memory=143611693894388 CPUtime=0 cores=0-7
/proc/32426/task/32445/stat : 32445 (java) S 32423 32426 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 144602860 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385465514848 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32446] ppid=32423 vsize=26938764 memory=-8774313645642428999 CPUtime=0.57 cores=0-7
/proc/32426/task/32446/stat : 32446 (java) S 32423 32426 28956 0 -1 1077944384 3180 0 0 0 21 36 0 0 20 0 34 0 144602864 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385464462128 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 42 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32474] ppid=32423 vsize=26938764 memory=143611693894132 CPUtime=0 cores=0-7
/proc/32426/task/32474/stat : 32474 (java) S 32423 32426 28956 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 34 0 144674020 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385454171520 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32475] ppid=32423 vsize=26938764 memory=143611693894132 CPUtime=1.64 cores=0-7
/proc/32426/task/32475/stat : 32475 (java) S 32423 32426 28956 0 -1 1077944384 6500 0 0 0 43 121 0 0 20 0 34 0 144674032 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385451021856 140386341976706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32476] ppid=32423 vsize=26938764 memory=8978309881829228949 CPUtime=951.7 cores=0-7
/proc/32426/task/32476/stat : 32476 (java) R 32423 32426 28956 0 -1 4202560 1450 0 0 0 95170 0 0 0 20 0 34 0 144674042 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385447863800 140385983349931 0 4 1 16800974 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32477] ppid=32423 vsize=26938764 memory=-5345911753256963030 CPUtime=939.67 cores=0-7
/proc/32426/task/32477/stat : 32477 (java) R 32423 32426 28956 0 -1 4202560 951 0 0 0 93966 1 0 0 20 0 34 0 144674043 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385446810184 140385992330584 0 4 1 16800974 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32478] ppid=32423 vsize=26938764 memory=4132774494331964790 CPUtime=951.94 cores=0-7
/proc/32426/task/32478/stat : 32478 (java) R 32423 32426 28956 0 -1 4202560 1373 0 0 0 95191 3 0 0 20 0 34 0 144674043 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385445757520 140385983350398 0 4 1 16800974 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32479] ppid=32423 vsize=26938764 memory=-7887927021948682183 CPUtime=951.68 cores=0-7
/proc/32426/task/32479/stat : 32479 (java) R 32423 32426 28956 0 -1 4202560 1038 0 0 0 95168 0 0 0 20 0 34 0 144674045 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385444705272 140385993074100 0 4 1 16800974 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32480] ppid=32423 vsize=26938764 memory=8174723239089013032 CPUtime=945.48 cores=0-7
/proc/32426/task/32480/stat : 32480 (java) R 32423 32426 28956 0 -1 4202560 939 0 0 0 94548 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385443654880 140385991675961 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32481] ppid=32423 vsize=26938764 memory=288283381249360994 CPUtime=951.49 cores=0-7
/proc/32426/task/32481/stat : 32481 (java) R 32423 32426 28956 0 -1 4202560 1102 0 0 0 95149 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385442601640 140385989957476 0 4 1 16800974 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32482] ppid=32423 vsize=26938764 memory=8174723239089013032 CPUtime=951.82 cores=0-7
/proc/32426/task/32482/stat : 32482 (java) R 32423 32426 28956 0 -1 4202560 1294 0 0 0 95181 1 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385441548392 140385990847704 0 4 1 16800974 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32483] ppid=32423 vsize=26938764 memory=279801687377248 CPUtime=951.67 cores=0-7
/proc/32426/task/32483/stat : 32483 (java) R 32423 32426 28956 0 -1 4202560 2123 0 0 0 95167 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385440494824 140385983350329 0 4 1 16800974 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32484] ppid=32423 vsize=26938764 memory=143611693894132 CPUtime=0 cores=0-7
/proc/32426/task/32484/stat : 32484 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385439449888 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32485] ppid=32423 vsize=26938764 memory=143611693894132 CPUtime=0 cores=0-7
/proc/32426/task/32485/stat : 32485 (java) S 32423 32426 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385438397088 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32486] ppid=32423 vsize=26938764 memory=143611693893876 CPUtime=0 cores=0-7
/proc/32426/task/32486/stat : 32486 (java) S 32423 32426 28956 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 144674046 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140385437344800 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
[pid=32426/tid=32487] ppid=32423 vsize=26938764 memory=143611693894388 CPUtime=0 cores=0-7
/proc/32426/task/32487/stat : 32487 (java) S 32423 32426 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 144674047 27585294336 1470259 18446744073709551615 4194304 4196468 140724875722400 140384513024928 140386341975765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27611136 140724875731307 140724875731493 140724875731493 140724875734991 0
Current children cumulated CPU time: 8403.54 s
Current children cumulated vsize: 26938764 KiB
Current children cumulated memory: 5881036 KiB

[startup+1670.11 s]*
/proc/loadavg: 8.83 8.58 7.13 2/179 32559
/proc/meminfo: memFree=28838300/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 1670.14
CPU time (s): 8404.11
CPU user time (s): 8390.17
CPU system time (s): 13.9402
CPU usage (%): 503.199
Max. virtual memory (cumulated for all children) (KiB): 26938764
Max. memory (cumulated for all children) (KiB): 5881036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8390.17
system time used= 13.9402
maximum resident set size= 5882024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134928
involuntary context switches= 159995


# summary of solver processes directly reported to runsolver:
#   pid: 32426
#   total CPU time (s): 8404.11
#   total CPU user time (s): 8390.17
#   total CPU system time (s): 13.9402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8792 second user time and 20.299 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-22 19:34:07
IDJOB=4285072
IDBENCH=123941
IDSOLVER=2681
FILE ID=node127/4285072-1503424100
RUNJOBID= node127-1503398602-29012
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Bibd/Bibd-sc-open/Bibd-sc-56-088-33-21-12.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-4285072-1503424100/watcher-4285072-1503424100 -o /tmp/evaluation-result-4285072-1503424100/solver-4285072-1503424100 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1503398602-29012 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2094638938 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285072-1503424100.xml

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

MD5SUM BENCH= c2adb9bb53a9a2c8aa0955885a9b571a
RANDOM SEED=2094638938

node127.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.92
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.92
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.92
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.92
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:        30978460 kB
MemAvailable:   31951604 kB
Buffers:          318036 kB
Cached:           966056 kB
SwapCached:            0 kB
Active:           931620 kB
Inactive:         408740 kB
Active(anon):       7240 kB
Inactive(anon):   107320 kB
Active(file):     924380 kB
Inactive(file):   301420 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             49432 kB
Writeback:             4 kB
AnonPages:         56480 kB
Mapped:            67852 kB
Shmem:             58020 kB
Slab:             152768 kB
SReclaimable:     126356 kB
SUnreclaim:        26412 kB
KernelStack:        3136 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     328672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-22 20:01:57