Trace number 4302280

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)1562 252.065 232.935

General information on the benchmark

NameKnapsack/
Knapsack-80-350-00_c18.xml
MD5SUM1f34f05b99985a85112f7d36079fd716
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1564
Best CPU time to get the best result obtained on this benchmark248.986
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":80}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":80}]
Minimum constraint arity80
Maximum constraint arity80
Distribution of constraint arities[{"arity":80,"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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
6.85/3.40	o 848
6.85/3.43	o 849
6.85/3.44	o 919
6.85/3.45	o 934
6.85/3.46	o 939
6.85/3.47	o 963
7.17/3.55	o 1004
7.17/3.56	o 1034
7.17/3.57	o 1049
7.17/3.59	o 1100
7.55/3.66	o 1109
7.55/3.66	o 1113
7.55/3.67	o 1133
7.55/3.67	o 1164
7.89/3.72	o 1172
7.89/3.73	o 1192
7.89/3.73	o 1194
7.89/3.73	o 1234
7.89/3.74	o 1276
7.89/3.74	o 1278
7.89/3.75	o 1300
8.52/3.99	o 1327
9.74/4.36	o 1335
9.74/4.36	o 1371
9.74/4.37	o 1384
10.04/4.40	o 1395
10.04/4.50	o 1409
10.34/4.56	o 1410
10.34/4.57	o 1420
10.34/4.57	o 1435
10.34/4.58	o 1468
10.34/4.58	o 1483
10.34/4.58	o 1503
10.34/4.58	o 1518
10.64/4.61	o 1526
10.64/4.63	o 1529
10.64/4.64	o 1536
10.64/4.64	o 1544
11.57/5.11	o 1545
12.12/5.59	o 1548
12.55/5.80	o 1554
16.36/8.54	o 1555
136.21/118.78	o 1556
141.01/123.40	o 1562
252.02/232.91	Exception in thread "main" java.util.concurrent.TimeoutException
252.02/232.91		at concrete.MAC.mac(MAC.scala:188)
252.02/232.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/232.91		at scala.util.Try$.apply(Try.scala:209)
252.02/232.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/232.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/232.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/232.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/232.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/232.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/232.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/232.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/232.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/232.91		at concrete.MAC.oneRun(MAC.scala:253)
252.02/232.91		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/232.91		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/232.91		at concrete.Solver.hasNext(Solver.scala:166)
252.02/232.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/232.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/232.91		at concrete.Solver.foreach(Solver.scala:68)
252.02/232.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/232.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/232.91		at scala.util.Success.map(Try.scala:209)
252.02/232.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/232.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/232.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/232.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/232.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/232.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/232.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/232.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/232.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/232.91		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/232.91		at scala.App.main(App.scala:76)
252.02/232.91		at scala.App.main$(App.scala:74)
252.02/232.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/232.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/232.92	v <instantiation cost="1562">
252.02/232.92	v       <list>
252.02/232.92	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] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79]
252.02/232.92	v       </list>
252.02/232.92	v       <values>
252.02/232.92	v         1 0 0 0 0 0 1 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0
252.02/232.92	v       </values>
252.02/232.92	v     </instantiation>
252.02/232.92	s SATISFIABLE

Verifier Data

OK	1562

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302280-1532898133/watcher-4302280-1532898133 -o /tmp/evaluation-result-4302280-1532898133/solver-4302280-1532898133 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=477599055 HOME/instance-4302280-1532898133.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=22385, runsolver pid=22382

[startup+0.100091 s]*
/proc/loadavg: 1.62 1.76 1.78 3/208 22442
/proc/meminfo: memFree=25837984/32770624 swapFree=67028844/67108860
[pid=22385] ppid=22382 vsize=10005480 memory=16432 CPUtime=0.09 cores=1,3,5,7
/proc/22385/stat : 22385 (java) S 22382 22385 10029 0 -1 1077944320 4294 12826 0 0 1 0 5 3 20 0 6 0 107376486 10245611520 4108 33554432000 4194304 4196468 140729603782592 140729603765136 139717734452983 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
/proc/22385/statm: 2501370 4108 1931 1 0 2489808 0
[pid=22385/tid=22438] ppid=22382 vsize=10005480 memory=4279135703946592653 CPUtime=0.09 cores=1,3,5,7
/proc/22385/task/22438/stat : 22438 (java) R 22382 22385 10029 0 -1 4202560 2112 12826 0 0 1 0 5 3 20 0 6 0 107376495 10245611520 4174 33554432000 4194304 4196468 140729603782592 139717706289744 139717719575920 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22439] ppid=22382 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22439/stat : 22439 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 6 0 107376496 10245611520 4174 33554432000 4194304 4196468 140729603782592 139717738695696 139717734463189 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22440] ppid=22382 vsize=10005480 memory=139944209626752 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22440/stat : 22440 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 6 0 107376496 10245611520 4174 33554432000 4194304 4196468 140729603782592 139717637053584 139717734463189 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22441] ppid=22382 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22441/stat : 22441 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 6 0 107376496 10245611520 4174 33554432000 4194304 4196468 140729603782592 139717636000528 139717734463189 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22442] ppid=22382 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22442/stat : 22442 (java) S 22382 22385 10029 0 -1 1077944384 2 12826 0 0 0 0 5 3 20 0 6 0 107376496 10245611520 4174 33554432000 4194304 4196468 140729603782592 139717272538000 139717734463189 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16432 KiB

[startup+0.210011 s]*
/proc/loadavg: 1.62 1.76 1.78 3/217 22451
/proc/meminfo: memFree=25811680/32770624 swapFree=67028844/67108860
[pid=22385] ppid=22382 vsize=10982696 memory=45648 CPUtime=0.26 cores=1,3,5,7
/proc/22385/stat : 22385 (java) S 22382 22385 10029 0 -1 1077944320 8307 12826 0 0 17 1 5 3 20 0 15 0 107376486 11246280704 11412 33554432000 4194304 4196468 140729603782592 140729603765136 139717734452983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
/proc/22385/statm: 2745674 11412 2936 1 0 2708109 0
[pid=22385/tid=22438] ppid=22382 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/22385/task/22438/stat : 22438 (java) R 22382 22385 10029 0 -1 4202560 4762 12826 0 0 11 0 5 3 20 0 15 0 107376495 11246280704 11412 33554432000 4194304 4196468 140729603782592 139717706249168 139717716016535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22439] ppid=22382 vsize=10982696 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22439/stat : 22439 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246280704 11412 33554432000 4194304 4196468 140729603782592 139717738695696 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22440] ppid=22382 vsize=10982696 memory=139944210267432 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22440/stat : 22440 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246280704 11412 33554432000 4194304 4196468 140729603782592 139717637053584 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22441] ppid=22382 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22441/stat : 22441 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246280704 11412 33554432000 4194304 4196468 140729603782592 139717636000528 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22442] ppid=22382 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22442/stat : 22442 (java) S 22382 22385 10029 0 -1 1077944384 2 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246280704 11412 33554432000 4194304 4196468 140729603782592 139717272538000 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22443] ppid=22382 vsize=10982696 memory=139944209626752 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22443/stat : 22443 (java) S 22382 22385 10029 0 -1 1077944384 2 12826 0 0 0 0 5 3 20 0 15 0 107376497 11246280704 11412 33554432000 4194304 4196468 140729603782592 139717159917808 139717734464130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22444] ppid=22382 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22444/stat : 22444 (java) S 22382 22385 10029 0 -1 1077944384 13 12826 0 0 0 0 5 3 20 0 15 0 107376498 11246280704 11412 33554432000 4194304 4196468 140729603782592 139716507722912 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22445] ppid=22382 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22445/stat : 22445 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376498 11246280704 11412 33554432000 4194304 4196468 140729603782592 139716359873264 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22446] ppid=22382 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22446/stat : 22446 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11246280704 11412 33554432000 4194304 4196468 140729603782592 139716052473808 139717734471579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22447] ppid=22382 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22385/task/22447/stat : 22447 (java) S 22382 22385 10029 0 -1 1077944384 442 12826 0 0 1 0 5 3 20 0 15 0 107376501 11246280704 11412 33554432000 4194304 4196468 140729603782592 139717158865648 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22448] ppid=22382 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22385/task/22448/stat : 22448 (java) S 22382 22385 10029 0 -1 1077944384 193 12826 0 0 1 0 5 3 20 0 15 0 107376501 11246280704 11412 33554432000 4194304 4196468 140729603782592 139717157813104 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22449] ppid=22382 vsize=10982696 memory=139944209626752 CPUtime=0.11 cores=1,3,5,7
/proc/22385/task/22449/stat : 22449 (java) S 22382 22385 10029 0 -1 1077944384 688 12826 0 0 3 0 5 3 20 0 15 0 107376501 11246280704 11412 33554432000 4194304 4196468 140729603782592 139717156760048 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22450] ppid=22382 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22450/stat : 22450 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11246280704 11412 33554432000 4194304 4196468 140729603782592 139715621677920 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22451] ppid=22382 vsize=10982696 memory=139944209626752 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22451/stat : 22451 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376501 11246280704 11412 33554432000 4194304 4196468 140729603782592 139717155707440 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45648 KiB

[startup+0.310467 s]*
/proc/loadavg: 1.62 1.76 1.78 3/217 22451
/proc/meminfo: memFree=25801880/32770624 swapFree=67028844/67108860
[pid=22385] ppid=22382 vsize=10983192 memory=57000 CPUtime=0.39 cores=1,3,5,7
/proc/22385/stat : 22385 (java) S 22382 22385 10029 0 -1 1077944320 10359 12826 0 0 29 2 5 3 20 0 15 0 107376486 11246788608 14250 33554432000 4194304 4196468 140729603782592 140729603765136 139717734452983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
/proc/22385/statm: 2745798 14250 3068 1 0 2708109 0
[pid=22385/tid=22438] ppid=22382 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/22385/task/22438/stat : 22438 (java) R 22382 22385 10029 0 -1 4202560 6784 12826 0 0 20 1 5 3 20 0 15 0 107376495 11246788608 14250 33554432000 4194304 4196468 140729603782592 139717706264992 139717718533470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22439] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22439/stat : 22439 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246788608 14250 33554432000 4194304 4196468 140729603782592 139717738695696 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22440] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22440/stat : 22440 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246788608 14250 33554432000 4194304 4196468 140729603782592 139717637053584 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22441] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22441/stat : 22441 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246788608 14250 33554432000 4194304 4196468 140729603782592 139717636000528 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22442] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22442/stat : 22442 (java) S 22382 22385 10029 0 -1 1077944384 2 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246788608 14250 33554432000 4194304 4196468 140729603782592 139717272538000 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22443] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22443/stat : 22443 (java) S 22382 22385 10029 0 -1 1077944384 2 12826 0 0 0 0 5 3 20 0 15 0 107376497 11246788608 14250 33554432000 4194304 4196468 140729603782592 139717159917808 139717734464130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22444] ppid=22382 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22444/stat : 22444 (java) S 22382 22385 10029 0 -1 1077944384 13 12826 0 0 0 0 5 3 20 0 15 0 107376498 11246788608 14250 33554432000 4194304 4196468 140729603782592 139716507722912 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22445] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22445/stat : 22445 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376498 11246788608 14250 33554432000 4194304 4196468 140729603782592 139716359873264 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22446] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22446/stat : 22446 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11246788608 14250 33554432000 4194304 4196468 140729603782592 139716052473808 139717734471579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22447] ppid=22382 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22385/task/22447/stat : 22447 (java) S 22382 22385 10029 0 -1 1077944384 450 12826 0 0 1 0 5 3 20 0 15 0 107376501 11246788608 14250 33554432000 4194304 4196468 140729603782592 139717158865648 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22448] ppid=22382 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22385/task/22448/stat : 22448 (java) S 22382 22385 10029 0 -1 1077944384 193 12826 0 0 1 0 5 3 20 0 15 0 107376501 11246788608 14250 33554432000 4194304 4196468 140729603782592 139717157813104 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22449] ppid=22382 vsize=10983192 memory=139944209626752 CPUtime=0.12 cores=1,3,5,7
/proc/22385/task/22449/stat : 22449 (java) S 22382 22385 10029 0 -1 1077944384 713 12826 0 0 4 0 5 3 20 0 15 0 107376501 11246788608 14250 33554432000 4194304 4196468 140729603782592 139717156760048 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22450] ppid=22382 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22450/stat : 22450 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11246788608 14250 33554432000 4194304 4196468 140729603782592 139715621677920 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22451] ppid=22382 vsize=10983192 memory=139944209626752 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22451/stat : 22451 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376501 11246788608 14250 33554432000 4194304 4196468 140729603782592 139717155707440 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57000 KiB

[startup+0.700801 s]
/proc/loadavg: 1.62 1.76 1.78 4/217 22451
/proc/meminfo: memFree=25789972/32770624 swapFree=67028844/67108860
[pid=22385] ppid=22382 vsize=10983192 memory=90412 CPUtime=1 cores=1,3,5,7
/proc/22385/stat : 22385 (java) S 22382 22385 10029 0 -1 1077944320 16717 12826 0 0 88 4 5 3 20 0 15 0 107376486 11246788608 22603 33554432000 4194304 4196468 140729603782592 140729603765136 139717734452983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
/proc/22385/statm: 2745798 22603 3237 1 0 2708109 0
[pid=22385/tid=22438] ppid=22382 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/22385/task/22438/stat : 22438 (java) R 22382 22385 10029 0 -1 4202560 12089 12826 0 0 56 3 5 3 20 0 15 0 107376495 11246788608 22603 33554432000 4194304 4196468 140729603782592 139717706273808 139717717639792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22439] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22439/stat : 22439 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246788608 22603 33554432000 4194304 4196468 140729603782592 139717738695696 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22440] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22440/stat : 22440 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246788608 22603 33554432000 4194304 4196468 140729603782592 139717637053584 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22441] ppid=22382 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22441/stat : 22441 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246788608 22603 33554432000 4194304 4196468 140729603782592 139717636000528 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22442] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22442/stat : 22442 (java) S 22382 22385 10029 0 -1 1077944384 2 12826 0 0 0 0 5 3 20 0 15 0 107376496 11246788608 22603 33554432000 4194304 4196468 140729603782592 139717272538000 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22443] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22443/stat : 22443 (java) S 22382 22385 10029 0 -1 1077944384 5 12826 0 0 0 0 5 3 20 0 15 0 107376497 11246788608 22603 33554432000 4194304 4196468 140729603782592 139717159917808 139717734464130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22444] ppid=22382 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22444/stat : 22444 (java) S 22382 22385 10029 0 -1 1077944384 13 12826 0 0 0 0 5 3 20 0 15 0 107376498 11246788608 22603 33554432000 4194304 4196468 140729603782592 139716507722912 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22445] ppid=22382 vsize=10983192 memory=139944060400400 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22445/stat : 22445 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376498 11246788608 22603 33554432000 4194304 4196468 140729603782592 139716359873264 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22446] ppid=22382 vsize=10983192 memory=139947214373449 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22446/stat : 22446 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11246788608 22603 33554432000 4194304 4196468 140729603782592 139716052473808 139717734471579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22447] ppid=22382 vsize=10983192 memory=796 CPUtime=0.15 cores=1,3,5,7
/proc/22385/task/22447/stat : 22447 (java) S 22382 22385 10029 0 -1 1077944384 759 12826 0 0 7 0 5 3 20 0 15 0 107376501 11246788608 22603 33554432000 4194304 4196468 140729603782592 139717158865648 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22448] ppid=22382 vsize=10983192 memory=7014751519650764113 CPUtime=0.18 cores=1,3,5,7
/proc/22385/task/22448/stat : 22448 (java) S 22382 22385 10029 0 -1 1077944384 767 12826 0 0 10 0 5 3 20 0 15 0 107376501 11246788608 22603 33554432000 4194304 4196468 140729603782592 139717157813104 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22449] ppid=22382 vsize=10983192 memory=7597123233646858610 CPUtime=0.21 cores=1,3,5,7
/proc/22385/task/22449/stat : 22449 (java) S 22382 22385 10029 0 -1 1077944384 877 12826 0 0 13 0 5 3 20 0 15 0 107376501 11246788608 22603 33554432000 4194304 4196468 140729603782592 139717156760048 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22450] ppid=22382 vsize=10983192 memory=3544 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22450/stat : 22450 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11246788608 22603 33554432000 4194304 4196468 140729603782592 139715621677920 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22451] ppid=22382 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22451/stat : 22451 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376501 11246788608 22603 33554432000 4194304 4196468 140729603782592 139717155707440 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90412 KiB

[startup+1.50078 s]
/proc/loadavg: 1.62 1.76 1.78 4/217 22451
/proc/meminfo: memFree=25741964/32770624 swapFree=67028844/67108860
[pid=22385] ppid=22382 vsize=10998092 memory=180468 CPUtime=2.25 cores=1,3,5,7
/proc/22385/stat : 22385 (java) S 22382 22385 10029 0 -1 1077944320 23797 12826 0 0 208 9 5 3 20 0 15 0 107376486 11262046208 45117 33554432000 4194304 4196468 140729603782592 140729603765136 139717734452983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
/proc/22385/statm: 2749523 45117 3472 1 0 2711181 0
[pid=22385/tid=22438] ppid=22382 vsize=10998092 memory=9169 CPUtime=1.43 cores=1,3,5,7
/proc/22385/task/22438/stat : 22438 (java) R 22382 22385 10029 0 -1 4202560 17677 12826 0 0 130 5 5 3 20 0 15 0 107376495 11262046208 45117 33554432000 4194304 4196468 140729603782592 139717706281664 139717720148091 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22439] ppid=22382 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22439/stat : 22439 (java) S 22382 22385 10029 0 -1 1077944384 28 12826 0 0 0 0 5 3 20 0 15 0 107376496 11262046208 45117 33554432000 4194304 4196468 140729603782592 139717738695696 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22440] ppid=22382 vsize=10998092 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/22385/task/22440/stat : 22440 (java) S 22382 22385 10029 0 -1 1077944384 17 12826 0 0 1 0 5 3 20 0 15 0 107376496 11262046208 45117 33554432000 4194304 4196468 140729603782592 139717637053584 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22441] ppid=22382 vsize=10998092 memory=3000 CPUtime=0.09 cores=1,3,5,7
/proc/22385/task/22441/stat : 22441 (java) S 22382 22385 10029 0 -1 1077944384 250 12826 0 0 1 0 5 3 20 0 15 0 107376496 11262046208 45117 33554432000 4194304 4196468 140729603782592 139717636000528 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22442] ppid=22382 vsize=10998092 memory=90412 CPUtime=0.09 cores=1,3,5,7
/proc/22385/task/22442/stat : 22442 (java) S 22382 22385 10029 0 -1 1077944384 77 12826 0 0 1 0 5 3 20 0 15 0 107376496 11262046208 45117 33554432000 4194304 4196468 140729603782592 139717272538000 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22443] ppid=22382 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22385/task/22443/stat : 22443 (java) S 22382 22385 10029 0 -1 1077944384 51 12826 0 0 1 0 5 3 20 0 15 0 107376497 11262046208 45117 33554432000 4194304 4196468 140729603782592 139717159917808 139717734464130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22444] ppid=22382 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22444/stat : 22444 (java) S 22382 22385 10029 0 -1 1077944384 14 12826 0 0 0 0 5 3 20 0 15 0 107376498 11262046208 45117 33554432000 4194304 4196468 140729603782592 139716507722976 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22445] ppid=22382 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22445/stat : 22445 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376498 11262046208 45117 33554432000 4194304 4196468 140729603782592 139716359873280 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22446] ppid=22382 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22446/stat : 22446 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11262046208 45117 33554432000 4194304 4196468 140729603782592 139716052473808 139717734471579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22447] ppid=22382 vsize=10998092 memory=4638778398332698720 CPUtime=0.28 cores=1,3,5,7
/proc/22385/task/22447/stat : 22447 (java) S 22382 22385 10029 0 -1 1077944384 946 12826 0 0 20 0 5 3 20 0 15 0 107376501 11262046208 45117 33554432000 4194304 4196468 140729603782592 139717158865648 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22448] ppid=22382 vsize=10998092 memory=279888121076608 CPUtime=0.29 cores=1,3,5,7
/proc/22385/task/22448/stat : 22448 (java) S 22382 22385 10029 0 -1 1077944384 1204 12826 0 0 21 0 5 3 20 0 15 0 107376501 11262046208 45117 33554432000 4194304 4196468 140729603782592 139717157813104 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22449] ppid=22382 vsize=10998092 memory=6944656592452807323 CPUtime=0.37 cores=1,3,5,7
/proc/22385/task/22449/stat : 22449 (java) S 22382 22385 10029 0 -1 1077944384 1331 12826 0 0 29 0 5 3 20 0 15 0 107376501 11262046208 45117 33554432000 4194304 4196468 140729603782592 139717156760048 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22450] ppid=22382 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22450/stat : 22450 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11262046208 45117 33554432000 4194304 4196468 140729603782592 139715621677920 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22451] ppid=22382 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22451/stat : 22451 (java) S 22382 22385 10029 0 -1 1077944384 1 12826 0 0 0 0 5 3 20 0 15 0 107376501 11262046208 45117 33554432000 4194304 4196468 140729603782592 139717155707440 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22385/task/22438/stat : 22438 (java) R 22382 22385 10029 0 -1 4202560 51701 12826 0 0 16073 21 5 3 20 0 15 0 107376495 11343855616 203521 33554432000 4194304 4196468 140729603782592 139717706288784 139717304138310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22439] ppid=22382 vsize=11077984 memory=814024 CPUtime=0.61 cores=1,3,5,7
/proc/22385/task/22439/stat : 22439 (java) S 22382 22385 10029 0 -1 1077944384 848 12826 0 0 50 3 5 3 20 0 15 0 107376496 11343855616 203521 33554432000 4194304 4196468 140729603782592 139717738695696 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22440] ppid=22382 vsize=11077984 memory=279888121974208 CPUtime=0.61 cores=1,3,5,7
/proc/22385/task/22440/stat : 22440 (java) S 22382 22385 10029 0 -1 1077944384 1028 12826 0 0 49 4 5 3 20 0 15 0 107376496 11343855616 203521 33554432000 4194304 4196468 140729603782592 139717637053584 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22441] ppid=22382 vsize=11077984 memory=814048 CPUtime=0.61 cores=1,3,5,7
/proc/22385/task/22441/stat : 22441 (java) S 22382 22385 10029 0 -1 1077944384 4480 12826 0 0 48 5 5 3 20 0 15 0 107376496 11343855616 203521 33554432000 4194304 4196468 140729603782592 139717636000528 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22442] ppid=22382 vsize=11077984 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/22385/task/22442/stat : 22442 (java) S 22382 22385 10029 0 -1 1077944384 3192 12826 0 0 50 4 5 3 20 0 15 0 107376496 11343855616 203521 33554432000 4194304 4196468 140729603782592 139717272538000 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22443] ppid=22382 vsize=11077984 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/22385/task/22443/stat : 22443 (java) S 22382 22385 10029 0 -1 1077944384 3402 12826 0 0 47 3 5 3 20 0 15 0 107376497 11343855616 203521 33554432000 4194304 4196468 140729603782592 139717159917808 139717734464130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22444] ppid=22382 vsize=11077984 memory=279888121974848 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22444/stat : 22444 (java) S 22382 22385 10029 0 -1 1077944384 15 12826 0 0 0 0 5 3 20 0 15 0 107376498 11343855616 203521 33554432000 4194304 4196468 140729603782592 139716507723040 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22445] ppid=22382 vsize=11077984 memory=814084 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22445/stat : 22445 (java) S 22382 22385 10029 0 -1 1077944384 2 12826 0 0 0 0 5 3 20 0 15 0 107376498 11343855616 203521 33554432000 4194304 4196468 140729603782592 139716359873280 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22446] ppid=22382 vsize=11077984 memory=814084 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22446/stat : 22446 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11343855616 203521 33554432000 4194304 4196468 140729603782592 139716052473808 139717734471579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22447] ppid=22382 vsize=11077984 memory=814084 CPUtime=7.19 cores=1,3,5,7
/proc/22385/task/22447/stat : 22447 (java) S 22382 22385 10029 0 -1 1077944384 19300 12826 0 0 707 4 5 3 20 0 15 0 107376501 11343855616 203521 33554432000 4194304 4196468 140729603782592 139717158865648 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22448] ppid=22382 vsize=11077984 memory=814084 CPUtime=6.62 cores=1,3,5,7
/proc/22385/task/22448/stat : 22448 (java) S 22382 22385 10029 0 -1 1077944384 10777 12826 0 0 651 3 5 3 20 0 15 0 107376501 11343855616 203521 33554432000 4194304 4196468 140729603782592 139717157813104 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22449] ppid=22382 vsize=11077984 memory=814084 CPUtime=3.03 cores=1,3,5,7
/proc/22385/task/22449/stat : 22449 (java) S 22382 22385 10029 0 -1 1077944384 12187 12826 0 0 291 4 5 3 20 0 15 0 107376501 11343855616 203521 33554432000 4194304 4196468 140729603782592 139717156760048 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22450] ppid=22382 vsize=11077984 memory=814084 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22450/stat : 22450 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11343855616 203521 33554432000 4194304 4196468 140729603782592 139715621677920 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22451] ppid=22382 vsize=11077984 memory=1876 CPUtime=0.17 cores=1,3,5,7
/proc/22385/task/22451/stat : 22451 (java) S 22382 22385 10029 0 -1 1077944384 339 12826 0 0 4 5 5 3 20 0 15 0 107376501 11343855616 203521 33554432000 4194304 4196468 140729603782592 139717155707440 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
Current children cumulated CPU time: 180.46 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 814084 KiB

[startup+222.301 s]
/proc/loadavg: 1.43 1.62 1.72 3/216 22582
/proc/meminfo: memFree=24819768/32770624 swapFree=67028844/67108860
[pid=22385] ppid=22382 vsize=11077984 memory=814180 CPUtime=241.28 cores=1,3,5,7
/proc/22385/stat : 22385 (java) S 22382 22385 10029 0 -1 1077944320 113009 12826 0 0 24057 63 5 3 20 0 15 0 107376486 11343855616 203545 33554432000 4194304 4196468 140729603782592 140729603765136 139717734452983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
/proc/22385/statm: 2769496 203545 3523 1 0 2731149 0
[pid=22385/tid=22438] ppid=22382 vsize=11077984 memory=814180 CPUtime=220.36 cores=1,3,5,7
/proc/22385/task/22438/stat : 22438 (java) R 22382 22385 10029 0 -1 4202560 53008 12826 0 0 22006 22 5 3 20 0 15 0 107376495 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717706288208 139717315971692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22439] ppid=22382 vsize=11077984 memory=814144 CPUtime=0.9 cores=1,3,5,7
/proc/22385/task/22439/stat : 22439 (java) S 22382 22385 10029 0 -1 1077944384 1944 12826 0 0 77 5 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717738695696 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22440] ppid=22382 vsize=11077984 memory=814176 CPUtime=0.9 cores=1,3,5,7
/proc/22385/task/22440/stat : 22440 (java) S 22382 22385 10029 0 -1 1077944384 1591 12826 0 0 76 6 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717637053584 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22441] ppid=22382 vsize=11077984 memory=814176 CPUtime=0.89 cores=1,3,5,7
/proc/22385/task/22441/stat : 22441 (java) S 22382 22385 10029 0 -1 1077944384 4515 12826 0 0 75 6 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717636000528 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22442] ppid=22382 vsize=11077984 memory=814176 CPUtime=0.92 cores=1,3,5,7
/proc/22385/task/22442/stat : 22442 (java) S 22382 22385 10029 0 -1 1077944384 3334 12826 0 0 79 5 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717272538000 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22443] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.87 cores=1,3,5,7
/proc/22385/task/22443/stat : 22443 (java) S 22382 22385 10029 0 -1 1077944384 3779 12826 0 0 75 4 5 3 20 0 15 0 107376497 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717159917808 139717734464130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22444] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22444/stat : 22444 (java) S 22382 22385 10029 0 -1 1077944384 15 12826 0 0 0 0 5 3 20 0 15 0 107376498 11343855616 203545 33554432000 4194304 4196468 140729603782592 139716507723040 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22445] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22445/stat : 22445 (java) S 22382 22385 10029 0 -1 1077944384 2 12826 0 0 0 0 5 3 20 0 15 0 107376498 11343855616 203545 33554432000 4194304 4196468 140729603782592 139716359873280 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22446] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22446/stat : 22446 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139716052473808 139717734471579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22447] ppid=22382 vsize=11077984 memory=814180 CPUtime=7.19 cores=1,3,5,7
/proc/22385/task/22447/stat : 22447 (java) S 22382 22385 10029 0 -1 1077944384 19302 12826 0 0 707 4 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717158865648 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22448] ppid=22382 vsize=11077984 memory=814180 CPUtime=6.62 cores=1,3,5,7
/proc/22385/task/22448/stat : 22448 (java) S 22382 22385 10029 0 -1 1077944384 10780 12826 0 0 651 3 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717157813104 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22449] ppid=22382 vsize=11077984 memory=814180 CPUtime=3.03 cores=1,3,5,7
/proc/22385/task/22449/stat : 22449 (java) S 22382 22385 10029 0 -1 1077944384 12190 12826 0 0 291 4 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717156760048 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22450] ppid=22382 vsize=11077984 memory=3544 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22450/stat : 22450 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139715621677920 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22451] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.2 cores=1,3,5,7
/proc/22385/task/22451/stat : 22451 (java) S 22382 22385 10029 0 -1 1077944384 349 12826 0 0 5 7 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717155707440 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
Current children cumulated CPU time: 241.28 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 814180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+232.901 s]
/proc/loadavg: 1.37 1.60 1.72 3/215 22582
/proc/meminfo: memFree=24819924/32770624 swapFree=67028844/67108860
[pid=22385] ppid=22382 vsize=11077984 memory=814180 CPUtime=252.02 cores=1,3,5,7
/proc/22385/stat : 22385 (java) S 22382 22385 10029 0 -1 1077944320 113141 12826 0 0 25130 64 5 3 20 0 15 0 107376486 11343855616 203545 33554432000 4194304 4196468 140729603782592 140729603765136 139717734452983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
/proc/22385/statm: 2769496 203545 3523 1 0 2731149 0
[pid=22385/tid=22438] ppid=22382 vsize=11077984 memory=814180 CPUtime=230.84 cores=1,3,5,7
/proc/22385/task/22438/stat : 22438 (java) R 22382 22385 10029 0 -1 4202560 53132 12826 0 0 23054 22 5 3 20 0 15 0 107376495 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717706288128 139717315972692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22439] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.95 cores=1,3,5,7
/proc/22385/task/22439/stat : 22439 (java) S 22382 22385 10029 0 -1 1077944384 1946 12826 0 0 82 5 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717738695696 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22440] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.95 cores=1,3,5,7
/proc/22385/task/22440/stat : 22440 (java) S 22382 22385 10029 0 -1 1077944384 1593 12826 0 0 81 6 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717637053584 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22441] ppid=22382 vsize=11077984 memory=814176 CPUtime=0.95 cores=1,3,5,7
/proc/22385/task/22441/stat : 22441 (java) S 22382 22385 10029 0 -1 1077944384 4516 12826 0 0 80 7 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717636000528 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22442] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.97 cores=1,3,5,7
/proc/22385/task/22442/stat : 22442 (java) S 22382 22385 10029 0 -1 1077944384 3335 12826 0 0 84 5 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717272538000 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22443] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.91 cores=1,3,5,7
/proc/22385/task/22443/stat : 22443 (java) S 22382 22385 10029 0 -1 1077944384 3781 12826 0 0 79 4 5 3 20 0 15 0 107376497 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717159917808 139717734464130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22444] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22444/stat : 22444 (java) S 22382 22385 10029 0 -1 1077944384 15 12826 0 0 0 0 5 3 20 0 15 0 107376498 11343855616 203545 33554432000 4194304 4196468 140729603782592 139716507723040 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22445] ppid=22382 vsize=11077984 memory=1026112 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22445/stat : 22445 (java) S 22382 22385 10029 0 -1 1077944384 2 12826 0 0 0 0 5 3 20 0 15 0 107376498 11343855616 203545 33554432000 4194304 4196468 140729603782592 139716359873280 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22446] ppid=22382 vsize=11077984 memory=-4051592751533505334 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22446/stat : 22446 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139716052473808 139717734471579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22447] ppid=22382 vsize=11077984 memory=-3039135443232236825 CPUtime=7.19 cores=1,3,5,7
/proc/22385/task/22447/stat : 22447 (java) S 22382 22385 10029 0 -1 1077944384 19302 12826 0 0 707 4 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717158865648 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22448] ppid=22382 vsize=11077984 memory=814180 CPUtime=6.63 cores=1,3,5,7
/proc/22385/task/22448/stat : 22448 (java) S 22382 22385 10029 0 -1 1077944384 10780 12826 0 0 652 3 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717157813104 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22449] ppid=22382 vsize=11077984 memory=814180 CPUtime=3.03 cores=1,3,5,7
/proc/22385/task/22449/stat : 22449 (java) S 22382 22385 10029 0 -1 1077944384 12190 12826 0 0 291 4 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717156760048 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22450] ppid=22382 vsize=11077984 memory=1876 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22450/stat : 22450 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139715621677920 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22451] ppid=22382 vsize=11077984 memory=1664 CPUtime=0.22 cores=1,3,5,7
/proc/22385/task/22451/stat : 22451 (java) S 22382 22385 10029 0 -1 1077944384 349 12826 0 0 6 8 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717155707440 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 814180 KiB

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

[startup+232.935 s]
# the end of solver process 22385 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.371 s, system=0.69401 s

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

[startup+232.901 s]
/proc/loadavg: 1.37 1.60 1.72 3/215 22582
/proc/meminfo: memFree=24819924/32770624 swapFree=67028844/67108860
[pid=22385] ppid=22382 vsize=11077984 memory=814180 CPUtime=252.02 cores=1,3,5,7
/proc/22385/stat : 22385 (java) S 22382 22385 10029 0 -1 1077944320 113141 12826 0 0 25130 64 5 3 20 0 15 0 107376486 11343855616 203545 33554432000 4194304 4196468 140729603782592 140729603765136 139717734452983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
/proc/22385/statm: 2769496 203545 3523 1 0 2731149 0
[pid=22385/tid=22438] ppid=22382 vsize=11077984 memory=814180 CPUtime=230.84 cores=1,3,5,7
/proc/22385/task/22438/stat : 22438 (java) R 22382 22385 10029 0 -1 4202560 53132 12826 0 0 23054 22 5 3 20 0 15 0 107376495 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717706288128 139717315972692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22439] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.95 cores=1,3,5,7
/proc/22385/task/22439/stat : 22439 (java) S 22382 22385 10029 0 -1 1077944384 1946 12826 0 0 82 5 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717738695696 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22440] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.95 cores=1,3,5,7
/proc/22385/task/22440/stat : 22440 (java) S 22382 22385 10029 0 -1 1077944384 1593 12826 0 0 81 6 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717637053584 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22441] ppid=22382 vsize=11077984 memory=814176 CPUtime=0.95 cores=1,3,5,7
/proc/22385/task/22441/stat : 22441 (java) S 22382 22385 10029 0 -1 1077944384 4516 12826 0 0 80 7 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717636000528 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22442] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.97 cores=1,3,5,7
/proc/22385/task/22442/stat : 22442 (java) S 22382 22385 10029 0 -1 1077944384 3335 12826 0 0 84 5 5 3 20 0 15 0 107376496 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717272538000 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22443] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.91 cores=1,3,5,7
/proc/22385/task/22443/stat : 22443 (java) S 22382 22385 10029 0 -1 1077944384 3781 12826 0 0 79 4 5 3 20 0 15 0 107376497 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717159917808 139717734464130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22444] ppid=22382 vsize=11077984 memory=814180 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22444/stat : 22444 (java) S 22382 22385 10029 0 -1 1077944384 15 12826 0 0 0 0 5 3 20 0 15 0 107376498 11343855616 203545 33554432000 4194304 4196468 140729603782592 139716507723040 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22445] ppid=22382 vsize=11077984 memory=1026112 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22445/stat : 22445 (java) S 22382 22385 10029 0 -1 1077944384 2 12826 0 0 0 0 5 3 20 0 15 0 107376498 11343855616 203545 33554432000 4194304 4196468 140729603782592 139716359873280 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22446] ppid=22382 vsize=11077984 memory=-4051592751533505334 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22446/stat : 22446 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139716052473808 139717734471579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22447] ppid=22382 vsize=11077984 memory=-3039135443232236825 CPUtime=7.19 cores=1,3,5,7
/proc/22385/task/22447/stat : 22447 (java) S 22382 22385 10029 0 -1 1077944384 19302 12826 0 0 707 4 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717158865648 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22448] ppid=22382 vsize=11077984 memory=814180 CPUtime=6.63 cores=1,3,5,7
/proc/22385/task/22448/stat : 22448 (java) S 22382 22385 10029 0 -1 1077944384 10780 12826 0 0 652 3 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717157813104 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22449] ppid=22382 vsize=11077984 memory=814180 CPUtime=3.03 cores=1,3,5,7
/proc/22385/task/22449/stat : 22449 (java) S 22382 22385 10029 0 -1 1077944384 12190 12826 0 0 291 4 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717156760048 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22450] ppid=22382 vsize=11077984 memory=1876 CPUtime=0.08 cores=1,3,5,7
/proc/22385/task/22450/stat : 22450 (java) S 22382 22385 10029 0 -1 1077944384 3 12826 0 0 0 0 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139715621677920 139717734463189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
[pid=22385/tid=22451] ppid=22382 vsize=11077984 memory=1664 CPUtime=0.22 cores=1,3,5,7
/proc/22385/task/22451/stat : 22451 (java) S 22382 22385 10029 0 -1 1077944384 349 12826 0 0 6 8 5 3 20 0 15 0 107376501 11343855616 203545 33554432000 4194304 4196468 140729603782592 139717155707440 139717734464130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23670784 140729603787378 140729603790177 140729603790177 140729603792847 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 814180 KiB

Child status: 143
Real time (s): 232.935
CPU time (s): 252.065
CPU user time (s): 251.371
CPU system time (s): 0.69401
CPU usage (%): 108.213
Max. virtual memory (cumulated for all children) (KiB): 11080812
Max. memory (cumulated for all children) (KiB): 821676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.371
system time used= 0.69401
maximum resident set size= 821676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128439
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34369
involuntary context switches= 671


# summary of solver processes directly reported to runsolver:
#   pid: 22385
#   total CPU time (s): 252.065
#   total CPU user time (s): 251.371
#   total CPU system time (s): 0.69401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.61372 second user time and 2.06726 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 23:02:13
IDJOB=4302280
IDBENCH=141540
IDSOLVER=2776
FILE ID=node102/4302280-1532898133
RUNJOBID= node102-1532894154-16079
PBS_JOBID= 21022526
Free space on /tmp= 52952 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-80-350-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302280-1532898133/watcher-4302280-1532898133 -o /tmp/evaluation-result-4302280-1532898133/solver-4302280-1532898133 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=477599055 HOME/instance-4302280-1532898133.xml

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

MD5SUM BENCH= 1f34f05b99985a85112f7d36079fd716
RANDOM SEED=477599055

node102.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.51
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.51
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.51
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.51
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:        25844368 kB
MemAvailable:   31126632 kB
Buffers:          236040 kB
Cached:          5289988 kB
SwapCached:        53008 kB
Active:          2088240 kB
Inactive:        4312296 kB
Active(anon):     800516 kB
Inactive(anon):    99168 kB
Active(file):    1287724 kB
Inactive(file):  4213128 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028844 kB
Dirty:             26448 kB
Writeback:             0 kB
AnonPages:        828396 kB
Mapped:            51220 kB
Shmem:             22608 kB
Slab:             223376 kB
SReclaimable:     194496 kB
SUnreclaim:        28880 kB
KernelStack:        3520 kB
PageTables:         6824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2012100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52928 MiB
End job on node102 at 2018-07-29 23:06:06