Trace number 4401383

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)42 2400.14 2356.54

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-15.xml
MD5SUM194a9771da43b175c5c48a6f0c769610
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark29.6202
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints182
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":75},{"size":9,"count":75}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":75},{"degree":7,"count":4},{"degree":8,"count":32},{"degree":10,"count":39}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":75},{"arity":3,"count":32},{"arity":4,"count":4},{"arity":6,"count":32},{"arity":9,"count":39}]
Number of extensional constraints107
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":107},{"type":"sum","count":75}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.78/0.54	c Concrete v3.12.2.1568631193530 running
8.94/3.76	o 31
9.54/3.96	o 36
9.54/3.99	o 38
10.40/4.22	o 40
13.43/6.09	o 41
268.06/257.41	o 42
2400.10/2356.50	Exception in thread "main" java.util.concurrent.TimeoutException
2400.10/2356.50		at concrete.MAC.mac(MAC.scala:192)
2400.10/2356.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.10/2356.50		at scala.util.Try$.apply(Try.scala:212)
2400.10/2356.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.10/2356.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.10/2356.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.10/2356.50		at concrete.MAC.oneRun(MAC.scala:265)
2400.10/2356.50		at concrete.MAC.nextSolution(MAC.scala:284)
2400.10/2356.50		at concrete.MAC.nextSolution(MAC.scala:369)
2400.10/2356.50		at concrete.Solver.hasNext(Solver.scala:160)
2400.10/2356.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.10/2356.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.10/2356.50		at concrete.Solver.foreach(Solver.scala:67)
2400.10/2356.50		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.10/2356.50		at scala.util.Success.map(Try.scala:264)
2400.10/2356.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.10/2356.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.10/2356.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.10/2356.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.10/2356.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.10/2356.50		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.10/2356.50		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.10/2356.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.10/2356.50		at scala.App.$anonfun$main$1(App.scala:75)
2400.10/2356.50		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.10/2356.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.10/2356.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.10/2356.50		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.10/2356.50		at scala.App.main(App.scala:75)
2400.10/2356.50		at scala.App.main$(App.scala:73)
2400.10/2356.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.10/2356.50		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.10/2356.51	v <instantiation
2400.10/2356.51	v         cost = '42'>
2400.10/2356.51	v       <list>
2400.10/2356.51	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[0][14] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[1][14] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[2][14] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[3][14] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13] s[4][14]
2400.10/2356.51	v       </list>
2400.10/2356.51	v       <values>
2400.10/2356.51	v         1 1 0 1 0 1 1 0 1 1 0 1 0 0 1 1 0 1 1 1 0 1 0 1 0 1 1 1 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 1 1 0 1 0 1 0 1 1 0 1 1 1 1 0 1 0 1 1 0 1 1 0 1 0 1 1 2 3 4 3 4 3 2 4 2 3 4 3 4 4 2 2 4 3 3 3 5 3 6 3 5 3 3 3 3 2 2 4 4 6 4 5 2 6 2 5 4 5 5 5 4 2 4 3 3 3 5 3 6 3 5 3 2 4 3 3 2 3 4 3 4 3 2 4 2 3 4 2 4 3 3
2400.10/2356.51	v       </values>
2400.10/2356.51	v     </instantiation>
2400.10/2356.51	s SATISFIABLE

Verifier Data

OK	42

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 (13516 MiB free)
  memory of node 1: 16384 MiB (15220 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401383-1568674126/watcher-4401383-1568674126 -o /tmp/evaluation-result-4401383-1568674126/solver-4401383-1568674126 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20874 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1342979146 HOME/instance-4401383-1568674126.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=21557, runsolver pid=21554
Current StackSize limit: 8192 KiB


[startup+0.100482 s]*
/proc/loadavg: 1.60 1.56 2.46 3/217 21614
/proc/meminfo: memFree=29416420/32770624 swapFree=66999860/67108860
[pid=21557] ppid=21554 vsize=9972712 memory=18596 CPUtime=0.09 cores=1,3,5,7
/proc/21557/stat : 21557 (java) S 21554 21557 20842 0 -1 1077944320 4384 13305 0 0 1 0 5 3 20 0 6 0 443667097 10212057088 4649 33554432000 4194304 4196468 140722887929312 140722887911856 139981957480183 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
/proc/21557/statm: 2493178 4649 1935 1 0 2481616 0
[pid=21557/tid=21610] ppid=21554 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/21557/task/21610/stat : 21610 (java) R 21554 21557 20842 0 -1 4202560 2176 13305 0 0 1 0 5 3 20 0 6 0 443667106 10212057088 4649 33554432000 4194304 4196468 140722887929312 139981929316944 139981942792185 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21611] ppid=21554 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21611/stat : 21611 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 6 0 443667107 10212057088 4649 33554432000 4194304 4196468 140722887929312 139981961722384 139981957490389 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21612] ppid=21554 vsize=9972712 memory=140341964065033 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21612/stat : 21612 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 443667107 10212057088 4649 33554432000 4194304 4196468 140722887929312 139981849995920 139981957490389 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21613] ppid=21554 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21613/stat : 21613 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 6 0 443667107 10212057088 4649 33554432000 4194304 4196468 140722887929312 139981848942864 139981957490389 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21614] ppid=21554 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21614/stat : 21614 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 443667107 10212057088 4649 33554432000 4194304 4196468 140722887929312 139981847890320 139981957490389 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210807 s]*
/proc/loadavg: 1.60 1.56 2.46 3/226 21623
/proc/meminfo: memFree=29396764/32770624 swapFree=66999860/67108860
[pid=21557] ppid=21554 vsize=10820196 memory=45148 CPUtime=0.28 cores=1,3,5,7
/proc/21557/stat : 21557 (java) S 21554 21557 20842 0 -1 1077944320 7136 13305 0 0 18 2 5 3 20 0 15 0 443667097 11079880704 11287 33554432000 4194304 4196468 140722887929312 140722887911856 139981957480183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
/proc/21557/statm: 2705049 11287 3289 1 0 2667149 0
[pid=21557/tid=21610] ppid=21554 vsize=10820196 memory=729618466009055537 CPUtime=0.2 cores=1,3,5,7
/proc/21557/task/21610/stat : 21610 (java) R 21554 21557 20842 0 -1 4202560 3616 13305 0 0 11 1 5 3 20 0 15 0 443667106 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981929294368 139981957502109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21611] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21611/stat : 21611 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667107 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981961722384 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21612] ppid=21554 vsize=10820196 memory=140341964065033 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21612/stat : 21612 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667107 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981849995920 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21613] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21613/stat : 21613 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667107 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981848942864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21614] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21614/stat : 21614 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667107 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981847890320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21615] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21615/stat : 21615 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667108 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981416762096 139981957491330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21616] ppid=21554 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21616/stat : 21616 (java) S 21554 21557 20842 0 -1 1077944384 33 13305 0 0 0 0 5 3 20 0 15 0 443667109 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981415708320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21617] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21617/stat : 21617 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667109 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981305668848 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21618] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21618/stat : 21618 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667112 11079880704 11287 33554432000 4194304 4196468 140722887929312 139980701690320 139981957498779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21619] ppid=21554 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21557/task/21619/stat : 21619 (java) S 21554 21557 20842 0 -1 1077944384 359 13305 0 0 1 0 5 3 20 0 15 0 443667112 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981382150384 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21620] ppid=21554 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21557/task/21620/stat : 21620 (java) S 21554 21557 20842 0 -1 1077944384 320 13305 0 0 1 0 5 3 20 0 15 0 443667112 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981381097840 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21621] ppid=21554 vsize=10820196 memory=140341960926848 CPUtime=0.11 cores=1,3,5,7
/proc/21557/task/21621/stat : 21621 (java) S 21554 21557 20842 0 -1 1077944384 587 13305 0 0 3 0 5 3 20 0 15 0 443667112 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981380044784 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21622] ppid=21554 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21622/stat : 21622 (java) S 21554 21557 20842 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 443667112 11079880704 11287 33554432000 4194304 4196468 140722887929312 139980231928160 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21623] ppid=21554 vsize=10820196 memory=140341960926848 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21623/stat : 21623 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667112 11079880704 11287 33554432000 4194304 4196468 140722887929312 139981378993200 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45148 KiB

[startup+0.310369 s]*
/proc/loadavg: 1.60 1.56 2.46 4/226 21623
/proc/meminfo: memFree=29384092/32770624 swapFree=66999860/67108860
[pid=21557] ppid=21554 vsize=10820196 memory=53444 CPUtime=0.41 cores=1,3,5,7
/proc/21557/stat : 21557 (java) S 21554 21557 20842 0 -1 1077944320 10594 13305 0 0 30 3 5 3 20 0 15 0 443667097 11079880704 13361 33554432000 4194304 4196468 140722887929312 140722887911856 139981957480183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
/proc/21557/statm: 2705049 13361 3305 1 0 2667149 0
[pid=21557/tid=21610] ppid=21554 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/21557/task/21610/stat : 21610 (java) R 21554 21557 20842 0 -1 4202560 7066 13305 0 0 19 2 5 3 20 0 15 0 443667106 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981929299728 139981957502109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21611] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21611/stat : 21611 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667107 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981961722384 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21612] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21612/stat : 21612 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667107 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981849995920 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21613] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21613/stat : 21613 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667107 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981848942864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21614] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21614/stat : 21614 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667107 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981847890320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21615] ppid=21554 vsize=10820196 memory=140341960926847 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21615/stat : 21615 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667108 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981416762096 139981957491330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21616] ppid=21554 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21616/stat : 21616 (java) S 21554 21557 20842 0 -1 1077944384 33 13305 0 0 0 0 5 3 20 0 15 0 443667109 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981415708320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21617] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21617/stat : 21617 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667109 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981305668848 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21618] ppid=21554 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21618/stat : 21618 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667112 11079880704 13361 33554432000 4194304 4196468 140722887929312 139980701690320 139981957498779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21619] ppid=21554 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21557/task/21619/stat : 21619 (java) S 21554 21557 20842 0 -1 1077944384 360 13305 0 0 2 0 5 3 20 0 15 0 443667112 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981382150384 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21620] ppid=21554 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21557/task/21620/stat : 21620 (java) S 21554 21557 20842 0 -1 1077944384 320 13305 0 0 1 0 5 3 20 0 15 0 443667112 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981381097840 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21621] ppid=21554 vsize=10820196 memory=140341960926848 CPUtime=0.13 cores=1,3,5,7
/proc/21557/task/21621/stat : 21621 (java) S 21554 21557 20842 0 -1 1077944384 594 13305 0 0 5 0 5 3 20 0 15 0 443667112 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981380044784 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21622] ppid=21554 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21622/stat : 21622 (java) S 21554 21557 20842 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 443667112 11079880704 13361 33554432000 4194304 4196468 140722887929312 139980231928160 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21623] ppid=21554 vsize=10820196 memory=140341960926848 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21623/stat : 21623 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667112 11079880704 13361 33554432000 4194304 4196468 140722887929312 139981378993200 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53444 KiB

[startup+0.700652 s]
/proc/loadavg: 1.60 1.56 2.46 4/226 21623
/proc/meminfo: memFree=29370152/32770624 swapFree=66999860/67108860
[pid=21557] ppid=21554 vsize=10825388 memory=86100 CPUtime=1.16 cores=1,3,5,7
/proc/21557/stat : 21557 (java) S 21554 21557 20842 0 -1 1077944320 14770 13305 0 0 103 5 5 3 20 0 15 0 443667097 11085197312 21525 33554432000 4194304 4196468 140722887929312 140722887911856 139981957480183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
/proc/21557/statm: 2706347 21525 3511 1 0 2668429 0
[pid=21557/tid=21610] ppid=21554 vsize=10825388 memory=7810487918915055718 CPUtime=0.68 cores=1,3,5,7
/proc/21557/task/21610/stat : 21610 (java) R 21554 21557 20842 0 -1 4202560 10295 13305 0 0 56 4 5 3 20 0 15 0 443667106 11085197312 21525 33554432000 4194304 4196468 140722887929312 139981929298112 139981950159901 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21611] ppid=21554 vsize=10825388 memory=1380 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21611/stat : 21611 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667107 11085197312 21525 33554432000 4194304 4196468 140722887929312 139981961722384 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21612] ppid=21554 vsize=10824364 memory=1128 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21612/stat : 21612 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667107 11084148736 21525 33554432000 4194304 4196468 140722887929312 139981849995920 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21613] ppid=21554 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21613/stat : 21613 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667107 11084148736 21525 33554432000 4194304 4196468 140722887929312 139981848942864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21614] ppid=21554 vsize=10824364 memory=140341960925681 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21614/stat : 21614 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667107 11084148736 21525 33554432000 4194304 4196468 140722887929312 139981847890320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21615] ppid=21554 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21615/stat : 21615 (java) S 21554 21557 20842 0 -1 1077944384 5 13305 0 0 0 0 5 3 20 0 15 0 443667108 11084148736 21525 33554432000 4194304 4196468 140722887929312 139981416762096 139981957491330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21616] ppid=21554 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21616/stat : 21616 (java) S 21554 21557 20842 0 -1 1077944384 33 13305 0 0 0 0 5 3 20 0 15 0 443667109 11084148736 21525 33554432000 4194304 4196468 140722887929312 139981415708320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21617] ppid=21554 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21617/stat : 21617 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667109 11084148736 21525 33554432000 4194304 4196468 140722887929312 139981305668848 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21618] ppid=21554 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21618/stat : 21618 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667112 11084148736 21525 33554432000 4194304 4196468 140722887929312 139980701690320 139981957498779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21619] ppid=21554 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/21557/task/21619/stat : 21619 (java) R 21554 21557 20842 0 -1 4202560 803 13305 0 0 16 0 5 3 20 0 15 0 443667112 11084148736 21525 33554432000 4194304 4196468 140722887929312 139981382150384 139981942409653 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21620] ppid=21554 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/21557/task/21620/stat : 21620 (java) R 21554 21557 20842 0 -1 4202560 711 13305 0 0 13 0 5 3 20 0 15 0 443667112 11084148736 21525 33554432000 4194304 4196468 140722887929312 139981381097840 139981935857810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21621] ppid=21554 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/21557/task/21621/stat : 21621 (java) R 21554 21557 20842 0 -1 1077944384 754 13305 0 0 17 0 5 3 20 0 15 0 443667112 11084148736 21525 33554432000 4194304 4196468 140722887929312 139981380044784 139981957491330 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21622] ppid=21554 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21622/stat : 21622 (java) S 21554 21557 20842 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 443667112 11084148736 21525 33554432000 4194304 4196468 140722887929312 139980231928160 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21623] ppid=21554 vsize=10824364 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21623/stat : 21623 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667112 11084148736 21525 33554432000 4194304 4196468 140722887929312 139981378993200 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10825388 KiB
Current children cumulated memory: 86100 KiB

[startup+1.50076 s]
/proc/loadavg: 1.60 1.56 2.46 3/226 21623
/proc/meminfo: memFree=29328092/32770624 swapFree=66999860/67108860
[pid=21557] ppid=21554 vsize=10834680 memory=173600 CPUtime=2.48 cores=1,3,5,7
/proc/21557/stat : 21557 (java) S 21554 21557 20842 0 -1 1077944320 23607 13305 0 0 230 10 5 3 20 0 15 0 443667097 11094712320 43400 33554432000 4194304 4196468 140722887929312 140722887911856 139981957480183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
/proc/21557/statm: 2708670 43400 3581 1 0 2670733 0
[pid=21557/tid=21610] ppid=21554 vsize=10834680 memory=56 CPUtime=1.44 cores=1,3,5,7
/proc/21557/task/21610/stat : 21610 (java) R 21554 21557 20842 0 -1 4202560 15672 13305 0 0 129 7 5 3 20 0 15 0 443667106 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981929279536 139981957502109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21611] ppid=21554 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/21557/task/21611/stat : 21611 (java) S 21554 21557 20842 0 -1 1077944384 59 13305 0 0 1 0 5 3 20 0 15 0 443667107 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981961722384 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21612] ppid=21554 vsize=10834680 memory=140341960936929 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21612/stat : 21612 (java) S 21554 21557 20842 0 -1 1077944384 9 13305 0 0 0 0 5 3 20 0 15 0 443667107 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981849995920 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21613] ppid=21554 vsize=10834680 memory=140341960934721 CPUtime=0.09 cores=1,3,5,7
/proc/21557/task/21613/stat : 21613 (java) S 21554 21557 20842 0 -1 1077944384 388 13305 0 0 1 0 5 3 20 0 15 0 443667107 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981848942864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21614] ppid=21554 vsize=10834680 memory=140341960936609 CPUtime=0.09 cores=1,3,5,7
/proc/21557/task/21614/stat : 21614 (java) S 21554 21557 20842 0 -1 1077944384 76 13305 0 0 1 0 5 3 20 0 15 0 443667107 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981847890320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21615] ppid=21554 vsize=10834680 memory=1380 CPUtime=0.09 cores=1,3,5,7
/proc/21557/task/21615/stat : 21615 (java) S 21554 21557 20842 0 -1 1077944384 1654 13305 0 0 1 0 5 3 20 0 15 0 443667108 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981416762096 139981957491330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21616] ppid=21554 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21616/stat : 21616 (java) S 21554 21557 20842 0 -1 1077944384 55 13305 0 0 0 0 5 3 20 0 15 0 443667109 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981415708384 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21617] ppid=21554 vsize=10834680 memory=7090170363597842261 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21617/stat : 21617 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667109 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981305668864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21618] ppid=21554 vsize=10834680 memory=7379260523636286037 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21618/stat : 21618 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667112 11094712320 43400 33554432000 4194304 4196468 140722887929312 139980701690320 139981957498779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21619] ppid=21554 vsize=10834680 memory=7596281119342024805 CPUtime=0.34 cores=1,3,5,7
/proc/21557/task/21619/stat : 21619 (java) R 21554 21557 20842 0 -1 4202560 979 13305 0 0 26 0 5 3 20 0 15 0 443667112 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981382150384 139981936997952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21620] ppid=21554 vsize=10834680 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/21557/task/21620/stat : 21620 (java) S 21554 21557 20842 0 -1 1077944384 851 13305 0 0 24 0 5 3 20 0 15 0 443667112 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981381097840 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21621] ppid=21554 vsize=10834680 memory=4949696295840688515 CPUtime=0.51 cores=1,3,5,7
/proc/21557/task/21621/stat : 21621 (java) S 21554 21557 20842 0 -1 1077944384 1649 13305 0 0 43 0 5 3 20 0 15 0 443667112 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981380044784 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21622] ppid=21554 vsize=10834680 memory=-7390251449858225344 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21622/stat : 21622 (java) S 21554 21557 20842 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 443667112 11094712320 43400 33554432000 4194304 4196468 140722887929312 139980231928160 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21623] ppid=21554 vsize=10834680 memory=1398720917958146503 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21623/stat : 21623 (java) S 21554 21557 20842 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 443667112 11094712320 43400 33554432000 4194304 4196468 140722887929312 139981378993200 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

/proc/21557/task/21610/stat : 21610 (java) R 21554 21557 20842 0 -1 4202560 68727 13305 0 0 223639 50 5 3 20 0 15 0 443667106 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981929316240 139981539117461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21611] ppid=21554 vsize=10849036 memory=975908 CPUtime=11.9 cores=1,3,5,7
/proc/21557/task/21611/stat : 21611 (java) S 21554 21557 20842 0 -1 1077944384 23102 13305 0 0 1127 55 5 3 20 0 15 0 443667107 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981961722384 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21612] ppid=21554 vsize=10849036 memory=975908 CPUtime=11.87 cores=1,3,5,7
/proc/21557/task/21612/stat : 21612 (java) S 21554 21557 20842 0 -1 1077944384 15898 13305 0 0 1128 51 5 3 20 0 15 0 443667107 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981849995920 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21613] ppid=21554 vsize=10849036 memory=3624 CPUtime=11.94 cores=1,3,5,7
/proc/21557/task/21613/stat : 21613 (java) S 21554 21557 20842 0 -1 1077944384 13998 13305 0 0 1128 58 5 3 20 0 15 0 443667107 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981848942864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21614] ppid=21554 vsize=10849036 memory=280683630810064 CPUtime=11.92 cores=1,3,5,7
/proc/21557/task/21614/stat : 21614 (java) S 21554 21557 20842 0 -1 1077944384 15511 13305 0 0 1127 57 5 3 20 0 15 0 443667107 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981847890320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21615] ppid=21554 vsize=10849036 memory=977956 CPUtime=10.64 cores=1,3,5,7
/proc/21557/task/21615/stat : 21615 (java) S 21554 21557 20842 0 -1 1077944384 16424 13305 0 0 1001 55 5 3 20 0 15 0 443667108 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981416762096 139981957491330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21616] ppid=21554 vsize=10849036 memory=977956 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21616/stat : 21616 (java) S 21554 21557 20842 0 -1 1077944384 56 13305 0 0 0 0 5 3 20 0 15 0 443667109 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981415708448 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21617] ppid=21554 vsize=10849036 memory=977956 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21617/stat : 21617 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667109 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981305668864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21618] ppid=21554 vsize=10849036 memory=977956 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21618/stat : 21618 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139980701690320 139981957498779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21619] ppid=21554 vsize=10849036 memory=977956 CPUtime=3.14 cores=1,3,5,7
/proc/21557/task/21619/stat : 21619 (java) S 21554 21557 20842 0 -1 1077944384 18132 13305 0 0 303 3 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981382150384 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21620] ppid=21554 vsize=10849036 memory=977956 CPUtime=3.25 cores=1,3,5,7
/proc/21557/task/21620/stat : 21620 (java) S 21554 21557 20842 0 -1 1077944384 18438 13305 0 0 314 3 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981381097840 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21621] ppid=21554 vsize=10849036 memory=977956 CPUtime=1.92 cores=1,3,5,7
/proc/21557/task/21621/stat : 21621 (java) S 21554 21557 20842 0 -1 1077944384 10031 13305 0 0 180 4 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981380044784 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21622] ppid=21554 vsize=10849036 memory=8317482817917895235 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21622/stat : 21622 (java) S 21554 21557 20842 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139980231928160 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21623] ppid=21554 vsize=10849036 memory=4126316290023845779 CPUtime=1.38 cores=1,3,5,7
/proc/21557/task/21623/stat : 21623 (java) S 21554 21557 20842 0 -1 1077944384 947 13305 0 0 60 70 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981378993200 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
Current children cumulated CPU time: 2304.33 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 977956 KiB

[startup+2322.3 s]
/proc/loadavg: 1.54 1.41 1.47 3/227 22013
/proc/meminfo: memFree=28418728/32770624 swapFree=66999916/67108860
[pid=21557] ppid=21554 vsize=10849036 memory=977956 CPUtime=2365.32 cores=1,3,5,7
/proc/21557/stat : 21557 (java) S 21554 21557 20842 0 -1 1077944320 205207 13305 0 0 236167 357 5 3 20 0 15 0 443667097 11109412864 244489 33554432000 4194304 4196468 140722887929312 140722887911856 139981957480183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
/proc/21557/statm: 2712259 244489 3630 1 0 2674317 0
[pid=21557/tid=21610] ppid=21554 vsize=10849036 memory=977956 CPUtime=2296.31 cores=1,3,5,7
/proc/21557/task/21610/stat : 21610 (java) R 21554 21557 20842 0 -1 4202560 69593 13305 0 0 229573 50 5 3 20 0 15 0 443667106 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981929315984 139981539490172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21611] ppid=21554 vsize=10849036 memory=977956 CPUtime=12.24 cores=1,3,5,7
/proc/21557/task/21611/stat : 21611 (java) S 21554 21557 20842 0 -1 1077944384 23219 13305 0 0 1159 57 5 3 20 0 15 0 443667107 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981961722384 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21612] ppid=21554 vsize=10849036 memory=977956 CPUtime=12.21 cores=1,3,5,7
/proc/21557/task/21612/stat : 21612 (java) S 21554 21557 20842 0 -1 1077944384 16153 13305 0 0 1160 53 5 3 20 0 15 0 443667107 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981849995920 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21613] ppid=21554 vsize=10849036 memory=977956 CPUtime=12.28 cores=1,3,5,7
/proc/21557/task/21613/stat : 21613 (java) S 21554 21557 20842 0 -1 1077944384 14224 13305 0 0 1160 60 5 3 20 0 15 0 443667107 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981848942864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21614] ppid=21554 vsize=10849036 memory=977956 CPUtime=12.25 cores=1,3,5,7
/proc/21557/task/21614/stat : 21614 (java) S 21554 21557 20842 0 -1 1077944384 15540 13305 0 0 1159 58 5 3 20 0 15 0 443667107 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981847890320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21615] ppid=21554 vsize=10849036 memory=977956 CPUtime=10.93 cores=1,3,5,7
/proc/21557/task/21615/stat : 21615 (java) S 21554 21557 20842 0 -1 1077944384 16638 13305 0 0 1028 57 5 3 20 0 15 0 443667108 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981416762096 139981957491330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21616] ppid=21554 vsize=10849036 memory=977956 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21616/stat : 21616 (java) S 21554 21557 20842 0 -1 1077944384 56 13305 0 0 0 0 5 3 20 0 15 0 443667109 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981415708448 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21617] ppid=21554 vsize=10849036 memory=977956 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21617/stat : 21617 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667109 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981305668864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21618] ppid=21554 vsize=10849036 memory=977956 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21618/stat : 21618 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139980701690320 139981957498779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21619] ppid=21554 vsize=10849036 memory=984 CPUtime=3.14 cores=1,3,5,7
/proc/21557/task/21619/stat : 21619 (java) S 21554 21557 20842 0 -1 1077944384 18134 13305 0 0 303 3 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981382150384 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21620] ppid=21554 vsize=10849036 memory=977956 CPUtime=3.25 cores=1,3,5,7
/proc/21557/task/21620/stat : 21620 (java) S 21554 21557 20842 0 -1 1077944384 18440 13305 0 0 314 3 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981381097840 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21621] ppid=21554 vsize=10849036 memory=1548 CPUtime=1.92 cores=1,3,5,7
/proc/21557/task/21621/stat : 21621 (java) S 21554 21557 20842 0 -1 1077944384 10033 13305 0 0 180 4 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981380044784 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21622] ppid=21554 vsize=10849036 memory=977956 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21622/stat : 21622 (java) S 21554 21557 20842 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139980231928160 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21623] ppid=21554 vsize=10849036 memory=12024 CPUtime=1.41 cores=1,3,5,7
/proc/21557/task/21623/stat : 21623 (java) S 21554 21557 20842 0 -1 1077944384 965 13305 0 0 62 71 5 3 20 0 15 0 443667112 11109412864 244489 33554432000 4194304 4196468 140722887929312 139981378993200 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
Current children cumulated CPU time: 2365.32 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 977956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2356.5 s]
/proc/loadavg: 1.25 1.35 1.45 3/227 22017
/proc/meminfo: memFree=28416432/32770624 swapFree=66999916/67108860
[pid=21557] ppid=21554 vsize=10849036 memory=980004 CPUtime=2400.1 cores=1,3,5,7
/proc/21557/stat : 21557 (java) S 21554 21557 20842 0 -1 1077944320 206351 13305 0 0 239641 361 5 3 20 0 15 0 443667097 11109412864 245001 33554432000 4194304 4196468 140722887929312 140722887911856 139981957480183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
/proc/21557/statm: 2712259 245001 3630 1 0 2674317 0
[pid=21557/tid=21610] ppid=21554 vsize=10849036 memory=980004 CPUtime=2330.14 cores=1,3,5,7
/proc/21557/task/21610/stat : 21610 (java) R 21554 21557 20842 0 -1 4202560 70145 13305 0 0 232955 51 5 3 20 0 15 0 443667106 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981929316448 139981538038411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21611] ppid=21554 vsize=10849036 memory=0 CPUtime=12.43 cores=1,3,5,7
/proc/21557/task/21611/stat : 21611 (java) S 21554 21557 20842 0 -1 1077944384 23228 13305 0 0 1178 57 5 3 20 0 15 0 443667107 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981961722384 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21612] ppid=21554 vsize=10849036 memory=980004 CPUtime=12.4 cores=1,3,5,7
/proc/21557/task/21612/stat : 21612 (java) S 21554 21557 20842 0 -1 1077944384 16373 13305 0 0 1179 53 5 3 20 0 15 0 443667107 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981849995920 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21613] ppid=21554 vsize=10849036 memory=977956 CPUtime=12.46 cores=1,3,5,7
/proc/21557/task/21613/stat : 21613 (java) S 21554 21557 20842 0 -1 1077944384 14333 13305 0 0 1178 60 5 3 20 0 15 0 443667107 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981848942864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21614] ppid=21554 vsize=10849036 memory=980004 CPUtime=12.44 cores=1,3,5,7
/proc/21557/task/21614/stat : 21614 (java) S 21554 21557 20842 0 -1 1077944384 15574 13305 0 0 1177 59 5 3 20 0 15 0 443667107 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981847890320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21615] ppid=21554 vsize=10849036 memory=0 CPUtime=11.1 cores=1,3,5,7
/proc/21557/task/21615/stat : 21615 (java) S 21554 21557 20842 0 -1 1077944384 16836 13305 0 0 1044 58 5 3 20 0 15 0 443667108 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981416762096 139981957491330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21616] ppid=21554 vsize=10849036 memory=980004 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21616/stat : 21616 (java) S 21554 21557 20842 0 -1 1077944384 56 13305 0 0 0 0 5 3 20 0 15 0 443667109 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981415708448 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21617] ppid=21554 vsize=10849036 memory=980004 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21617/stat : 21617 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667109 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981305668864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21618] ppid=21554 vsize=10849036 memory=980004 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21618/stat : 21618 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139980701690320 139981957498779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21619] ppid=21554 vsize=10849036 memory=980004 CPUtime=3.14 cores=1,3,5,7
/proc/21557/task/21619/stat : 21619 (java) S 21554 21557 20842 0 -1 1077944384 18136 13305 0 0 303 3 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981382150384 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21620] ppid=21554 vsize=10849036 memory=3472468620054184885 CPUtime=3.25 cores=1,3,5,7
/proc/21557/task/21620/stat : 21620 (java) S 21554 21557 20842 0 -1 1077944384 18442 13305 0 0 314 3 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981381097840 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21621] ppid=21554 vsize=10849036 memory=8174723239089013032 CPUtime=1.92 cores=1,3,5,7
/proc/21557/task/21621/stat : 21621 (java) S 21554 21557 20842 0 -1 1077944384 10035 13305 0 0 180 4 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981380044784 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21622] ppid=21554 vsize=10849036 memory=973860 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21622/stat : 21622 (java) S 21554 21557 20842 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139980231928160 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21623] ppid=21554 vsize=10849036 memory=973860 CPUtime=1.43 cores=1,3,5,7
/proc/21557/task/21623/stat : 21623 (java) S 21554 21557 20842 0 -1 1077944384 981 13305 0 0 63 72 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981378993200 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 980004 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2356.54 s]
# the end of solver process 21557 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.48 s, system=3.65896 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2356.5 s]
/proc/loadavg: 1.25 1.35 1.45 3/227 22017
/proc/meminfo: memFree=28416432/32770624 swapFree=66999916/67108860
[pid=21557] ppid=21554 vsize=10849036 memory=980004 CPUtime=2400.1 cores=1,3,5,7
/proc/21557/stat : 21557 (java) S 21554 21557 20842 0 -1 1077944320 206351 13305 0 0 239641 361 5 3 20 0 15 0 443667097 11109412864 245001 33554432000 4194304 4196468 140722887929312 140722887911856 139981957480183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
/proc/21557/statm: 2712259 245001 3630 1 0 2674317 0
[pid=21557/tid=21610] ppid=21554 vsize=10849036 memory=980004 CPUtime=2330.14 cores=1,3,5,7
/proc/21557/task/21610/stat : 21610 (java) R 21554 21557 20842 0 -1 4202560 70145 13305 0 0 232955 51 5 3 20 0 15 0 443667106 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981929316448 139981538038411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21611] ppid=21554 vsize=10849036 memory=0 CPUtime=12.43 cores=1,3,5,7
/proc/21557/task/21611/stat : 21611 (java) S 21554 21557 20842 0 -1 1077944384 23228 13305 0 0 1178 57 5 3 20 0 15 0 443667107 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981961722384 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21612] ppid=21554 vsize=10849036 memory=980004 CPUtime=12.4 cores=1,3,5,7
/proc/21557/task/21612/stat : 21612 (java) S 21554 21557 20842 0 -1 1077944384 16373 13305 0 0 1179 53 5 3 20 0 15 0 443667107 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981849995920 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21613] ppid=21554 vsize=10849036 memory=977956 CPUtime=12.46 cores=1,3,5,7
/proc/21557/task/21613/stat : 21613 (java) S 21554 21557 20842 0 -1 1077944384 14333 13305 0 0 1178 60 5 3 20 0 15 0 443667107 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981848942864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21614] ppid=21554 vsize=10849036 memory=980004 CPUtime=12.44 cores=1,3,5,7
/proc/21557/task/21614/stat : 21614 (java) S 21554 21557 20842 0 -1 1077944384 15574 13305 0 0 1177 59 5 3 20 0 15 0 443667107 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981847890320 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21615] ppid=21554 vsize=10849036 memory=0 CPUtime=11.1 cores=1,3,5,7
/proc/21557/task/21615/stat : 21615 (java) S 21554 21557 20842 0 -1 1077944384 16836 13305 0 0 1044 58 5 3 20 0 15 0 443667108 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981416762096 139981957491330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21616] ppid=21554 vsize=10849036 memory=980004 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21616/stat : 21616 (java) S 21554 21557 20842 0 -1 1077944384 56 13305 0 0 0 0 5 3 20 0 15 0 443667109 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981415708448 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21617] ppid=21554 vsize=10849036 memory=980004 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21617/stat : 21617 (java) S 21554 21557 20842 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 443667109 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981305668864 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21618] ppid=21554 vsize=10849036 memory=980004 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21618/stat : 21618 (java) S 21554 21557 20842 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139980701690320 139981957498779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21619] ppid=21554 vsize=10849036 memory=980004 CPUtime=3.14 cores=1,3,5,7
/proc/21557/task/21619/stat : 21619 (java) S 21554 21557 20842 0 -1 1077944384 18136 13305 0 0 303 3 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981382150384 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21620] ppid=21554 vsize=10849036 memory=3472468620054184885 CPUtime=3.25 cores=1,3,5,7
/proc/21557/task/21620/stat : 21620 (java) S 21554 21557 20842 0 -1 1077944384 18442 13305 0 0 314 3 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981381097840 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21621] ppid=21554 vsize=10849036 memory=8174723239089013032 CPUtime=1.92 cores=1,3,5,7
/proc/21557/task/21621/stat : 21621 (java) S 21554 21557 20842 0 -1 1077944384 10035 13305 0 0 180 4 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981380044784 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21622] ppid=21554 vsize=10849036 memory=973860 CPUtime=0.08 cores=1,3,5,7
/proc/21557/task/21622/stat : 21622 (java) S 21554 21557 20842 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139980231928160 139981957490389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
[pid=21557/tid=21623] ppid=21554 vsize=10849036 memory=973860 CPUtime=1.43 cores=1,3,5,7
/proc/21557/task/21623/stat : 21623 (java) S 21554 21557 20842 0 -1 1077944384 981 13305 0 0 63 72 5 3 20 0 15 0 443667112 11109412864 245001 33554432000 4194304 4196468 140722887929312 139981378993200 139981957491330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23773184 140722887936751 140722887939269 140722887939269 140722887942095 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 980004 KiB

Child status: 143
Real time (s): 2356.54
CPU time (s): 2400.14
CPU user time (s): 2396.48
CPU system time (s): 3.65896
CPU usage (%): 101.85
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 980004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.48
system time used= 3.65896
maximum resident set size= 984132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 284109
involuntary context switches= 6428


# summary of solver processes directly reported to runsolver:
#   pid: 21557
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2396.48
#   total CPU system time (s): 3.65896

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2317 second user time and 23.0471 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-16 23:47:27
IDJOB=4401383
IDBENCH=115968
IDSOLVER=2858
FILE ID=node106/4401383-1568674126
RUNJOBID= node106-1568669653-20874
PBS_JOBID= 21703794
Free space on /tmp= 59052 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401383-1568674126/watcher-4401383-1568674126 -o /tmp/evaluation-result-4401383-1568674126/solver-4401383-1568674126 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20874 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1342979146 HOME/instance-4401383-1568674126.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 194a9771da43b175c5c48a6f0c769610
RANDOM SEED=1342979146

node106.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.79
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.79
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.79
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.79
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:        29427356 kB
MemAvailable:   30964544 kB
Buffers:          186992 kB
Cached:          1639452 kB
SwapCached:         7548 kB
Active:          1547392 kB
Inactive:        1218768 kB
Active(anon):     939484 kB
Inactive(anon):    44204 kB
Active(file):     607908 kB
Inactive(file):  1174564 kB
Unevictable:      108936 kB
Mlocked:          108936 kB
SwapTotal:      67108860 kB
SwapFree:       66999860 kB
Dirty:             35032 kB
Writeback:             8 kB
AnonPages:       1041920 kB
Mapped:            57200 kB
Shmem:             35612 kB
Slab:             171160 kB
SReclaimable:     141104 kB
SUnreclaim:        30056 kB
KernelStack:        3712 kB
PageTables:         7568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2222060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    892928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59016 MiB
End job on node106 at 2019-09-17 00:26:44