Trace number 4396126

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)326 2520.14 2469.73

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-4.xml
MD5SUMa08c622730be04b0ce65f9055d76b754
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark26.2689
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size429
Distribution of domain sizes[{"size":5,"count":50},{"size":429,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.76/0.56	c Concrete v3.12.2.1568380929293 running
11.68/4.90	o 428
12.35/5.01	o 415
12.64/5.17	o 411
13.23/5.34	o 410
13.77/5.57	o 399
14.07/5.65	o 396
14.69/5.87	o 395
14.69/5.89	o 394
17.35/6.81	o 391
17.52/6.94	o 384
17.52/6.97	o 383
17.95/7.18	o 373
18.52/7.52	o 368
19.24/8.01	o 367
19.36/8.11	o 363
19.47/8.26	o 361
20.10/8.56	o 354
20.10/8.57	o 353
20.10/8.59	o 348
24.88/12.16	o 347
24.88/12.18	o 346
24.88/12.19	o 343
25.00/12.21	o 340
87.16/70.90	o 339
95.36/78.92	o 338
101.77/85.16	o 337
101.77/85.19	o 336
113.69/96.88	o 335
437.42/415.89	o 334
437.63/416.01	o 330
472.64/450.68	o 329
472.74/450.74	o 326
2520.10/2469.70	Exception in thread "main" java.util.concurrent.TimeoutException
2520.10/2469.70		at concrete.MAC.mac(MAC.scala:192)
2520.10/2469.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.10/2469.70		at scala.util.Try$.apply(Try.scala:212)
2520.10/2469.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.10/2469.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.10/2469.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.10/2469.70		at concrete.MAC.oneRun(MAC.scala:265)
2520.10/2469.70		at concrete.MAC.nextSolution(MAC.scala:284)
2520.10/2469.70		at concrete.MAC.nextSolution(MAC.scala:369)
2520.10/2469.70		at concrete.Solver.hasNext(Solver.scala:160)
2520.10/2469.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.10/2469.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.10/2469.70		at concrete.Solver.foreach(Solver.scala:67)
2520.10/2469.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.10/2469.70		at scala.util.Success.map(Try.scala:264)
2520.10/2469.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2469.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.10/2469.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.10/2469.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2469.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.10/2469.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.10/2469.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.10/2469.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.10/2469.70		at scala.App.$anonfun$main$1(App.scala:75)
2520.10/2469.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.10/2469.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.10/2469.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.10/2469.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.10/2469.70		at scala.App.main(App.scala:75)
2520.10/2469.70		at scala.App.main$(App.scala:73)
2520.10/2469.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.10/2469.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2469.71	v <instantiation
2520.10/2469.71	v         cost = '326'>
2520.10/2469.71	v       <list>
2520.10/2469.71	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2520.10/2469.71	v       </list>
2520.10/2469.71	v       <values>
2520.10/2469.71	v         0 52 111 193 253 0 33 132 189 253 0 31 117 180 239 0 54 110 220 239 0 54 129 207 235 326 305 325 324 326 52 58 78 60 73 33 92 48 46 52 31 80 63 59 86 5 56 92 2 85 49 75 78 28 91 1 0 2 3 4 0 4 1 2 3 4 2 3 1 0 2 3 0 4 1 3 1 4 0 2 52 0 111 193 253 0 132 189 253 33 239 180 31 117 0 110 239 0 54 220 207 54 235 0 129
2520.10/2469.71	v       </values>
2520.10/2469.71	v     </instantiation>
2520.10/2469.71	s SATISFIABLE

Verifier Data

OK	326

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396126-1568393173/watcher-4396126-1568393173 -o /tmp/evaluation-result-4396126-1568393173/solver-4396126-1568393173 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568389496-7295 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2000622478 HOME/instance-4396126-1568393173.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=7325, runsolver pid=7318
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 0.84 0.72 0.86 4/209 7438
/proc/meminfo: memFree=30636632/32770624 swapFree=66997228/67108860
[pid=7325] ppid=7318 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/7325/stat : 7325 (java) S 7318 7325 7264 0 -1 1077944320 4346 13298 0 0 1 0 5 3 20 0 6 0 415571974 10212057088 4582 33554432000 4194304 4196468 140726785192464 140726785175008 139839546666743 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
/proc/7325/statm: 2493178 4582 1931 1 0 2481616 0
[pid=7325/tid=7430] ppid=7318 vsize=9972712 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/7325/task/7430/stat : 7430 (java) R 7318 7325 7264 0 -1 4202560 2142 13298 0 0 1 0 5 3 20 0 6 0 415571983 10212057088 4648 33554432000 4194304 4196468 140726785192464 139839518503504 139839546688669 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7435] ppid=7318 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7435/stat : 7435 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 415571984 10212057088 4648 33554432000 4194304 4196468 140726785192464 139839550908944 139839546676949 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7436] ppid=7318 vsize=9972712 memory=140557178521216 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7436/stat : 7436 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 6 0 415571984 10212057088 4648 33554432000 4194304 4196468 140726785192464 139839439182480 139839546676949 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7437] ppid=7318 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7437/stat : 7437 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 6 0 415571984 10212057088 4648 33554432000 4194304 4196468 140726785192464 139839118764304 139839546676949 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7438] ppid=7318 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7438/stat : 7438 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 6 0 415571984 10212057088 4648 33554432000 4194304 4196468 140726785192464 139839117711760 139839546676949 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209751 s]*
/proc/loadavg: 0.84 0.72 0.86 4/227 7456
/proc/meminfo: memFree=30596740/32770624 swapFree=66997228/67108860
[pid=7325] ppid=7318 vsize=10819664 memory=40836 CPUtime=0.26 cores=0,2,4,6
/proc/7325/stat : 7325 (java) S 7318 7325 7264 0 -1 1077944320 7058 13298 0 0 17 1 5 3 20 0 15 0 415571974 11079335936 10209 33554432000 4194304 4196468 140726785192464 140726785175008 139839546666743 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
/proc/7325/statm: 2704916 10209 3172 1 0 2667149 0
[pid=7325/tid=7430] ppid=7318 vsize=10819664 memory=7100839852556125036 CPUtime=0.2 cores=0,2,4,6
/proc/7325/task/7430/stat : 7430 (java) R 7318 7325 7264 0 -1 4202560 3527 13298 0 0 11 1 5 3 20 0 15 0 415571983 11079335936 10209 33554432000 4194304 4196468 140726785192464 139839518470688 139839546678678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7435] ppid=7318 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7435/stat : 7435 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571984 11079335936 10209 33554432000 4194304 4196468 140726785192464 139839550908944 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7436] ppid=7318 vsize=10819664 memory=140557178521216 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7436/stat : 7436 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571984 11079335936 10209 33554432000 4194304 4196468 140726785192464 139839439182480 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7437] ppid=7318 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7437/stat : 7437 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571984 11079335936 10209 33554432000 4194304 4196468 140726785192464 139839118764304 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7438] ppid=7318 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7438/stat : 7438 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571984 11079335936 10209 33554432000 4194304 4196468 140726785192464 139839117711760 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7440] ppid=7318 vsize=10819664 memory=140557178521216 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7440/stat : 7440 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571985 11079335936 10209 33554432000 4194304 4196468 140726785192464 139839006051056 139839546677890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7442] ppid=7318 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7442/stat : 7442 (java) S 7318 7325 7264 0 -1 1077944384 33 13298 0 0 0 0 5 3 20 0 15 0 415571986 11079335936 10209 33554432000 4194304 4196468 140726785192464 139839004997280 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7444] ppid=7318 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7444/stat : 7444 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571986 11079335936 10209 33554432000 4194304 4196468 140726785192464 139838900659440 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7449] ppid=7318 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7449/stat : 7449 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571989 11079335936 10209 33554432000 4194304 4196468 140726785192464 139838296680912 139839546685339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7450] ppid=7318 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7325/task/7450/stat : 7450 (java) S 7318 7325 7264 0 -1 1077944384 482 13298 0 0 1 0 5 3 20 0 15 0 415571989 11079335936 10209 33554432000 4194304 4196468 140726785192464 139838971439344 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7451] ppid=7318 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7451/stat : 7451 (java) S 7318 7325 7264 0 -1 1077944384 166 13298 0 0 0 0 5 3 20 0 15 0 415571989 11079335936 10209 33554432000 4194304 4196468 140726785192464 139838970386800 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7452] ppid=7318 vsize=10819664 memory=140557178521216 CPUtime=0.11 cores=0,2,4,6
/proc/7325/task/7452/stat : 7452 (java) R 7318 7325 7264 0 -1 4202560 632 13298 0 0 3 0 5 3 20 0 15 0 415571989 11079335936 10209 33554432000 4194304 4196468 140726785192464 139838969333744 139839525201042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7454] ppid=7318 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7454/stat : 7454 (java) S 7318 7325 7264 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 415571989 11079335936 10209 33554432000 4194304 4196468 140726785192464 139837826918752 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7456] ppid=7318 vsize=10819664 memory=140557178521216 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7456/stat : 7456 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571989 11079335936 10721 33554432000 4194304 4196468 140726785192464 139838867102768 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40836 KiB

[startup+0.310121 s]*
/proc/loadavg: 0.84 0.72 0.86 4/227 7456
/proc/meminfo: memFree=30570720/32770624 swapFree=66997228/67108860
[pid=7325] ppid=7318 vsize=10820148 memory=51944 CPUtime=0.4 cores=0,2,4,6
/proc/7325/stat : 7325 (java) S 7318 7325 7264 0 -1 1077944320 10766 13298 0 0 29 3 5 3 20 0 15 0 415571974 11079831552 12986 33554432000 4194304 4196468 140726785192464 140726785175008 139839546666743 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
/proc/7325/statm: 2705037 12986 3304 1 0 2667149 0
[pid=7325/tid=7430] ppid=7318 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/7325/task/7430/stat : 7430 (java) R 7318 7325 7264 0 -1 4202560 7198 13298 0 0 19 2 5 3 20 0 15 0 415571983 11079831552 12986 33554432000 4194304 4196468 140726785192464 139839518466656 139839530747230 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7435] ppid=7318 vsize=10820148 memory=7667755942286944105 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7435/stat : 7435 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571984 11079831552 12986 33554432000 4194304 4196468 140726785192464 139839550908944 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7436] ppid=7318 vsize=10820148 memory=5793718615514638952 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7436/stat : 7436 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571984 11079831552 12986 33554432000 4194304 4196468 140726785192464 139839439182480 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7437] ppid=7318 vsize=10820148 memory=18328 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7437/stat : 7437 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571984 11079831552 12986 33554432000 4194304 4196468 140726785192464 139839118764304 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7438] ppid=7318 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7438/stat : 7438 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571984 11079831552 12986 33554432000 4194304 4196468 140726785192464 139839117711760 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7440] ppid=7318 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7440/stat : 7440 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571985 11079831552 12986 33554432000 4194304 4196468 140726785192464 139839006051056 139839546677890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7442] ppid=7318 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7442/stat : 7442 (java) S 7318 7325 7264 0 -1 1077944384 33 13298 0 0 0 0 5 3 20 0 15 0 415571986 11079831552 12986 33554432000 4194304 4196468 140726785192464 139839004997280 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7444] ppid=7318 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7444/stat : 7444 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571986 11079831552 12986 33554432000 4194304 4196468 140726785192464 139838900659440 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7449] ppid=7318 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7449/stat : 7449 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571989 11079831552 12986 33554432000 4194304 4196468 140726785192464 139838296680912 139839546685339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7450] ppid=7318 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7325/task/7450/stat : 7450 (java) S 7318 7325 7264 0 -1 1077944384 493 13298 0 0 2 0 5 3 20 0 15 0 415571989 11079831552 12986 33554432000 4194304 4196468 140726785192464 139838971439344 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7451] ppid=7318 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7325/task/7451/stat : 7451 (java) S 7318 7325 7264 0 -1 1077944384 166 13298 0 0 1 0 5 3 20 0 15 0 415571989 11079831552 12986 33554432000 4194304 4196468 140726785192464 139838970386800 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7452] ppid=7318 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/7325/task/7452/stat : 7452 (java) R 7318 7325 7264 0 -1 4202560 656 13298 0 0 5 0 5 3 20 0 15 0 415571989 11079831552 12986 33554432000 4194304 4196468 140726785192464 139838969333744 139839530747230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7454] ppid=7318 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7454/stat : 7454 (java) S 7318 7325 7264 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 415571989 11079831552 12986 33554432000 4194304 4196468 140726785192464 139837826918752 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7456] ppid=7318 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7456/stat : 7456 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571989 11079831552 12986 33554432000 4194304 4196468 140726785192464 139838867102768 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51944 KiB

[startup+0.700696 s]
/proc/loadavg: 0.84 0.72 0.86 4/227 7456
/proc/meminfo: memFree=30542888/32770624 swapFree=66997228/67108860
[pid=7325] ppid=7318 vsize=10824360 memory=85256 CPUtime=1.12 cores=0,2,4,6
/proc/7325/stat : 7325 (java) S 7318 7325 7264 0 -1 1077944320 15032 13298 0 0 99 5 5 3 20 0 15 0 415571974 11084144640 21314 33554432000 4194304 4196468 140726785192464 140726785175008 139839546666743 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
/proc/7325/statm: 2706090 21314 3512 1 0 2668173 0
[pid=7325/tid=7430] ppid=7318 vsize=10824360 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/7325/task/7430/stat : 7430 (java) R 7318 7325 7264 0 -1 4202560 10327 13298 0 0 54 4 5 3 20 0 15 0 415571983 11084144640 21314 33554432000 4194304 4196468 140726785192464 139839518491136 139839546688669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7435] ppid=7318 vsize=10824360 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7435/stat : 7435 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571984 11084144640 21314 33554432000 4194304 4196468 140726785192464 139839550908944 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7436] ppid=7318 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7436/stat : 7436 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571984 11084144640 21314 33554432000 4194304 4196468 140726785192464 139839439182480 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7437] ppid=7318 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7437/stat : 7437 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571984 11084144640 21314 33554432000 4194304 4196468 140726785192464 139839118764304 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7438] ppid=7318 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7438/stat : 7438 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571984 11084144640 21314 33554432000 4194304 4196468 140726785192464 139839117711760 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7440] ppid=7318 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7440/stat : 7440 (java) S 7318 7325 7264 0 -1 1077944384 5 13298 0 0 0 0 5 3 20 0 15 0 415571985 11084144640 21314 33554432000 4194304 4196468 140726785192464 139839006051056 139839546677890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7442] ppid=7318 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7442/stat : 7442 (java) S 7318 7325 7264 0 -1 1077944384 33 13298 0 0 0 0 5 3 20 0 15 0 415571986 11084144640 21314 33554432000 4194304 4196468 140726785192464 139839004997280 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7444] ppid=7318 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7444/stat : 7444 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571986 11084144640 21314 33554432000 4194304 4196468 140726785192464 139838900659440 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7449] ppid=7318 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7449/stat : 7449 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571989 11084144640 21314 33554432000 4194304 4196468 140726785192464 139838296680912 139839546685339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7450] ppid=7318 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/7325/task/7450/stat : 7450 (java) S 7318 7325 7264 0 -1 1077944384 941 13298 0 0 12 0 5 3 20 0 15 0 415571989 11084144640 21314 33554432000 4194304 4196468 140726785192464 139838971439344 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7451] ppid=7318 vsize=10824360 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/7325/task/7451/stat : 7451 (java) S 7318 7325 7264 0 -1 1077944384 597 13298 0 0 14 0 5 3 20 0 15 0 415571989 11084144640 21314 33554432000 4194304 4196468 140726785192464 139838970386800 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7452] ppid=7318 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/7325/task/7452/stat : 7452 (java) S 7318 7325 7264 0 -1 1077944384 907 13298 0 0 17 0 5 3 20 0 15 0 415571989 11084144640 21314 33554432000 4194304 4196468 140726785192464 139838969333744 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7454] ppid=7318 vsize=10824360 memory=281114065240304 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7454/stat : 7454 (java) S 7318 7325 7264 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 415571989 11084144640 21314 33554432000 4194304 4196468 140726785192464 139837826918752 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7456] ppid=7318 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7456/stat : 7456 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571989 11084144640 21314 33554432000 4194304 4196468 140726785192464 139838867102768 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85256 KiB

[startup+1.50063 s]
/proc/loadavg: 0.84 0.72 0.86 5/227 7456
/proc/meminfo: memFree=30455100/32770624 swapFree=66997228/67108860
[pid=7325] ppid=7318 vsize=10834676 memory=175012 CPUtime=2.44 cores=0,2,4,6
/proc/7325/stat : 7325 (java) S 7318 7325 7264 0 -1 1077944320 24213 13298 0 0 227 9 5 3 20 0 15 0 415571974 11094708224 43753 33554432000 4194304 4196468 140726785192464 140726785175008 139839546666743 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
/proc/7325/statm: 2708669 43753 3575 1 0 2670733 0
[pid=7325/tid=7430] ppid=7318 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/7325/task/7430/stat : 7430 (java) R 7318 7325 7264 0 -1 4202560 15989 13298 0 0 129 6 5 3 20 0 15 0 415571983 11094708224 43753 33554432000 4194304 4196468 140726785192464 139839518463440 139839546678678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7435] ppid=7318 vsize=10834676 memory=6944652177228980320 CPUtime=0.09 cores=0,2,4,6
/proc/7325/task/7435/stat : 7435 (java) S 7318 7325 7264 0 -1 1077944384 58 13298 0 0 1 0 5 3 20 0 15 0 415571984 11094708224 43753 33554432000 4194304 4196468 140726785192464 139839550908944 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7436] ppid=7318 vsize=10834676 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7436/stat : 7436 (java) S 7318 7325 7264 0 -1 1077944384 91 13298 0 0 0 0 5 3 20 0 15 0 415571984 11094708224 43753 33554432000 4194304 4196468 140726785192464 139839439182480 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7437] ppid=7318 vsize=10834676 memory=281114065817312 CPUtime=0.09 cores=0,2,4,6
/proc/7325/task/7437/stat : 7437 (java) S 7318 7325 7264 0 -1 1077944384 369 13298 0 0 1 0 5 3 20 0 15 0 415571984 11094708224 43753 33554432000 4194304 4196468 140726785192464 139839118764304 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7438] ppid=7318 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7325/task/7438/stat : 7438 (java) S 7318 7325 7264 0 -1 1077944384 32 13298 0 0 1 0 5 3 20 0 15 0 415571984 11094708224 43753 33554432000 4194304 4196468 140726785192464 139839117711760 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7440] ppid=7318 vsize=10834676 memory=3472468836080736080 CPUtime=0.09 cores=0,2,4,6
/proc/7325/task/7440/stat : 7440 (java) S 7318 7325 7264 0 -1 1077944384 1709 13298 0 0 1 0 5 3 20 0 15 0 415571985 11094708224 43753 33554432000 4194304 4196468 140726785192464 139839006051056 139839546677890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7442] ppid=7318 vsize=10834676 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7442/stat : 7442 (java) S 7318 7325 7264 0 -1 1077944384 34 13298 0 0 0 0 5 3 20 0 15 0 415571986 11094708224 43753 33554432000 4194304 4196468 140726785192464 139839004997344 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7444] ppid=7318 vsize=10834676 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7444/stat : 7444 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571986 11094708224 43753 33554432000 4194304 4196468 140726785192464 139838900659456 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7449] ppid=7318 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7449/stat : 7449 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571989 11094708224 43753 33554432000 4194304 4196468 140726785192464 139838296680912 139839546685339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7450] ppid=7318 vsize=10834676 memory=55 CPUtime=0.32 cores=0,2,4,6
/proc/7325/task/7450/stat : 7450 (java) S 7318 7325 7264 0 -1 1077944384 1040 13298 0 0 24 0 5 3 20 0 15 0 415571989 11094708224 43753 33554432000 4194304 4196468 140726785192464 139838971439344 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7451] ppid=7318 vsize=10834676 memory=2670038 CPUtime=0.32 cores=0,2,4,6
/proc/7325/task/7451/stat : 7451 (java) S 7318 7325 7264 0 -1 1077944384 841 13298 0 0 24 0 5 3 20 0 15 0 415571989 11094708224 43753 33554432000 4194304 4196468 140726785192464 139838970386800 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7452] ppid=7318 vsize=10834676 memory=2671442 CPUtime=0.49 cores=0,2,4,6
/proc/7325/task/7452/stat : 7452 (java) R 7318 7325 7264 0 -1 4202560 1833 13298 0 0 41 0 5 3 20 0 15 0 415571989 11094708224 43753 33554432000 4194304 4196468 140726785192464 139838969328736 139839526128301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7454] ppid=7318 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7454/stat : 7454 (java) S 7318 7325 7264 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 415571989 11094708224 43753 33554432000 4194304 4196468 140726785192464 139837826918752 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7456] ppid=7318 vsize=10834676 memory=281114065262336 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7456/stat : 7456 (java) S 7318 7325 7264 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 415571989 11094708224 43753 33554432000 4194304 4196468 140726785192464 139838867102768 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

/proc/7325/task/7430/stat : 7430 (java) R 7318 7325 7264 0 -1 4202560 83478 13298 0 0 235708 44 5 3 20 0 15 0 415571983 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839518502368 139839119892052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7435] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.34 cores=0,2,4,6
/proc/7325/task/7435/stat : 7435 (java) S 7318 7325 7264 0 -1 1077944384 19564 13298 0 0 1073 53 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839550908944 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7436] ppid=7318 vsize=10851092 memory=886908 CPUtime=11.32 cores=0,2,4,6
/proc/7325/task/7436/stat : 7436 (java) S 7318 7325 7264 0 -1 1077944384 15036 13298 0 0 1074 50 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839439182480 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7437] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.32 cores=0,2,4,6
/proc/7325/task/7437/stat : 7437 (java) S 7318 7325 7264 0 -1 1077944384 17957 13298 0 0 1072 52 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839118764304 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7438] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.31 cores=0,2,4,6
/proc/7325/task/7438/stat : 7438 (java) S 7318 7325 7264 0 -1 1077944384 22255 13298 0 0 1072 51 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839117711760 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7440] ppid=7318 vsize=10851092 memory=888956 CPUtime=9.96 cores=0,2,4,6
/proc/7325/task/7440/stat : 7440 (java) S 7318 7325 7264 0 -1 1077944384 19605 13298 0 0 936 52 5 3 20 0 15 0 415571985 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839006051056 139839546677890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7442] ppid=7318 vsize=10851092 memory=886908 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7442/stat : 7442 (java) S 7318 7325 7264 0 -1 1077944384 43 13298 0 0 0 0 5 3 20 0 15 0 415571986 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839004997344 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7444] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7444/stat : 7444 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571986 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838900659456 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7449] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7449/stat : 7449 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838296680912 139839546685339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7450] ppid=7318 vsize=10851092 memory=888956 CPUtime=6.45 cores=0,2,4,6
/proc/7325/task/7450/stat : 7450 (java) S 7318 7325 7264 0 -1 1077944384 36730 13298 0 0 631 6 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838971439344 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7451] ppid=7318 vsize=10851092 memory=888956 CPUtime=6.95 cores=0,2,4,6
/proc/7325/task/7451/stat : 7451 (java) S 7318 7325 7264 0 -1 1077944384 40604 13298 0 0 681 6 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838970386800 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7452] ppid=7318 vsize=10851092 memory=3624 CPUtime=4.44 cores=0,2,4,6
/proc/7325/task/7452/stat : 7452 (java) S 7318 7325 7264 0 -1 1077944384 34599 13298 0 0 429 7 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838969333744 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7454] ppid=7318 vsize=10851092 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7454/stat : 7454 (java) S 7318 7325 7264 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139837826918752 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7456] ppid=7318 vsize=10851092 memory=25628 CPUtime=1.31 cores=0,2,4,6
/proc/7325/task/7456/stat : 7456 (java) S 7318 7325 7264 0 -1 1077944384 1336 13298 0 0 56 67 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838867102768 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
Current children cumulated CPU time: 2431.38 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 888956 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.41 1.36 4/226 7703
/proc/meminfo: memFree=28867096/32770624 swapFree=66997284/67108860
[pid=7325] ppid=7318 vsize=10851092 memory=888956 CPUtime=2492.29 cores=0,2,4,6
/proc/7325/stat : 7325 (java) S 7318 7325 7264 0 -1 1077944320 295260 13298 0 0 248881 340 5 3 20 0 15 0 415571974 11111518208 222239 33554432000 4194304 4196468 140726785192464 140726785175008 139839546666743 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
/proc/7325/statm: 2712773 222239 3634 1 0 2674829 0
[pid=7325/tid=7430] ppid=7318 vsize=10851092 memory=888956 CPUtime=2416.98 cores=0,2,4,6
/proc/7325/task/7430/stat : 7430 (java) R 7318 7325 7264 0 -1 4202560 84248 13298 0 0 241645 45 5 3 20 0 15 0 415571983 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839518501568 139839137255779 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7435] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.65 cores=0,2,4,6
/proc/7325/task/7435/stat : 7435 (java) S 7318 7325 7264 0 -1 1077944384 19926 13298 0 0 1102 55 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839550908944 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7436] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.63 cores=0,2,4,6
/proc/7325/task/7436/stat : 7436 (java) S 7318 7325 7264 0 -1 1077944384 15088 13298 0 0 1103 52 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839439182480 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7437] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.62 cores=0,2,4,6
/proc/7325/task/7437/stat : 7437 (java) S 7318 7325 7264 0 -1 1077944384 18175 13298 0 0 1101 53 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839118764304 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7438] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.62 cores=0,2,4,6
/proc/7325/task/7438/stat : 7438 (java) S 7318 7325 7264 0 -1 1077944384 22294 13298 0 0 1102 52 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839117711760 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7440] ppid=7318 vsize=10851092 memory=3624 CPUtime=10.22 cores=0,2,4,6
/proc/7325/task/7440/stat : 7440 (java) S 7318 7325 7264 0 -1 1077944384 19831 13298 0 0 961 53 5 3 20 0 15 0 415571985 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839006051056 139839546677890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7442] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7442/stat : 7442 (java) S 7318 7325 7264 0 -1 1077944384 43 13298 0 0 0 0 5 3 20 0 15 0 415571986 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839004997344 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7444] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7444/stat : 7444 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571986 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838900659456 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7449] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7449/stat : 7449 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838296680912 139839546685339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7450] ppid=7318 vsize=10851092 memory=888956 CPUtime=6.45 cores=0,2,4,6
/proc/7325/task/7450/stat : 7450 (java) S 7318 7325 7264 0 -1 1077944384 36732 13298 0 0 631 6 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838971439344 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7451] ppid=7318 vsize=10851092 memory=888956 CPUtime=6.95 cores=0,2,4,6
/proc/7325/task/7451/stat : 7451 (java) S 7318 7325 7264 0 -1 1077944384 40606 13298 0 0 681 6 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838970386800 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7452] ppid=7318 vsize=10851092 memory=888956 CPUtime=4.44 cores=0,2,4,6
/proc/7325/task/7452/stat : 7452 (java) S 7318 7325 7264 0 -1 1077944384 34751 13298 0 0 429 7 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838969333744 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7454] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7454/stat : 7454 (java) S 7318 7325 7264 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139837826918752 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7456] ppid=7318 vsize=10851092 memory=888956 CPUtime=1.34 cores=0,2,4,6
/proc/7325/task/7456/stat : 7456 (java) S 7318 7325 7264 0 -1 1077944384 1352 13298 0 0 57 69 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838867102768 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
Current children cumulated CPU time: 2492.29 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 888956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.7 s]
/proc/loadavg: 1.19 1.38 1.35 3/226 7838
/proc/meminfo: memFree=29728108/32770624 swapFree=66997284/67108860
[pid=7325] ppid=7318 vsize=10851092 memory=888956 CPUtime=2520.1 cores=0,2,4,6
/proc/7325/stat : 7325 (java) S 7318 7325 7264 0 -1 1077944320 296704 13298 0 0 251659 343 5 3 20 0 15 0 415571974 11111518208 222239 33554432000 4194304 4196468 140726785192464 140726785175008 139839546666743 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
/proc/7325/statm: 2712773 222239 3634 1 0 2674829 0
[pid=7325/tid=7430] ppid=7318 vsize=10851092 memory=888956 CPUtime=2444.1 cores=0,2,4,6
/proc/7325/task/7430/stat : 7430 (java) R 7318 7325 7264 0 -1 4202560 84786 13298 0 0 244357 45 5 3 20 0 15 0 415571983 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839518501680 139839139501839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7435] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.79 cores=0,2,4,6
/proc/7325/task/7435/stat : 7435 (java) S 7318 7325 7264 0 -1 1077944384 20228 13298 0 0 1116 55 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839550908944 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7436] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.76 cores=0,2,4,6
/proc/7325/task/7436/stat : 7436 (java) S 7318 7325 7264 0 -1 1077944384 15343 13298 0 0 1116 52 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839439182480 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7437] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.77 cores=0,2,4,6
/proc/7325/task/7437/stat : 7437 (java) S 7318 7325 7264 0 -1 1077944384 18197 13298 0 0 1115 54 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839118764304 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7438] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.76 cores=0,2,4,6
/proc/7325/task/7438/stat : 7438 (java) S 7318 7325 7264 0 -1 1077944384 22383 13298 0 0 1115 53 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839117711760 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7440] ppid=7318 vsize=10851092 memory=888956 CPUtime=10.34 cores=0,2,4,6
/proc/7325/task/7440/stat : 7440 (java) S 7318 7325 7264 0 -1 1077944384 20057 13298 0 0 973 53 5 3 20 0 15 0 415571985 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839006051056 139839546677890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7442] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7442/stat : 7442 (java) S 7318 7325 7264 0 -1 1077944384 43 13298 0 0 0 0 5 3 20 0 15 0 415571986 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839004997344 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7444] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7444/stat : 7444 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571986 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838900659456 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7449] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7449/stat : 7449 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838296680912 139839546685339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7450] ppid=7318 vsize=10851092 memory=888956 CPUtime=6.45 cores=0,2,4,6
/proc/7325/task/7450/stat : 7450 (java) S 7318 7325 7264 0 -1 1077944384 36734 13298 0 0 631 6 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838971439344 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7451] ppid=7318 vsize=10851092 memory=281114067448704 CPUtime=6.95 cores=0,2,4,6
/proc/7325/task/7451/stat : 7451 (java) S 7318 7325 7264 0 -1 1077944384 40608 13298 0 0 681 6 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838970386800 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7452] ppid=7318 vsize=10851092 memory=7681905605394137914 CPUtime=4.44 cores=0,2,4,6
/proc/7325/task/7452/stat : 7452 (java) S 7318 7325 7264 0 -1 1077944384 34753 13298 0 0 429 7 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838969333744 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7454] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7454/stat : 7454 (java) S 7318 7325 7264 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139837826918752 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7456] ppid=7318 vsize=10851092 memory=3624 CPUtime=1.35 cores=0,2,4,6
/proc/7325/task/7456/stat : 7456 (java) S 7318 7325 7264 0 -1 1077944384 1358 13298 0 0 57 70 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838867102768 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 888956 KiB

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

[startup+2469.73 s]
# the end of solver process 7325 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.66 s, system=3.47823 s

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

[startup+2469.7 s]
/proc/loadavg: 1.19 1.38 1.35 3/226 7838
/proc/meminfo: memFree=29728108/32770624 swapFree=66997284/67108860
[pid=7325] ppid=7318 vsize=10851092 memory=888956 CPUtime=2520.1 cores=0,2,4,6
/proc/7325/stat : 7325 (java) S 7318 7325 7264 0 -1 1077944320 296704 13298 0 0 251659 343 5 3 20 0 15 0 415571974 11111518208 222239 33554432000 4194304 4196468 140726785192464 140726785175008 139839546666743 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
/proc/7325/statm: 2712773 222239 3634 1 0 2674829 0
[pid=7325/tid=7430] ppid=7318 vsize=10851092 memory=888956 CPUtime=2444.1 cores=0,2,4,6
/proc/7325/task/7430/stat : 7430 (java) R 7318 7325 7264 0 -1 4202560 84786 13298 0 0 244357 45 5 3 20 0 15 0 415571983 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839518501680 139839139501839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7435] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.79 cores=0,2,4,6
/proc/7325/task/7435/stat : 7435 (java) S 7318 7325 7264 0 -1 1077944384 20228 13298 0 0 1116 55 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839550908944 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7436] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.76 cores=0,2,4,6
/proc/7325/task/7436/stat : 7436 (java) S 7318 7325 7264 0 -1 1077944384 15343 13298 0 0 1116 52 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839439182480 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7437] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.77 cores=0,2,4,6
/proc/7325/task/7437/stat : 7437 (java) S 7318 7325 7264 0 -1 1077944384 18197 13298 0 0 1115 54 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839118764304 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7438] ppid=7318 vsize=10851092 memory=888956 CPUtime=11.76 cores=0,2,4,6
/proc/7325/task/7438/stat : 7438 (java) S 7318 7325 7264 0 -1 1077944384 22383 13298 0 0 1115 53 5 3 20 0 15 0 415571984 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839117711760 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7440] ppid=7318 vsize=10851092 memory=888956 CPUtime=10.34 cores=0,2,4,6
/proc/7325/task/7440/stat : 7440 (java) S 7318 7325 7264 0 -1 1077944384 20057 13298 0 0 973 53 5 3 20 0 15 0 415571985 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839006051056 139839546677890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7442] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7442/stat : 7442 (java) S 7318 7325 7264 0 -1 1077944384 43 13298 0 0 0 0 5 3 20 0 15 0 415571986 11111518208 222239 33554432000 4194304 4196468 140726785192464 139839004997344 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7444] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7444/stat : 7444 (java) S 7318 7325 7264 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 415571986 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838900659456 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7449] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7449/stat : 7449 (java) S 7318 7325 7264 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838296680912 139839546685339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7450] ppid=7318 vsize=10851092 memory=888956 CPUtime=6.45 cores=0,2,4,6
/proc/7325/task/7450/stat : 7450 (java) S 7318 7325 7264 0 -1 1077944384 36734 13298 0 0 631 6 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838971439344 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7451] ppid=7318 vsize=10851092 memory=281114067448704 CPUtime=6.95 cores=0,2,4,6
/proc/7325/task/7451/stat : 7451 (java) S 7318 7325 7264 0 -1 1077944384 40608 13298 0 0 681 6 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838970386800 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7452] ppid=7318 vsize=10851092 memory=7681905605394137914 CPUtime=4.44 cores=0,2,4,6
/proc/7325/task/7452/stat : 7452 (java) S 7318 7325 7264 0 -1 1077944384 34753 13298 0 0 429 7 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838969333744 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7454] ppid=7318 vsize=10851092 memory=888956 CPUtime=0.08 cores=0,2,4,6
/proc/7325/task/7454/stat : 7454 (java) S 7318 7325 7264 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139837826918752 139839546676949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
[pid=7325/tid=7456] ppid=7318 vsize=10851092 memory=3624 CPUtime=1.35 cores=0,2,4,6
/proc/7325/task/7456/stat : 7456 (java) S 7318 7325 7264 0 -1 1077944384 1358 13298 0 0 57 70 5 3 20 0 15 0 415571989 11111518208 222239 33554432000 4194304 4196468 140726785192464 139838867102768 139839546677890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140726785194735 140726785197253 140726785197253 140726785200079 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 888956 KiB

Child status: 143
Real time (s): 2469.73
CPU time (s): 2520.14
CPU user time (s): 2516.66
CPU system time (s): 3.47823
CPU usage (%): 102.041
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 923992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.66
system time used= 3.47823
maximum resident set size= 926040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310927
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 274010
involuntary context switches= 10732


# summary of solver processes directly reported to runsolver:
#   pid: 7325
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.66
#   total CPU system time (s): 3.47823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8303 second user time and 21.5697 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-13 17:44:56
IDJOB=4396126
IDBENCH=115816
IDSOLVER=2846
FILE ID=node106/4396126-1568393173
RUNJOBID= node106-1568389496-7295
PBS_JOBID= 21701863
Free space on /tmp= 59112 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396126-1568393173/watcher-4396126-1568393173 -o /tmp/evaluation-result-4396126-1568393173/solver-4396126-1568393173 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568389496-7295 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2000622478 HOME/instance-4396126-1568393173.xml

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

MD5SUM BENCH= a08c622730be04b0ce65f9055d76b754
RANDOM SEED=2000622478

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:        30653212 kB
MemAvailable:   31904912 kB
Buffers:          161612 kB
Cached:          1373232 kB
SwapCached:         9592 kB
Active:           483200 kB
Inactive:        1063972 kB
Active(anon):      13404 kB
Inactive(anon):    33972 kB
Active(file):     469796 kB
Inactive(file):  1030000 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66997228 kB
Dirty:             70864 kB
Writeback:             0 kB
AnonPages:        112472 kB
Mapped:            36952 kB
Shmem:             24848 kB
Slab:             164396 kB
SReclaimable:     135476 kB
SUnreclaim:        28920 kB
KernelStack:        3280 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     494524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 59044 MiB
End job on node106 at 2019-09-13 18:26:06