Trace number 4396094

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)303 2520.1 2468.33

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-6.xml
MD5SUMf9b69c01e6bb1a0d57b760340d1825ed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark303
Best CPU time to get the best result obtained on this benchmark29.4046
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size4
Maximum domain size405
Distribution of domain sizes[{"size":4,"count":5},{"size":5,"count":45},{"size":405,"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.78/0.56	c Concrete v3.12.2.1568380929293 running
14.07/5.53	o 404
15.31/5.95	o 403
15.95/6.19	o 391
18.20/7.07	o 379
19.64/7.81	o 359
22.66/10.04	o 358
22.66/10.08	o 343
23.47/10.79	o 336
24.09/11.28	o 335
24.20/11.33	o 333
25.05/12.04	o 332
28.99/15.19	o 331
31.49/17.22	o 330
31.49/17.29	o 329
31.60/17.31	o 328
31.60/17.32	o 327
31.60/17.34	o 323
31.77/17.43	o 322
31.77/17.44	o 321
31.91/17.58	o 318
32.04/17.63	o 317
60.65/44.63	o 314
60.65/44.65	o 313
116.78/99.61	o 312
190.82/171.99	o 311
279.87/259.80	o 310
279.87/259.83	o 308
306.01/285.67	o 307
306.01/285.70	o 306
306.82/286.43	o 304
308.25/287.87	o 303
2520.06/2468.30	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2468.30		at concrete.MAC.mac(MAC.scala:192)
2520.06/2468.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2468.30		at scala.util.Try$.apply(Try.scala:212)
2520.06/2468.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2468.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2468.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2468.30		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2468.30		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2468.30		at concrete.MAC.nextSolution(MAC.scala:369)
2520.06/2468.30		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2468.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2468.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2468.30		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2468.30		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2468.30		at scala.util.Success.map(Try.scala:264)
2520.06/2468.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2468.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2468.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2468.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2468.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2468.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2468.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2468.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2468.31		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2468.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2468.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2468.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2468.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2468.31		at scala.App.main(App.scala:75)
2520.06/2468.31		at scala.App.main$(App.scala:73)
2520.06/2468.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2468.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2468.31	v <instantiation
2520.06/2468.31	v         cost = '303'>
2520.06/2468.31	v       <list>
2520.06/2468.31	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.06/2468.31	v       </list>
2520.06/2468.31	v       <values>
2520.06/2468.31	v         0 80 149 214 246 0 61 132 163 254 14 62 154 163 241 0 14 111 206 254 0 102 111 125 214 297 303 303 296 303 62 65 65 16 51 58 71 31 85 49 47 63 2 78 62 14 97 95 48 42 80 9 7 76 89 2 3 0 4 1 4 0 1 3 2 0 2 3 1 4 0 1 4 2 3 3 4 1 2 0 149 246 0 80 214 61 132 254 163 0 14 163 62 154 241 0 14 206 254 111 214 111 125 0 102
2520.06/2468.31	v       </values>
2520.06/2468.31	v     </instantiation>
2520.06/2468.31	s SATISFIABLE

Verifier Data

OK	303

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396094-1568393312/watcher-4396094-1568393312 -o /tmp/evaluation-result-4396094-1568393312/solver-4396094-1568393312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2678 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=532827311 HOME/instance-4396094-1568393312.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
solver pid=2708, runsolver pid=2705
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 1.00 1.01 1.21 4/209 2821
/proc/meminfo: memFree=31458852/32770624 swapFree=66981568/67108860
[pid=2708] ppid=2705 vsize=9972712 memory=16552 CPUtime=0.09 cores=0,2,4,6
/proc/2708/stat : 2708 (java) S 2705 2708 1949 0 -1 1077944320 4371 13250 0 0 1 0 5 3 20 0 6 0 415593956 10212057088 4138 33554432000 4194304 4196468 140730167184112 140730167166656 139892349206263 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
/proc/2708/statm: 2493178 4138 1933 1 0 2481616 0
[pid=2708/tid=2813] ppid=2705 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2813/stat : 2813 (java) R 2705 2708 1949 0 -1 4202560 2224 13250 0 0 0 0 5 3 20 0 6 0 415593965 10212057088 4204 33554432000 4194304 4196468 140730167184112 139892321043024 139892330599997 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2818] ppid=2705 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2818/stat : 2818 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 6 0 415593966 10212057088 4204 33554432000 4194304 4196468 140730167184112 139892353448592 139892349216469 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2819] ppid=2705 vsize=9972712 memory=140603037431424 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2819/stat : 2819 (java) S 2705 2708 1949 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 6 0 415593966 10212057088 4204 33554432000 4194304 4196468 140730167184112 139891922823696 139892349216469 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2820] ppid=2705 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2820/stat : 2820 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 6 0 415593966 10212057088 4204 33554432000 4194304 4196468 140730167184112 139891921770896 139892349216469 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2821] ppid=2705 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2821/stat : 2821 (java) S 2705 2708 1949 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 6 0 415593966 10212057088 4204 33554432000 4194304 4196468 140730167184112 139891920718096 139892349216469 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.209933 s]*
/proc/loadavg: 1.00 1.01 1.21 6/227 2839
/proc/meminfo: memFree=31419876/32770624 swapFree=66981568/67108860
[pid=2708] ppid=2705 vsize=10819664 memory=41580 CPUtime=0.26 cores=0,2,4,6
/proc/2708/stat : 2708 (java) S 2705 2708 1949 0 -1 1077944320 7193 13250 0 0 16 2 5 3 20 0 15 0 415593956 11079335936 10395 33554432000 4194304 4196468 140730167184112 140730167166656 139892349206263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
/proc/2708/statm: 2704916 10395 3166 1 0 2667149 0
[pid=2708/tid=2813] ppid=2705 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/2708/task/2813/stat : 2813 (java) R 2705 2708 1949 0 -1 4202560 3700 13250 0 0 10 1 5 3 20 0 15 0 415593965 11079335936 10395 33554432000 4194304 4196468 140730167184112 139892321030144 139892333286750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2818] ppid=2705 vsize=10819664 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2818/stat : 2818 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593966 11079335936 10395 33554432000 4194304 4196468 140730167184112 139892353448592 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2819] ppid=2705 vsize=10819664 memory=140603040427383 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2819/stat : 2819 (java) S 2705 2708 1949 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 415593966 11079335936 10395 33554432000 4194304 4196468 140730167184112 139891922823696 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2820] ppid=2705 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2820/stat : 2820 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593966 11079335936 10395 33554432000 4194304 4196468 140730167184112 139891921770896 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2821] ppid=2705 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2821/stat : 2821 (java) S 2705 2708 1949 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 415593966 11079335936 10395 33554432000 4194304 4196468 140730167184112 139891920718096 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2823] ppid=2705 vsize=10819664 memory=140603037431424 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2823/stat : 2823 (java) S 2705 2708 1949 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 415593967 11079335936 10395 33554432000 4194304 4196468 140730167184112 139891808586608 139892349217410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2826] ppid=2705 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2826/stat : 2826 (java) S 2705 2708 1949 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 415593968 11079335936 10395 33554432000 4194304 4196468 140730167184112 139891715335712 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2827] ppid=2705 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2827/stat : 2827 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593968 11079335936 10395 33554432000 4194304 4196468 140730167184112 139891111355760 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2834] ppid=2705 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2834/stat : 2834 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11079335936 10395 33554432000 4194304 4196468 140730167184112 139890871064912 139892349224859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2835] ppid=2705 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2708/task/2835/stat : 2835 (java) S 2705 2708 1949 0 -1 1077944384 601 13250 0 0 1 0 5 3 20 0 15 0 415593971 11079335936 10395 33554432000 4194304 4196468 140730167184112 139891807533424 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2836] ppid=2705 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2836/stat : 2836 (java) S 2705 2708 1949 0 -1 1077944384 65 13250 0 0 0 0 5 3 20 0 15 0 415593971 11079335936 10395 33554432000 4194304 4196468 140730167184112 139891806480624 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2837] ppid=2705 vsize=10819664 memory=140603037431424 CPUtime=0.11 cores=0,2,4,6
/proc/2708/task/2837/stat : 2837 (java) R 2705 2708 1949 0 -1 4202560 602 13250 0 0 3 0 5 3 20 0 15 0 415593971 11079335936 10395 33554432000 4194304 4196468 140730167184112 139891805427824 139892327833486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2838] ppid=2705 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2838/stat : 2838 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11079335936 10395 33554432000 4194304 4196468 140730167184112 139890837506272 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2839] ppid=2705 vsize=10819664 memory=140603037431424 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2839/stat : 2839 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593971 11079335936 10395 33554432000 4194304 4196468 140730167184112 139891804376240 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41580 KiB

[startup+0.310907 s]*
/proc/loadavg: 1.00 1.01 1.21 6/227 2839
/proc/meminfo: memFree=31393188/32770624 swapFree=66981568/67108860
[pid=2708] ppid=2705 vsize=10820148 memory=50728 CPUtime=0.4 cores=0,2,4,6
/proc/2708/stat : 2708 (java) S 2705 2708 1949 0 -1 1077944320 10848 13250 0 0 28 4 5 3 20 0 15 0 415593956 11079831552 12682 33554432000 4194304 4196468 140730167184112 140730167166656 139892349206263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
/proc/2708/statm: 2705037 12682 3319 1 0 2667149 0
[pid=2708/tid=2813] ppid=2705 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/2708/task/2813/stat : 2813 (java) R 2705 2708 1949 0 -1 4202560 7331 13250 0 0 19 2 5 3 20 0 15 0 415593965 11079831552 12682 33554432000 4194304 4196468 140730167184112 139892321006176 139892333286750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2818] ppid=2705 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2818/stat : 2818 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593966 11079831552 12682 33554432000 4194304 4196468 140730167184112 139892353448592 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2819] ppid=2705 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2819/stat : 2819 (java) S 2705 2708 1949 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 415593966 11079831552 12682 33554432000 4194304 4196468 140730167184112 139891922823696 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2820] ppid=2705 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2820/stat : 2820 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593966 11079831552 12682 33554432000 4194304 4196468 140730167184112 139891921770896 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2821] ppid=2705 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2821/stat : 2821 (java) S 2705 2708 1949 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 415593966 11079831552 12682 33554432000 4194304 4196468 140730167184112 139891920718096 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2823] ppid=2705 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2823/stat : 2823 (java) S 2705 2708 1949 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 415593967 11079831552 12682 33554432000 4194304 4196468 140730167184112 139891808586608 139892349217410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2826] ppid=2705 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2826/stat : 2826 (java) S 2705 2708 1949 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 415593968 11079831552 12682 33554432000 4194304 4196468 140730167184112 139891715335712 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2827] ppid=2705 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2827/stat : 2827 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593968 11079831552 12682 33554432000 4194304 4196468 140730167184112 139891111355760 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2834] ppid=2705 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2834/stat : 2834 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11079831552 12682 33554432000 4194304 4196468 140730167184112 139890871064912 139892349224859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2835] ppid=2705 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2708/task/2835/stat : 2835 (java) S 2705 2708 1949 0 -1 1077944384 602 13250 0 0 1 0 5 3 20 0 15 0 415593971 11079831552 12682 33554432000 4194304 4196468 140730167184112 139891807533424 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2836] ppid=2705 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2708/task/2836/stat : 2836 (java) S 2705 2708 1949 0 -1 1077944384 74 13250 0 0 1 0 5 3 20 0 15 0 415593971 11079831552 12682 33554432000 4194304 4196468 140730167184112 139891806480624 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2837] ppid=2705 vsize=10820148 memory=140603037431424 CPUtime=0.13 cores=0,2,4,6
/proc/2708/task/2837/stat : 2837 (java) S 2705 2708 1949 0 -1 1077944384 611 13250 0 0 5 0 5 3 20 0 15 0 415593971 11079831552 12682 33554432000 4194304 4196468 140730167184112 139891805427824 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2838] ppid=2705 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2838/stat : 2838 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11079831552 12682 33554432000 4194304 4196468 140730167184112 139890837506272 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2839] ppid=2705 vsize=10820148 memory=140603037431424 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2839/stat : 2839 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593971 11079831552 12682 33554432000 4194304 4196468 140730167184112 139891804376240 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50728 KiB

[startup+0.700813 s]
/proc/loadavg: 1.00 1.01 1.21 4/227 2839
/proc/meminfo: memFree=31364108/32770624 swapFree=66981568/67108860
[pid=2708] ppid=2705 vsize=10824360 memory=83600 CPUtime=1.15 cores=0,2,4,6
/proc/2708/stat : 2708 (java) S 2705 2708 1949 0 -1 1077944320 15137 13250 0 0 101 6 5 3 20 0 15 0 415593956 11084144640 20900 33554432000 4194304 4196468 140730167184112 140730167166656 139892349206263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
/proc/2708/statm: 2706090 20900 3507 1 0 2668173 0
[pid=2708/tid=2813] ppid=2705 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2708/task/2813/stat : 2813 (java) R 2705 2708 1949 0 -1 4202560 10416 13250 0 0 55 4 5 3 20 0 15 0 415593965 11084144640 20900 33554432000 4194304 4196468 140730167184112 139892321026832 139892272280020 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2818] ppid=2705 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2818/stat : 2818 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593966 11084144640 20900 33554432000 4194304 4196468 140730167184112 139892353448592 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2819] ppid=2705 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2819/stat : 2819 (java) S 2705 2708 1949 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 415593966 11084144640 20900 33554432000 4194304 4196468 140730167184112 139891922823696 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2820] ppid=2705 vsize=10824360 memory=281205870741472 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2820/stat : 2820 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593966 11084144640 20900 33554432000 4194304 4196468 140730167184112 139891921770896 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2821] ppid=2705 vsize=10824360 memory=140602935226288 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2821/stat : 2821 (java) S 2705 2708 1949 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 415593966 11084144640 20900 33554432000 4194304 4196468 140730167184112 139891920718096 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2823] ppid=2705 vsize=10824360 memory=140604344369739 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2823/stat : 2823 (java) S 2705 2708 1949 0 -1 1077944384 5 13250 0 0 0 0 5 3 20 0 15 0 415593967 11084144640 20900 33554432000 4194304 4196468 140730167184112 139891808586608 139892349217410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2826] ppid=2705 vsize=10824360 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2826/stat : 2826 (java) S 2705 2708 1949 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 415593968 11084144640 20900 33554432000 4194304 4196468 140730167184112 139891715335712 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2827] ppid=2705 vsize=10824360 memory=7523919935556904256 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2827/stat : 2827 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593968 11084144640 20900 33554432000 4194304 4196468 140730167184112 139891111355760 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2834] ppid=2705 vsize=10824360 memory=7739276948477865319 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2834/stat : 2834 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11084144640 20900 33554432000 4194304 4196468 140730167184112 139890871064912 139892349224859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2835] ppid=2705 vsize=10824360 memory=5789189752906409301 CPUtime=0.19 cores=0,2,4,6
/proc/2708/task/2835/stat : 2835 (java) S 2705 2708 1949 0 -1 1077944384 1067 13250 0 0 11 0 5 3 20 0 15 0 415593971 11084144640 20900 33554432000 4194304 4196468 140730167184112 139891807533424 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2836] ppid=2705 vsize=10824360 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/2708/task/2836/stat : 2836 (java) R 2705 2708 1949 0 -1 4202560 585 13250 0 0 15 0 5 3 20 0 15 0 415593971 11084144640 20900 33554432000 4194304 4196468 140730167184112 139891806480624 139892333968545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2837] ppid=2705 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/2708/task/2837/stat : 2837 (java) S 2705 2708 1949 0 -1 1077944384 833 13250 0 0 17 0 5 3 20 0 15 0 415593971 11084144640 20900 33554432000 4194304 4196468 140730167184112 139891805427824 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2838] ppid=2705 vsize=10824360 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2838/stat : 2838 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11084144640 20900 33554432000 4194304 4196468 140730167184112 139890837506272 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2839] ppid=2705 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2839/stat : 2839 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593971 11084144640 20900 33554432000 4194304 4196468 140730167184112 139891804376240 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83600 KiB

[startup+1.50452 s]
/proc/loadavg: 1.00 1.01 1.21 4/227 2839
/proc/meminfo: memFree=31281440/32770624 swapFree=66981568/67108860
[pid=2708] ppid=2705 vsize=10834676 memory=171512 CPUtime=2.47 cores=0,2,4,6
/proc/2708/stat : 2708 (java) S 2705 2708 1949 0 -1 1077944320 21855 13250 0 0 229 10 5 3 20 0 15 0 415593956 11094708224 42878 33554432000 4194304 4196468 140730167184112 140730167166656 139892349206263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
/proc/2708/statm: 2708669 42878 3578 1 0 2670733 0
[pid=2708/tid=2813] ppid=2705 vsize=10834676 memory=2996107 CPUtime=1.43 cores=0,2,4,6
/proc/2708/task/2813/stat : 2813 (java) R 2705 2708 1949 0 -1 4202560 15409 13250 0 0 129 6 5 3 20 0 15 0 415593965 11094708224 42878 33554432000 4194304 4196468 140730167184112 139892321006352 139892349218198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2818] ppid=2705 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/2708/task/2818/stat : 2818 (java) S 2705 2708 1949 0 -1 1077944384 64 13250 0 0 1 0 5 3 20 0 15 0 415593966 11094708224 42878 33554432000 4194304 4196468 140730167184112 139892353448592 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2819] ppid=2705 vsize=10834676 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/2708/task/2819/stat : 2819 (java) S 2705 2708 1949 0 -1 1077944384 380 13250 0 0 1 0 5 3 20 0 15 0 415593966 11094708224 42878 33554432000 4194304 4196468 140730167184112 139891922823696 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2820] ppid=2705 vsize=10834676 memory=51956 CPUtime=0.09 cores=0,2,4,6
/proc/2708/task/2820/stat : 2820 (java) S 2705 2708 1949 0 -1 1077944384 19 13250 0 0 1 0 5 3 20 0 15 0 415593966 11094708224 42878 33554432000 4194304 4196468 140730167184112 139891921770896 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2821] ppid=2705 vsize=10834676 memory=83600 CPUtime=0.09 cores=0,2,4,6
/proc/2708/task/2821/stat : 2821 (java) S 2705 2708 1949 0 -1 1077944384 65 13250 0 0 1 0 5 3 20 0 15 0 415593966 11094708224 42878 33554432000 4194304 4196468 140730167184112 139891920718096 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2823] ppid=2705 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2708/task/2823/stat : 2823 (java) S 2705 2708 1949 0 -1 1077944384 140 13250 0 0 1 0 5 3 20 0 15 0 415593967 11094708224 42878 33554432000 4194304 4196468 140730167184112 139891808586608 139892349217410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2826] ppid=2705 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2826/stat : 2826 (java) S 2705 2708 1949 0 -1 1077944384 14 13250 0 0 0 0 5 3 20 0 15 0 415593968 11094708224 42878 33554432000 4194304 4196468 140730167184112 139891715335776 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2827] ppid=2705 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2827/stat : 2827 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593968 11094708224 42878 33554432000 4194304 4196468 140730167184112 139891111355776 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2834] ppid=2705 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2834/stat : 2834 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11094708224 42878 33554432000 4194304 4196468 140730167184112 139890871064912 139892349224859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2835] ppid=2705 vsize=10834676 memory=-3535470213243961690 CPUtime=0.31 cores=0,2,4,6
/proc/2708/task/2835/stat : 2835 (java) S 2705 2708 1949 0 -1 1077944384 1234 13250 0 0 22 1 5 3 20 0 15 0 415593971 11094708224 42878 33554432000 4194304 4196468 140730167184112 139891807533424 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2836] ppid=2705 vsize=10834676 memory=-7880843606118635149 CPUtime=0.35 cores=0,2,4,6
/proc/2708/task/2836/stat : 2836 (java) R 2705 2708 1949 0 -1 1077944384 706 13250 0 0 27 0 5 3 20 0 15 0 415593971 11094708224 42878 33554432000 4194304 4196468 140730167184112 139891806480624 139892349217410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2837] ppid=2705 vsize=10834676 memory=-7313654673739556905 CPUtime=0.49 cores=0,2,4,6
/proc/2708/task/2837/stat : 2837 (java) R 2705 2708 1949 0 -1 4202560 1614 13250 0 0 41 0 5 3 20 0 15 0 415593971 11094708224 42878 33554432000 4194304 4196468 140730167184112 139891805427824 139892327806661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2838] ppid=2705 vsize=10834676 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2838/stat : 2838 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11094708224 42878 33554432000 4194304 4196468 140730167184112 139890837506272 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2839] ppid=2705 vsize=10834676 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2839/stat : 2839 (java) S 2705 2708 1949 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 415593971 11094708224 42878 33554432000 4194304 4196468 140730167184112 139891804376240 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834676 KiB

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

/proc/2708/task/2813/stat : 2813 (java) R 2705 2708 1949 0 -1 4202560 84977 13250 0 0 235641 49 5 3 20 0 15 0 415593965 11111518208 240796 33554432000 4194304 4196468 140730167184112 139892321041056 139891945611869 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2818] ppid=2705 vsize=10851092 memory=963184 CPUtime=11.63 cores=0,2,4,6
/proc/2708/task/2818/stat : 2818 (java) S 2705 2708 1949 0 -1 1077944384 19956 13250 0 0 1101 54 5 3 20 0 15 0 415593966 11111518208 240796 33554432000 4194304 4196468 140730167184112 139892353448592 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2819] ppid=2705 vsize=10851092 memory=963184 CPUtime=11.65 cores=0,2,4,6
/proc/2708/task/2819/stat : 2819 (java) S 2705 2708 1949 0 -1 1077944384 22546 13250 0 0 1103 54 5 3 20 0 15 0 415593966 11111518208 240796 33554432000 4194304 4196468 140730167184112 139891922823696 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2820] ppid=2705 vsize=10851092 memory=963184 CPUtime=11.64 cores=0,2,4,6
/proc/2708/task/2820/stat : 2820 (java) S 2705 2708 1949 0 -1 1077944384 13423 13250 0 0 1100 56 5 3 20 0 15 0 415593966 11111518208 240796 33554432000 4194304 4196468 140730167184112 139891921770896 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2821] ppid=2705 vsize=10851092 memory=963184 CPUtime=11.66 cores=0,2,4,6
/proc/2708/task/2821/stat : 2821 (java) S 2705 2708 1949 0 -1 1077944384 16827 13250 0 0 1104 54 5 3 20 0 15 0 415593966 11111518208 240796 33554432000 4194304 4196468 140730167184112 139891920718096 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2823] ppid=2705 vsize=10851092 memory=963184 CPUtime=10.12 cores=0,2,4,6
/proc/2708/task/2823/stat : 2823 (java) S 2705 2708 1949 0 -1 1077944384 18066 13250 0 0 952 52 5 3 20 0 15 0 415593967 11111518208 240796 33554432000 4194304 4196468 140730167184112 139891808586608 139892349217410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2826] ppid=2705 vsize=10851092 memory=963184 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2826/stat : 2826 (java) S 2705 2708 1949 0 -1 1077944384 18 13250 0 0 0 0 5 3 20 0 15 0 415593968 11111518208 240796 33554432000 4194304 4196468 140730167184112 139891715335840 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2827] ppid=2705 vsize=10851092 memory=963184 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2827/stat : 2827 (java) S 2705 2708 1949 0 -1 1077944384 5 13250 0 0 0 0 5 3 20 0 15 0 415593968 11111518208 240796 33554432000 4194304 4196468 140730167184112 139891111355776 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2834] ppid=2705 vsize=10851092 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2834/stat : 2834 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11111518208 240796 33554432000 4194304 4196468 140730167184112 139890871064912 139892349224859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2835] ppid=2705 vsize=10851092 memory=963184 CPUtime=6.84 cores=0,2,4,6
/proc/2708/task/2835/stat : 2835 (java) S 2705 2708 1949 0 -1 1077944384 44589 13250 0 0 669 7 5 3 20 0 15 0 415593971 11111518208 240796 33554432000 4194304 4196468 140730167184112 139891807533424 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2836] ppid=2705 vsize=10851092 memory=446328 CPUtime=6.81 cores=0,2,4,6
/proc/2708/task/2836/stat : 2836 (java) S 2705 2708 1949 0 -1 1077944384 37794 13250 0 0 666 7 5 3 20 0 15 0 415593971 11111518208 240796 33554432000 4194304 4196468 140730167184112 139891806480624 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2837] ppid=2705 vsize=10851092 memory=963184 CPUtime=4.48 cores=0,2,4,6
/proc/2708/task/2837/stat : 2837 (java) S 2705 2708 1949 0 -1 1077944384 32506 13250 0 0 433 7 5 3 20 0 15 0 415593971 11111518208 240796 33554432000 4194304 4196468 140730167184112 139891805427824 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2838] ppid=2705 vsize=10851092 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2838/stat : 2838 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11111518208 240796 33554432000 4194304 4196468 140730167184112 139890837506272 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2839] ppid=2705 vsize=10851092 memory=20068 CPUtime=1.59 cores=0,2,4,6
/proc/2708/task/2839/stat : 2839 (java) S 2705 2708 1949 0 -1 1077944384 1027 13250 0 0 75 76 5 3 20 0 15 0 415593971 11111518208 240796 33554432000 4194304 4196468 140730167184112 139891804376240 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
Current children cumulated CPU time: 2432.78 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 963184 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.41 1.37 4/227 3087
/proc/meminfo: memFree=30078908/32770624 swapFree=66981636/67108860
[pid=2708] ppid=2705 vsize=10851092 memory=965232 CPUtime=2493.65 cores=0,2,4,6
/proc/2708/stat : 2708 (java) S 2705 2708 1949 0 -1 1077944320 295648 13250 0 0 248999 358 5 3 20 0 15 0 415593956 11111518208 241308 33554432000 4194304 4196468 140730167184112 140730167166656 139892349206263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
/proc/2708/statm: 2712773 241308 3636 1 0 2674829 0
[pid=2708/tid=2813] ppid=2705 vsize=10851092 memory=3620 CPUtime=2416.32 cores=0,2,4,6
/proc/2708/task/2813/stat : 2813 (java) R 2705 2708 1949 0 -1 4202560 85722 13250 0 0 241574 50 5 3 20 0 15 0 415593965 11111518208 241308 33554432000 4194304 4196468 140730167184112 139892321041456 139891940909382 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2818] ppid=2705 vsize=10851092 memory=965232 CPUtime=11.93 cores=0,2,4,6
/proc/2708/task/2818/stat : 2818 (java) S 2705 2708 1949 0 -1 1077944384 20088 13250 0 0 1130 55 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139892353448592 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2819] ppid=2705 vsize=10851092 memory=965232 CPUtime=11.96 cores=0,2,4,6
/proc/2708/task/2819/stat : 2819 (java) S 2705 2708 1949 0 -1 1077944384 22572 13250 0 0 1132 56 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891922823696 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2820] ppid=2705 vsize=10851092 memory=965232 CPUtime=11.95 cores=0,2,4,6
/proc/2708/task/2820/stat : 2820 (java) S 2705 2708 1949 0 -1 1077944384 13461 13250 0 0 1129 58 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891921770896 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2821] ppid=2705 vsize=10851092 memory=963184 CPUtime=11.96 cores=0,2,4,6
/proc/2708/task/2821/stat : 2821 (java) S 2705 2708 1949 0 -1 1077944384 17336 13250 0 0 1133 55 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891920718096 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2823] ppid=2705 vsize=10851092 memory=963184 CPUtime=10.38 cores=0,2,4,6
/proc/2708/task/2823/stat : 2823 (java) S 2705 2708 1949 0 -1 1077944384 18296 13250 0 0 977 53 5 3 20 0 15 0 415593967 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891808586608 139892349217410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2826] ppid=2705 vsize=10851092 memory=963184 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2826/stat : 2826 (java) S 2705 2708 1949 0 -1 1077944384 18 13250 0 0 0 0 5 3 20 0 15 0 415593968 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891715335840 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2827] ppid=2705 vsize=10851092 memory=963184 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2827/stat : 2827 (java) S 2705 2708 1949 0 -1 1077944384 5 13250 0 0 0 0 5 3 20 0 15 0 415593968 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891111355776 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2834] ppid=2705 vsize=10851092 memory=965232 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2834/stat : 2834 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139890871064912 139892349224859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2835] ppid=2705 vsize=10851092 memory=965232 CPUtime=6.84 cores=0,2,4,6
/proc/2708/task/2835/stat : 2835 (java) S 2705 2708 1949 0 -1 1077944384 44591 13250 0 0 669 7 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891807533424 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2836] ppid=2705 vsize=10851092 memory=965232 CPUtime=6.81 cores=0,2,4,6
/proc/2708/task/2836/stat : 2836 (java) S 2705 2708 1949 0 -1 1077944384 37798 13250 0 0 666 7 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891806480624 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2837] ppid=2705 vsize=10851092 memory=965232 CPUtime=4.48 cores=0,2,4,6
/proc/2708/task/2837/stat : 2837 (java) S 2705 2708 1949 0 -1 1077944384 32508 13250 0 0 433 7 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891805427824 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2838] ppid=2705 vsize=10851092 memory=965232 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2838/stat : 2838 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139890837506272 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2839] ppid=2705 vsize=10851092 memory=965232 CPUtime=1.62 cores=0,2,4,6
/proc/2708/task/2839/stat : 2839 (java) S 2705 2708 1949 0 -1 1077944384 1043 13250 0 0 76 78 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891804376240 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
Current children cumulated CPU time: 2493.65 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 965232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.3 s]
/proc/loadavg: 1.53 1.45 1.39 3/227 3347
/proc/meminfo: memFree=30475208/32770624 swapFree=66981636/67108860
[pid=2708] ppid=2705 vsize=10851092 memory=965232 CPUtime=2520.06 cores=0,2,4,6
/proc/2708/stat : 2708 (java) S 2705 2708 1949 0 -1 1077944320 296304 13250 0 0 251635 363 5 3 20 0 15 0 415593956 11111518208 241308 33554432000 4194304 4196468 140730167184112 140730167166656 139892349206263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
/proc/2708/statm: 2712773 241308 3636 1 0 2674829 0
[pid=2708/tid=2813] ppid=2705 vsize=10851092 memory=965232 CPUtime=2442.05 cores=0,2,4,6
/proc/2708/task/2813/stat : 2813 (java) R 2705 2708 1949 0 -1 4202560 86000 13250 0 0 244146 51 5 3 20 0 15 0 415593965 11111518208 241308 33554432000 4194304 4196468 140730167184112 139892321040432 139891949800856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2818] ppid=2705 vsize=10851092 memory=965232 CPUtime=12.07 cores=0,2,4,6
/proc/2708/task/2818/stat : 2818 (java) S 2705 2708 1949 0 -1 1077944384 20116 13250 0 0 1143 56 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139892353448592 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2819] ppid=2705 vsize=10851092 memory=965232 CPUtime=12.09 cores=0,2,4,6
/proc/2708/task/2819/stat : 2819 (java) S 2705 2708 1949 0 -1 1077944384 22859 13250 0 0 1144 57 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891922823696 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2820] ppid=2705 vsize=10851092 memory=0 CPUtime=12.09 cores=0,2,4,6
/proc/2708/task/2820/stat : 2820 (java) S 2705 2708 1949 0 -1 1077944384 13485 13250 0 0 1143 58 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891921770896 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2821] ppid=2705 vsize=10851092 memory=965232 CPUtime=12.1 cores=0,2,4,6
/proc/2708/task/2821/stat : 2821 (java) S 2705 2708 1949 0 -1 1077944384 17354 13250 0 0 1146 56 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891920718096 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2823] ppid=2705 vsize=10851092 memory=965232 CPUtime=10.5 cores=0,2,4,6
/proc/2708/task/2823/stat : 2823 (java) S 2705 2708 1949 0 -1 1077944384 18315 13250 0 0 988 54 5 3 20 0 15 0 415593967 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891808586608 139892349217410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2826] ppid=2705 vsize=10851092 memory=965232 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2826/stat : 2826 (java) S 2705 2708 1949 0 -1 1077944384 18 13250 0 0 0 0 5 3 20 0 15 0 415593968 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891715335840 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2827] ppid=2705 vsize=10851092 memory=965232 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2827/stat : 2827 (java) S 2705 2708 1949 0 -1 1077944384 5 13250 0 0 0 0 5 3 20 0 15 0 415593968 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891111355776 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2834] ppid=2705 vsize=10851092 memory=8548 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2834/stat : 2834 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139890871064912 139892349224859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2835] ppid=2705 vsize=10851092 memory=965232 CPUtime=6.84 cores=0,2,4,6
/proc/2708/task/2835/stat : 2835 (java) S 2705 2708 1949 0 -1 1077944384 44591 13250 0 0 669 7 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891807533424 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2836] ppid=2705 vsize=10851092 memory=3620 CPUtime=6.81 cores=0,2,4,6
/proc/2708/task/2836/stat : 2836 (java) S 2705 2708 1949 0 -1 1077944384 37798 13250 0 0 666 7 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891806480624 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2837] ppid=2705 vsize=10851092 memory=965232 CPUtime=4.48 cores=0,2,4,6
/proc/2708/task/2837/stat : 2837 (java) S 2705 2708 1949 0 -1 1077944384 32508 13250 0 0 433 7 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891805427824 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2838] ppid=2705 vsize=10851092 memory=965232 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2838/stat : 2838 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139890837506272 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2839] ppid=2705 vsize=10851092 memory=965232 CPUtime=1.64 cores=0,2,4,6
/proc/2708/task/2839/stat : 2839 (java) S 2705 2708 1949 0 -1 1077944384 1045 13250 0 0 77 79 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891804376240 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 965232 KiB

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

[startup+2468.33 s]
# the end of solver process 2708 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.42 s, system=3.67805 s

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

[startup+2468.3 s]
/proc/loadavg: 1.53 1.45 1.39 3/227 3347
/proc/meminfo: memFree=30475208/32770624 swapFree=66981636/67108860
[pid=2708] ppid=2705 vsize=10851092 memory=965232 CPUtime=2520.06 cores=0,2,4,6
/proc/2708/stat : 2708 (java) S 2705 2708 1949 0 -1 1077944320 296304 13250 0 0 251635 363 5 3 20 0 15 0 415593956 11111518208 241308 33554432000 4194304 4196468 140730167184112 140730167166656 139892349206263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
/proc/2708/statm: 2712773 241308 3636 1 0 2674829 0
[pid=2708/tid=2813] ppid=2705 vsize=10851092 memory=965232 CPUtime=2442.05 cores=0,2,4,6
/proc/2708/task/2813/stat : 2813 (java) R 2705 2708 1949 0 -1 4202560 86000 13250 0 0 244146 51 5 3 20 0 15 0 415593965 11111518208 241308 33554432000 4194304 4196468 140730167184112 139892321040432 139891949800856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2818] ppid=2705 vsize=10851092 memory=965232 CPUtime=12.07 cores=0,2,4,6
/proc/2708/task/2818/stat : 2818 (java) S 2705 2708 1949 0 -1 1077944384 20116 13250 0 0 1143 56 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139892353448592 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2819] ppid=2705 vsize=10851092 memory=965232 CPUtime=12.09 cores=0,2,4,6
/proc/2708/task/2819/stat : 2819 (java) S 2705 2708 1949 0 -1 1077944384 22859 13250 0 0 1144 57 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891922823696 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2820] ppid=2705 vsize=10851092 memory=0 CPUtime=12.09 cores=0,2,4,6
/proc/2708/task/2820/stat : 2820 (java) S 2705 2708 1949 0 -1 1077944384 13485 13250 0 0 1143 58 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891921770896 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2821] ppid=2705 vsize=10851092 memory=965232 CPUtime=12.1 cores=0,2,4,6
/proc/2708/task/2821/stat : 2821 (java) S 2705 2708 1949 0 -1 1077944384 17354 13250 0 0 1146 56 5 3 20 0 15 0 415593966 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891920718096 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2823] ppid=2705 vsize=10851092 memory=965232 CPUtime=10.5 cores=0,2,4,6
/proc/2708/task/2823/stat : 2823 (java) S 2705 2708 1949 0 -1 1077944384 18315 13250 0 0 988 54 5 3 20 0 15 0 415593967 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891808586608 139892349217410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2826] ppid=2705 vsize=10851092 memory=965232 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2826/stat : 2826 (java) S 2705 2708 1949 0 -1 1077944384 18 13250 0 0 0 0 5 3 20 0 15 0 415593968 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891715335840 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2827] ppid=2705 vsize=10851092 memory=965232 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2827/stat : 2827 (java) S 2705 2708 1949 0 -1 1077944384 5 13250 0 0 0 0 5 3 20 0 15 0 415593968 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891111355776 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2834] ppid=2705 vsize=10851092 memory=8548 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2834/stat : 2834 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139890871064912 139892349224859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2835] ppid=2705 vsize=10851092 memory=965232 CPUtime=6.84 cores=0,2,4,6
/proc/2708/task/2835/stat : 2835 (java) S 2705 2708 1949 0 -1 1077944384 44591 13250 0 0 669 7 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891807533424 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2836] ppid=2705 vsize=10851092 memory=3620 CPUtime=6.81 cores=0,2,4,6
/proc/2708/task/2836/stat : 2836 (java) S 2705 2708 1949 0 -1 1077944384 37798 13250 0 0 666 7 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891806480624 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2837] ppid=2705 vsize=10851092 memory=965232 CPUtime=4.48 cores=0,2,4,6
/proc/2708/task/2837/stat : 2837 (java) S 2705 2708 1949 0 -1 1077944384 32508 13250 0 0 433 7 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891805427824 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2838] ppid=2705 vsize=10851092 memory=965232 CPUtime=0.08 cores=0,2,4,6
/proc/2708/task/2838/stat : 2838 (java) S 2705 2708 1949 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139890837506272 139892349216469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
[pid=2708/tid=2839] ppid=2705 vsize=10851092 memory=965232 CPUtime=1.64 cores=0,2,4,6
/proc/2708/task/2839/stat : 2839 (java) S 2705 2708 1949 0 -1 1077944384 1045 13250 0 0 77 79 5 3 20 0 15 0 415593971 11111518208 241308 33554432000 4194304 4196468 140730167184112 139891804376240 139892349217410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16736256 140730167192304 140730167194821 140730167194821 140730167197647 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 965232 KiB

Child status: 143
Real time (s): 2468.33
CPU time (s): 2520.1
CPU user time (s): 2516.42
CPU system time (s): 3.67805
CPU usage (%): 102.098
Max. virtual memory (cumulated for all children) (KiB): 10853308
Max. memory (cumulated for all children) (KiB): 974340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.42
system time used= 3.67805
maximum resident set size= 976388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310374
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 275685
involuntary context switches= 11653


# summary of solver processes directly reported to runsolver:
#   pid: 2708
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.42
#   total CPU system time (s): 3.67805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2492 second user time and 21.5811 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 18:47:50
IDJOB=4396094
IDBENCH=115829
IDSOLVER=2846
FILE ID=node121/4396094-1568393312
RUNJOBID= node121-1568393270-2678
PBS_JOBID= 21701860
Free space on /tmp= 61412 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-6.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396094-1568393312/watcher-4396094-1568393312 -o /tmp/evaluation-result-4396094-1568393312/solver-4396094-1568393312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2678 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=532827311 HOME/instance-4396094-1568393312.xml

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

MD5SUM BENCH= f9b69c01e6bb1a0d57b760340d1825ed
RANDOM SEED=532827311

node121.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.75
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.75
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.75
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.75
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:        31474876 kB
MemAvailable:   31919520 kB
Buffers:          155784 kB
Cached:           585712 kB
SwapCached:        18920 kB
Active:           415068 kB
Inactive:         347724 kB
Active(anon):       8196 kB
Inactive(anon):    44216 kB
Active(file):     406872 kB
Inactive(file):   303508 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981568 kB
Dirty:             70616 kB
Writeback:             0 kB
AnonPages:        125124 kB
Mapped:            34316 kB
Shmem:             22000 kB
Slab:             128960 kB
SReclaimable:     100200 kB
SUnreclaim:        28760 kB
KernelStack:        3648 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61344 MiB
End job on node121 at 2019-09-13 19:28:59