Trace number 4304383

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)830 2520.15 2469.64

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had12_c18.xml
MD5SUMfafdea6ca4d8abc1bd6cd2f98399b858
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark826
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size10
Maximum domain size12
Distribution of domain sizes[{"size":10,"count":66},{"size":12,"count":12}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":12}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":66},{"arity":12,"count":1}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
7.47/3.72	o 929
7.47/3.75	o 923
7.47/3.76	o 921
7.47/3.77	o 917
7.47/3.78	o 906
7.85/3.82	o 904
7.85/3.87	o 900
8.20/3.92	o 899
8.20/3.93	o 895
8.20/3.95	o 887
8.59/4.04	o 873
8.59/4.04	o 861
8.59/4.06	o 859
8.59/4.07	o 854
8.94/4.17	o 849
8.94/4.17	o 846
9.24/4.27	o 836
15.80/8.54	o 835
279.81/262.71	o 833
327.15/308.39	o 831
344.33/325.06	o 830
2520.09/2469.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2469.60		at concrete.MAC.mac(MAC.scala:188)
2520.09/2469.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2469.60		at scala.util.Try$.apply(Try.scala:209)
2520.09/2469.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2469.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2469.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2469.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2469.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2469.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2469.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2469.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2469.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2469.60		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2469.60		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2469.60		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2469.60		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2469.60		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2469.60		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2469.60		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2469.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2469.60		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2469.60		at scala.util.Success.map(Try.scala:209)
2520.09/2469.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2469.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2469.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2469.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2469.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2469.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2469.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2469.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2469.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2469.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2469.61		at scala.App.main(App.scala:76)
2520.09/2469.61		at scala.App.main$(App.scala:74)
2520.09/2469.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2469.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2469.61	v <instantiation cost="830">
2520.09/2469.61	v       <list>
2520.09/2469.61	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] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[7][8] d[7][9] d[7][10] d[7][11] d[8][9] d[8][10] d[8][11] d[9][10] d[9][11] d[10][11]
2520.09/2469.61	v       </list>
2520.09/2469.61	v       <values>
2520.09/2469.61	v         8 3 0 6 5 10 4 1 7 11 9 2 9 5 8 5 5 5 2 1 2 4 2 6 3 5 3 5 3 3 6 4 2 6 5 4 8 3 6 6 1 4 8 6 3 9 6 7 4 4 7 4 9 5 5 5 4 6 4 5 9 7 3 7 4 7 7 6 2 7 7 6 3 5 4 7 6 6
2520.09/2469.61	v       </values>
2520.09/2469.61	v     </instantiation>
2520.09/2469.61	s SATISFIABLE

Verifier Data

OK	830

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304383-1534072342/watcher-4304383-1534072342 -o /tmp/evaluation-result-4304383-1534072342/solver-4304383-1534072342 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9592 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=2008037123 HOME/instance-4304383-1534072342.xml 

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

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

solver pid=11467, runsolver pid=11464

[startup+0.100094 s]*
/proc/loadavg: 1.67 1.62 1.58 3/206 11524
/proc/meminfo: memFree=13416568/32770624 swapFree=67108504/67108860
[pid=11467] ppid=11464 vsize=10005480 memory=16812 CPUtime=0.08 cores=1,3,5,7
/proc/11467/stat : 11467 (java) S 11464 11467 9560 0 -1 1077944320 4351 12916 0 0 1 0 4 3 20 0 6 0 224797418 10245611520 4203 33554432000 4194304 4196468 140725744397936 140725744380480 140248124096247 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
/proc/11467/statm: 2501370 4203 1934 1 0 2489808 0
[pid=11467/tid=11520] ppid=11464 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=1,3,5,7
/proc/11467/task/11520/stat : 11520 (java) R 11464 11467 9560 0 -1 4202560 2196 12916 0 0 1 0 4 3 20 0 6 0 224797427 10245611520 4269 33554432000 4194304 4196468 140725744397936 140248095933008 140248108176734 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11521] ppid=11464 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11521/stat : 11521 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 6 0 224797428 10245611520 4269 33554432000 4194304 4196468 140725744397936 140248128338704 140248124106453 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11522] ppid=11464 vsize=10005480 memory=140128464594560 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11522/stat : 11522 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 6 0 224797428 10245611520 4269 33554432000 4194304 4196468 140725744397936 140247998987152 140248124106453 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11523] ppid=11464 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11523/stat : 11523 (java) S 11464 11467 9560 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 6 0 224797428 10245611520 4269 33554432000 4194304 4196468 140725744397936 140247997934608 140248124106453 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11524] ppid=11464 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11524/stat : 11524 (java) S 11464 11467 9560 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 6 0 224797428 10245611520 4269 33554432000 4194304 4196468 140725744397936 140247661599888 140248124106453 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209849 s]*
/proc/loadavg: 1.67 1.62 1.58 3/215 11533
/proc/meminfo: memFree=13392248/32770624 swapFree=67108504/67108860
[pid=11467] ppid=11464 vsize=10982744 memory=44824 CPUtime=0.25 cores=1,3,5,7
/proc/11467/stat : 11467 (java) S 11464 11467 9560 0 -1 1077944320 7906 12916 0 0 17 1 4 3 20 0 15 0 224797418 11246329856 11206 33554432000 4194304 4196468 140725744397936 140725744380480 140248124096247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
/proc/11467/statm: 2745686 11206 2944 1 0 2708109 0
[pid=11467/tid=11520] ppid=11464 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/11467/task/11520/stat : 11520 (java) R 11464 11467 9560 0 -1 4202560 4667 12916 0 0 11 1 4 3 20 0 15 0 224797427 11246329856 11404 33554432000 4194304 4196468 140725744397936 140248095893168 140248104372061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11521] ppid=11464 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11521/stat : 11521 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246329856 11404 33554432000 4194304 4196468 140725744397936 140248128338704 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11522] ppid=11464 vsize=10982744 memory=140128464594560 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11522/stat : 11522 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246329856 11404 33554432000 4194304 4196468 140725744397936 140247998987152 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11523] ppid=11464 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11523/stat : 11523 (java) S 11464 11467 9560 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246329856 11404 33554432000 4194304 4196468 140725744397936 140247997934608 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11524] ppid=11464 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11524/stat : 11524 (java) S 11464 11467 9560 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246329856 11404 33554432000 4194304 4196468 140725744397936 140247661599888 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11525] ppid=11464 vsize=10982744 memory=140128464594560 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11525/stat : 11525 (java) S 11464 11467 9560 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 224797429 11246329856 11404 33554432000 4194304 4196468 140725744397936 140247617157104 140248124107394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11526] ppid=11464 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11526/stat : 11526 (java) S 11464 11467 9560 0 -1 1077944384 13 12916 0 0 0 0 4 3 20 0 15 0 224797429 11246329856 11404 33554432000 4194304 4196468 140725744397936 140246869074848 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11527] ppid=11464 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11527/stat : 11527 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797430 11246329856 11404 33554432000 4194304 4196468 140725744397936 140246721225712 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11528] ppid=11464 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11528/stat : 11528 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797432 11246329856 11404 33554432000 4194304 4196468 140725744397936 140246413826256 140248124114843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11529] ppid=11464 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11467/task/11529/stat : 11529 (java) S 11464 11467 9560 0 -1 1077944384 474 12916 0 0 1 0 4 3 20 0 15 0 224797432 11246329856 11404 33554432000 4194304 4196468 140725744397936 140247616104944 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11530] ppid=11464 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11530/stat : 11530 (java) S 11464 11467 9560 0 -1 1077944384 131 12916 0 0 0 0 4 3 20 0 15 0 224797432 11246329856 11404 33554432000 4194304 4196468 140725744397936 140247615052400 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11531] ppid=11464 vsize=10982744 memory=140128464594560 CPUtime=0.1 cores=1,3,5,7
/proc/11467/task/11531/stat : 11531 (java) S 11464 11467 9560 0 -1 1077944384 621 12916 0 0 3 0 4 3 20 0 15 0 224797432 11246329856 11404 33554432000 4194304 4196468 140725744397936 140247613999856 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11532] ppid=11464 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11532/stat : 11532 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797433 11246329856 11404 33554432000 4194304 4196468 140725744397936 140245983030368 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11533] ppid=11464 vsize=10982744 memory=140128464594560 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11533/stat : 11533 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797433 11246329856 11404 33554432000 4194304 4196468 140725744397936 140247612946736 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44824 KiB

[startup+0.310246 s]*
/proc/loadavg: 1.67 1.62 1.58 3/215 11533
/proc/meminfo: memFree=13380384/32770624 swapFree=67108504/67108860
[pid=11467] ppid=11464 vsize=10983192 memory=56580 CPUtime=0.38 cores=1,3,5,7
/proc/11467/stat : 11467 (java) S 11464 11467 9560 0 -1 1077944320 10639 12916 0 0 28 3 4 3 20 0 15 0 224797418 11246788608 14145 33554432000 4194304 4196468 140725744397936 140725744380480 140248124096247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
/proc/11467/statm: 2745798 14145 3092 1 0 2708109 0
[pid=11467/tid=11520] ppid=11464 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11467/task/11520/stat : 11520 (java) R 11464 11467 9560 0 -1 4202560 7183 12916 0 0 19 2 4 3 20 0 15 0 224797427 11246788608 14145 33554432000 4194304 4196468 140725744397936 140248095908256 140248108176734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11521] ppid=11464 vsize=10983192 memory=6297248761212063825 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11521/stat : 11521 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246788608 14145 33554432000 4194304 4196468 140725744397936 140248128338704 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11522] ppid=11464 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11522/stat : 11522 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246788608 14145 33554432000 4194304 4196468 140725744397936 140247998987152 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11523] ppid=11464 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11523/stat : 11523 (java) S 11464 11467 9560 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246788608 14145 33554432000 4194304 4196468 140725744397936 140247997934608 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11524] ppid=11464 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11524/stat : 11524 (java) S 11464 11467 9560 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246788608 14145 33554432000 4194304 4196468 140725744397936 140247661599888 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11525] ppid=11464 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11525/stat : 11525 (java) S 11464 11467 9560 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 224797429 11246788608 14145 33554432000 4194304 4196468 140725744397936 140247617157104 140248124107394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11526] ppid=11464 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11526/stat : 11526 (java) S 11464 11467 9560 0 -1 1077944384 13 12916 0 0 0 0 4 3 20 0 15 0 224797429 11246788608 14145 33554432000 4194304 4196468 140725744397936 140246869074848 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11527] ppid=11464 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11527/stat : 11527 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797430 11246788608 14145 33554432000 4194304 4196468 140725744397936 140246721225712 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11528] ppid=11464 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11528/stat : 11528 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797432 11246788608 14145 33554432000 4194304 4196468 140725744397936 140246413826256 140248124114843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11529] ppid=11464 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11467/task/11529/stat : 11529 (java) S 11464 11467 9560 0 -1 1077944384 474 12916 0 0 1 0 4 3 20 0 15 0 224797432 11246788608 14145 33554432000 4194304 4196468 140725744397936 140247616104944 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11530] ppid=11464 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11467/task/11530/stat : 11530 (java) S 11464 11467 9560 0 -1 1077944384 134 12916 0 0 1 0 4 3 20 0 15 0 224797432 11246788608 14145 33554432000 4194304 4196468 140725744397936 140247615052400 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11531] ppid=11464 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11467/task/11531/stat : 11531 (java) S 11464 11467 9560 0 -1 1077944384 631 12916 0 0 5 0 4 3 20 0 15 0 224797432 11246788608 14145 33554432000 4194304 4196468 140725744397936 140247613999856 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11532] ppid=11464 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11532/stat : 11532 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797433 11246788608 14145 33554432000 4194304 4196468 140725744397936 140245983030368 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11533] ppid=11464 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11533/stat : 11533 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797433 11246788608 14145 33554432000 4194304 4196468 140725744397936 140247612946736 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56580 KiB

[startup+0.700723 s]
/proc/loadavg: 1.70 1.63 1.59 3/215 11533
/proc/meminfo: memFree=13369716/32770624 swapFree=67108504/67108860
[pid=11467] ppid=11464 vsize=10983192 memory=88488 CPUtime=0.99 cores=1,3,5,7
/proc/11467/stat : 11467 (java) S 11464 11467 9560 0 -1 1077944320 16769 12916 0 0 87 5 4 3 20 0 15 0 224797418 11246788608 22122 33554432000 4194304 4196468 140725744397936 140725744380480 140248124096247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
/proc/11467/statm: 2745798 22122 3238 1 0 2708109 0
[pid=11467/tid=11520] ppid=11464 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/11467/task/11520/stat : 11520 (java) R 11464 11467 9560 0 -1 4202560 12315 12916 0 0 55 3 4 3 20 0 15 0 224797427 11246788608 22122 33554432000 4194304 4196468 140725744397936 140248095917072 140248105659822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11521] ppid=11464 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11521/stat : 11521 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246788608 22122 33554432000 4194304 4196468 140725744397936 140248128338704 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11522] ppid=11464 vsize=10983192 memory=3816 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11522/stat : 11522 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246788608 22122 33554432000 4194304 4196468 140725744397936 140247998987152 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11523] ppid=11464 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11523/stat : 11523 (java) S 11464 11467 9560 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246788608 22122 33554432000 4194304 4196468 140725744397936 140247997934608 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11524] ppid=11464 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11524/stat : 11524 (java) S 11464 11467 9560 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 224797428 11246788608 22122 33554432000 4194304 4196468 140725744397936 140247661599888 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11525] ppid=11464 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11525/stat : 11525 (java) S 11464 11467 9560 0 -1 1077944384 6 12916 0 0 0 0 4 3 20 0 15 0 224797429 11246788608 22122 33554432000 4194304 4196468 140725744397936 140247617157104 140248124107394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11526] ppid=11464 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11526/stat : 11526 (java) S 11464 11467 9560 0 -1 1077944384 13 12916 0 0 0 0 4 3 20 0 15 0 224797429 11246788608 22122 33554432000 4194304 4196468 140725744397936 140246869074848 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11527] ppid=11464 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11527/stat : 11527 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797430 11246788608 22122 33554432000 4194304 4196468 140725744397936 140246721225712 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11528] ppid=11464 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11528/stat : 11528 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797432 11246788608 22122 33554432000 4194304 4196468 140725744397936 140246413826256 140248124114843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11529] ppid=11464 vsize=10983192 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/11467/task/11529/stat : 11529 (java) S 11464 11467 9560 0 -1 1077944384 1056 12916 0 0 10 0 4 3 20 0 15 0 224797432 11246788608 22122 33554432000 4194304 4196468 140725744397936 140247616104944 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11530] ppid=11464 vsize=10983192 memory=15460 CPUtime=0.13 cores=1,3,5,7
/proc/11467/task/11530/stat : 11530 (java) S 11464 11467 9560 0 -1 1077944384 488 12916 0 0 6 0 4 3 20 0 15 0 224797432 11246788608 22122 33554432000 4194304 4196468 140725744397936 140247615052400 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11531] ppid=11464 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/11467/task/11531/stat : 11531 (java) S 11464 11467 9560 0 -1 1077944384 688 12916 0 0 13 0 4 3 20 0 15 0 224797432 11246788608 22122 33554432000 4194304 4196468 140725744397936 140247613999856 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11532] ppid=11464 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11532/stat : 11532 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797433 11246788608 22122 33554432000 4194304 4196468 140725744397936 140245983030368 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11533] ppid=11464 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11533/stat : 11533 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797433 11246788608 22122 33554432000 4194304 4196468 140725744397936 140247612946736 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88488 KiB

[startup+1.50073 s]
/proc/loadavg: 1.70 1.63 1.59 4/215 11533
/proc/meminfo: memFree=13324004/32770624 swapFree=67108504/67108860
[pid=11467] ppid=11464 vsize=10998092 memory=179264 CPUtime=2.28 cores=1,3,5,7
/proc/11467/stat : 11467 (java) S 11464 11467 9560 0 -1 1077944320 23951 12916 0 0 211 10 4 3 20 0 15 0 224797418 11262046208 44816 33554432000 4194304 4196468 140725744397936 140725744380480 140248124096247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
/proc/11467/statm: 2749523 44816 3466 1 0 2711181 0
[pid=11467/tid=11520] ppid=11464 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/11467/task/11520/stat : 11520 (java) R 11464 11467 9560 0 -1 4202560 17911 12916 0 0 129 6 4 3 20 0 15 0 224797427 11262046208 44816 33554432000 4194304 4196468 140725744397936 140248095927360 140248116333374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11521] ppid=11464 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11467/task/11521/stat : 11521 (java) S 11464 11467 9560 0 -1 1077944384 57 12916 0 0 1 0 4 3 20 0 15 0 224797428 11262046208 44816 33554432000 4194304 4196468 140725744397936 140248128338704 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11522] ppid=11464 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11467/task/11522/stat : 11522 (java) S 11464 11467 9560 0 -1 1077944384 223 12916 0 0 1 0 4 3 20 0 15 0 224797428 11262046208 44816 33554432000 4194304 4196468 140725744397936 140247998987152 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11523] ppid=11464 vsize=10998092 memory=3539892194917298225 CPUtime=0.08 cores=1,3,5,7
/proc/11467/task/11523/stat : 11523 (java) S 11464 11467 9560 0 -1 1077944384 29 12916 0 0 1 0 4 3 20 0 15 0 224797428 11262046208 44816 33554432000 4194304 4196468 140725744397936 140247997934608 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11524] ppid=11464 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11467/task/11524/stat : 11524 (java) S 11464 11467 9560 0 -1 1077944384 34 12916 0 0 1 0 4 3 20 0 15 0 224797428 11262046208 44816 33554432000 4194304 4196468 140725744397936 140247661599888 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11525] ppid=11464 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/11467/task/11525/stat : 11525 (java) S 11464 11467 9560 0 -1 1077944384 62 12916 0 0 1 0 4 3 20 0 15 0 224797429 11262046208 44816 33554432000 4194304 4196468 140725744397936 140247617157104 140248124107394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11526] ppid=11464 vsize=10998092 memory=280256682469632 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11526/stat : 11526 (java) S 11464 11467 9560 0 -1 1077944384 14 12916 0 0 0 0 4 3 20 0 15 0 224797429 11262046208 44816 33554432000 4194304 4196468 140725744397936 140246869074912 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11527] ppid=11464 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11527/stat : 11527 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797430 11262046208 44816 33554432000 4194304 4196468 140725744397936 140246721225728 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11528] ppid=11464 vsize=10998092 memory=4552 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11528/stat : 11528 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797432 11262046208 44816 33554432000 4194304 4196468 140725744397936 140246413826256 140248124114843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11529] ppid=11464 vsize=10998092 memory=3732 CPUtime=0.31 cores=1,3,5,7
/proc/11467/task/11529/stat : 11529 (java) S 11464 11467 9560 0 -1 1077944384 1512 12916 0 0 24 0 4 3 20 0 15 0 224797432 11262046208 44816 33554432000 4194304 4196468 140725744397936 140247616104944 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11530] ppid=11464 vsize=10998092 memory=1228 CPUtime=0.24 cores=1,3,5,7
/proc/11467/task/11530/stat : 11530 (java) S 11464 11467 9560 0 -1 1077944384 638 12916 0 0 17 0 4 3 20 0 15 0 224797432 11262046208 44882 33554432000 4194304 4196468 140725744397936 140247615052400 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11531] ppid=11464 vsize=10998092 memory=10624 CPUtime=0.4 cores=1,3,5,7
/proc/11467/task/11531/stat : 11531 (java) S 11464 11467 9560 0 -1 1077944384 1274 12916 0 0 33 0 4 3 20 0 15 0 224797432 11262046208 44882 33554432000 4194304 4196468 140725744397936 140247613999856 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11532] ppid=11464 vsize=10998092 memory=1624 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11532/stat : 11532 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797433 11262046208 44882 33554432000 4194304 4196468 140725744397936 140245983030368 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11533] ppid=11464 vsize=10998092 memory=6676 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11533/stat : 11533 (java) S 11464 11467 9560 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 224797433 11262046208 44882 33554432000 4194304 4196468 140725744397936 140247612946736 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

/proc/11467/task/11520/stat : 11520 (java) R 11464 11467 9560 0 -1 4202560 101069 12916 0 0 229555 56 4 3 20 0 15 0 224797427 11345952768 217106 33554432000 4194304 4196468 140725744397936 140248095931008 140247683590446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11521] ppid=11464 vsize=11080032 memory=868424 CPUtime=11.62 cores=1,3,5,7
/proc/11467/task/11521/stat : 11521 (java) S 11464 11467 9560 0 -1 1077944384 14438 12916 0 0 1091 64 4 3 20 0 15 0 224797428 11345952768 217106 33554432000 4194304 4196468 140725744397936 140248128338704 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11522] ppid=11464 vsize=11080032 memory=868424 CPUtime=11.65 cores=1,3,5,7
/proc/11467/task/11522/stat : 11522 (java) S 11464 11467 9560 0 -1 1077944384 22753 12916 0 0 1095 63 4 3 20 0 15 0 224797428 11345952768 217106 33554432000 4194304 4196468 140725744397936 140247998987152 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11523] ppid=11464 vsize=11080032 memory=868424 CPUtime=11.62 cores=1,3,5,7
/proc/11467/task/11523/stat : 11523 (java) S 11464 11467 9560 0 -1 1077944384 23373 12916 0 0 1098 57 4 3 20 0 15 0 224797428 11345952768 217106 33554432000 4194304 4196468 140725744397936 140247997934608 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11524] ppid=11464 vsize=11080032 memory=868424 CPUtime=11.65 cores=1,3,5,7
/proc/11467/task/11524/stat : 11524 (java) S 11464 11467 9560 0 -1 1077944384 19421 12916 0 0 1097 61 4 3 20 0 15 0 224797428 11345952768 217106 33554432000 4194304 4196468 140725744397936 140247661599888 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11525] ppid=11464 vsize=11080032 memory=868424 CPUtime=10.75 cores=1,3,5,7
/proc/11467/task/11525/stat : 11525 (java) S 11464 11467 9560 0 -1 1077944384 16425 12916 0 0 1007 61 4 3 20 0 15 0 224797429 11345952768 217106 33554432000 4194304 4196468 140725744397936 140247617157104 140248124107394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11526] ppid=11464 vsize=11080032 memory=868424 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11526/stat : 11526 (java) S 11464 11467 9560 0 -1 1077944384 15 12916 0 0 0 0 4 3 20 0 15 0 224797429 11345952768 217106 33554432000 4194304 4196468 140725744397936 140246869074976 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11527] ppid=11464 vsize=11080032 memory=868424 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11527/stat : 11527 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797430 11345952768 217106 33554432000 4194304 4196468 140725744397936 140246721225728 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11528] ppid=11464 vsize=11080032 memory=868424 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11528/stat : 11528 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797432 11345952768 217106 33554432000 4194304 4196468 140725744397936 140246413826256 140248124114843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11529] ppid=11464 vsize=11080032 memory=868424 CPUtime=6.38 cores=1,3,5,7
/proc/11467/task/11529/stat : 11529 (java) S 11464 11467 9560 0 -1 1077944384 30013 12916 0 0 625 6 4 3 20 0 15 0 224797432 11345952768 217106 33554432000 4194304 4196468 140725744397936 140247616104944 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11530] ppid=11464 vsize=11080032 memory=868424 CPUtime=6.53 cores=1,3,5,7
/proc/11467/task/11530/stat : 11530 (java) S 11464 11467 9560 0 -1 1077944384 32209 12916 0 0 641 5 4 3 20 0 15 0 224797432 11345952768 217106 33554432000 4194304 4196468 140725744397936 140247615052400 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11531] ppid=11464 vsize=11080032 memory=868424 CPUtime=3.11 cores=1,3,5,7
/proc/11467/task/11531/stat : 11531 (java) S 11464 11467 9560 0 -1 1077944384 24370 12916 0 0 299 5 4 3 20 0 15 0 224797432 11345952768 217106 33554432000 4194304 4196468 140725744397936 140247613999856 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11532] ppid=11464 vsize=11080032 memory=868424 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11532/stat : 11532 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797433 11345952768 217106 33554432000 4194304 4196468 140725744397936 140245983030368 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11533] ppid=11464 vsize=11080032 memory=868424 CPUtime=1.6 cores=1,3,5,7
/proc/11467/task/11533/stat : 11533 (java) S 11464 11467 9560 0 -1 1077944384 1167 12916 0 0 64 89 4 3 20 0 15 0 224797433 11345952768 217106 33554432000 4194304 4196468 140725744397936 140247612946736 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
Current children cumulated CPU time: 2370.56 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 868424 KiB

[startup+2382.3 s]
/proc/loadavg: 1.59 1.66 1.68 3/215 11757
/proc/meminfo: memFree=14865600/32770624 swapFree=67108504/67108860
[pid=11467] ppid=11464 vsize=11080032 memory=870472 CPUtime=2431.46 cores=1,3,5,7
/proc/11467/stat : 11467 (java) S 11464 11467 9560 0 -1 1077944320 290972 12916 0 0 242741 398 4 3 20 0 15 0 224797418 11345952768 217618 33554432000 4194304 4196468 140725744397936 140725744380480 140248124096247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
/proc/11467/statm: 2770008 217618 3526 1 0 2731661 0
[pid=11467/tid=11520] ppid=11464 vsize=11080032 memory=870472 CPUtime=2355.48 cores=1,3,5,7
/proc/11467/task/11520/stat : 11520 (java) R 11464 11467 9560 0 -1 4202560 102213 12916 0 0 235484 57 4 3 20 0 15 0 224797427 11345952768 217618 33554432000 4194304 4196468 140725744397936 140248095931552 140247693021904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11521] ppid=11464 vsize=11080032 memory=870472 CPUtime=11.94 cores=1,3,5,7
/proc/11467/task/11521/stat : 11521 (java) S 11464 11467 9560 0 -1 1077944384 14502 12916 0 0 1121 66 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140248128338704 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11522] ppid=11464 vsize=11080032 memory=870472 CPUtime=11.97 cores=1,3,5,7
/proc/11467/task/11522/stat : 11522 (java) S 11464 11467 9560 0 -1 1077944384 24449 12916 0 0 1125 65 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247998987152 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11523] ppid=11464 vsize=11080032 memory=868424 CPUtime=11.94 cores=1,3,5,7
/proc/11467/task/11523/stat : 11523 (java) S 11464 11467 9560 0 -1 1077944384 23441 12916 0 0 1129 58 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247997934608 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11524] ppid=11464 vsize=11080032 memory=870472 CPUtime=11.97 cores=1,3,5,7
/proc/11467/task/11524/stat : 11524 (java) S 11464 11467 9560 0 -1 1077944384 19573 12916 0 0 1127 63 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247661599888 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11525] ppid=11464 vsize=11080032 memory=61060 CPUtime=11.03 cores=1,3,5,7
/proc/11467/task/11525/stat : 11525 (java) S 11464 11467 9560 0 -1 1077944384 16804 12916 0 0 1033 63 4 3 20 0 15 0 224797429 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247617157104 140248124107394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11526] ppid=11464 vsize=11080032 memory=870472 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11526/stat : 11526 (java) S 11464 11467 9560 0 -1 1077944384 15 12916 0 0 0 0 4 3 20 0 15 0 224797429 11345952768 217618 33554432000 4194304 4196468 140725744397936 140246869074976 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11527] ppid=11464 vsize=11080032 memory=1065 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11527/stat : 11527 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797430 11345952768 217618 33554432000 4194304 4196468 140725744397936 140246721225728 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11528] ppid=11464 vsize=11080032 memory=870472 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11528/stat : 11528 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140246413826256 140248124114843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11529] ppid=11464 vsize=11080032 memory=870472 CPUtime=6.38 cores=1,3,5,7
/proc/11467/task/11529/stat : 11529 (java) S 11464 11467 9560 0 -1 1077944384 30016 12916 0 0 625 6 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247616104944 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11530] ppid=11464 vsize=11080032 memory=870472 CPUtime=6.53 cores=1,3,5,7
/proc/11467/task/11530/stat : 11530 (java) S 11464 11467 9560 0 -1 1077944384 32211 12916 0 0 641 5 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247615052400 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11531] ppid=11464 vsize=11080032 memory=870472 CPUtime=3.11 cores=1,3,5,7
/proc/11467/task/11531/stat : 11531 (java) S 11464 11467 9560 0 -1 1077944384 24373 12916 0 0 299 5 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247613999856 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11532] ppid=11464 vsize=11080032 memory=280256683517504 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11532/stat : 11532 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797433 11345952768 217618 33554432000 4194304 4196468 140725744397936 140245983030368 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11533] ppid=11464 vsize=11080032 memory=870472 CPUtime=1.65 cores=1,3,5,7
/proc/11467/task/11533/stat : 11533 (java) S 11464 11467 9560 0 -1 1077944384 1177 12916 0 0 66 92 4 3 20 0 15 0 224797433 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247612946736 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
Current children cumulated CPU time: 2431.46 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 870472 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.62 1.66 3/215 11758
/proc/meminfo: memFree=15047860/32770624 swapFree=67108504/67108860
[pid=11467] ppid=11464 vsize=11080032 memory=870472 CPUtime=2492.37 cores=1,3,5,7
/proc/11467/stat : 11467 (java) S 11464 11467 9560 0 -1 1077944320 294427 12916 0 0 248822 408 4 3 20 0 15 0 224797418 11345952768 217618 33554432000 4194304 4196468 140725744397936 140725744380480 140248124096247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
/proc/11467/statm: 2770008 217618 3526 1 0 2731661 0
[pid=11467/tid=11520] ppid=11464 vsize=11080032 memory=870472 CPUtime=2414.78 cores=1,3,5,7
/proc/11467/task/11520/stat : 11520 (java) S 11464 11467 9560 0 -1 1077944384 103236 12916 0 0 241413 58 4 3 20 0 15 0 224797427 11345952768 217618 33554432000 4194304 4196468 140725744397936 140248095930928 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11521] ppid=11464 vsize=11080032 memory=870472 CPUtime=12.25 cores=1,3,5,7
/proc/11467/task/11521/stat : 11521 (java) S 11464 11467 9560 0 -1 1077944384 14598 12916 0 0 1151 67 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140248128338704 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11522] ppid=11464 vsize=11080032 memory=870472 CPUtime=12.28 cores=1,3,5,7
/proc/11467/task/11522/stat : 11522 (java) S 11464 11467 9560 0 -1 1077944384 24514 12916 0 0 1154 67 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247998987152 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11523] ppid=11464 vsize=11080032 memory=870472 CPUtime=12.26 cores=1,3,5,7
/proc/11467/task/11523/stat : 11523 (java) S 11464 11467 9560 0 -1 1077944384 23609 12916 0 0 1160 59 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247997934608 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11524] ppid=11464 vsize=11080032 memory=870472 CPUtime=12.29 cores=1,3,5,7
/proc/11467/task/11524/stat : 11524 (java) S 11464 11467 9560 0 -1 1077944384 21255 12916 0 0 1157 65 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247661599888 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11525] ppid=11464 vsize=11080032 memory=870472 CPUtime=11.31 cores=1,3,5,7
/proc/11467/task/11525/stat : 11525 (java) R 11464 11467 9560 0 -1 4202560 17194 12916 0 0 1059 65 4 3 20 0 15 0 224797429 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247617155616 140248124117594 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11526] ppid=11464 vsize=11080032 memory=870472 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11526/stat : 11526 (java) S 11464 11467 9560 0 -1 1077944384 15 12916 0 0 0 0 4 3 20 0 15 0 224797429 11345952768 217618 33554432000 4194304 4196468 140725744397936 140246869074976 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11527] ppid=11464 vsize=11080032 memory=870472 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11527/stat : 11527 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797430 11345952768 217618 33554432000 4194304 4196468 140725744397936 140246721225728 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11528] ppid=11464 vsize=11080032 memory=870472 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11528/stat : 11528 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140246413826256 140248124114843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11529] ppid=11464 vsize=11080032 memory=280256683223696 CPUtime=6.38 cores=1,3,5,7
/proc/11467/task/11529/stat : 11529 (java) S 11464 11467 9560 0 -1 1077944384 30019 12916 0 0 625 6 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247616104944 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11530] ppid=11464 vsize=11080032 memory=870472 CPUtime=6.53 cores=1,3,5,7
/proc/11467/task/11530/stat : 11530 (java) S 11464 11467 9560 0 -1 1077944384 32213 12916 0 0 641 5 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247615052400 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11531] ppid=11464 vsize=11080032 memory=870472 CPUtime=3.11 cores=1,3,5,7
/proc/11467/task/11531/stat : 11531 (java) S 11464 11467 9560 0 -1 1077944384 24376 12916 0 0 299 5 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247613999856 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11532] ppid=11464 vsize=11080032 memory=870472 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11532/stat : 11532 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797433 11345952768 217618 33554432000 4194304 4196468 140725744397936 140245983030368 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11533] ppid=11464 vsize=11080032 memory=870472 CPUtime=1.68 cores=1,3,5,7
/proc/11467/task/11533/stat : 11533 (java) S 11464 11467 9560 0 -1 1077944384 1200 12916 0 0 68 93 4 3 20 0 15 0 224797433 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247612946736 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
Current children cumulated CPU time: 2492.37 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 870472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.6 s]
/proc/loadavg: 1.57 1.63 1.66 3/215 11758
/proc/meminfo: memFree=15105616/32770624 swapFree=67108504/67108860
[pid=11467] ppid=11464 vsize=11080032 memory=870472 CPUtime=2520.09 cores=1,3,5,7
/proc/11467/stat : 11467 (java) S 11464 11467 9560 0 -1 1077944320 296156 12916 0 0 251589 413 4 3 20 0 15 0 224797418 11345952768 217618 33554432000 4194304 4196468 140725744397936 140725744380480 140248124096247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
/proc/11467/statm: 2770008 217618 3526 1 0 2731661 0
[pid=11467/tid=11520] ppid=11464 vsize=11080032 memory=3732 CPUtime=2441.77 cores=1,3,5,7
/proc/11467/task/11520/stat : 11520 (java) R 11464 11467 9560 0 -1 4202560 103879 12916 0 0 244111 59 4 3 20 0 15 0 224797427 11345952768 217618 33554432000 4194304 4196468 140725744397936 140248095931168 140247685705416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11521] ppid=11464 vsize=11080032 memory=6791534058613427641 CPUtime=12.4 cores=1,3,5,7
/proc/11467/task/11521/stat : 11521 (java) S 11464 11467 9560 0 -1 1077944384 14617 12916 0 0 1165 68 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140248128338704 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11522] ppid=11464 vsize=11080032 memory=6680 CPUtime=12.43 cores=1,3,5,7
/proc/11467/task/11522/stat : 11522 (java) S 11464 11467 9560 0 -1 1077944384 24645 12916 0 0 1168 68 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247998987152 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11523] ppid=11464 vsize=11080032 memory=876 CPUtime=12.41 cores=1,3,5,7
/proc/11467/task/11523/stat : 11523 (java) S 11464 11467 9560 0 -1 1077944384 23642 12916 0 0 1174 60 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247997934608 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11524] ppid=11464 vsize=11080032 memory=1296 CPUtime=12.43 cores=1,3,5,7
/proc/11467/task/11524/stat : 11524 (java) S 11464 11467 9560 0 -1 1077944384 21825 12916 0 0 1170 66 4 3 20 0 15 0 224797428 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247661599888 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11525] ppid=11464 vsize=11080032 memory=1068 CPUtime=11.44 cores=1,3,5,7
/proc/11467/task/11525/stat : 11525 (java) S 11464 11467 9560 0 -1 1077944384 17500 12916 0 0 1072 65 4 3 20 0 15 0 224797429 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247617157104 140248124107394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11526] ppid=11464 vsize=11080032 memory=1820 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11526/stat : 11526 (java) S 11464 11467 9560 0 -1 1077944384 15 12916 0 0 0 0 4 3 20 0 15 0 224797429 11345952768 217618 33554432000 4194304 4196468 140725744397936 140246869074976 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11527] ppid=11464 vsize=11080032 memory=4552 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11527/stat : 11527 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797430 11345952768 217618 33554432000 4194304 4196468 140725744397936 140246721225728 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11528] ppid=11464 vsize=11080032 memory=3732 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11528/stat : 11528 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140246413826256 140248124114843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11529] ppid=11464 vsize=11080032 memory=1228 CPUtime=6.38 cores=1,3,5,7
/proc/11467/task/11529/stat : 11529 (java) S 11464 11467 9560 0 -1 1077944384 30022 12916 0 0 625 6 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247616104944 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11530] ppid=11464 vsize=11080032 memory=10624 CPUtime=6.53 cores=1,3,5,7
/proc/11467/task/11530/stat : 11530 (java) S 11464 11467 9560 0 -1 1077944384 32215 12916 0 0 641 5 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247615052400 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11531] ppid=11464 vsize=11080032 memory=61060 CPUtime=3.11 cores=1,3,5,7
/proc/11467/task/11531/stat : 11531 (java) S 11464 11467 9560 0 -1 1077944384 24379 12916 0 0 299 5 4 3 20 0 15 0 224797432 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247613999856 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11532] ppid=11464 vsize=11080032 memory=1116 CPUtime=0.07 cores=1,3,5,7
/proc/11467/task/11532/stat : 11532 (java) S 11464 11467 9560 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 224797433 11345952768 217618 33554432000 4194304 4196468 140725744397936 140245983030368 140248124106453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
[pid=11467/tid=11533] ppid=11464 vsize=11080032 memory=2144 CPUtime=1.7 cores=1,3,5,7
/proc/11467/task/11533/stat : 11533 (java) S 11464 11467 9560 0 -1 1077944384 1219 12916 0 0 69 94 4 3 20 0 15 0 224797433 11345952768 217618 33554432000 4194304 4196468 140725744397936 140247612946736 140248124107394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34136064 140725744405100 140725744407900 140725744407900 140725744410575 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 870472 KiB

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

[startup+2469.64 s]
# the end of solver process 11467 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.96 s, system=4.19003 s

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

Child status: 143
Real time (s): 2469.64
CPU time (s): 2520.15
CPU user time (s): 2515.96
CPU system time (s): 4.19003
CPU usage (%): 102.045
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 870472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.96
system time used= 4.19003
maximum resident set size= 872852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303486
involuntary context switches= 7120


# summary of solver processes directly reported to runsolver:
#   pid: 11467
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2515.96
#   total CPU system time (s): 4.19003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9544 second user time and 22.3098 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 13:12:22
IDJOB=4304383
IDBENCH=141240
IDSOLVER=2780
FILE ID=node104/4304383-1534072342
RUNJOBID= node104-1534062308-9592
PBS_JOBID= 21036981
Free space on /tmp= 37232 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304383-1534072342/watcher-4304383-1534072342 -o /tmp/evaluation-result-4304383-1534072342/solver-4304383-1534072342 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9592 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=2008037123 HOME/instance-4304383-1534072342.xml

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

MD5SUM BENCH= fafdea6ca4d8abc1bd6cd2f98399b858
RANDOM SEED=2008037123

node104.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.11
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.11
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.11
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.11
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:        13422648 kB
MemAvailable:   29019276 kB
Buffers:          178212 kB
Cached:         15451928 kB
SwapCached:            8 kB
Active:         10615948 kB
Inactive:        7950624 kB
Active(anon):    2887628 kB
Inactive(anon):   101008 kB
Active(file):    7728320 kB
Inactive(file):  7849616 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26496 kB
Writeback:             0 kB
AnonPages:       2943400 kB
Mapped:            64876 kB
Shmem:             49636 kB
Slab:             475788 kB
SReclaimable:     447152 kB
SUnreclaim:        28636 kB
KernelStack:        3760 kB
PageTables:        11028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4671364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2512896 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= 37500 MiB
End job on node104 at 2018-08-12 13:53:32