Trace number 4304675

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.9.2SAT (TO)1323 2520.07 2469.43

General information on the benchmark

NameKnapsack/
Knapsack-60-250-01_c18.xml
MD5SUM572d51936cbf7dcb36f92bd653feb000
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1323
Best CPU time to get the best result obtained on this benchmark415.451
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"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.99/0.76	c Concrete v3.9.2.1532736233296 running
6.43/3.34	o 825
6.43/3.36	o 871
6.43/3.38	o 899
6.43/3.39	o 903
6.71/3.40	o 918
6.71/3.41	o 927
6.71/3.42	o 933
6.71/3.42	o 944
6.71/3.43	o 987
6.71/3.46	o 1000
6.71/3.48	o 1048
6.71/3.49	o 1074
7.07/3.50	o 1076
7.07/3.51	o 1082
7.07/3.52	o 1104
7.07/3.52	o 1108
7.07/3.53	o 1127
8.07/3.83	o 1137
8.07/3.84	o 1139
8.07/3.85	o 1140
8.07/3.86	o 1141
8.07/3.86	o 1143
8.07/3.88	o 1152
8.07/3.88	o 1169
8.07/3.89	o 1176
8.07/3.89	o 1182
8.70/4.08	o 1220
8.70/4.08	o 1229
9.01/4.12	o 1257
9.89/4.49	o 1261
10.49/4.65	o 1265
10.88/4.85	o 1272
11.01/4.93	o 1282
11.01/4.93	o 1287
11.01/4.93	o 1315
11.96/5.63	o 1317
26.18/16.27	o 1323
2520.03/2469.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2469.41		at concrete.MAC.mac(MAC.scala:188)
2520.03/2469.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2469.41		at scala.util.Try$.apply(Try.scala:209)
2520.03/2469.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2469.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2469.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2469.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2469.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2469.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2469.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2469.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2469.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2469.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2469.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2469.41		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2469.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2469.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2469.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2469.41		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2469.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2469.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2469.41		at scala.util.Success.map(Try.scala:209)
2520.03/2469.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2469.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2469.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2469.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2469.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2469.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2469.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2469.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2469.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2469.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2469.41		at scala.App.main(App.scala:76)
2520.03/2469.41		at scala.App.main$(App.scala:74)
2520.03/2469.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2469.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2469.42	v <instantiation cost="1323">
2520.03/2469.42	v       <list>
2520.03/2469.42	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
2520.03/2469.42	v       </list>
2520.03/2469.42	v       <values>
2520.03/2469.42	v         0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1
2520.03/2469.42	v       </values>
2520.03/2469.42	v     </instantiation>
2520.03/2469.42	s SATISFIABLE

Verifier Data

OK	1323

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304675-1534125201/watcher-4304675-1534125201 -o /tmp/evaluation-result-4304675-1534125201/solver-4304675-1534125201 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1960 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1550104299 HOME/instance-4304675-1534125201.xml 

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

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


[startup+0.100067 s]*
/proc/loadavg: 1.60 1.36 1.36 3/202 7465
/proc/meminfo: memFree=27894284/32770624 swapFree=67108804/67108860
[pid=7412] ppid=7409 vsize=10003272 memory=10272 CPUtime=0.08 cores=0,2,4,6
/proc/7412/stat : 7412 (java) S 7409 7412 1929 0 -1 1077944320 3245 13019 0 0 0 0 5 3 20 0 6 0 230083308 10243350528 2568 33554432000 4194304 4196468 140723485968912 140723485951456 140173844311799 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
/proc/7412/statm: 2500818 2568 1211 1 0 2489729 0
[pid=7412/tid=7465] ppid=7409 vsize=10003272 memory=-8529951579601944517 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7465/stat : 7465 (java) R 7409 7412 1929 0 -1 4202560 1198 13019 0 0 0 0 5 3 20 0 6 0 230083318 10243350528 2699 33554432000 4194304 4196468 140723485968912 140173816153432 140173826121724 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7466] ppid=7409 vsize=10003272 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7466/stat : 7466 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 6 0 230083319 10243350528 2699 33554432000 4194304 4196468 140723485968912 140173848554128 140173844322005 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7467] ppid=7409 vsize=10003272 memory=140101359203968 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7467/stat : 7467 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 6 0 230083319 10243350528 2699 33554432000 4194304 4196468 140723485968912 140173713889808 140173844322005 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7468] ppid=7409 vsize=10003272 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7468/stat : 7468 (java) S 7409 7412 1929 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 6 0 230083319 10243350528 2699 33554432000 4194304 4196468 140723485968912 140173712837008 140173844322005 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7469] ppid=7409 vsize=10003272 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7469/stat : 7469 (java) S 7409 7412 1929 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 6 0 230083319 10243350528 2699 33554432000 4194304 4196468 140723485968912 140173711784208 140173844322005 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10003272 KiB
Current children cumulated memory: 10272 KiB

[startup+0.210252 s]*
/proc/loadavg: 1.60 1.36 1.36 4/215 7478
/proc/meminfo: memFree=27867080/32770624 swapFree=67108804/67108860
[pid=7412] ppid=7409 vsize=10982744 memory=41224 CPUtime=0.26 cores=0,2,4,6
/proc/7412/stat : 7412 (java) S 7409 7412 1929 0 -1 1077944320 6925 13019 0 0 17 1 5 3 20 0 15 0 230083308 11246329856 10306 33554432000 4194304 4196468 140723485968912 140723485951456 140173844311799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
/proc/7412/statm: 2745686 10306 2981 1 0 2708109 0
[pid=7412/tid=7465] ppid=7409 vsize=10982744 memory=8514701219931451533 CPUtime=0.18 cores=0,2,4,6
/proc/7412/task/7465/stat : 7465 (java) R 7409 7412 1929 0 -1 4202560 3720 13019 0 0 10 0 5 3 20 0 15 0 230083318 11246329856 10504 33554432000 4194304 4196468 140723485968912 140173816104224 140173824587506 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7466] ppid=7409 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7466/stat : 7466 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246329856 10504 33554432000 4194304 4196468 140723485968912 140173848554128 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7467] ppid=7409 vsize=10982744 memory=140101359203968 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7467/stat : 7467 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246329856 10504 33554432000 4194304 4196468 140723485968912 140173713889808 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7468] ppid=7409 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7468/stat : 7468 (java) S 7409 7412 1929 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246329856 10504 33554432000 4194304 4196468 140723485968912 140173712837008 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7469] ppid=7409 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7469/stat : 7469 (java) S 7409 7412 1929 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246329856 10570 33554432000 4194304 4196468 140723485968912 140173711784208 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7470] ppid=7409 vsize=10982744 memory=140101359203968 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7470/stat : 7470 (java) S 7409 7412 1929 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 230083320 11246329856 10570 33554432000 4194304 4196468 140723485968912 140173269289840 140173844322946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7471] ppid=7409 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7471/stat : 7471 (java) S 7409 7412 1929 0 -1 1077944384 13 13019 0 0 0 0 5 3 20 0 15 0 230083321 11246329856 10570 33554432000 4194304 4196468 140723485968912 140172700149280 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7472] ppid=7409 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7472/stat : 7472 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083321 11246329856 10570 33554432000 4194304 4196468 140723485968912 140172498822512 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7473] ppid=7409 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7473/stat : 7473 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11246329856 10570 33554432000 4194304 4196468 140723485968912 140172191422800 140173844330395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7474] ppid=7409 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7412/task/7474/stat : 7474 (java) S 7409 7412 1929 0 -1 1077944384 271 13019 0 0 1 0 5 3 20 0 15 0 230083324 11246329856 10570 33554432000 4194304 4196468 140723485968912 140173268236656 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7475] ppid=7409 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7412/task/7475/stat : 7475 (java) S 7409 7412 1929 0 -1 1077944384 337 13019 0 0 1 0 5 3 20 0 15 0 230083324 11246329856 10570 33554432000 4194304 4196468 140723485968912 140173267183856 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7476] ppid=7409 vsize=10982744 memory=140101359203968 CPUtime=0.11 cores=0,2,4,6
/proc/7412/task/7476/stat : 7476 (java) S 7409 7412 1929 0 -1 1077944384 607 13019 0 0 3 0 5 3 20 0 15 0 230083324 11246329856 10570 33554432000 4194304 4196468 140723485968912 140173266131056 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7477] ppid=7409 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7477/stat : 7477 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11246329856 10570 33554432000 4194304 4196468 140723485968912 140171760625888 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7478] ppid=7409 vsize=10982744 memory=140101359203968 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7478/stat : 7478 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083324 11246329856 10570 33554432000 4194304 4196468 140723485968912 140173265079472 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41224 KiB

[startup+0.310282 s]*
/proc/loadavg: 1.60 1.36 1.36 3/215 7478
/proc/meminfo: memFree=27854428/32770624 swapFree=67108804/67108860
[pid=7412] ppid=7409 vsize=10983192 memory=54156 CPUtime=0.37 cores=0,2,4,6
/proc/7412/stat : 7412 (java) S 7409 7412 1929 0 -1 1077944320 10022 13019 0 0 28 1 5 3 20 0 15 0 230083308 11246788608 13539 33554432000 4194304 4196468 140723485968912 140723485951456 140173844311799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
/proc/7412/statm: 2745798 13539 3100 1 0 2708109 0
[pid=7412/tid=7465] ppid=7409 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/7412/task/7465/stat : 7465 (java) R 7409 7412 1929 0 -1 4202560 6574 13019 0 0 19 1 5 3 20 0 15 0 230083318 11246788608 13539 33554432000 4194304 4196468 140723485968912 140173816123808 140173824587470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7466] ppid=7409 vsize=10983192 memory=7588671283367399504 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7466/stat : 7466 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246788608 13539 33554432000 4194304 4196468 140723485968912 140173848554128 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7467] ppid=7409 vsize=10983192 memory=2072 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7467/stat : 7467 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246788608 13539 33554432000 4194304 4196468 140723485968912 140173713889808 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7468] ppid=7409 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7468/stat : 7468 (java) S 7409 7412 1929 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246788608 13539 33554432000 4194304 4196468 140723485968912 140173712837008 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7469] ppid=7409 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7469/stat : 7469 (java) S 7409 7412 1929 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246788608 13539 33554432000 4194304 4196468 140723485968912 140173711784208 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7470] ppid=7409 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7470/stat : 7470 (java) S 7409 7412 1929 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 230083320 11246788608 13539 33554432000 4194304 4196468 140723485968912 140173269289840 140173844322946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7471] ppid=7409 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7471/stat : 7471 (java) S 7409 7412 1929 0 -1 1077944384 13 13019 0 0 0 0 5 3 20 0 15 0 230083321 11246788608 13539 33554432000 4194304 4196468 140723485968912 140172700149280 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7472] ppid=7409 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7472/stat : 7472 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083321 11246788608 13539 33554432000 4194304 4196468 140723485968912 140172498822512 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7473] ppid=7409 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7473/stat : 7473 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11246788608 13539 33554432000 4194304 4196468 140723485968912 140172191422800 140173844330395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7474] ppid=7409 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7412/task/7474/stat : 7474 (java) S 7409 7412 1929 0 -1 1077944384 271 13019 0 0 1 0 5 3 20 0 15 0 230083324 11246788608 13539 33554432000 4194304 4196468 140723485968912 140173268236656 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7475] ppid=7409 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7412/task/7475/stat : 7475 (java) S 7409 7412 1929 0 -1 1077944384 338 13019 0 0 1 0 5 3 20 0 15 0 230083324 11246788608 13539 33554432000 4194304 4196468 140723485968912 140173267183856 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7476] ppid=7409 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/7412/task/7476/stat : 7476 (java) S 7409 7412 1929 0 -1 1077944384 617 13019 0 0 5 0 5 3 20 0 15 0 230083324 11246788608 13539 33554432000 4194304 4196468 140723485968912 140173266131056 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7477] ppid=7409 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7477/stat : 7477 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11246788608 13539 33554432000 4194304 4196468 140723485968912 140171760625888 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7478] ppid=7409 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7478/stat : 7478 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083324 11246788608 13539 33554432000 4194304 4196468 140723485968912 140173265079472 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54156 KiB

[startup+0.7017 s]
/proc/loadavg: 1.60 1.36 1.36 3/215 7478
/proc/meminfo: memFree=27843512/32770624 swapFree=67108804/67108860
[pid=7412] ppid=7409 vsize=10983192 memory=88396 CPUtime=0.99 cores=0,2,4,6
/proc/7412/stat : 7412 (java) S 7409 7412 1929 0 -1 1077944320 16728 13019 0 0 88 3 5 3 20 0 15 0 230083308 11246788608 22099 33554432000 4194304 4196468 140723485968912 140723485951456 140173844311799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
/proc/7412/statm: 2745798 22099 3238 1 0 2708109 0
[pid=7412/tid=7465] ppid=7409 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/7412/task/7465/stat : 7465 (java) R 7409 7412 1929 0 -1 4202560 12152 13019 0 0 56 2 5 3 20 0 15 0 230083318 11246788608 22099 33554432000 4194304 4196468 140723485968912 140173816112520 140173829477454 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7466] ppid=7409 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7466/stat : 7466 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246788608 22099 33554432000 4194304 4196468 140723485968912 140173848554128 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7467] ppid=7409 vsize=10983192 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7467/stat : 7467 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246788608 22099 33554432000 4194304 4196468 140723485968912 140173713889808 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7468] ppid=7409 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7468/stat : 7468 (java) S 7409 7412 1929 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246788608 22099 33554432000 4194304 4196468 140723485968912 140173712837008 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7469] ppid=7409 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7469/stat : 7469 (java) S 7409 7412 1929 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 230083319 11246788608 22099 33554432000 4194304 4196468 140723485968912 140173711784208 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7470] ppid=7409 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7470/stat : 7470 (java) S 7409 7412 1929 0 -1 1077944384 5 13019 0 0 0 0 5 3 20 0 15 0 230083320 11246788608 22099 33554432000 4194304 4196468 140723485968912 140173269289840 140173844322946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7471] ppid=7409 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7471/stat : 7471 (java) S 7409 7412 1929 0 -1 1077944384 13 13019 0 0 0 0 5 3 20 0 15 0 230083321 11246788608 22099 33554432000 4194304 4196468 140723485968912 140172700149280 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7472] ppid=7409 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7472/stat : 7472 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083321 11246788608 22099 33554432000 4194304 4196468 140723485968912 140172498822512 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7473] ppid=7409 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7473/stat : 7473 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11246788608 22099 33554432000 4194304 4196468 140723485968912 140172191422800 140173844330395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7474] ppid=7409 vsize=10983192 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/7412/task/7474/stat : 7474 (java) S 7409 7412 1929 0 -1 1077944384 759 13019 0 0 7 0 5 3 20 0 15 0 230083324 11246788608 22099 33554432000 4194304 4196468 140723485968912 140173268236656 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7475] ppid=7409 vsize=10983192 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/7412/task/7475/stat : 7475 (java) S 7409 7412 1929 0 -1 1077944384 908 13019 0 0 10 0 5 3 20 0 15 0 230083324 11246788608 22099 33554432000 4194304 4196468 140723485968912 140173267183856 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7476] ppid=7409 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/7412/task/7476/stat : 7476 (java) S 7409 7412 1929 0 -1 1077944384 684 13019 0 0 13 0 5 3 20 0 15 0 230083324 11246788608 22099 33554432000 4194304 4196468 140723485968912 140173266131056 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7477] ppid=7409 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7477/stat : 7477 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11246788608 22099 33554432000 4194304 4196468 140723485968912 140171760625888 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7478] ppid=7409 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7478/stat : 7478 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083324 11246788608 22099 33554432000 4194304 4196468 140723485968912 140173265079472 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88396 KiB

[startup+1.50078 s]
/proc/loadavg: 1.60 1.36 1.36 3/215 7478
/proc/meminfo: memFree=27800032/32770624 swapFree=67108804/67108860
[pid=7412] ppid=7409 vsize=10998092 memory=178688 CPUtime=2.23 cores=0,2,4,6
/proc/7412/stat : 7412 (java) S 7409 7412 1929 0 -1 1077944320 23814 13019 0 0 208 7 5 3 20 0 15 0 230083308 11262046208 44672 33554432000 4194304 4196468 140723485968912 140723485951456 140173844311799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
/proc/7412/statm: 2749523 44672 3465 1 0 2711181 0
[pid=7412/tid=7465] ppid=7409 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/7412/task/7465/stat : 7465 (java) R 7409 7412 1929 0 -1 4202560 17716 13019 0 0 130 4 5 3 20 0 15 0 230083318 11262046208 44672 33554432000 4194304 4196468 140723485968912 140173816140480 140173825875363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7466] ppid=7409 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7412/task/7466/stat : 7466 (java) S 7409 7412 1929 0 -1 1077944384 64 13019 0 0 1 0 5 3 20 0 15 0 230083319 11262046208 44672 33554432000 4194304 4196468 140723485968912 140173848554128 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7467] ppid=7409 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7412/task/7467/stat : 7467 (java) S 7409 7412 1929 0 -1 1077944384 28 13019 0 0 1 0 5 3 20 0 15 0 230083319 11262046208 44672 33554432000 4194304 4196468 140723485968912 140173713889808 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7468] ppid=7409 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7412/task/7468/stat : 7468 (java) S 7409 7412 1929 0 -1 1077944384 25 13019 0 0 1 0 5 3 20 0 15 0 230083319 11262046208 44672 33554432000 4194304 4196468 140723485968912 140173712837008 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7469] ppid=7409 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7469/stat : 7469 (java) S 7409 7412 1929 0 -1 1077944384 250 13019 0 0 0 0 5 3 20 0 15 0 230083319 11262046208 44672 33554432000 4194304 4196468 140723485968912 140173711784208 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7470] ppid=7409 vsize=10998092 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/7412/task/7470/stat : 7470 (java) S 7409 7412 1929 0 -1 1077944384 52 13019 0 0 1 0 5 3 20 0 15 0 230083320 11262046208 44672 33554432000 4194304 4196468 140723485968912 140173269289840 140173844322946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7471] ppid=7409 vsize=10998092 memory=280202458507520 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7471/stat : 7471 (java) S 7409 7412 1929 0 -1 1077944384 14 13019 0 0 0 0 5 3 20 0 15 0 230083321 11262046208 44672 33554432000 4194304 4196468 140723485968912 140172700149344 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7472] ppid=7409 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7472/stat : 7472 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083321 11262046208 44672 33554432000 4194304 4196468 140723485968912 140172498822528 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7473] ppid=7409 vsize=10998092 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7473/stat : 7473 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11262046208 44672 33554432000 4194304 4196468 140723485968912 140172191422800 140173844330395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7474] ppid=7409 vsize=10998092 memory=1600 CPUtime=0.23 cores=0,2,4,6
/proc/7412/task/7474/stat : 7474 (java) S 7409 7412 1929 0 -1 1077944384 921 13019 0 0 15 0 5 3 20 0 15 0 230083324 11262046208 44672 33554432000 4194304 4196468 140723485968912 140173268236656 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7475] ppid=7409 vsize=10998092 memory=7952 CPUtime=0.33 cores=0,2,4,6
/proc/7412/task/7475/stat : 7475 (java) S 7409 7412 1929 0 -1 1077944384 1374 13019 0 0 25 0 5 3 20 0 15 0 230083324 11262046208 44672 33554432000 4194304 4196468 140723485968912 140173267183856 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7476] ppid=7409 vsize=10998092 memory=4088 CPUtime=0.37 cores=0,2,4,6
/proc/7412/task/7476/stat : 7476 (java) S 7409 7412 1929 0 -1 1077944384 1169 13019 0 0 29 0 5 3 20 0 15 0 230083324 11262046208 44672 33554432000 4194304 4196468 140723485968912 140173266131056 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7477] ppid=7409 vsize=10998092 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7477/stat : 7477 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11262046208 44672 33554432000 4194304 4196468 140723485968912 140171760625888 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7478] ppid=7409 vsize=10998092 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7478/stat : 7478 (java) S 7409 7412 1929 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 230083324 11262046208 44672 33554432000 4194304 4196468 140723485968912 140173265079472 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10998092 KiB

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

/proc/7412/task/7465/stat : 7465 (java) R 7409 7412 1929 0 -1 4202560 78455 13019 0 0 229546 48 5 3 20 0 15 0 230083318 11343855616 211765 33554432000 4194304 4196468 140723485968912 140173816146944 140173400492177 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7466] ppid=7409 vsize=11077984 memory=847060 CPUtime=11.71 cores=0,2,4,6
/proc/7412/task/7466/stat : 7466 (java) S 7409 7412 1929 0 -1 1077944384 9459 13019 0 0 1100 63 5 3 20 0 15 0 230083319 11343855616 211765 33554432000 4194304 4196468 140723485968912 140173848554128 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7467] ppid=7409 vsize=11077984 memory=847060 CPUtime=11.7 cores=0,2,4,6
/proc/7412/task/7467/stat : 7467 (java) S 7409 7412 1929 0 -1 1077944384 9236 13019 0 0 1101 61 5 3 20 0 15 0 230083319 11343855616 211765 33554432000 4194304 4196468 140723485968912 140173713889808 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7468] ppid=7409 vsize=11077984 memory=845012 CPUtime=11.73 cores=0,2,4,6
/proc/7412/task/7468/stat : 7468 (java) S 7409 7412 1929 0 -1 1077944384 11820 13019 0 0 1101 64 5 3 20 0 15 0 230083319 11343855616 211765 33554432000 4194304 4196468 140723485968912 140173712837008 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7469] ppid=7409 vsize=11077984 memory=847060 CPUtime=11.75 cores=0,2,4,6
/proc/7412/task/7469/stat : 7469 (java) S 7409 7412 1929 0 -1 1077944384 6925 13019 0 0 1107 60 5 3 20 0 15 0 230083319 11343855616 211765 33554432000 4194304 4196468 140723485968912 140173711784208 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7470] ppid=7409 vsize=11077984 memory=847060 CPUtime=11.54 cores=0,2,4,6
/proc/7412/task/7470/stat : 7470 (java) S 7409 7412 1929 0 -1 1077944384 11166 13019 0 0 1085 61 5 3 20 0 15 0 230083320 11343855616 211765 33554432000 4194304 4196468 140723485968912 140173269289840 140173844322946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7471] ppid=7409 vsize=11077984 memory=847060 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7471/stat : 7471 (java) S 7409 7412 1929 0 -1 1077944384 16 13019 0 0 0 0 5 3 20 0 15 0 230083321 11343855616 211765 33554432000 4194304 4196468 140723485968912 140172700149408 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7472] ppid=7409 vsize=11077984 memory=847060 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7472/stat : 7472 (java) S 7409 7412 1929 0 -1 1077944384 10 13019 0 0 0 0 5 3 20 0 15 0 230083321 11343855616 211765 33554432000 4194304 4196468 140723485968912 140172498822528 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7473] ppid=7409 vsize=11077984 memory=847060 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7473/stat : 7473 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11343855616 211765 33554432000 4194304 4196468 140723485968912 140172191422800 140173844330395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7474] ppid=7409 vsize=11077984 memory=847060 CPUtime=6.15 cores=0,2,4,6
/proc/7412/task/7474/stat : 7474 (java) S 7409 7412 1929 0 -1 1077944384 17021 13019 0 0 602 5 5 3 20 0 15 0 230083324 11343855616 211765 33554432000 4194304 4196468 140723485968912 140173268236656 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7475] ppid=7409 vsize=11077984 memory=1123 CPUtime=6.16 cores=0,2,4,6
/proc/7412/task/7475/stat : 7475 (java) S 7409 7412 1929 0 -1 1077944384 11124 13019 0 0 604 4 5 3 20 0 15 0 230083324 11343855616 211765 33554432000 4194304 4196468 140723485968912 140173267183856 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7476] ppid=7409 vsize=11077984 memory=847060 CPUtime=3.04 cores=0,2,4,6
/proc/7412/task/7476/stat : 7476 (java) S 7409 7412 1929 0 -1 1077944384 14010 13019 0 0 290 6 5 3 20 0 15 0 230083324 11343855616 211765 33554432000 4194304 4196468 140723485968912 140173266131056 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7477] ppid=7409 vsize=11077984 memory=845012 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7477/stat : 7477 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11343855616 211765 33554432000 4194304 4196468 140723485968912 140171760625888 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7478] ppid=7409 vsize=11077984 memory=847060 CPUtime=1.52 cores=0,2,4,6
/proc/7412/task/7478/stat : 7478 (java) S 7409 7412 1929 0 -1 1077944384 1891 13019 0 0 67 77 5 3 20 0 15 0 230083324 11343855616 211765 33554432000 4194304 4196468 140723485968912 140173265079472 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
Current children cumulated CPU time: 2370.72 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 847060 KiB

[startup+2382.3 s]
/proc/loadavg: 1.17 1.22 1.29 3/216 7725
/proc/meminfo: memFree=26779880/32770624 swapFree=67108804/67108860
[pid=7412] ppid=7409 vsize=11077984 memory=847144 CPUtime=2431.62 cores=0,2,4,6
/proc/7412/stat : 7412 (java) S 7409 7412 1929 0 -1 1077944320 174881 13019 0 0 242773 381 5 3 20 0 15 0 230083308 11343855616 211786 33554432000 4194304 4196468 140723485968912 140723485951456 140173844311799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
/proc/7412/statm: 2769496 211786 3515 1 0 2731149 0
[pid=7412/tid=7465] ppid=7409 vsize=11077984 memory=847144 CPUtime=2355.3 cores=0,2,4,6
/proc/7412/task/7465/stat : 7465 (java) R 7409 7412 1929 0 -1 4202560 79349 13019 0 0 235473 49 5 3 20 0 15 0 230083318 11343855616 211786 33554432000 4194304 4196468 140723485968912 140173816146944 140173396248006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7466] ppid=7409 vsize=11077984 memory=3708 CPUtime=12.02 cores=0,2,4,6
/proc/7412/task/7466/stat : 7466 (java) S 7409 7412 1929 0 -1 1077944384 9484 13019 0 0 1130 64 5 3 20 0 15 0 230083319 11343855616 211786 33554432000 4194304 4196468 140723485968912 140173848554128 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7467] ppid=7409 vsize=11077984 memory=847144 CPUtime=12.02 cores=0,2,4,6
/proc/7412/task/7467/stat : 7467 (java) S 7409 7412 1929 0 -1 1077944384 9278 13019 0 0 1131 63 5 3 20 0 15 0 230083319 11343855616 211786 33554432000 4194304 4196468 140723485968912 140173713889808 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7468] ppid=7409 vsize=11077984 memory=847144 CPUtime=12.05 cores=0,2,4,6
/proc/7412/task/7468/stat : 7468 (java) S 7409 7412 1929 0 -1 1077944384 12102 13019 0 0 1132 65 5 3 20 0 15 0 230083319 11343855616 211786 33554432000 4194304 4196468 140723485968912 140173712837008 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7469] ppid=7409 vsize=11077984 memory=847144 CPUtime=12.06 cores=0,2,4,6
/proc/7412/task/7469/stat : 7469 (java) S 7409 7412 1929 0 -1 1077944384 7008 13019 0 0 1137 61 5 3 20 0 15 0 230083319 11343855616 211786 33554432000 4194304 4196468 140723485968912 140173711784208 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7470] ppid=7409 vsize=11077984 memory=847144 CPUtime=11.85 cores=0,2,4,6
/proc/7412/task/7470/stat : 7470 (java) S 7409 7412 1929 0 -1 1077944384 11368 13019 0 0 1114 63 5 3 20 0 15 0 230083320 11343855616 211786 33554432000 4194304 4196468 140723485968912 140173269289840 140173844322946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7471] ppid=7409 vsize=11077984 memory=847144 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7471/stat : 7471 (java) S 7409 7412 1929 0 -1 1077944384 16 13019 0 0 0 0 5 3 20 0 15 0 230083321 11343855616 211786 33554432000 4194304 4196468 140723485968912 140172700149408 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7472] ppid=7409 vsize=11077984 memory=847136 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7472/stat : 7472 (java) S 7409 7412 1929 0 -1 1077944384 10 13019 0 0 0 0 5 3 20 0 15 0 230083321 11343855616 211786 33554432000 4194304 4196468 140723485968912 140172498822528 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7473] ppid=7409 vsize=11077984 memory=847136 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7473/stat : 7473 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11343855616 211786 33554432000 4194304 4196468 140723485968912 140172191422800 140173844330395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7474] ppid=7409 vsize=11077984 memory=847144 CPUtime=6.15 cores=0,2,4,6
/proc/7412/task/7474/stat : 7474 (java) S 7409 7412 1929 0 -1 1077944384 17023 13019 0 0 602 5 5 3 20 0 15 0 230083324 11343855616 211786 33554432000 4194304 4196468 140723485968912 140173268236656 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7475] ppid=7409 vsize=11077984 memory=847144 CPUtime=6.16 cores=0,2,4,6
/proc/7412/task/7475/stat : 7475 (java) S 7409 7412 1929 0 -1 1077944384 11126 13019 0 0 604 4 5 3 20 0 15 0 230083324 11343855616 211786 33554432000 4194304 4196468 140723485968912 140173267183856 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7476] ppid=7409 vsize=11077984 memory=847144 CPUtime=3.04 cores=0,2,4,6
/proc/7412/task/7476/stat : 7476 (java) S 7409 7412 1929 0 -1 1077944384 14012 13019 0 0 290 6 5 3 20 0 15 0 230083324 11343855616 211786 33554432000 4194304 4196468 140723485968912 140173266131056 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7477] ppid=7409 vsize=11077984 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7477/stat : 7477 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11343855616 211786 33554432000 4194304 4196468 140723485968912 140171760625888 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7478] ppid=7409 vsize=11077984 memory=3708 CPUtime=1.55 cores=0,2,4,6
/proc/7412/task/7478/stat : 7478 (java) S 7409 7412 1929 0 -1 1077944384 1906 13019 0 0 68 79 5 3 20 0 15 0 230083324 11343855616 211786 33554432000 4194304 4196468 140723485968912 140173265079472 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
Current children cumulated CPU time: 2431.62 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 847144 KiB

[startup+2442.3 s]
/proc/loadavg: 1.13 1.20 1.28 3/216 7726
/proc/meminfo: memFree=26779192/32770624 swapFree=67108804/67108860
[pid=7412] ppid=7409 vsize=11077984 memory=847244 CPUtime=2492.53 cores=0,2,4,6
/proc/7412/stat : 7412 (java) S 7409 7412 1929 0 -1 1077944320 176297 13019 0 0 248855 390 5 3 20 0 15 0 230083308 11343855616 211811 33554432000 4194304 4196468 140723485968912 140723485951456 140173844311799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
/proc/7412/statm: 2769496 211811 3515 1 0 2731149 0
[pid=7412/tid=7465] ppid=7409 vsize=11077984 memory=847244 CPUtime=2414.58 cores=0,2,4,6
/proc/7412/task/7465/stat : 7465 (java) R 7409 7412 1929 0 -1 4202560 80121 13019 0 0 241401 49 5 3 20 0 15 0 230083318 11343855616 211811 33554432000 4194304 4196468 140723485968912 140173816147712 140173400908849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7466] ppid=7409 vsize=11077984 memory=1084 CPUtime=12.35 cores=0,2,4,6
/proc/7412/task/7466/stat : 7466 (java) S 7409 7412 1929 0 -1 1077944384 9806 13019 0 0 1161 66 5 3 20 0 15 0 230083319 11343855616 211811 33554432000 4194304 4196468 140723485968912 140173848554128 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7467] ppid=7409 vsize=11077984 memory=847244 CPUtime=12.34 cores=0,2,4,6
/proc/7412/task/7467/stat : 7467 (java) S 7409 7412 1929 0 -1 1077944384 9308 13019 0 0 1161 65 5 3 20 0 15 0 230083319 11343855616 211811 33554432000 4194304 4196468 140723485968912 140173713889808 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7468] ppid=7409 vsize=11077984 memory=847204 CPUtime=12.37 cores=0,2,4,6
/proc/7412/task/7468/stat : 7468 (java) S 7409 7412 1929 0 -1 1077944384 12128 13019 0 0 1162 67 5 3 20 0 15 0 230083319 11343855616 211811 33554432000 4194304 4196468 140723485968912 140173712837008 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7469] ppid=7409 vsize=11077984 memory=847204 CPUtime=12.38 cores=0,2,4,6
/proc/7412/task/7469/stat : 7469 (java) S 7409 7412 1929 0 -1 1077944384 7051 13019 0 0 1167 63 5 3 20 0 15 0 230083319 11343855616 211811 33554432000 4194304 4196468 140723485968912 140173711784208 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7470] ppid=7409 vsize=11077984 memory=847244 CPUtime=12.16 cores=0,2,4,6
/proc/7412/task/7470/stat : 7470 (java) S 7409 7412 1929 0 -1 1077944384 11576 13019 0 0 1143 65 5 3 20 0 15 0 230083320 11343855616 211811 33554432000 4194304 4196468 140723485968912 140173269289840 140173844322946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7471] ppid=7409 vsize=11077984 memory=847244 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7471/stat : 7471 (java) S 7409 7412 1929 0 -1 1077944384 16 13019 0 0 0 0 5 3 20 0 15 0 230083321 11343855616 211811 33554432000 4194304 4196468 140723485968912 140172700149408 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7472] ppid=7409 vsize=11077984 memory=847244 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7472/stat : 7472 (java) S 7409 7412 1929 0 -1 1077944384 10 13019 0 0 0 0 5 3 20 0 15 0 230083321 11343855616 211811 33554432000 4194304 4196468 140723485968912 140172498822528 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7473] ppid=7409 vsize=11077984 memory=847204 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7473/stat : 7473 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11343855616 211811 33554432000 4194304 4196468 140723485968912 140172191422800 140173844330395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7474] ppid=7409 vsize=11077984 memory=8112282956445269571 CPUtime=6.15 cores=0,2,4,6
/proc/7412/task/7474/stat : 7474 (java) S 7409 7412 1929 0 -1 1077944384 17026 13019 0 0 602 5 5 3 20 0 15 0 230083324 11343855616 211811 33554432000 4194304 4196468 140723485968912 140173268236656 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7475] ppid=7409 vsize=11077984 memory=808 CPUtime=6.16 cores=0,2,4,6
/proc/7412/task/7475/stat : 7475 (java) S 7409 7412 1929 0 -1 1077944384 11128 13019 0 0 604 4 5 3 20 0 15 0 230083324 11343855616 211811 33554432000 4194304 4196468 140723485968912 140173267183856 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7476] ppid=7409 vsize=11077984 memory=847244 CPUtime=3.04 cores=0,2,4,6
/proc/7412/task/7476/stat : 7476 (java) S 7409 7412 1929 0 -1 1077944384 14014 13019 0 0 290 6 5 3 20 0 15 0 230083324 11343855616 211811 33554432000 4194304 4196468 140723485968912 140173266131056 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7477] ppid=7409 vsize=11077984 memory=847244 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7477/stat : 7477 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11343855616 211811 33554432000 4194304 4196468 140723485968912 140171760625888 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7478] ppid=7409 vsize=11077984 memory=847244 CPUtime=1.6 cores=0,2,4,6
/proc/7412/task/7478/stat : 7478 (java) S 7409 7412 1929 0 -1 1077944384 1914 13019 0 0 70 82 5 3 20 0 15 0 230083324 11343855616 211811 33554432000 4194304 4196468 140723485968912 140173265079472 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
Current children cumulated CPU time: 2492.53 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 847244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.4 s]
/proc/loadavg: 1.41 1.26 1.30 3/216 7726
/proc/meminfo: memFree=26779440/32770624 swapFree=67108804/67108860
[pid=7412] ppid=7409 vsize=11077984 memory=847360 CPUtime=2520.03 cores=0,2,4,6
/proc/7412/stat : 7412 (java) S 7409 7412 1929 0 -1 1077944320 177311 13019 0 0 251601 394 5 3 20 0 15 0 230083308 11343855616 211840 33554432000 4194304 4196468 140723485968912 140723485951456 140173844311799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
/proc/7412/statm: 2769496 211840 3515 1 0 2731149 0
[pid=7412/tid=7465] ppid=7409 vsize=11077984 memory=301741382048153913 CPUtime=2441.37 cores=0,2,4,6
/proc/7412/task/7465/stat : 7465 (java) R 7409 7412 1929 0 -1 4202560 80517 13019 0 0 244079 50 5 3 20 0 15 0 230083318 11343855616 211840 33554432000 4194304 4196468 140723485968912 140173816146848 140173400314317 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7466] ppid=7409 vsize=11077984 memory=13851893122205948 CPUtime=12.49 cores=0,2,4,6
/proc/7412/task/7466/stat : 7466 (java) S 7409 7412 1929 0 -1 1077944384 9840 13019 0 0 1175 66 5 3 20 0 15 0 230083319 11343855616 211840 33554432000 4194304 4196468 140723485968912 140173848554128 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7467] ppid=7409 vsize=11077984 memory=13851893122205948 CPUtime=12.48 cores=0,2,4,6
/proc/7412/task/7467/stat : 7467 (java) S 7409 7412 1929 0 -1 1077944384 9341 13019 0 0 1174 66 5 3 20 0 15 0 230083319 11343855616 211840 33554432000 4194304 4196468 140723485968912 140173713889808 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7468] ppid=7409 vsize=11077984 memory=7952 CPUtime=12.52 cores=0,2,4,6
/proc/7412/task/7468/stat : 7468 (java) S 7409 7412 1929 0 -1 1077944384 12155 13019 0 0 1176 68 5 3 20 0 15 0 230083319 11343855616 211840 33554432000 4194304 4196468 140723485968912 140173712837008 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7469] ppid=7409 vsize=11077984 memory=4088 CPUtime=12.53 cores=0,2,4,6
/proc/7412/task/7469/stat : 7469 (java) S 7409 7412 1929 0 -1 1077944384 7361 13019 0 0 1181 64 5 3 20 0 15 0 230083319 11343855616 211840 33554432000 4194304 4196468 140723485968912 140173711784208 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7470] ppid=7409 vsize=11077984 memory=1784 CPUtime=12.3 cores=0,2,4,6
/proc/7412/task/7470/stat : 7470 (java) S 7409 7412 1929 0 -1 1077944384 11769 13019 0 0 1156 66 5 3 20 0 15 0 230083320 11343855616 211840 33554432000 4194304 4196468 140723485968912 140173269289840 140173844322946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7471] ppid=7409 vsize=11077984 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7471/stat : 7471 (java) S 7409 7412 1929 0 -1 1077944384 16 13019 0 0 0 0 5 3 20 0 15 0 230083321 11343855616 211840 33554432000 4194304 4196468 140723485968912 140172700149408 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7472] ppid=7409 vsize=11077984 memory=847336 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7472/stat : 7472 (java) S 7409 7412 1929 0 -1 1077944384 10 13019 0 0 0 0 5 3 20 0 15 0 230083321 11343855616 211840 33554432000 4194304 4196468 140723485968912 140172498822528 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7473] ppid=7409 vsize=11077984 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7473/stat : 7473 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11343855616 211840 33554432000 4194304 4196468 140723485968912 140172191422800 140173844330395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7474] ppid=7409 vsize=11077984 memory=932 CPUtime=6.15 cores=0,2,4,6
/proc/7412/task/7474/stat : 7474 (java) S 7409 7412 1929 0 -1 1077944384 17028 13019 0 0 602 5 5 3 20 0 15 0 230083324 11343855616 211840 33554432000 4194304 4196468 140723485968912 140173268236656 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7475] ppid=7409 vsize=11077984 memory=1168 CPUtime=6.16 cores=0,2,4,6
/proc/7412/task/7475/stat : 7475 (java) S 7409 7412 1929 0 -1 1077944384 11130 13019 0 0 604 4 5 3 20 0 15 0 230083324 11343855616 211840 33554432000 4194304 4196468 140723485968912 140173267183856 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7476] ppid=7409 vsize=11077984 memory=1984 CPUtime=3.04 cores=0,2,4,6
/proc/7412/task/7476/stat : 7476 (java) S 7409 7412 1929 0 -1 1077944384 14016 13019 0 0 290 6 5 3 20 0 15 0 230083324 11343855616 211840 33554432000 4194304 4196468 140723485968912 140173266131056 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7477] ppid=7409 vsize=11077984 memory=1692 CPUtime=0.08 cores=0,2,4,6
/proc/7412/task/7477/stat : 7477 (java) S 7409 7412 1929 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 230083324 11343855616 211840 33554432000 4194304 4196468 140723485968912 140171760625888 140173844322005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
[pid=7412/tid=7478] ppid=7409 vsize=11077984 memory=836964 CPUtime=1.61 cores=0,2,4,6
/proc/7412/task/7478/stat : 7478 (java) S 7409 7412 1929 0 -1 1077944384 1929 13019 0 0 70 83 5 3 20 0 15 0 230083324 11343855616 211840 33554432000 4194304 4196468 140723485968912 140173265079472 140173844322946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37322752 140723485977196 140723485979996 140723485979996 140723485982671 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 847360 KiB

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

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

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

Child status: 143
Real time (s): 2469.43
CPU time (s): 2520.07
CPU user time (s): 2516.09
CPU system time (s): 3.98617
CPU usage (%): 102.051
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 847360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.09
system time used= 3.98617
maximum resident set size= 849704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 327944
involuntary context switches= 8973


# summary of solver processes directly reported to runsolver:
#   pid: 7412
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.09
#   total CPU system time (s): 3.98617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6417 second user time and 23.3626 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-13 03:53:21
IDJOB=4304675
IDBENCH=141533
IDSOLVER=2780
FILE ID=node105/4304675-1534125201
RUNJOBID= node105-1534099504-1960
PBS_JOBID= 21037006
Free space on /tmp= 40896 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-60-250-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304675-1534125201/watcher-4304675-1534125201 -o /tmp/evaluation-result-4304675-1534125201/solver-4304675-1534125201 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1960 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1550104299 HOME/instance-4304675-1534125201.xml

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

MD5SUM BENCH= 572d51936cbf7dcb36f92bd653feb000
RANDOM SEED=1550104299

node105.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.32
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.32
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.32
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.32
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:        27897060 kB
MemAvailable:   31363052 kB
Buffers:          162744 kB
Cached:          3559720 kB
SwapCached:           16 kB
Active:          2434800 kB
Inactive:        1886724 kB
Active(anon):     550664 kB
Inactive(anon):   100520 kB
Active(file):    1884136 kB
Inactive(file):  1786204 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26308 kB
Writeback:             8 kB
AnonPages:        606152 kB
Mapped:            64304 kB
Shmem:             49748 kB
Slab:             250876 kB
SReclaimable:     222972 kB
SUnreclaim:        27904 kB
KernelStack:        3536 kB
PageTables:         6632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1758824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40868 MiB
End job on node105 at 2018-08-13 04:34:31