Trace number 4402929

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.3SAT (TO)1427 2520.09 2478.74

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-13.xml
MD5SUMe9c019b34e7441e843704d2f83648de8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1427
Best CPU time to get the best result obtained on this benchmark122.558
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.75/0.56	c Concrete v3.12.3.1568965526260 running
4.80/2.63	o 963
4.80/2.64	o 964
4.80/2.65	o 976
4.80/2.65	o 1048
4.80/2.66	o 1049
4.80/2.66	o 1050
4.80/2.67	o 1064
4.80/2.67	o 1069
5.12/2.72	o 1098
5.12/2.73	o 1121
5.12/2.75	o 1146
5.12/2.75	o 1147
5.12/2.75	o 1155
5.12/2.78	o 1156
5.12/2.78	o 1163
5.12/2.78	o 1164
5.12/2.78	o 1167
5.12/2.79	o 1175
5.46/2.80	o 1187
5.46/2.82	o 1192
5.46/2.82	o 1193
5.46/2.83	o 1207
5.46/2.84	o 1218
5.46/2.87	o 1226
5.46/2.88	o 1229
5.46/2.88	o 1237
5.80/2.92	o 1238
5.80/2.93	o 1260
5.80/2.93	o 1271
5.80/2.96	o 1312
5.80/2.96	o 1313
5.80/2.96	o 1317
5.80/2.97	o 1337
5.80/2.97	o 1351
5.80/2.97	o 1363
5.80/2.97	o 1369
5.80/2.98	o 1370
5.80/2.98	o 1396
5.80/2.98	o 1397
6.14/3.03	o 1401
6.14/3.04	o 1409
9.72/4.60	o 1421
9.72/4.60	o 1422
9.84/4.60	o 1423
12.02/6.57	o 1427
2520.04/2478.70	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2478.70		at concrete.MAC.mac(MAC.scala:192)
2520.04/2478.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2478.70		at scala.util.Try$.apply(Try.scala:210)
2520.04/2478.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2478.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2478.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2478.70		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2478.70		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2478.70		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2478.70		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2478.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.04/2478.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.04/2478.70		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2478.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2478.70		at scala.util.Success.map(Try.scala:262)
2520.04/2478.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2478.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2478.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2478.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2478.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2478.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2478.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2478.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2478.70		at scala.App.$anonfun$main$1(App.scala:73)
2520.04/2478.70		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.04/2478.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.04/2478.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.04/2478.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.04/2478.70		at scala.App.main(App.scala:73)
2520.04/2478.70		at scala.App.main$(App.scala:71)
2520.04/2478.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2478.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2478.71	v <instantiation
2520.04/2478.71	v         cost = '1427'>
2520.04/2478.71	v       <list>
2520.04/2478.71	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
2520.04/2478.71	v       </list>
2520.04/2478.71	v       <values>
2520.04/2478.71	v         0 1 0 0 1 1 0 1 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 1 0
2520.04/2478.71	v       </values>
2520.04/2478.71	v     </instantiation>
2520.04/2478.72	s SATISFIABLE

Verifier Data

OK	1427

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402929-1568978414/watcher-4402929-1568978414 -o /var/tmp/evaluation-result-4402929-1568978414/solver-4402929-1568978414 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1429 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2126459796 HOME/instance-4402929-1568978414.xml 

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

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=4273, runsolver pid=4270
Current StackSize limit: 8192 KiB


[startup+0.100152 s]*
/proc/loadavg: 1.30 1.39 1.46 3/219 4330
/proc/meminfo: memFree=6523716/32770624 swapFree=67021680/67108860
[pid=4273] ppid=4270 vsize=10055356 memory=17604 CPUtime=0.09 cores=1,3,5,7
/proc/4273/stat : 4273 (java) S 4270 4273 1397 0 -1 1077944320 4633 13024 0 0 1 1 5 2 20 0 7 0 474113976 10296684544 4401 33554432000 4194304 4196468 140729505369008 140729505351552 139878688169719 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
/proc/4273/statm: 2513839 4401 1994 1 0 2502277 0
[pid=4273/tid=4326] ppid=4270 vsize=10055356 memory=-9033221141379203011 CPUtime=0.08 cores=1,3,5,7
/proc/4273/task/4326/stat : 4326 (java) R 4270 4273 1397 0 -1 4202560 2500 13024 0 0 1 0 5 2 20 0 7 0 474113985 10296684544 4467 33554432000 4194304 4196468 140729505369008 139878660012816 139878619955408 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4327] ppid=4270 vsize=10055356 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4327/stat : 4327 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 7 0 474113986 10296684544 4467 33554432000 4194304 4196468 140729505369008 139878692412432 139878688179925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4328] ppid=4270 vsize=10055356 memory=140313151784576 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4328/stat : 4328 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 7 0 474113986 10296684544 4467 33554432000 4194304 4196468 140729505369008 139878580685968 139878688179925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4329] ppid=4270 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4329/stat : 4329 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 7 0 474113986 10296684544 4467 33554432000 4194304 4196468 140729505369008 139878579632912 139878688179925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4330] ppid=4270 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4330/stat : 4330 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 7 0 474113986 10296684544 4467 33554432000 4194304 4196468 140729505369008 139878578580368 139878688179925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4331] ppid=4270 vsize=10055356 memory=140313151784576 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4331/stat : 4331 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 7 0 474113987 10296684544 4467 33554432000 4194304 4196468 140729505369008 139878146713840 139878688180866 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 17604 KiB

[startup+0.210046 s]*
/proc/loadavg: 1.30 1.39 1.46 6/228 4339
/proc/meminfo: memFree=6504064/32770624 swapFree=67021680/67108860
[pid=4273] ppid=4270 vsize=10819716 memory=41496 CPUtime=0.23 cores=1,3,5,7
/proc/4273/stat : 4273 (java) S 4270 4273 1397 0 -1 1077944320 7161 13024 0 0 15 1 5 2 20 0 15 0 474113976 11079389184 10374 33554432000 4194304 4196468 140729505369008 140729505351552 139878688169719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
/proc/4273/statm: 2704929 10374 3186 1 0 2667149 0
[pid=4273/tid=4326] ppid=4270 vsize=10819716 memory=8514701219931451533 CPUtime=0.16 cores=1,3,5,7
/proc/4273/task/4326/stat : 4326 (java) R 4270 4273 1397 0 -1 4202560 3658 13024 0 0 9 0 5 2 20 0 15 0 474113985 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878659955840 139878672250206 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4327] ppid=4270 vsize=10819716 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4327/stat : 4327 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113986 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878692412432 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4328] ppid=4270 vsize=10819716 memory=140313151784576 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4328/stat : 4328 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113986 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878580685968 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4329] ppid=4270 vsize=10819716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4329/stat : 4329 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113986 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878579632912 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4330] ppid=4270 vsize=10819716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4330/stat : 4330 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113986 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878578580368 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4331] ppid=4270 vsize=10819716 memory=140313151784576 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4331/stat : 4331 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113987 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878146713840 139878688180866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4332] ppid=4270 vsize=10819716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4332/stat : 4332 (java) S 4270 4273 1397 0 -1 1077944384 33 13024 0 0 0 0 5 2 20 0 15 0 474113988 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878145660064 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4333] ppid=4270 vsize=10819716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4333/stat : 4333 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113988 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878025126640 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4334] ppid=4270 vsize=10819716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4334/stat : 4334 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113990 11079389184 10374 33554432000 4194304 4196468 140729505369008 139877421148112 139878688188315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4335] ppid=4270 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4273/task/4335/stat : 4335 (java) S 4270 4273 1397 0 -1 1077944384 479 13024 0 0 1 0 5 2 20 0 15 0 474113992 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878112103152 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4336] ppid=4270 vsize=10819716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4336/stat : 4336 (java) S 4270 4273 1397 0 -1 1077944384 164 13024 0 0 0 0 5 2 20 0 15 0 474113992 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878111050608 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4337] ppid=4270 vsize=10819716 memory=140313151784576 CPUtime=0.1 cores=1,3,5,7
/proc/4273/task/4337/stat : 4337 (java) S 4270 4273 1397 0 -1 1077944384 609 13024 0 0 3 0 5 2 20 0 15 0 474113992 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878109997552 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4338] ppid=4270 vsize=10819716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4338/stat : 4338 (java) S 4270 4273 1397 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 474113993 11079389184 10374 33554432000 4194304 4196468 140729505369008 139876951386976 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4339] ppid=4270 vsize=10819716 memory=140313151784576 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4339/stat : 4339 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113993 11079389184 10374 33554432000 4194304 4196468 140729505369008 139878108944944 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 41496 KiB

[startup+0.310544 s]*
/proc/loadavg: 1.30 1.39 1.46 4/228 4339
/proc/meminfo: memFree=6490916/32770624 swapFree=67021680/67108860
[pid=4273] ppid=4270 vsize=10820196 memory=52432 CPUtime=0.37 cores=1,3,5,7
/proc/4273/stat : 4273 (java) S 4270 4273 1397 0 -1 1077944320 10822 13024 0 0 27 3 5 2 20 0 15 0 474113976 11079880704 13108 33554432000 4194304 4196468 140729505369008 140729505351552 139878688169719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
/proc/4273/statm: 2705049 13108 3314 1 0 2667149 0
[pid=4273/tid=4326] ppid=4270 vsize=10820196 memory=8112282956445269571 CPUtime=0.27 cores=1,3,5,7
/proc/4273/task/4326/stat : 4326 (java) R 4270 4273 1397 0 -1 4202560 7316 13024 0 0 18 2 5 2 20 0 15 0 474113985 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878659978640 139878680408688 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4327] ppid=4270 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4327/stat : 4327 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113986 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878692412432 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4328] ppid=4270 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4328/stat : 4328 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113986 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878580685968 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4329] ppid=4270 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4329/stat : 4329 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113986 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878579632912 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4330] ppid=4270 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4330/stat : 4330 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113986 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878578580368 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4331] ppid=4270 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4331/stat : 4331 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113987 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878146713840 139878688180866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4332] ppid=4270 vsize=10820196 memory=140313151784575 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4332/stat : 4332 (java) S 4270 4273 1397 0 -1 1077944384 33 13024 0 0 0 0 5 2 20 0 15 0 474113988 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878145660064 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4333] ppid=4270 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4333/stat : 4333 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113988 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878025126640 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4334] ppid=4270 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4334/stat : 4334 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113990 11079880704 13156 33554432000 4194304 4196468 140729505369008 139877421148112 139878688188315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4335] ppid=4270 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4273/task/4335/stat : 4335 (java) S 4270 4273 1397 0 -1 1077944384 489 13024 0 0 2 0 5 2 20 0 15 0 474113992 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878112103152 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4336] ppid=4270 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4273/task/4336/stat : 4336 (java) S 4270 4273 1397 0 -1 1077944384 164 13024 0 0 1 0 5 2 20 0 15 0 474113992 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878111050608 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4337] ppid=4270 vsize=10820196 memory=140313151784576 CPUtime=0.12 cores=1,3,5,7
/proc/4273/task/4337/stat : 4337 (java) S 4270 4273 1397 0 -1 1077944384 618 13024 0 0 5 0 5 2 20 0 15 0 474113992 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878109997552 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4338] ppid=4270 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4338/stat : 4338 (java) S 4270 4273 1397 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 474113993 11079880704 13156 33554432000 4194304 4196468 140729505369008 139876951386976 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4339] ppid=4270 vsize=10820196 memory=140313151784576 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4339/stat : 4339 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113993 11079880704 13156 33554432000 4194304 4196468 140729505369008 139878108944944 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52432 KiB

[startup+0.700738 s]
/proc/loadavg: 1.30 1.39 1.46 5/228 4339
/proc/meminfo: memFree=6478912/32770624 swapFree=67021680/67108860
[pid=4273] ppid=4270 vsize=10824364 memory=85656 CPUtime=1.11 cores=1,3,5,7
/proc/4273/stat : 4273 (java) S 4270 4273 1397 0 -1 1077944320 15162 13024 0 0 99 5 5 2 20 0 15 0 474113976 11084148736 21414 33554432000 4194304 4196468 140729505369008 140729505351552 139878688169719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
/proc/4273/statm: 2706091 21414 3504 1 0 2668173 0
[pid=4273/tid=4326] ppid=4270 vsize=10824364 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/4273/task/4326/stat : 4326 (java) R 4270 4273 1397 0 -1 4202560 10533 13024 0 0 54 3 5 2 20 0 15 0 474113985 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878659999264 139878688191645 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4327] ppid=4270 vsize=10824364 memory=15677740309290024 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4327/stat : 4327 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113986 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878692412432 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4328] ppid=4270 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4328/stat : 4328 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113986 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878580685968 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4329] ppid=4270 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4329/stat : 4329 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113986 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878579632912 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4330] ppid=4270 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4330/stat : 4330 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113986 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878578580368 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4331] ppid=4270 vsize=10824364 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4331/stat : 4331 (java) S 4270 4273 1397 0 -1 1077944384 5 13024 0 0 0 0 5 2 20 0 15 0 474113987 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878146713840 139878688180866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4332] ppid=4270 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4332/stat : 4332 (java) S 4270 4273 1397 0 -1 1077944384 33 13024 0 0 0 0 5 2 20 0 15 0 474113988 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878145660064 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4333] ppid=4270 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4333/stat : 4333 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113988 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878025126640 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4334] ppid=4270 vsize=10824364 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4334/stat : 4334 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113990 11084148736 21414 33554432000 4194304 4196468 140729505369008 139877421148112 139878688188315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4335] ppid=4270 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/4273/task/4335/stat : 4335 (java) S 4270 4273 1397 0 -1 1077944384 980 13024 0 0 16 0 5 2 20 0 15 0 474113992 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878112103152 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4336] ppid=4270 vsize=10824364 memory=11076 CPUtime=0.17 cores=1,3,5,7
/proc/4273/task/4336/stat : 4336 (java) S 4270 4273 1397 0 -1 1077944384 594 13024 0 0 10 0 5 2 20 0 15 0 474113992 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878111050608 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4337] ppid=4270 vsize=10824364 memory=140313024820368 CPUtime=0.24 cores=1,3,5,7
/proc/4273/task/4337/stat : 4337 (java) S 4270 4273 1397 0 -1 1077944384 799 13024 0 0 17 0 5 2 20 0 15 0 474113992 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878109997552 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4338] ppid=4270 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4338/stat : 4338 (java) S 4270 4273 1397 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 474113993 11084148736 21414 33554432000 4194304 4196468 140729505369008 139876951386976 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4339] ppid=4270 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4339/stat : 4339 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113993 11084148736 21414 33554432000 4194304 4196468 140729505369008 139878108944944 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85656 KiB

[startup+1.50076 s]
/proc/loadavg: 1.30 1.39 1.46 5/228 4339
/proc/meminfo: memFree=6431700/32770624 swapFree=67021680/67108860
[pid=4273] ppid=4270 vsize=10834680 memory=171632 CPUtime=2.42 cores=1,3,5,7
/proc/4273/stat : 4273 (java) S 4270 4273 1397 0 -1 1077944320 20564 13024 0 0 226 9 5 2 20 0 15 0 474113976 11094712320 42908 33554432000 4194304 4196468 140729505369008 140729505351552 139878688169719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
/proc/4273/statm: 2708670 42908 3577 1 0 2670733 0
[pid=4273/tid=4326] ppid=4270 vsize=10834680 memory=280626049878112 CPUtime=1.41 cores=1,3,5,7
/proc/4273/task/4326/stat : 4326 (java) R 4270 4273 1397 0 -1 4202560 15099 13024 0 0 129 5 5 2 20 0 15 0 474113985 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878659972432 139878688181654 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4327] ppid=4270 vsize=10834680 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/4273/task/4327/stat : 4327 (java) S 4270 4273 1397 0 -1 1077944384 28 13024 0 0 1 0 5 2 20 0 15 0 474113986 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878692412432 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4328] ppid=4270 vsize=10834680 memory=14130052384163650 CPUtime=0.08 cores=1,3,5,7
/proc/4273/task/4328/stat : 4328 (java) S 4270 4273 1397 0 -1 1077944384 26 13024 0 0 1 0 5 2 20 0 15 0 474113986 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878580685968 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4329] ppid=4270 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4273/task/4329/stat : 4329 (java) S 4270 4273 1397 0 -1 1077944384 13 13024 0 0 1 0 5 2 20 0 15 0 474113986 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878579632912 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4330] ppid=4270 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4273/task/4330/stat : 4330 (java) S 4270 4273 1397 0 -1 1077944384 41 13024 0 0 1 0 5 2 20 0 15 0 474113986 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878578580368 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4331] ppid=4270 vsize=10834680 memory=102912 CPUtime=0.08 cores=1,3,5,7
/proc/4273/task/4331/stat : 4331 (java) S 4270 4273 1397 0 -1 1077944384 43 13024 0 0 1 0 5 2 20 0 15 0 474113987 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878146713840 139878688180866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4332] ppid=4270 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4332/stat : 4332 (java) S 4270 4273 1397 0 -1 1077944384 34 13024 0 0 0 0 5 2 20 0 15 0 474113988 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878145660128 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4333] ppid=4270 vsize=10834680 memory=-5153075247754915967 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4333/stat : 4333 (java) S 4270 4273 1397 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 474113988 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878025126656 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4334] ppid=4270 vsize=10834680 memory=-8458152057954233740 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4334/stat : 4334 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113990 11094712320 42908 33554432000 4194304 4196468 140729505369008 139877421148112 139878688188315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4335] ppid=4270 vsize=10834680 memory=-4266093328290063036 CPUtime=0.36 cores=1,3,5,7
/proc/4273/task/4335/stat : 4335 (java) R 4270 4273 1397 0 -1 1077944384 1033 13024 0 0 28 1 5 2 20 0 15 0 474113992 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878112103152 139878688180866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4336] ppid=4270 vsize=10834680 memory=4196912344889787449 CPUtime=0.29 cores=1,3,5,7
/proc/4273/task/4336/stat : 4336 (java) R 4270 4273 1397 0 -1 4202560 657 13024 0 0 22 0 5 2 20 0 15 0 474113992 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878111050608 139878669734318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4337] ppid=4270 vsize=10834680 memory=-5345911752954973142 CPUtime=0.45 cores=1,3,5,7
/proc/4273/task/4337/stat : 4337 (java) R 4270 4273 1397 0 -1 4202560 1376 13024 0 0 38 0 5 2 20 0 15 0 474113992 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878109997552 139878666709115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4338] ppid=4270 vsize=10834680 memory=280626049878344 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4338/stat : 4338 (java) S 4270 4273 1397 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 474113993 11094712320 42908 33554432000 4194304 4196468 140729505369008 139876951386976 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4339] ppid=4270 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4339/stat : 4339 (java) S 4270 4273 1397 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 474113993 11094712320 42908 33554432000 4194304 4196468 140729505369008 139878108944944 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0

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

/proc/4273/task/4326/stat : 4326 (java) R 4270 4273 1397 0 -1 4202560 62168 13024 0 0 235397 49 5 2 20 0 15 0 474113985 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878660005840 139878251082104 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4327] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.26 cores=1,3,5,7
/proc/4273/task/4327/stat : 4327 (java) S 4270 4273 1397 0 -1 1077944384 14216 13024 0 0 1156 63 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878692412432 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4328] ppid=4270 vsize=10844940 memory=280626050363216 CPUtime=12.28 cores=1,3,5,7
/proc/4273/task/4328/stat : 4328 (java) S 4270 4273 1397 0 -1 1077944384 16250 13024 0 0 1155 66 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878580685968 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4329] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.28 cores=1,3,5,7
/proc/4273/task/4329/stat : 4329 (java) S 4270 4273 1397 0 -1 1077944384 15863 13024 0 0 1158 63 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878579632912 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4330] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.25 cores=1,3,5,7
/proc/4273/task/4330/stat : 4330 (java) S 4270 4273 1397 0 -1 1077944384 12435 13024 0 0 1151 67 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878578580368 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4331] ppid=4270 vsize=10844940 memory=863880 CPUtime=11.83 cores=1,3,5,7
/proc/4273/task/4331/stat : 4331 (java) S 4270 4273 1397 0 -1 1077944384 14552 13024 0 0 1109 67 5 2 20 0 15 0 474113987 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878146713840 139878688180866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4332] ppid=4270 vsize=10844940 memory=863848 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4332/stat : 4332 (java) S 4270 4273 1397 0 -1 1077944384 34 13024 0 0 0 0 5 2 20 0 15 0 474113988 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878145660192 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4333] ppid=4270 vsize=10844940 memory=863848 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4333/stat : 4333 (java) S 4270 4273 1397 0 -1 1077944384 6 13024 0 0 0 0 5 2 20 0 15 0 474113988 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878025126656 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4334] ppid=4270 vsize=10844940 memory=3648 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4334/stat : 4334 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113990 11105218560 215970 33554432000 4194304 4196468 140729505369008 139877421148112 139878688188315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4335] ppid=4270 vsize=10844940 memory=41416 CPUtime=2.35 cores=1,3,5,7
/proc/4273/task/4335/stat : 4335 (java) S 4270 4273 1397 0 -1 1077944384 12210 13024 0 0 225 3 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878112103152 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4336] ppid=4270 vsize=10844940 memory=863880 CPUtime=2.22 cores=1,3,5,7
/proc/4273/task/4336/stat : 4336 (java) S 4270 4273 1397 0 -1 1077944384 10042 13024 0 0 213 2 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878111050608 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4337] ppid=4270 vsize=10844940 memory=1172 CPUtime=1.25 cores=1,3,5,7
/proc/4273/task/4337/stat : 4337 (java) S 4270 4273 1397 0 -1 1077944384 8468 13024 0 0 116 2 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878109997552 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4338] ppid=4270 vsize=10844940 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4338/stat : 4338 (java) S 4270 4273 1397 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 474113993 11105218560 215970 33554432000 4194304 4196468 140729505369008 139876951386976 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4339] ppid=4270 vsize=10844940 memory=3848 CPUtime=1.48 cores=1,3,5,7
/proc/4273/task/4339/stat : 4339 (java) S 4270 4273 1397 0 -1 1077944384 1208 13024 0 0 61 80 5 2 20 0 15 0 474113993 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878108944944 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
Current children cumulated CPU time: 2422.2 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 863880 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.70 1.78 3/227 4847
/proc/meminfo: memFree=5273376/32770624 swapFree=67021712/67108860
[pid=4273] ppid=4270 vsize=10844940 memory=863880 CPUtime=2483.1 cores=1,3,5,7
/proc/4273/stat : 4273 (java) S 4270 4273 1397 0 -1 1077944320 171821 13024 0 0 247912 391 5 2 20 0 15 0 474113976 11105218560 215970 33554432000 4194304 4196468 140729505369008 140729505351552 139878688169719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
/proc/4273/statm: 2711235 215970 3622 1 0 2673293 0
[pid=4273/tid=4326] ppid=4270 vsize=10844940 memory=863880 CPUtime=2413.76 cores=1,3,5,7
/proc/4273/task/4326/stat : 4326 (java) R 4270 4273 1397 0 -1 4202560 63072 13024 0 0 241319 50 5 2 20 0 15 0 474113985 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878660005968 139878248842416 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4327] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.6 cores=1,3,5,7
/proc/4273/task/4327/stat : 4327 (java) S 4270 4273 1397 0 -1 1077944384 14451 13024 0 0 1188 65 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878692412432 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4328] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.6 cores=1,3,5,7
/proc/4273/task/4328/stat : 4328 (java) S 4270 4273 1397 0 -1 1077944384 16359 13024 0 0 1185 68 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878580685968 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4329] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.6 cores=1,3,5,7
/proc/4273/task/4329/stat : 4329 (java) S 4270 4273 1397 0 -1 1077944384 15926 13024 0 0 1189 64 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878579632912 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4330] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.58 cores=1,3,5,7
/proc/4273/task/4330/stat : 4330 (java) S 4270 4273 1397 0 -1 1077944384 12945 13024 0 0 1182 69 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878578580368 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4331] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.15 cores=1,3,5,7
/proc/4273/task/4331/stat : 4331 (java) S 4270 4273 1397 0 -1 1077944384 14860 13024 0 0 1139 69 5 2 20 0 15 0 474113987 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878146713840 139878688180866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4332] ppid=4270 vsize=10844940 memory=863880 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4332/stat : 4332 (java) S 4270 4273 1397 0 -1 1077944384 34 13024 0 0 0 0 5 2 20 0 15 0 474113988 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878145660192 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4333] ppid=4270 vsize=10844940 memory=863880 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4333/stat : 4333 (java) S 4270 4273 1397 0 -1 1077944384 6 13024 0 0 0 0 5 2 20 0 15 0 474113988 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878025126656 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4334] ppid=4270 vsize=10844940 memory=863880 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4334/stat : 4334 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113990 11105218560 215970 33554432000 4194304 4196468 140729505369008 139877421148112 139878688188315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4335] ppid=4270 vsize=10844940 memory=863880 CPUtime=2.35 cores=1,3,5,7
/proc/4273/task/4335/stat : 4335 (java) S 4270 4273 1397 0 -1 1077944384 12212 13024 0 0 225 3 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878112103152 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4336] ppid=4270 vsize=10844940 memory=863880 CPUtime=2.22 cores=1,3,5,7
/proc/4273/task/4336/stat : 4336 (java) S 4270 4273 1397 0 -1 1077944384 10044 13024 0 0 213 2 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878111050608 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4337] ppid=4270 vsize=10844940 memory=8112282956445269571 CPUtime=1.25 cores=1,3,5,7
/proc/4273/task/4337/stat : 4337 (java) S 4270 4273 1397 0 -1 1077944384 8471 13024 0 0 116 2 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878109997552 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4338] ppid=4270 vsize=10844940 memory=1608 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4338/stat : 4338 (java) S 4270 4273 1397 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 474113993 11105218560 215970 33554432000 4194304 4196468 140729505369008 139876951386976 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4339] ppid=4270 vsize=10844940 memory=863880 CPUtime=1.51 cores=1,3,5,7
/proc/4273/task/4339/stat : 4339 (java) S 4270 4273 1397 0 -1 1077944384 1230 13024 0 0 63 81 5 2 20 0 15 0 474113993 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878108944944 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
Current children cumulated CPU time: 2483.1 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 863880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.7 s]
/proc/loadavg: 2.09 1.81 1.81 3/227 4850
/proc/meminfo: memFree=5271840/32770624 swapFree=67021712/67108860
[pid=4273] ppid=4270 vsize=10844940 memory=863880 CPUtime=2520.04 cores=1,3,5,7
/proc/4273/stat : 4273 (java) S 4270 4273 1397 0 -1 1077944320 173423 13024 0 0 251601 396 5 2 20 0 15 0 474113976 11105218560 215970 33554432000 4194304 4196468 140729505369008 140729505351552 139878688169719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
/proc/4273/statm: 2711235 215970 3622 1 0 2673293 0
[pid=4273/tid=4326] ppid=4270 vsize=10844940 memory=863880 CPUtime=2449.71 cores=1,3,5,7
/proc/4273/task/4326/stat : 4326 (java) R 4270 4273 1397 0 -1 4202560 63659 13024 0 0 244913 51 5 2 20 0 15 0 474113985 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878660005488 139878255361711 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4327] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.79 cores=1,3,5,7
/proc/4273/task/4327/stat : 4327 (java) S 4270 4273 1397 0 -1 1077944384 14995 13024 0 0 1206 66 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878692412432 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4328] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.8 cores=1,3,5,7
/proc/4273/task/4328/stat : 4328 (java) S 4270 4273 1397 0 -1 1077944384 16409 13024 0 0 1204 69 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878580685968 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4329] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.79 cores=1,3,5,7
/proc/4273/task/4329/stat : 4329 (java) S 4270 4273 1397 0 -1 1077944384 15972 13024 0 0 1208 64 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878579632912 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4330] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.78 cores=1,3,5,7
/proc/4273/task/4330/stat : 4330 (java) S 4270 4273 1397 0 -1 1077944384 13005 13024 0 0 1201 70 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878578580368 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4331] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.34 cores=1,3,5,7
/proc/4273/task/4331/stat : 4331 (java) S 4270 4273 1397 0 -1 1077944384 15159 13024 0 0 1157 70 5 2 20 0 15 0 474113987 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878146713840 139878688180866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4332] ppid=4270 vsize=10844940 memory=863880 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4332/stat : 4332 (java) S 4270 4273 1397 0 -1 1077944384 34 13024 0 0 0 0 5 2 20 0 15 0 474113988 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878145660192 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4333] ppid=4270 vsize=10844940 memory=1584 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4333/stat : 4333 (java) S 4270 4273 1397 0 -1 1077944384 6 13024 0 0 0 0 5 2 20 0 15 0 474113988 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878025126656 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4334] ppid=4270 vsize=10844940 memory=863880 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4334/stat : 4334 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113990 11105218560 215970 33554432000 4194304 4196468 140729505369008 139877421148112 139878688188315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4335] ppid=4270 vsize=10844940 memory=863880 CPUtime=2.35 cores=1,3,5,7
/proc/4273/task/4335/stat : 4335 (java) S 4270 4273 1397 0 -1 1077944384 12214 13024 0 0 225 3 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878112103152 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4336] ppid=4270 vsize=10844940 memory=863880 CPUtime=2.22 cores=1,3,5,7
/proc/4273/task/4336/stat : 4336 (java) S 4270 4273 1397 0 -1 1077944384 10046 13024 0 0 213 2 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878111050608 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4337] ppid=4270 vsize=10844940 memory=1744 CPUtime=1.25 cores=1,3,5,7
/proc/4273/task/4337/stat : 4337 (java) S 4270 4273 1397 0 -1 1077944384 8474 13024 0 0 116 2 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878109997552 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4338] ppid=4270 vsize=10844940 memory=3648 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4338/stat : 4338 (java) S 4270 4273 1397 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 474113993 11105218560 215970 33554432000 4194304 4196468 140729505369008 139876951386976 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4339] ppid=4270 vsize=10844940 memory=41436 CPUtime=1.54 cores=1,3,5,7
/proc/4273/task/4339/stat : 4339 (java) S 4270 4273 1397 0 -1 1077944384 1239 13024 0 0 64 83 5 2 20 0 15 0 474113993 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878108944944 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 863880 KiB

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

[startup+2478.74 s]
# the end of solver process 4273 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.09 s, system=4.00441 s

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

[startup+2478.7 s]
/proc/loadavg: 2.09 1.81 1.81 3/227 4850
/proc/meminfo: memFree=5271840/32770624 swapFree=67021712/67108860
[pid=4273] ppid=4270 vsize=10844940 memory=863880 CPUtime=2520.04 cores=1,3,5,7
/proc/4273/stat : 4273 (java) S 4270 4273 1397 0 -1 1077944320 173423 13024 0 0 251601 396 5 2 20 0 15 0 474113976 11105218560 215970 33554432000 4194304 4196468 140729505369008 140729505351552 139878688169719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
/proc/4273/statm: 2711235 215970 3622 1 0 2673293 0
[pid=4273/tid=4326] ppid=4270 vsize=10844940 memory=863880 CPUtime=2449.71 cores=1,3,5,7
/proc/4273/task/4326/stat : 4326 (java) R 4270 4273 1397 0 -1 4202560 63659 13024 0 0 244913 51 5 2 20 0 15 0 474113985 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878660005488 139878255361711 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4327] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.79 cores=1,3,5,7
/proc/4273/task/4327/stat : 4327 (java) S 4270 4273 1397 0 -1 1077944384 14995 13024 0 0 1206 66 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878692412432 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4328] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.8 cores=1,3,5,7
/proc/4273/task/4328/stat : 4328 (java) S 4270 4273 1397 0 -1 1077944384 16409 13024 0 0 1204 69 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878580685968 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4329] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.79 cores=1,3,5,7
/proc/4273/task/4329/stat : 4329 (java) S 4270 4273 1397 0 -1 1077944384 15972 13024 0 0 1208 64 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878579632912 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4330] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.78 cores=1,3,5,7
/proc/4273/task/4330/stat : 4330 (java) S 4270 4273 1397 0 -1 1077944384 13005 13024 0 0 1201 70 5 2 20 0 15 0 474113986 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878578580368 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4331] ppid=4270 vsize=10844940 memory=863880 CPUtime=12.34 cores=1,3,5,7
/proc/4273/task/4331/stat : 4331 (java) S 4270 4273 1397 0 -1 1077944384 15159 13024 0 0 1157 70 5 2 20 0 15 0 474113987 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878146713840 139878688180866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4332] ppid=4270 vsize=10844940 memory=863880 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4332/stat : 4332 (java) S 4270 4273 1397 0 -1 1077944384 34 13024 0 0 0 0 5 2 20 0 15 0 474113988 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878145660192 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4333] ppid=4270 vsize=10844940 memory=1584 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4333/stat : 4333 (java) S 4270 4273 1397 0 -1 1077944384 6 13024 0 0 0 0 5 2 20 0 15 0 474113988 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878025126656 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4334] ppid=4270 vsize=10844940 memory=863880 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4334/stat : 4334 (java) S 4270 4273 1397 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 474113990 11105218560 215970 33554432000 4194304 4196468 140729505369008 139877421148112 139878688188315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4335] ppid=4270 vsize=10844940 memory=863880 CPUtime=2.35 cores=1,3,5,7
/proc/4273/task/4335/stat : 4335 (java) S 4270 4273 1397 0 -1 1077944384 12214 13024 0 0 225 3 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878112103152 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4336] ppid=4270 vsize=10844940 memory=863880 CPUtime=2.22 cores=1,3,5,7
/proc/4273/task/4336/stat : 4336 (java) S 4270 4273 1397 0 -1 1077944384 10046 13024 0 0 213 2 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878111050608 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4337] ppid=4270 vsize=10844940 memory=1744 CPUtime=1.25 cores=1,3,5,7
/proc/4273/task/4337/stat : 4337 (java) S 4270 4273 1397 0 -1 1077944384 8474 13024 0 0 116 2 5 2 20 0 15 0 474113992 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878109997552 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4338] ppid=4270 vsize=10844940 memory=3648 CPUtime=0.07 cores=1,3,5,7
/proc/4273/task/4338/stat : 4338 (java) S 4270 4273 1397 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 474113993 11105218560 215970 33554432000 4194304 4196468 140729505369008 139876951386976 139878688179925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
[pid=4273/tid=4339] ppid=4270 vsize=10844940 memory=41436 CPUtime=1.54 cores=1,3,5,7
/proc/4273/task/4339/stat : 4339 (java) S 4270 4273 1397 0 -1 1077944384 1239 13024 0 0 64 83 5 2 20 0 15 0 474113993 11105218560 215970 33554432000 4194304 4196468 140729505369008 139878108944944 139878688180866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 22863872 140729505376867 140729505379509 140729505379509 140729505382351 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 863880 KiB

Child status: 143
Real time (s): 2478.74
CPU time (s): 2520.09
CPU user time (s): 2516.09
CPU system time (s): 4.00441
CPU usage (%): 101.668
Max. virtual memory (cumulated for all children) (KiB): 10847604
Max. memory (cumulated for all children) (KiB): 863880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.09
system time used= 4.00441
maximum resident set size= 868008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188904
page faults= 0
swaps= 0
block input operations= 16
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 330078
involuntary context switches= 8169


# summary of solver processes directly reported to runsolver:
#   pid: 4273
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.09
#   total CPU system time (s): 4.00441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7277 second user time and 23.9711 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-20 13:19:34
IDJOB=4402929
IDBENCH=133450
IDSOLVER=2861
FILE ID=node150/4402929-1568978414
RUNJOBID= node150-1568967596-1429
PBS_JOBID= 21704610
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402929-1568978414/watcher-4402929-1568978414 -o /var/tmp/evaluation-result-4402929-1568978414/solver-4402929-1568978414 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1429 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2126459796 HOME/instance-4402929-1568978414.xml

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

MD5SUM BENCH= e9c019b34e7441e843704d2f83648de8
RANDOM SEED=2126459796

node150.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:         6532348 kB
MemAvailable:   31247144 kB
Buffers:          149856 kB
Cached:         24468712 kB
SwapCached:         7852 kB
Active:         12872636 kB
Inactive:       12363120 kB
Active(anon):     586272 kB
Inactive(anon):    71840 kB
Active(file):   12286364 kB
Inactive(file): 12291280 kB
Unevictable:      110744 kB
Mlocked:          110744 kB
SwapTotal:      67108860 kB
SwapFree:       67021680 kB
Dirty:             35584 kB
Writeback:            20 kB
AnonPages:        726616 kB
Mapped:            60800 kB
Shmem:             32308 kB
Slab:             594764 kB
SReclaimable:     565612 kB
SUnreclaim:        29152 kB
KernelStack:        3760 kB
PageTables:         7060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1842556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13412 MiB
End job on node150 at 2019-09-20 14:00:53