Trace number 4304692

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.2-SuperNGSAT (TO)1668 2520.1 2478.34

General information on the benchmark

NameKnapsack/
Knapsack-80-350-01_c18.xml
MD5SUM948b12d9827590975c2112c5f75fc8c4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1668
Best CPU time to get the best result obtained on this benchmark2519.87
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

0.98/0.75	c Concrete v3.9.2.1532736233296 running
6.63/3.42	o 664
6.63/3.46	o 756
6.63/3.48	o 763
6.63/3.49	o 805
6.99/3.50	o 834
6.99/3.51	o 842
6.99/3.52	o 880
6.99/3.53	o 886
6.99/3.53	o 915
6.99/3.54	o 982
6.99/3.55	o 1001
6.99/3.58	o 1022
6.99/3.58	o 1031
7.35/3.63	o 1050
7.35/3.64	o 1058
7.35/3.64	o 1060
7.35/3.65	o 1067
7.35/3.65	o 1069
7.35/3.65	o 1080
7.35/3.66	o 1088
7.35/3.66	o 1107
7.35/3.66	o 1171
7.72/3.74	o 1182
7.72/3.75	o 1186
7.72/3.76	o 1200
7.72/3.79	o 1211
7.72/3.80	o 1228
8.07/3.82	o 1251
8.07/3.82	o 1271
8.38/3.92	o 1275
8.38/3.93	o 1310
8.38/3.93	o 1312
8.38/3.94	o 1355
8.73/4.06	o 1388
8.73/4.08	o 1399
8.73/4.09	o 1433
9.32/4.23	o 1440
9.32/4.25	o 1455
9.63/4.37	o 1457
9.94/4.40	o 1473
9.94/4.40	o 1495
9.94/4.41	o 1499
9.94/4.43	o 1503
10.85/4.74	o 1511
10.85/4.74	o 1533
13.28/6.23	o 1538
13.28/6.28	o 1551
13.43/6.32	o 1563
13.43/6.37	o 1592
13.43/6.38	o 1616
22.67/14.26	o 1618
71.10/58.15	o 1619
71.10/58.16	o 1630
253.63/233.52	o 1642
261.81/241.62	o 1646
336.30/315.31	o 1650
336.30/315.31	o 1659
336.30/315.32	o 1668
2520.03/2478.31	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2478.31		at concrete.MAC.mac(MAC.scala:188)
2520.03/2478.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2478.31		at scala.util.Try$.apply(Try.scala:209)
2520.03/2478.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2478.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2478.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2478.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2478.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2478.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2478.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2478.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2478.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2478.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2478.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2478.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2478.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2478.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2478.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2478.31		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2478.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2478.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2478.31		at scala.util.Success.map(Try.scala:209)
2520.03/2478.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2478.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2478.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2478.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2478.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2478.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2478.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2478.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2478.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2478.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2478.31		at scala.App.main(App.scala:76)
2520.03/2478.31		at scala.App.main$(App.scala:74)
2520.03/2478.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2478.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2478.32	v <instantiation cost="1668">
2520.03/2478.32	v       <list>
2520.03/2478.32	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]
2520.03/2478.32	v       </list>
2520.03/2478.32	v       <values>
2520.03/2478.32	v         0 0 1 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1
2520.03/2478.32	v       </values>
2520.03/2478.32	v     </instantiation>
2520.03/2478.32	s SATISFIABLE

Verifier Data

OK	1668

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304692-1534127888/watcher-4304692-1534127888 -o /tmp/evaluation-result-4304692-1534127888/solver-4304692-1534127888 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21025 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1362627361 -superng HOME/instance-4304692-1534127888.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
Current StackSize limit: 8192 KiB

solver pid=27589, runsolver pid=27586

[startup+0.10006 s]*
/proc/loadavg: 1.41 1.33 1.37 3/210 27646
/proc/meminfo: memFree=11217076/32770624 swapFree=67108852/67108860
[pid=27589] ppid=27586 vsize=10005480 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/27589/stat : 27589 (java) S 27586 27589 20994 0 -1 1077944320 4342 13028 0 0 1 0 4 3 20 0 6 0 230351937 10245611520 4203 33554432000 4194304 4196468 140736492867088 140736492849632 140042720243447 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
/proc/27589/statm: 2501370 4203 1934 1 0 2489808 0
[pid=27589/tid=27642] ppid=27586 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/27589/task/27642/stat : 27642 (java) R 27586 27589 20994 0 -1 4202560 2151 13028 0 0 1 0 4 3 20 0 6 0 230351946 10245611520 4203 33554432000 4194304 4196468 140736492867088 140042692080208 140042705925939 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27643] ppid=27586 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27643/stat : 27643 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 6 0 230351947 10245611520 4203 33554432000 4194304 4196468 140736492867088 140042724485648 140042720253653 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27644] ppid=27586 vsize=10005480 memory=140555648378496 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27644/stat : 27644 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 6 0 230351947 10245611520 4203 33554432000 4194304 4196468 140736492867088 140042579204752 140042720253653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27645] ppid=27586 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27645/stat : 27645 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 6 0 230351947 10245611520 4203 33554432000 4194304 4196468 140736492867088 140042578151696 140042720253653 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27646] ppid=27586 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27646/stat : 27646 (java) S 27586 27589 20994 0 -1 1077944384 2 13028 0 0 0 0 4 3 20 0 6 0 230351947 10245611520 4203 33554432000 4194304 4196468 140736492867088 140042257295760 140042720253653 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210278 s]*
/proc/loadavg: 1.41 1.33 1.37 3/219 27655
/proc/meminfo: memFree=11194256/32770624 swapFree=67108852/67108860
[pid=27589] ppid=27586 vsize=10982744 memory=43164 CPUtime=0.25 cores=0,2,4,6
/proc/27589/stat : 27589 (java) S 27586 27589 20994 0 -1 1077944320 7507 13028 0 0 16 2 4 3 20 0 15 0 230351937 11246329856 10791 33554432000 4194304 4196468 140736492867088 140736492849632 140042720243447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
/proc/27589/statm: 2745686 10791 2956 1 0 2708109 0
[pid=27589/tid=27642] ppid=27586 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/27589/task/27642/stat : 27642 (java) R 27586 27589 20994 0 -1 4202560 4110 13028 0 0 10 1 4 3 20 0 15 0 230351946 11246329856 10857 33554432000 4194304 4196468 140736492867088 140042692040368 140042700519261 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27643] ppid=27586 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27643/stat : 27643 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246329856 10857 33554432000 4194304 4196468 140736492867088 140042724485648 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27644] ppid=27586 vsize=10982744 memory=140555648378496 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27644/stat : 27644 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246329856 10857 33554432000 4194304 4196468 140736492867088 140042579204752 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27645] ppid=27586 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27645/stat : 27645 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246329856 10857 33554432000 4194304 4196468 140736492867088 140042578151696 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27646] ppid=27586 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27646/stat : 27646 (java) S 27586 27589 20994 0 -1 1077944384 2 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246329856 10857 33554432000 4194304 4196468 140736492867088 140042257295760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27647] ppid=27586 vsize=10982744 memory=140555648378496 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27647/stat : 27647 (java) S 27586 27589 20994 0 -1 1077944384 2 13028 0 0 0 0 4 3 20 0 15 0 230351948 11246329856 10857 33554432000 4194304 4196468 140736492867088 140042145905392 140042720254594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27648] ppid=27586 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27648/stat : 27648 (java) S 27586 27589 20994 0 -1 1077944384 13 13028 0 0 0 0 4 3 20 0 15 0 230351949 11246329856 10857 33554432000 4194304 4196468 140736492867088 140041515951776 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27649] ppid=27586 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27649/stat : 27649 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351949 11246329856 10857 33554432000 4194304 4196468 140736492867088 140041368102128 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27650] ppid=27586 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27650/stat : 27650 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11246329856 10857 33554432000 4194304 4196468 140736492867088 140041060702672 140042720262043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27651] ppid=27586 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27589/task/27651/stat : 27651 (java) S 27586 27589 20994 0 -1 1077944384 364 13028 0 0 1 0 4 3 20 0 15 0 230351952 11246329856 10857 33554432000 4194304 4196468 140736492867088 140042144852208 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27652] ppid=27586 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27652/stat : 27652 (java) S 27586 27589 20994 0 -1 1077944384 245 13028 0 0 0 0 4 3 20 0 15 0 230351952 11246329856 10923 33554432000 4194304 4196468 140736492867088 140042143799664 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27653] ppid=27586 vsize=10982744 memory=140555648378496 CPUtime=0.1 cores=0,2,4,6
/proc/27589/task/27653/stat : 27653 (java) S 27586 27589 20994 0 -1 1077944384 600 13028 0 0 3 0 4 3 20 0 15 0 230351952 11246329856 10923 33554432000 4194304 4196468 140736492867088 140042142746608 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27654] ppid=27586 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27654/stat : 27654 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11246329856 10923 33554432000 4194304 4196468 140736492867088 140040629905760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27655] ppid=27586 vsize=10982744 memory=140555648378496 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27655/stat : 27655 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351952 11246329856 10923 33554432000 4194304 4196468 140736492867088 140042141695024 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43164 KiB

[startup+0.3103 s]*
/proc/loadavg: 1.41 1.33 1.37 3/219 27655
/proc/meminfo: memFree=11181604/32770624 swapFree=67108852/67108860
[pid=27589] ppid=27586 vsize=10983192 memory=55992 CPUtime=0.37 cores=0,2,4,6
/proc/27589/stat : 27589 (java) S 27586 27589 20994 0 -1 1077944320 10526 13028 0 0 27 3 4 3 20 0 15 0 230351937 11246788608 13956 33554432000 4194304 4196468 140736492867088 140736492849632 140042720243447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
/proc/27589/statm: 2745798 13956 3075 1 0 2708109 0
[pid=27589/tid=27642] ppid=27586 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27589/task/27642/stat : 27642 (java) R 27586 27589 20994 0 -1 4202560 7090 13028 0 0 19 2 4 3 20 0 15 0 230351946 11246788608 13998 33554432000 4194304 4196468 140736492867088 140042692055456 140042704323934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27643] ppid=27586 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27643/stat : 27643 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246788608 13998 33554432000 4194304 4196468 140736492867088 140042724485648 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27644] ppid=27586 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27644/stat : 27644 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246788608 13998 33554432000 4194304 4196468 140736492867088 140042579204752 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27645] ppid=27586 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27645/stat : 27645 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246788608 13998 33554432000 4194304 4196468 140736492867088 140042578151696 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27646] ppid=27586 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27646/stat : 27646 (java) S 27586 27589 20994 0 -1 1077944384 2 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246788608 13998 33554432000 4194304 4196468 140736492867088 140042257295760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27647] ppid=27586 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27647/stat : 27647 (java) S 27586 27589 20994 0 -1 1077944384 2 13028 0 0 0 0 4 3 20 0 15 0 230351948 11246788608 13998 33554432000 4194304 4196468 140736492867088 140042145905392 140042720254594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27648] ppid=27586 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27648/stat : 27648 (java) S 27586 27589 20994 0 -1 1077944384 13 13028 0 0 0 0 4 3 20 0 15 0 230351949 11246788608 13998 33554432000 4194304 4196468 140736492867088 140041515951776 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27649] ppid=27586 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27649/stat : 27649 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351949 11246788608 13998 33554432000 4194304 4196468 140736492867088 140041368102128 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27650] ppid=27586 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27650/stat : 27650 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11246788608 13998 33554432000 4194304 4196468 140736492867088 140041060702672 140042720262043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27651] ppid=27586 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27589/task/27651/stat : 27651 (java) S 27586 27589 20994 0 -1 1077944384 365 13028 0 0 1 0 4 3 20 0 15 0 230351952 11246788608 13998 33554432000 4194304 4196468 140736492867088 140042144852208 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27652] ppid=27586 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27589/task/27652/stat : 27652 (java) S 27586 27589 20994 0 -1 1077944384 245 13028 0 0 1 0 4 3 20 0 15 0 230351952 11246788608 13998 33554432000 4194304 4196468 140736492867088 140042143799664 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27653] ppid=27586 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/27589/task/27653/stat : 27653 (java) S 27586 27589 20994 0 -1 1077944384 610 13028 0 0 5 0 4 3 20 0 15 0 230351952 11246788608 13998 33554432000 4194304 4196468 140736492867088 140042142746608 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27654] ppid=27586 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27654/stat : 27654 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11246788608 13998 33554432000 4194304 4196468 140736492867088 140040629905760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27655] ppid=27586 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27655/stat : 27655 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351952 11246788608 13998 33554432000 4194304 4196468 140736492867088 140042141695024 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55992 KiB

[startup+0.700763 s]
/proc/loadavg: 1.41 1.33 1.37 3/219 27655
/proc/meminfo: memFree=11170192/32770624 swapFree=67108852/67108860
[pid=27589] ppid=27586 vsize=10983192 memory=88216 CPUtime=0.98 cores=0,2,4,6
/proc/27589/stat : 27589 (java) S 27586 27589 20994 0 -1 1077944320 16730 13028 0 0 87 4 4 3 20 0 15 0 230351937 11246788608 22054 33554432000 4194304 4196468 140736492867088 140736492849632 140042720243447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
/proc/27589/statm: 2745798 22054 3238 1 0 2708109 0
[pid=27589/tid=27642] ppid=27586 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/27589/task/27642/stat : 27642 (java) R 27586 27589 20994 0 -1 4202560 12273 13028 0 0 56 3 4 3 20 0 15 0 230351946 11246788608 22054 33554432000 4194304 4196468 140736492867088 140042692065168 140042704323934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27643] ppid=27586 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27643/stat : 27643 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246788608 22054 33554432000 4194304 4196468 140736492867088 140042724485648 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27644] ppid=27586 vsize=10983192 memory=3768 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27644/stat : 27644 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246788608 22054 33554432000 4194304 4196468 140736492867088 140042579204752 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27645] ppid=27586 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27645/stat : 27645 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246788608 22054 33554432000 4194304 4196468 140736492867088 140042578151696 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27646] ppid=27586 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27646/stat : 27646 (java) S 27586 27589 20994 0 -1 1077944384 2 13028 0 0 0 0 4 3 20 0 15 0 230351947 11246788608 22054 33554432000 4194304 4196468 140736492867088 140042257295760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27647] ppid=27586 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27647/stat : 27647 (java) S 27586 27589 20994 0 -1 1077944384 5 13028 0 0 0 0 4 3 20 0 15 0 230351948 11246788608 22054 33554432000 4194304 4196468 140736492867088 140042145905392 140042720254594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27648] ppid=27586 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27648/stat : 27648 (java) S 27586 27589 20994 0 -1 1077944384 13 13028 0 0 0 0 4 3 20 0 15 0 230351949 11246788608 22054 33554432000 4194304 4196468 140736492867088 140041515951776 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27649] ppid=27586 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27649/stat : 27649 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351949 11246788608 22054 33554432000 4194304 4196468 140736492867088 140041368102128 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27650] ppid=27586 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27650/stat : 27650 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11246788608 22054 33554432000 4194304 4196468 140736492867088 140041060702672 140042720262043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27651] ppid=27586 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/27589/task/27651/stat : 27651 (java) S 27586 27589 20994 0 -1 1077944384 918 13028 0 0 10 0 4 3 20 0 15 0 230351952 11246788608 22054 33554432000 4194304 4196468 140736492867088 140042144852208 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27652] ppid=27586 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/27589/task/27652/stat : 27652 (java) S 27586 27589 20994 0 -1 1077944384 627 13028 0 0 7 0 4 3 20 0 15 0 230351952 11246788608 22054 33554432000 4194304 4196468 140736492867088 140042143799664 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27653] ppid=27586 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/27589/task/27653/stat : 27653 (java) S 27586 27589 20994 0 -1 1077944384 691 13028 0 0 13 0 4 3 20 0 15 0 230351952 11246788608 22054 33554432000 4194304 4196468 140736492867088 140042142746608 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27654] ppid=27586 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27654/stat : 27654 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11246788608 22054 33554432000 4194304 4196468 140736492867088 140040629905760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27655] ppid=27586 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27655/stat : 27655 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351952 11246788608 22054 33554432000 4194304 4196468 140736492867088 140042141695024 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88216 KiB

[startup+1.50081 s]
/proc/loadavg: 1.41 1.33 1.37 3/219 27655
/proc/meminfo: memFree=11127388/32770624 swapFree=67108852/67108860
[pid=27589] ppid=27586 vsize=10998092 memory=181340 CPUtime=2.23 cores=0,2,4,6
/proc/27589/stat : 27589 (java) S 27586 27589 20994 0 -1 1077944320 23760 13028 0 0 206 10 4 3 20 0 15 0 230351937 11262046208 45335 33554432000 4194304 4196468 140736492867088 140736492849632 140042720243447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
/proc/27589/statm: 2749523 45335 3464 1 0 2711181 0
[pid=27589/tid=27642] ppid=27586 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/27589/task/27642/stat : 27642 (java) R 27586 27589 20994 0 -1 4202560 17722 13028 0 0 130 6 4 3 20 0 15 0 230351946 11262046208 45335 33554432000 4194304 4196468 140736492867088 140042692078048 140042701806985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27643] ppid=27586 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27643/stat : 27643 (java) S 27586 27589 20994 0 -1 1077944384 263 13028 0 0 0 0 4 3 20 0 15 0 230351947 11262046208 45335 33554432000 4194304 4196468 140736492867088 140042724485648 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27644] ppid=27586 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27589/task/27644/stat : 27644 (java) S 27586 27589 20994 0 -1 1077944384 27 13028 0 0 1 0 4 3 20 0 15 0 230351947 11262046208 45335 33554432000 4194304 4196468 140736492867088 140042579204752 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27645] ppid=27586 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27589/task/27645/stat : 27645 (java) S 27586 27589 20994 0 -1 1077944384 62 13028 0 0 1 0 4 3 20 0 15 0 230351947 11262046208 45335 33554432000 4194304 4196468 140736492867088 140042578151696 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27646] ppid=27586 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27646/stat : 27646 (java) S 27586 27589 20994 0 -1 1077944384 36 13028 0 0 0 0 4 3 20 0 15 0 230351947 11262046208 45335 33554432000 4194304 4196468 140736492867088 140042257295760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27647] ppid=27586 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/27589/task/27647/stat : 27647 (java) S 27586 27589 20994 0 -1 1077944384 71 13028 0 0 1 0 4 3 20 0 15 0 230351948 11262046208 45335 33554432000 4194304 4196468 140736492867088 140042145905392 140042720254594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27648] ppid=27586 vsize=10998092 memory=281110978308352 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27648/stat : 27648 (java) S 27586 27589 20994 0 -1 1077944384 14 13028 0 0 0 0 4 3 20 0 15 0 230351949 11262046208 45335 33554432000 4194304 4196468 140736492867088 140041515951840 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27649] ppid=27586 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27649/stat : 27649 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351949 11262046208 45335 33554432000 4194304 4196468 140736492867088 140041368102144 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27650] ppid=27586 vsize=10998092 memory=11796 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27650/stat : 27650 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11262046208 45335 33554432000 4194304 4196468 140736492867088 140041060702672 140042720262043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27651] ppid=27586 vsize=10998092 memory=5772 CPUtime=0.29 cores=0,2,4,6
/proc/27589/task/27651/stat : 27651 (java) S 27586 27589 20994 0 -1 1077944384 1173 13028 0 0 22 0 4 3 20 0 15 0 230351952 11262046208 45335 33554432000 4194304 4196468 140736492867088 140042144852208 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27652] ppid=27586 vsize=10998092 memory=4616 CPUtime=0.25 cores=0,2,4,6
/proc/27589/task/27652/stat : 27652 (java) S 27586 27589 20994 0 -1 1077944384 1075 13028 0 0 18 0 4 3 20 0 15 0 230351952 11262046208 45335 33554432000 4194304 4196468 140736492867088 140042143799664 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27653] ppid=27586 vsize=10998092 memory=1388 CPUtime=0.36 cores=0,2,4,6
/proc/27589/task/27653/stat : 27653 (java) S 27586 27589 20994 0 -1 1077944384 1117 13028 0 0 29 0 4 3 20 0 15 0 230351952 11262046208 45335 33554432000 4194304 4196468 140736492867088 140042142746608 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27654] ppid=27586 vsize=10998092 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27654/stat : 27654 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11262046208 45335 33554432000 4194304 4196468 140736492867088 140040629905760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27655] ppid=27586 vsize=10998092 memory=880 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27655/stat : 27655 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351952 11262046208 45335 33554432000 4194304 4196468 140736492867088 140042141695024 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10998092 KiB

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

/proc/27589/task/27642/stat : 27642 (java) R 27586 27589 20994 0 -1 4202560 82719 13028 0 0 236322 39 4 3 20 0 15 0 230351946 11343855616 180112 33554432000 4194304 4196468 140736492867088 140042692078784 140042273161838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27643] ppid=27586 vsize=11077984 memory=720448 CPUtime=8.04 cores=0,2,4,6
/proc/27589/task/27643/stat : 27643 (java) S 27586 27589 20994 0 -1 1077944384 10729 13028 0 0 757 40 4 3 20 0 15 0 230351947 11343855616 180112 33554432000 4194304 4196468 140736492867088 140042724485648 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27644] ppid=27586 vsize=11077984 memory=720448 CPUtime=8.09 cores=0,2,4,6
/proc/27589/task/27644/stat : 27644 (java) S 27586 27589 20994 0 -1 1077944384 10988 13028 0 0 765 37 4 3 20 0 15 0 230351947 11343855616 180112 33554432000 4194304 4196468 140736492867088 140042579204752 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27645] ppid=27586 vsize=11077984 memory=720448 CPUtime=8.09 cores=0,2,4,6
/proc/27589/task/27645/stat : 27645 (java) S 27586 27589 20994 0 -1 1077944384 7677 13028 0 0 762 40 4 3 20 0 15 0 230351947 11343855616 180112 33554432000 4194304 4196468 140736492867088 140042578151696 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27646] ppid=27586 vsize=11077984 memory=720448 CPUtime=8.04 cores=0,2,4,6
/proc/27589/task/27646/stat : 27646 (java) S 27586 27589 20994 0 -1 1077944384 6995 13028 0 0 758 39 4 3 20 0 15 0 230351947 11343855616 180112 33554432000 4194304 4196468 140736492867088 140042257295760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27647] ppid=27586 vsize=11077984 memory=720448 CPUtime=7.57 cores=0,2,4,6
/proc/27589/task/27647/stat : 27647 (java) S 27586 27589 20994 0 -1 1077944384 9429 13028 0 0 712 38 4 3 20 0 15 0 230351948 11343855616 180112 33554432000 4194304 4196468 140736492867088 140042145905392 140042720254594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27648] ppid=27586 vsize=11077984 memory=720448 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27648/stat : 27648 (java) S 27586 27589 20994 0 -1 1077944384 15 13028 0 0 0 0 4 3 20 0 15 0 230351949 11343855616 180112 33554432000 4194304 4196468 140736492867088 140041515951904 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27649] ppid=27586 vsize=11077984 memory=720448 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27649/stat : 27649 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351949 11343855616 180112 33554432000 4194304 4196468 140736492867088 140041368102144 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27650] ppid=27586 vsize=11077984 memory=720448 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27650/stat : 27650 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11343855616 180112 33554432000 4194304 4196468 140736492867088 140041060702672 140042720262043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27651] ppid=27586 vsize=11077984 memory=720448 CPUtime=7.84 cores=0,2,4,6
/proc/27589/task/27651/stat : 27651 (java) S 27586 27589 20994 0 -1 1077944384 24847 13028 0 0 771 6 4 3 20 0 15 0 230351952 11343855616 180112 33554432000 4194304 4196468 140736492867088 140042144852208 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27652] ppid=27586 vsize=11077984 memory=720448 CPUtime=7.56 cores=0,2,4,6
/proc/27589/task/27652/stat : 27652 (java) S 27586 27589 20994 0 -1 1077944384 27358 13028 0 0 743 6 4 3 20 0 15 0 230351952 11343855616 180112 33554432000 4194304 4196468 140736492867088 140042143799664 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27653] ppid=27586 vsize=11077984 memory=720448 CPUtime=3.38 cores=0,2,4,6
/proc/27589/task/27653/stat : 27653 (java) S 27586 27589 20994 0 -1 1077944384 26138 13028 0 0 325 6 4 3 20 0 15 0 230351952 11343855616 180112 33554432000 4194304 4196468 140736492867088 140042142746608 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27654] ppid=27586 vsize=11077984 memory=720448 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27654/stat : 27654 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11343855616 180112 33554432000 4194304 4196468 140736492867088 140040629905760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27655] ppid=27586 vsize=11077984 memory=3848 CPUtime=1.45 cores=0,2,4,6
/proc/27589/task/27655/stat : 27655 (java) S 27586 27589 20994 0 -1 1077944384 847 13028 0 0 74 64 4 3 20 0 15 0 230351952 11343855616 180112 33554432000 4194304 4196468 140736492867088 140042141695024 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
Current children cumulated CPU time: 2423.23 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 720448 KiB

[startup+2442.3 s]
/proc/loadavg: 0.78 0.80 1.08 2/198 27806
/proc/meminfo: memFree=11231176/32770624 swapFree=67108852/67108860
[pid=27589] ppid=27586 vsize=11077984 memory=720476 CPUtime=2483.73 cores=0,2,4,6
/proc/27589/stat : 27589 (java) S 27586 27589 20994 0 -1 1077944320 210702 13028 0 0 248095 271 4 3 20 0 15 0 230351937 11343855616 180119 33554432000 4194304 4196468 140736492867088 140736492849632 140042720243447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
/proc/27589/statm: 2769496 180119 3523 1 0 2731149 0
[pid=27589/tid=27642] ppid=27586 vsize=11077984 memory=720476 CPUtime=2423.26 cores=0,2,4,6
/proc/27589/task/27642/stat : 27642 (java) R 27586 27589 20994 0 -1 4202560 83151 13028 0 0 242280 39 4 3 20 0 15 0 230351946 11343855616 180119 33554432000 4194304 4196468 140736492867088 140042692078928 140042273159657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27643] ppid=27586 vsize=11077984 memory=720476 CPUtime=8.22 cores=0,2,4,6
/proc/27589/task/27643/stat : 27643 (java) S 27586 27589 20994 0 -1 1077944384 10736 13028 0 0 774 41 4 3 20 0 15 0 230351947 11343855616 180119 33554432000 4194304 4196468 140736492867088 140042724485648 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27644] ppid=27586 vsize=11077984 memory=720476 CPUtime=8.26 cores=0,2,4,6
/proc/27589/task/27644/stat : 27644 (java) S 27586 27589 20994 0 -1 1077944384 11021 13028 0 0 782 37 4 3 20 0 15 0 230351947 11343855616 180119 33554432000 4194304 4196468 140736492867088 140042579204752 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27645] ppid=27586 vsize=11077984 memory=720476 CPUtime=8.27 cores=0,2,4,6
/proc/27589/task/27645/stat : 27645 (java) S 27586 27589 20994 0 -1 1077944384 7744 13028 0 0 779 41 4 3 20 0 15 0 230351947 11343855616 180119 33554432000 4194304 4196468 140736492867088 140042578151696 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27646] ppid=27586 vsize=11077984 memory=720476 CPUtime=8.22 cores=0,2,4,6
/proc/27589/task/27646/stat : 27646 (java) S 27586 27589 20994 0 -1 1077944384 7012 13028 0 0 775 40 4 3 20 0 15 0 230351947 11343855616 180119 33554432000 4194304 4196468 140736492867088 140042257295760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27647] ppid=27586 vsize=11077984 memory=720476 CPUtime=7.75 cores=0,2,4,6
/proc/27589/task/27647/stat : 27647 (java) S 27586 27589 20994 0 -1 1077944384 9611 13028 0 0 729 39 4 3 20 0 15 0 230351948 11343855616 180119 33554432000 4194304 4196468 140736492867088 140042145905392 140042720254594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27648] ppid=27586 vsize=11077984 memory=720476 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27648/stat : 27648 (java) S 27586 27589 20994 0 -1 1077944384 15 13028 0 0 0 0 4 3 20 0 15 0 230351949 11343855616 180119 33554432000 4194304 4196468 140736492867088 140041515951904 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27649] ppid=27586 vsize=11077984 memory=720476 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27649/stat : 27649 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351949 11343855616 180119 33554432000 4194304 4196468 140736492867088 140041368102144 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27650] ppid=27586 vsize=11077984 memory=720476 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27650/stat : 27650 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11343855616 180119 33554432000 4194304 4196468 140736492867088 140041060702672 140042720262043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27651] ppid=27586 vsize=11077984 memory=720476 CPUtime=7.84 cores=0,2,4,6
/proc/27589/task/27651/stat : 27651 (java) S 27586 27589 20994 0 -1 1077944384 24849 13028 0 0 771 6 4 3 20 0 15 0 230351952 11343855616 180119 33554432000 4194304 4196468 140736492867088 140042144852208 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27652] ppid=27586 vsize=11077984 memory=720476 CPUtime=7.57 cores=0,2,4,6
/proc/27589/task/27652/stat : 27652 (java) S 27586 27589 20994 0 -1 1077944384 27360 13028 0 0 744 6 4 3 20 0 15 0 230351952 11343855616 180119 33554432000 4194304 4196468 140736492867088 140042143799664 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27653] ppid=27586 vsize=11077984 memory=720476 CPUtime=3.38 cores=0,2,4,6
/proc/27589/task/27653/stat : 27653 (java) S 27586 27589 20994 0 -1 1077944384 26140 13028 0 0 325 6 4 3 20 0 15 0 230351952 11343855616 180119 33554432000 4194304 4196468 140736492867088 140042142746608 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27654] ppid=27586 vsize=11077984 memory=7380 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27654/stat : 27654 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11343855616 180119 33554432000 4194304 4196468 140736492867088 140040629905760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27655] ppid=27586 vsize=11077984 memory=720476 CPUtime=1.49 cores=0,2,4,6
/proc/27589/task/27655/stat : 27655 (java) S 27586 27589 20994 0 -1 1077944384 864 13028 0 0 76 66 4 3 20 0 15 0 230351952 11343855616 180119 33554432000 4194304 4196468 140736492867088 140042141695024 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
Current children cumulated CPU time: 2483.73 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 720476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.3 s]
/proc/loadavg: 0.83 0.81 1.07 2/198 27806
/proc/meminfo: memFree=11231176/32770624 swapFree=67108852/67108860
[pid=27589] ppid=27586 vsize=11077984 memory=720584 CPUtime=2520.03 cores=0,2,4,6
/proc/27589/stat : 27589 (java) S 27586 27589 20994 0 -1 1077944320 211290 13028 0 0 251722 274 4 3 20 0 15 0 230351937 11343855616 180146 33554432000 4194304 4196468 140736492867088 140736492849632 140042720243447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
/proc/27589/statm: 2769496 180146 3523 1 0 2731149 0
[pid=27589/tid=27642] ppid=27586 vsize=11077984 memory=720584 CPUtime=2459.01 cores=0,2,4,6
/proc/27589/task/27642/stat : 27642 (java) R 27586 27589 20994 0 -1 4202560 83372 13028 0 0 245854 40 4 3 20 0 15 0 230351946 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042692078656 140042265073267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27643] ppid=27586 vsize=11077984 memory=720584 CPUtime=8.33 cores=0,2,4,6
/proc/27589/task/27643/stat : 27643 (java) S 27586 27589 20994 0 -1 1077944384 11024 13028 0 0 785 41 4 3 20 0 15 0 230351947 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042724485648 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27644] ppid=27586 vsize=11077984 memory=720584 CPUtime=8.36 cores=0,2,4,6
/proc/27589/task/27644/stat : 27644 (java) S 27586 27589 20994 0 -1 1077944384 11037 13028 0 0 792 37 4 3 20 0 15 0 230351947 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042579204752 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27645] ppid=27586 vsize=11077984 memory=720476 CPUtime=8.37 cores=0,2,4,6
/proc/27589/task/27645/stat : 27645 (java) S 27586 27589 20994 0 -1 1077944384 7761 13028 0 0 789 41 4 3 20 0 15 0 230351947 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042578151696 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27646] ppid=27586 vsize=11077984 memory=720580 CPUtime=8.33 cores=0,2,4,6
/proc/27589/task/27646/stat : 27646 (java) S 27586 27589 20994 0 -1 1077944384 7024 13028 0 0 785 41 4 3 20 0 15 0 230351947 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042257295760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27647] ppid=27586 vsize=11077984 memory=720584 CPUtime=7.85 cores=0,2,4,6
/proc/27589/task/27647/stat : 27647 (java) S 27586 27589 20994 0 -1 1077944384 9641 13028 0 0 739 39 4 3 20 0 15 0 230351948 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042145905392 140042720254594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27648] ppid=27586 vsize=11077984 memory=131 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27648/stat : 27648 (java) S 27586 27589 20994 0 -1 1077944384 15 13028 0 0 0 0 4 3 20 0 15 0 230351949 11343855616 180146 33554432000 4194304 4196468 140736492867088 140041515951904 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27649] ppid=27586 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27649/stat : 27649 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351949 11343855616 180146 33554432000 4194304 4196468 140736492867088 140041368102144 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27650] ppid=27586 vsize=11077984 memory=720584 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27650/stat : 27650 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140041060702672 140042720262043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27651] ppid=27586 vsize=11077984 memory=720584 CPUtime=7.85 cores=0,2,4,6
/proc/27589/task/27651/stat : 27651 (java) S 27586 27589 20994 0 -1 1077944384 24849 13028 0 0 772 6 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042144852208 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27652] ppid=27586 vsize=11077984 memory=720584 CPUtime=7.57 cores=0,2,4,6
/proc/27589/task/27652/stat : 27652 (java) S 27586 27589 20994 0 -1 1077944384 27360 13028 0 0 744 6 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042143799664 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27653] ppid=27586 vsize=11077984 memory=720584 CPUtime=3.38 cores=0,2,4,6
/proc/27589/task/27653/stat : 27653 (java) S 27586 27589 20994 0 -1 1077944384 26140 13028 0 0 325 6 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042142746608 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27654] ppid=27586 vsize=11077984 memory=720584 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27654/stat : 27654 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140040629905760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27655] ppid=27586 vsize=11077984 memory=5772 CPUtime=1.52 cores=0,2,4,6
/proc/27589/task/27655/stat : 27655 (java) S 27586 27589 20994 0 -1 1077944384 868 13028 0 0 78 67 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042141695024 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 720584 KiB

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

[startup+2478.34 s]
# the end of solver process 27589 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.3 s, system=2.79713 s

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

[startup+2478.3 s]
/proc/loadavg: 0.83 0.81 1.07 2/198 27806
/proc/meminfo: memFree=11231176/32770624 swapFree=67108852/67108860
[pid=27589] ppid=27586 vsize=11077984 memory=720584 CPUtime=2520.03 cores=0,2,4,6
/proc/27589/stat : 27589 (java) S 27586 27589 20994 0 -1 1077944320 211290 13028 0 0 251722 274 4 3 20 0 15 0 230351937 11343855616 180146 33554432000 4194304 4196468 140736492867088 140736492849632 140042720243447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
/proc/27589/statm: 2769496 180146 3523 1 0 2731149 0
[pid=27589/tid=27642] ppid=27586 vsize=11077984 memory=720584 CPUtime=2459.01 cores=0,2,4,6
/proc/27589/task/27642/stat : 27642 (java) R 27586 27589 20994 0 -1 4202560 83372 13028 0 0 245854 40 4 3 20 0 15 0 230351946 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042692078656 140042265073267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27643] ppid=27586 vsize=11077984 memory=720584 CPUtime=8.33 cores=0,2,4,6
/proc/27589/task/27643/stat : 27643 (java) S 27586 27589 20994 0 -1 1077944384 11024 13028 0 0 785 41 4 3 20 0 15 0 230351947 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042724485648 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27644] ppid=27586 vsize=11077984 memory=720584 CPUtime=8.36 cores=0,2,4,6
/proc/27589/task/27644/stat : 27644 (java) S 27586 27589 20994 0 -1 1077944384 11037 13028 0 0 792 37 4 3 20 0 15 0 230351947 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042579204752 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27645] ppid=27586 vsize=11077984 memory=720476 CPUtime=8.37 cores=0,2,4,6
/proc/27589/task/27645/stat : 27645 (java) S 27586 27589 20994 0 -1 1077944384 7761 13028 0 0 789 41 4 3 20 0 15 0 230351947 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042578151696 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27646] ppid=27586 vsize=11077984 memory=720580 CPUtime=8.33 cores=0,2,4,6
/proc/27589/task/27646/stat : 27646 (java) S 27586 27589 20994 0 -1 1077944384 7024 13028 0 0 785 41 4 3 20 0 15 0 230351947 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042257295760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27647] ppid=27586 vsize=11077984 memory=720584 CPUtime=7.85 cores=0,2,4,6
/proc/27589/task/27647/stat : 27647 (java) S 27586 27589 20994 0 -1 1077944384 9641 13028 0 0 739 39 4 3 20 0 15 0 230351948 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042145905392 140042720254594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27648] ppid=27586 vsize=11077984 memory=131 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27648/stat : 27648 (java) S 27586 27589 20994 0 -1 1077944384 15 13028 0 0 0 0 4 3 20 0 15 0 230351949 11343855616 180146 33554432000 4194304 4196468 140736492867088 140041515951904 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27649] ppid=27586 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27649/stat : 27649 (java) S 27586 27589 20994 0 -1 1077944384 1 13028 0 0 0 0 4 3 20 0 15 0 230351949 11343855616 180146 33554432000 4194304 4196468 140736492867088 140041368102144 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27650] ppid=27586 vsize=11077984 memory=720584 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27650/stat : 27650 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140041060702672 140042720262043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27651] ppid=27586 vsize=11077984 memory=720584 CPUtime=7.85 cores=0,2,4,6
/proc/27589/task/27651/stat : 27651 (java) S 27586 27589 20994 0 -1 1077944384 24849 13028 0 0 772 6 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042144852208 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27652] ppid=27586 vsize=11077984 memory=720584 CPUtime=7.57 cores=0,2,4,6
/proc/27589/task/27652/stat : 27652 (java) S 27586 27589 20994 0 -1 1077944384 27360 13028 0 0 744 6 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042143799664 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27653] ppid=27586 vsize=11077984 memory=720584 CPUtime=3.38 cores=0,2,4,6
/proc/27589/task/27653/stat : 27653 (java) S 27586 27589 20994 0 -1 1077944384 26140 13028 0 0 325 6 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042142746608 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27654] ppid=27586 vsize=11077984 memory=720584 CPUtime=0.07 cores=0,2,4,6
/proc/27589/task/27654/stat : 27654 (java) S 27586 27589 20994 0 -1 1077944384 3 13028 0 0 0 0 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140040629905760 140042720253653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
[pid=27589/tid=27655] ppid=27586 vsize=11077984 memory=5772 CPUtime=1.52 cores=0,2,4,6
/proc/27589/task/27655/stat : 27655 (java) S 27586 27589 20994 0 -1 1077944384 868 13028 0 0 78 67 4 3 20 0 15 0 230351952 11343855616 180146 33554432000 4194304 4196468 140736492867088 140042141695024 140042720254594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9150464 140736492874339 140736492877148 140736492877148 140736492879823 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 720584 KiB

Child status: 143
Real time (s): 2478.34
CPU time (s): 2520.1
CPU user time (s): 2517.3
CPU system time (s): 2.79713
CPU usage (%): 101.685
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 737944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.3
system time used= 2.79712
maximum resident set size= 738944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225652
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 227745
involuntary context switches= 10490


# summary of solver processes directly reported to runsolver:
#   pid: 27589
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.3
#   total CPU system time (s): 2.79713

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8842 second user time and 23.9047 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-13 04:38:08
IDJOB=4304692
IDBENCH=141541
IDSOLVER=2781
FILE ID=node133/4304692-1534127888
RUNJOBID= node133-1534097471-21025
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-80-350-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304692-1534127888/watcher-4304692-1534127888 -o /tmp/evaluation-result-4304692-1534127888/solver-4304692-1534127888 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21025 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1362627361 -superng HOME/instance-4304692-1534127888.xml

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

MD5SUM BENCH= 948b12d9827590975c2112c5f75fc8c4
RANDOM SEED=1362627361

node133.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.24
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.24
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.24
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.24
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:        11222744 kB
MemAvailable:   31215704 kB
Buffers:          230264 kB
Cached:         19756008 kB
SwapCached:            4 kB
Active:         10077308 kB
Inactive:       10653028 kB
Active(anon):     693012 kB
Inactive(anon):   103300 kB
Active(file):    9384296 kB
Inactive(file): 10549728 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26372 kB
Writeback:             0 kB
AnonPages:        759000 kB
Mapped:            69888 kB
Shmem:             49816 kB
Slab:             515428 kB
SReclaimable:     487396 kB
SUnreclaim:        28032 kB
KernelStack:        3856 kB
PageTables:         7224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1928428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    530432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 39000 MiB
End job on node133 at 2018-08-13 05:19:26