Trace number 4294034

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.8-SuperNG 2018-06-13SAT (TO)62 2520.11 2468.93

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18b_c18.xml
MD5SUMcfb25615b49033917f7fa13487cdd88c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark2400.23
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints208
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":39},{"size":3,"count":4},{"size":4,"count":3},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":18}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":50},{"degree":48,"count":9},{"degree":49,"count":4},{"degree":50,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":176},{"arity":19,"count":32}]
Number of extensional constraints0
Number of intensional constraints176
Distribution of constraint types[{"type":"intension","count":176},{"type":"count","count":32}]
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.98/0.73	c Concrete v3.8.1528841891564 running
13.26/5.66	o 87
13.26/5.67	o 83
13.26/5.69	o 82
13.53/5.77	o 79
14.35/6.04	o 77
14.35/6.06	o 76
14.35/6.08	o 75
14.35/6.08	o 74
14.87/6.23	o 73
15.14/6.39	o 72
15.14/6.40	o 71
21.70/11.75	o 70
24.15/14.02	o 66
24.68/14.59	o 64
40.41/29.94	o 63
40.63/30.10	o 62
2520.06/2468.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2468.91		at concrete.MAC.mac(MAC.scala:188)
2520.06/2468.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2468.91		at scala.util.Try$.apply(Try.scala:209)
2520.06/2468.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2468.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2468.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2468.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2468.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2468.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2468.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2468.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2468.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2468.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2468.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2468.91		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2468.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2468.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2468.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2468.91		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2468.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2468.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2468.91		at scala.util.Success.map(Try.scala:209)
2520.06/2468.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2468.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2468.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2468.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2468.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2468.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2468.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2468.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2468.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2468.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2468.91		at scala.App.main(App.scala:76)
2520.06/2468.91		at scala.App.main$(App.scala:74)
2520.06/2468.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2468.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2468.92	v <instantiation cost="62">
2520.06/2468.92	v       <list>
2520.06/2468.92	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17]
2520.06/2468.92	v       </list>
2520.06/2468.92	v       <values>
2520.06/2468.92	v         -11 11 7 1 16 -11 5 5 4 11 -11 -7 -1 -16 4 -5 8 -4 1 0 0 1 1 0 1 0 0 0 3 0 0 0 0 1 1 0 0 2 2 0 1 1 0 0 2 0 0 0 0 1 5 0 0 0 0 7 0 0 0 0 5 6 11 7 0 8 0 13
2520.06/2468.92	v       </values>
2520.06/2468.92	v     </instantiation>
2520.06/2468.92	s SATISFIABLE

Verifier Data

OK	62

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294034-1532420889/watcher-4294034-1532420889 -o /tmp/evaluation-result-4294034-1532420889/solver-4294034-1532420889 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1597880949 -superng HOME/instance-4294034-1532420889.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=14526, runsolver pid=14523

[startup+0.10012 s]*
/proc/loadavg: 1.40 1.50 1.56 3/209 14583
/proc/meminfo: memFree=15890928/32770624 swapFree=67108860/67108860
[pid=14526] ppid=14523 vsize=9972712 memory=17072 CPUtime=0.08 cores=1,3,5,7
/proc/14526/stat : 14526 (java) S 14523 14526 12709 0 -1 1077944320 4404 12991 0 0 1 0 5 2 20 0 6 0 59652071 10212057088 4268 33554432000 4194304 4196468 140728709201520 140728709184064 140585540132599 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
/proc/14526/statm: 2493178 4268 1934 1 0 2481616 0
[pid=14526/tid=14579] ppid=14523 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/14526/task/14579/stat : 14579 (java) R 14523 14526 12709 0 -1 4202560 2222 12991 0 0 1 0 5 2 20 0 6 0 59652080 10212057088 4268 33554432000 4194304 4196468 140728709201520 140585511969360 140585524213086 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14580] ppid=14523 vsize=9972712 memory=5793855766751283641 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14580/stat : 14580 (java) S 14523 14526 12709 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 6 0 59652081 10212057088 4268 33554432000 4194304 4196468 140728709201520 140585544374672 140585540142805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14581] ppid=14523 vsize=9972712 memory=140515741390464 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14581/stat : 14581 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 6 0 59652081 10212057088 4268 33554432000 4194304 4196468 140728709201520 140585432647952 140585540142805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14582] ppid=14523 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14582/stat : 14582 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 6 0 59652081 10212057088 4268 33554432000 4194304 4196468 140728709201520 140585431595664 140585540142805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14583] ppid=14523 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14583/stat : 14583 (java) S 14523 14526 12709 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 6 0 59652081 10212057088 4268 33554432000 4194304 4196468 140728709201520 140585430542864 140585540142805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17072 KiB

[startup+0.210169 s]*
/proc/loadavg: 1.40 1.50 1.56 4/218 14592
/proc/meminfo: memFree=15868852/32770624 swapFree=67108860/67108860
[pid=14526] ppid=14523 vsize=10818904 memory=45648 CPUtime=0.25 cores=1,3,5,7
/proc/14526/stat : 14526 (java) S 14523 14526 12709 0 -1 1077944320 9262 12991 0 0 17 1 5 2 20 0 15 0 59652071 11078557696 11412 33554432000 4194304 4196468 140728709201520 140728709184064 140585540132599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
/proc/14526/statm: 2704726 11412 2966 1 0 2667149 0
[pid=14526/tid=14579] ppid=14523 vsize=10818936 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/14526/task/14579/stat : 14579 (java) R 14523 14526 12709 0 -1 4202560 5899 12991 0 0 11 1 5 2 20 0 15 0 59652080 11078590464 11412 33554432000 4194304 4196468 140728709201520 140585511957408 140585532812317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14580] ppid=14523 vsize=10818936 memory=4211974241946181002 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14580/stat : 14580 (java) S 14523 14526 12709 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 59652081 11078590464 11412 33554432000 4194304 4196468 140728709201520 140585544374672 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14581] ppid=14523 vsize=10818936 memory=140515741390464 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14581/stat : 14581 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652081 11078590464 11412 33554432000 4194304 4196468 140728709201520 140585432647952 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14582] ppid=14523 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14582/stat : 14582 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652081 11078590464 11412 33554432000 4194304 4196468 140728709201520 140585431595664 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14583] ppid=14523 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14583/stat : 14583 (java) S 14523 14526 12709 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 59652081 11078590464 11412 33554432000 4194304 4196468 140728709201520 140585430542864 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14584] ppid=14523 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14584/stat : 14584 (java) S 14523 14526 12709 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 59652082 11078590464 11412 33554432000 4194304 4196468 140728709201520 140584999283312 140585540143746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14585] ppid=14523 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14585/stat : 14585 (java) S 14523 14526 12709 0 -1 1077944384 33 12991 0 0 0 0 5 2 20 0 15 0 59652082 11078590464 11412 33554432000 4194304 4196468 140728709201520 140584998229280 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14586] ppid=14523 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14586/stat : 14586 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652083 11078590464 11412 33554432000 4194304 4196468 140728709201520 140584345921136 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14587] ppid=14523 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14587/stat : 14587 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652085 11078557696 11412 33554432000 4194304 4196468 140728709201520 140584105630288 140585540151195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14588] ppid=14523 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14526/task/14588/stat : 14588 (java) S 14523 14526 12709 0 -1 1077944384 532 12991 0 0 1 0 5 2 20 0 15 0 59652085 11078557696 11412 33554432000 4194304 4196468 140728709201520 140584964671600 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14589] ppid=14523 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14589/stat : 14589 (java) S 14523 14526 12709 0 -1 1077944384 55 12991 0 0 0 0 5 2 20 0 15 0 59652085 11078557696 11412 33554432000 4194304 4196468 140728709201520 140584963618800 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14590] ppid=14523 vsize=10818904 memory=140515741390464 CPUtime=0.1 cores=1,3,5,7
/proc/14526/task/14590/stat : 14590 (java) S 14523 14526 12709 0 -1 1077944384 543 12991 0 0 3 0 5 2 20 0 15 0 59652085 11078557696 11412 33554432000 4194304 4196468 140728709201520 140584962566512 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14591] ppid=14523 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14591/stat : 14591 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652086 11078557696 11412 33554432000 4194304 4196468 140728709201520 140584072071648 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14592] ppid=14523 vsize=10818904 memory=140515741390464 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14592/stat : 14592 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652086 11078557696 11412 33554432000 4194304 4196468 140728709201520 140584961514416 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45648 KiB

[startup+0.310295 s]*
/proc/loadavg: 1.40 1.50 1.56 3/218 14592
/proc/meminfo: memFree=15855580/32770624 swapFree=67108860/67108860
[pid=14526] ppid=14523 vsize=10819352 memory=53524 CPUtime=0.38 cores=1,3,5,7
/proc/14526/stat : 14526 (java) S 14523 14526 12709 0 -1 1077944320 10482 12991 0 0 29 2 5 2 20 0 15 0 59652071 11079016448 13381 33554432000 4194304 4196468 140728709201520 140728709184064 140585540132599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
/proc/14526/statm: 2704838 13381 3085 1 0 2667149 0
[pid=14526/tid=14579] ppid=14523 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/14526/task/14579/stat : 14579 (java) R 14523 14526 12709 0 -1 4202560 7099 12991 0 0 20 1 5 2 20 0 15 0 59652080 11079016448 13381 33554432000 4194304 4196468 140728709201520 140585511944608 140585524213086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14580] ppid=14523 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14580/stat : 14580 (java) S 14523 14526 12709 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 59652081 11079016448 13381 33554432000 4194304 4196468 140728709201520 140585544374672 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14581] ppid=14523 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14581/stat : 14581 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652081 11079016448 13381 33554432000 4194304 4196468 140728709201520 140585432647952 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14582] ppid=14523 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14582/stat : 14582 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652081 11079016448 13381 33554432000 4194304 4196468 140728709201520 140585431595664 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14583] ppid=14523 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14583/stat : 14583 (java) S 14523 14526 12709 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 59652081 11079016448 13381 33554432000 4194304 4196468 140728709201520 140585430542864 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14584] ppid=14523 vsize=10819352 memory=140515741390463 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14584/stat : 14584 (java) S 14523 14526 12709 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 59652082 11079016448 13381 33554432000 4194304 4196468 140728709201520 140584999283312 140585540143746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14585] ppid=14523 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14585/stat : 14585 (java) S 14523 14526 12709 0 -1 1077944384 33 12991 0 0 0 0 5 2 20 0 15 0 59652082 11079016448 13381 33554432000 4194304 4196468 140728709201520 140584998229280 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14586] ppid=14523 vsize=10819352 memory=140515741390464 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14586/stat : 14586 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652083 11079016448 13381 33554432000 4194304 4196468 140728709201520 140584345921136 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14587] ppid=14523 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14587/stat : 14587 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652085 11079016448 13381 33554432000 4194304 4196468 140728709201520 140584105630288 140585540151195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14588] ppid=14523 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14526/task/14588/stat : 14588 (java) S 14523 14526 12709 0 -1 1077944384 533 12991 0 0 2 0 5 2 20 0 15 0 59652085 11079016448 13381 33554432000 4194304 4196468 140728709201520 140584964671600 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14589] ppid=14523 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14526/task/14589/stat : 14589 (java) S 14523 14526 12709 0 -1 1077944384 55 12991 0 0 1 0 5 2 20 0 15 0 59652085 11079016448 13381 33554432000 4194304 4196468 140728709201520 140584963618800 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14590] ppid=14523 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/14526/task/14590/stat : 14590 (java) S 14523 14526 12709 0 -1 1077944384 554 12991 0 0 5 0 5 2 20 0 15 0 59652085 11079016448 13381 33554432000 4194304 4196468 140728709201520 140584962566512 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14591] ppid=14523 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14591/stat : 14591 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652086 11079016448 13381 33554432000 4194304 4196468 140728709201520 140584072071648 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14592] ppid=14523 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14592/stat : 14592 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652086 11079016448 13381 33554432000 4194304 4196468 140728709201520 140584961514416 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53524 KiB

[startup+0.700866 s]
/proc/loadavg: 1.40 1.50 1.56 3/218 14592
/proc/meminfo: memFree=15846312/32770624 swapFree=67108860/67108860
[pid=14526] ppid=14523 vsize=10819352 memory=86412 CPUtime=0.98 cores=1,3,5,7
/proc/14526/stat : 14526 (java) S 14523 14526 12709 0 -1 1077944320 16730 12991 0 0 88 3 5 2 20 0 15 0 59652071 11079016448 21603 33554432000 4194304 4196468 140728709201520 140728709184064 140585540132599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
/proc/14526/statm: 2704838 21603 3237 1 0 2667149 0
[pid=14526/tid=14579] ppid=14523 vsize=10819352 memory=18752 CPUtime=0.66 cores=1,3,5,7
/proc/14526/task/14579/stat : 14579 (java) R 14523 14526 12709 0 -1 4202560 12275 12991 0 0 57 2 5 2 20 0 15 0 59652080 11079016448 21603 33554432000 4194304 4196468 140728709201520 140585511953424 140585525298167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14580] ppid=14523 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14580/stat : 14580 (java) S 14523 14526 12709 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 59652081 11079016448 21603 33554432000 4194304 4196468 140728709201520 140585544374672 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14581] ppid=14523 vsize=10819352 memory=140515626754547 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14581/stat : 14581 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652081 11079016448 21603 33554432000 4194304 4196468 140728709201520 140585432647952 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14582] ppid=14523 vsize=10819352 memory=140518445024139 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14582/stat : 14582 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652081 11079016448 21603 33554432000 4194304 4196468 140728709201520 140585431595664 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14583] ppid=14523 vsize=10819352 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14583/stat : 14583 (java) S 14523 14526 12709 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 59652081 11079016448 21603 33554432000 4194304 4196468 140728709201520 140585430542864 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14584] ppid=14523 vsize=10819352 memory=6296143700806424935 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14584/stat : 14584 (java) S 14523 14526 12709 0 -1 1077944384 5 12991 0 0 0 0 5 2 20 0 15 0 59652082 11079016448 21603 33554432000 4194304 4196468 140728709201520 140584999283312 140585540143746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14585] ppid=14523 vsize=10819352 memory=8099279071866868837 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14585/stat : 14585 (java) S 14523 14526 12709 0 -1 1077944384 33 12991 0 0 0 0 5 2 20 0 15 0 59652082 11079016448 21603 33554432000 4194304 4196468 140728709201520 140584998229280 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14586] ppid=14523 vsize=10819352 memory=6004820471124940137 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14586/stat : 14586 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652083 11079016448 21603 33554432000 4194304 4196468 140728709201520 140584345921136 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14587] ppid=14523 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14587/stat : 14587 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652085 11079016448 21603 33554432000 4194304 4196468 140728709201520 140584105630288 140585540151195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14588] ppid=14523 vsize=10819352 memory=8326441112149131689 CPUtime=0.18 cores=1,3,5,7
/proc/14526/task/14588/stat : 14588 (java) S 14523 14526 12709 0 -1 1077944384 1137 12991 0 0 11 0 5 2 20 0 15 0 59652085 11079016448 21603 33554432000 4194304 4196468 140728709201520 140584964671600 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14589] ppid=14523 vsize=10819352 memory=-7025452035940392864 CPUtime=0.13 cores=1,3,5,7
/proc/14526/task/14589/stat : 14589 (java) S 14523 14526 12709 0 -1 1077944384 432 12991 0 0 6 0 5 2 20 0 15 0 59652085 11079016448 21603 33554432000 4194304 4196468 140728709201520 140584963618800 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14590] ppid=14523 vsize=10819352 memory=6944656592452807326 CPUtime=0.2 cores=1,3,5,7
/proc/14526/task/14590/stat : 14590 (java) S 14523 14526 12709 0 -1 1077944384 642 12991 0 0 13 0 5 2 20 0 15 0 59652085 11079016448 21603 33554432000 4194304 4196468 140728709201520 140584962566512 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14591] ppid=14523 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14591/stat : 14591 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652086 11079016448 21603 33554432000 4194304 4196468 140728709201520 140584072071648 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14592] ppid=14523 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14592/stat : 14592 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652086 11079016448 21603 33554432000 4194304 4196468 140728709201520 140584961514416 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86412 KiB

[startup+1.50068 s]
/proc/loadavg: 1.40 1.50 1.56 3/218 14592
/proc/meminfo: memFree=15799360/32770624 swapFree=67108860/67108860
[pid=14526] ppid=14523 vsize=10834252 memory=177720 CPUtime=2.31 cores=1,3,5,7
/proc/14526/stat : 14526 (java) S 14523 14526 12709 0 -1 1077944320 24437 12991 0 0 215 9 5 2 20 0 15 0 59652071 11094274048 44430 33554432000 4194304 4196468 140728709201520 140728709184064 140585540132599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
/proc/14526/statm: 2708563 44430 3467 1 0 2670221 0
[pid=14526/tid=14579] ppid=14523 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/14526/task/14579/stat : 14579 (java) R 14523 14526 12709 0 -1 4202560 17900 12991 0 0 130 5 5 2 20 0 15 0 59652080 11094274048 44430 33554432000 4194304 4196468 140728709201520 140585511949680 140585540154525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14580] ppid=14523 vsize=10834252 memory=101184 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14580/stat : 14580 (java) S 14523 14526 12709 0 -1 1077944384 21 12991 0 0 0 0 5 2 20 0 15 0 59652081 11094274048 44430 33554432000 4194304 4196468 140728709201520 140585544374672 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14581] ppid=14523 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/14526/task/14581/stat : 14581 (java) S 14523 14526 12709 0 -1 1077944384 28 12991 0 0 1 0 5 2 20 0 15 0 59652081 11094274048 44430 33554432000 4194304 4196468 140728709201520 140585432647952 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14582] ppid=14523 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14526/task/14582/stat : 14582 (java) S 14523 14526 12709 0 -1 1077944384 196 12991 0 0 1 0 5 2 20 0 15 0 59652081 11094274048 44430 33554432000 4194304 4196468 140728709201520 140585431595664 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14583] ppid=14523 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14583/stat : 14583 (java) S 14523 14526 12709 0 -1 1077944384 59 12991 0 0 0 0 5 2 20 0 15 0 59652081 11094274048 44430 33554432000 4194304 4196468 140728709201520 140585430542864 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14584] ppid=14523 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14526/task/14584/stat : 14584 (java) S 14523 14526 12709 0 -1 1077944384 307 12991 0 0 1 0 5 2 20 0 15 0 59652082 11094274048 44430 33554432000 4194304 4196468 140728709201520 140584999283312 140585540143746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14585] ppid=14523 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14585/stat : 14585 (java) S 14523 14526 12709 0 -1 1077944384 34 12991 0 0 0 0 5 2 20 0 15 0 59652082 11094274048 44430 33554432000 4194304 4196468 140728709201520 140584998229344 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14586] ppid=14523 vsize=10834252 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14586/stat : 14586 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652083 11094274048 44430 33554432000 4194304 4196468 140728709201520 140584345921152 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14587] ppid=14523 vsize=10834252 memory=2196 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14587/stat : 14587 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652085 11094274048 44430 33554432000 4194304 4196468 140728709201520 140584105630288 140585540151195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14588] ppid=14523 vsize=10834252 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/14526/task/14588/stat : 14588 (java) S 14523 14526 12709 0 -1 1077944384 1307 12991 0 0 21 0 5 2 20 0 15 0 59652085 11094274048 44430 33554432000 4194304 4196468 140728709201520 140584964671600 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14589] ppid=14523 vsize=10834252 memory=203153429557015 CPUtime=0.27 cores=1,3,5,7
/proc/14526/task/14589/stat : 14589 (java) S 14523 14526 12709 0 -1 1077944384 937 12991 0 0 20 0 5 2 20 0 15 0 59652085 11094274048 44430 33554432000 4194304 4196468 140728709201520 140584963618800 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14590] ppid=14523 vsize=10834252 memory=4134682004093673504 CPUtime=0.42 cores=1,3,5,7
/proc/14526/task/14590/stat : 14590 (java) S 14523 14526 12709 0 -1 1077944384 1448 12991 0 0 35 0 5 2 20 0 15 0 59652085 11094274048 44430 33554432000 4194304 4196468 140728709201520 140584962566512 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14591] ppid=14523 vsize=10834252 memory=4638778411218063696 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14591/stat : 14591 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652086 11094274048 44430 33554432000 4194304 4196468 140728709201520 140584072071648 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14592] ppid=14523 vsize=10834252 memory=6935649255776346176 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14592/stat : 14592 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652086 11094274048 44430 33554432000 4194304 4196468 140728709201520 140584961514416 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834252 KiB

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

/proc/14526/task/14579/stat : 14579 (java) R 14523 14526 12709 0 -1 4202560 99984 12991 0 0 235613 53 5 2 20 0 15 0 59652080 11178180608 269389 33554432000 4194304 4196468 140728709201520 140585511968368 140585115549260 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14580] ppid=14523 vsize=10916192 memory=1077556 CPUtime=11.33 cores=1,3,5,7
/proc/14526/task/14580/stat : 14580 (java) S 14523 14526 12709 0 -1 1077944384 19596 12991 0 0 1070 56 5 2 20 0 15 0 59652081 11178180608 269389 33554432000 4194304 4196468 140728709201520 140585544374672 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14581] ppid=14523 vsize=10916192 memory=1075492 CPUtime=11.34 cores=1,3,5,7
/proc/14526/task/14581/stat : 14581 (java) S 14523 14526 12709 0 -1 1077944384 13676 12991 0 0 1076 51 5 2 20 0 15 0 59652081 11178180608 269389 33554432000 4194304 4196468 140728709201520 140585432647952 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14582] ppid=14523 vsize=10916192 memory=1077556 CPUtime=11.34 cores=1,3,5,7
/proc/14526/task/14582/stat : 14582 (java) S 14523 14526 12709 0 -1 1077944384 14740 12991 0 0 1073 54 5 2 20 0 15 0 59652081 11178180608 269389 33554432000 4194304 4196468 140728709201520 140585431595664 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14583] ppid=14523 vsize=10916192 memory=1077540 CPUtime=11.33 cores=1,3,5,7
/proc/14526/task/14583/stat : 14583 (java) S 14523 14526 12709 0 -1 1077944384 14354 12991 0 0 1073 53 5 2 20 0 15 0 59652081 11178180608 269389 33554432000 4194304 4196468 140728709201520 140585430542864 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14584] ppid=14523 vsize=10916192 memory=1077556 CPUtime=10.72 cores=1,3,5,7
/proc/14526/task/14584/stat : 14584 (java) S 14523 14526 12709 0 -1 1077944384 14614 12991 0 0 1014 51 5 2 20 0 15 0 59652082 11178180608 269389 33554432000 4194304 4196468 140728709201520 140584999283312 140585540143746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14585] ppid=14523 vsize=10916192 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14585/stat : 14585 (java) S 14523 14526 12709 0 -1 1077944384 42 12991 0 0 0 0 5 2 20 0 15 0 59652082 11178180608 269389 33554432000 4194304 4196468 140728709201520 140584998229408 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14586] ppid=14523 vsize=10916192 memory=1077556 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14586/stat : 14586 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652083 11178180608 269389 33554432000 4194304 4196468 140728709201520 140584345921152 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14587] ppid=14523 vsize=10916192 memory=1077556 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14587/stat : 14587 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652085 11178180608 269389 33554432000 4194304 4196468 140728709201520 140584105630288 140585540151195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14588] ppid=14523 vsize=10916192 memory=18784 CPUtime=7.12 cores=1,3,5,7
/proc/14526/task/14588/stat : 14588 (java) S 14523 14526 12709 0 -1 1077944384 58852 12991 0 0 698 7 5 2 20 0 15 0 59652085 11178180608 269389 33554432000 4194304 4196468 140728709201520 140584964671600 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14589] ppid=14523 vsize=10916192 memory=1296 CPUtime=7.53 cores=1,3,5,7
/proc/14526/task/14589/stat : 14589 (java) S 14523 14526 12709 0 -1 1077944384 79502 12991 0 0 737 9 5 2 20 0 15 0 59652085 11178180608 269389 33554432000 4194304 4196468 140728709201520 140584963618800 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14590] ppid=14523 vsize=10916192 memory=3828 CPUtime=3.83 cores=1,3,5,7
/proc/14526/task/14590/stat : 14590 (java) S 14523 14526 12709 0 -1 1077944384 69009 12991 0 0 368 8 5 2 20 0 15 0 59652085 11178180608 269389 33554432000 4194304 4196468 140728709201520 140584962566512 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14591] ppid=14523 vsize=10916192 memory=18784 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14591/stat : 14591 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652086 11178180608 269389 33554432000 4194304 4196468 140728709201520 140584072071648 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14592] ppid=14523 vsize=10916192 memory=1077556 CPUtime=1.55 cores=1,3,5,7
/proc/14526/task/14592/stat : 14592 (java) S 14523 14526 12709 0 -1 1077944384 1371 12991 0 0 65 83 5 2 20 0 15 0 59652086 11178180608 269389 33554432000 4194304 4196468 140728709201520 140584961514416 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
Current children cumulated CPU time: 2432.29 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1077556 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.42 1.43 3/218 14945
/proc/meminfo: memFree=14800112/32770624 swapFree=67108860/67108860
[pid=14526] ppid=14523 vsize=10916192 memory=1077624 CPUtime=2493.1 cores=1,3,5,7
/proc/14526/stat : 14526 (java) S 14523 14526 12709 0 -1 1077944320 389058 12991 0 0 248939 364 5 2 20 0 15 0 59652071 11178180608 269406 33554432000 4194304 4196468 140728709201520 140728709184064 140585540132599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
/proc/14526/statm: 2729048 269406 3524 1 0 2690701 0
[pid=14526/tid=14579] ppid=14523 vsize=10916192 memory=1077624 CPUtime=2416.09 cores=1,3,5,7
/proc/14526/task/14579/stat : 14579 (java) R 14523 14526 12709 0 -1 4202560 100653 12991 0 0 241549 53 5 2 20 0 15 0 59652080 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585511967360 140585108815447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14580] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.62 cores=1,3,5,7
/proc/14526/task/14580/stat : 14580 (java) S 14523 14526 12709 0 -1 1077944384 19652 12991 0 0 1098 57 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585544374672 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14581] ppid=14523 vsize=10916192 memory=1077556 CPUtime=11.63 cores=1,3,5,7
/proc/14526/task/14581/stat : 14581 (java) S 14523 14526 12709 0 -1 1077944384 13697 12991 0 0 1104 52 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585432647952 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14582] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.63 cores=1,3,5,7
/proc/14526/task/14582/stat : 14582 (java) S 14523 14526 12709 0 -1 1077944384 14809 12991 0 0 1101 55 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585431595664 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14583] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.61 cores=1,3,5,7
/proc/14526/task/14583/stat : 14583 (java) S 14523 14526 12709 0 -1 1077944384 14428 12991 0 0 1099 55 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585430542864 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14584] ppid=14523 vsize=10916192 memory=1077624 CPUtime=10.98 cores=1,3,5,7
/proc/14526/task/14584/stat : 14584 (java) S 14523 14526 12709 0 -1 1077944384 14822 12991 0 0 1039 52 5 2 20 0 15 0 59652082 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584999283312 140585540143746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14585] ppid=14523 vsize=10916192 memory=1077624 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14585/stat : 14585 (java) S 14523 14526 12709 0 -1 1077944384 42 12991 0 0 0 0 5 2 20 0 15 0 59652082 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584998229408 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14586] ppid=14523 vsize=10916192 memory=1077624 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14586/stat : 14586 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652083 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584345921152 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14587] ppid=14523 vsize=10916192 memory=1077624 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14587/stat : 14587 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584105630288 140585540151195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14588] ppid=14523 vsize=10916192 memory=1077624 CPUtime=7.12 cores=1,3,5,7
/proc/14526/task/14588/stat : 14588 (java) S 14523 14526 12709 0 -1 1077944384 58854 12991 0 0 698 7 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584964671600 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14589] ppid=14523 vsize=10916192 memory=1077624 CPUtime=7.53 cores=1,3,5,7
/proc/14526/task/14589/stat : 14589 (java) S 14523 14526 12709 0 -1 1077944384 79504 12991 0 0 737 9 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584963618800 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14590] ppid=14523 vsize=10916192 memory=1077624 CPUtime=3.83 cores=1,3,5,7
/proc/14526/task/14590/stat : 14590 (java) S 14523 14526 12709 0 -1 1077944384 69011 12991 0 0 368 8 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584962566512 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14591] ppid=14523 vsize=10916192 memory=1077624 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14591/stat : 14591 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652086 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584072071648 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14592] ppid=14523 vsize=10916192 memory=2448 CPUtime=1.58 cores=1,3,5,7
/proc/14526/task/14592/stat : 14592 (java) S 14523 14526 12709 0 -1 1077944384 1387 12991 0 0 66 85 5 2 20 0 15 0 59652086 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584961514416 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
Current children cumulated CPU time: 2493.1 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1077624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.9 s]
/proc/loadavg: 1.18 1.38 1.41 3/218 14945
/proc/meminfo: memFree=14799992/32770624 swapFree=67108860/67108860
[pid=14526] ppid=14523 vsize=10916192 memory=1077624 CPUtime=2520.06 cores=1,3,5,7
/proc/14526/stat : 14526 (java) S 14523 14526 12709 0 -1 1077944320 389275 12991 0 0 251631 368 5 2 20 0 15 0 59652071 11178180608 269406 33554432000 4194304 4196468 140728709201520 140728709184064 140585540132599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
/proc/14526/statm: 2729048 269406 3524 1 0 2690701 0
[pid=14526/tid=14579] ppid=14523 vsize=10916192 memory=1077624 CPUtime=2442.4 cores=1,3,5,7
/proc/14526/task/14579/stat : 14579 (java) S 14523 14526 12709 0 -1 1077944384 100836 12991 0 0 244180 53 5 2 20 0 15 0 59652080 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585511967136 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14580] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.74 cores=1,3,5,7
/proc/14526/task/14580/stat : 14580 (java) R 14523 14526 12709 0 -1 4202560 19659 12991 0 0 1110 57 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585544374672 140585540144534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14581] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.76 cores=1,3,5,7
/proc/14526/task/14581/stat : 14581 (java) R 14523 14526 12709 0 -1 4202560 13707 12991 0 0 1116 53 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585432647952 140585540144534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14582] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.77 cores=1,3,5,7
/proc/14526/task/14582/stat : 14582 (java) R 14523 14526 12709 0 -1 1077944384 14811 12991 0 0 1114 56 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585431595664 140585540142805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14583] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.74 cores=1,3,5,7
/proc/14526/task/14583/stat : 14583 (java) R 14523 14526 12709 0 -1 4202560 14435 12991 0 0 1111 56 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585430542864 140585519327629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14584] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.1 cores=1,3,5,7
/proc/14526/task/14584/stat : 14584 (java) S 14523 14526 12709 0 -1 1077944384 14828 12991 0 0 1051 52 5 2 20 0 15 0 59652082 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584999281824 140585540142805 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14585] ppid=14523 vsize=10916192 memory=1077624 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14585/stat : 14585 (java) S 14523 14526 12709 0 -1 1077944384 42 12991 0 0 0 0 5 2 20 0 15 0 59652082 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584998229408 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14586] ppid=14523 vsize=10916192 memory=1077624 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14586/stat : 14586 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652083 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584345921152 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14587] ppid=14523 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14587/stat : 14587 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584105630288 140585540151195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14588] ppid=14523 vsize=10916192 memory=0 CPUtime=7.12 cores=1,3,5,7
/proc/14526/task/14588/stat : 14588 (java) S 14523 14526 12709 0 -1 1077944384 58854 12991 0 0 698 7 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584964671600 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14589] ppid=14523 vsize=10916192 memory=3828 CPUtime=7.53 cores=1,3,5,7
/proc/14526/task/14589/stat : 14589 (java) S 14523 14526 12709 0 -1 1077944384 79504 12991 0 0 737 9 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584963618800 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14590] ppid=14523 vsize=10916192 memory=18784 CPUtime=3.83 cores=1,3,5,7
/proc/14526/task/14590/stat : 14590 (java) S 14523 14526 12709 0 -1 1077944384 69011 12991 0 0 368 8 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584962566512 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14591] ppid=14523 vsize=10916192 memory=1077624 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14591/stat : 14591 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652086 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584072071648 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14592] ppid=14523 vsize=10916192 memory=1077624 CPUtime=1.6 cores=1,3,5,7
/proc/14526/task/14592/stat : 14592 (java) S 14523 14526 12709 0 -1 1077944384 1389 12991 0 0 67 86 5 2 20 0 15 0 59652086 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584961514416 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1077624 KiB

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

[startup+2468.93 s]
# the end of solver process 14526 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.38 s, system=3.72441 s

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

[startup+2468.9 s]
/proc/loadavg: 1.18 1.38 1.41 3/218 14945
/proc/meminfo: memFree=14799992/32770624 swapFree=67108860/67108860
[pid=14526] ppid=14523 vsize=10916192 memory=1077624 CPUtime=2520.06 cores=1,3,5,7
/proc/14526/stat : 14526 (java) S 14523 14526 12709 0 -1 1077944320 389275 12991 0 0 251631 368 5 2 20 0 15 0 59652071 11178180608 269406 33554432000 4194304 4196468 140728709201520 140728709184064 140585540132599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
/proc/14526/statm: 2729048 269406 3524 1 0 2690701 0
[pid=14526/tid=14579] ppid=14523 vsize=10916192 memory=1077624 CPUtime=2442.4 cores=1,3,5,7
/proc/14526/task/14579/stat : 14579 (java) S 14523 14526 12709 0 -1 1077944384 100836 12991 0 0 244180 53 5 2 20 0 15 0 59652080 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585511967136 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14580] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.74 cores=1,3,5,7
/proc/14526/task/14580/stat : 14580 (java) R 14523 14526 12709 0 -1 4202560 19659 12991 0 0 1110 57 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585544374672 140585540144534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14581] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.76 cores=1,3,5,7
/proc/14526/task/14581/stat : 14581 (java) R 14523 14526 12709 0 -1 4202560 13707 12991 0 0 1116 53 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585432647952 140585540144534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14582] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.77 cores=1,3,5,7
/proc/14526/task/14582/stat : 14582 (java) R 14523 14526 12709 0 -1 1077944384 14811 12991 0 0 1114 56 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585431595664 140585540142805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14583] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.74 cores=1,3,5,7
/proc/14526/task/14583/stat : 14583 (java) R 14523 14526 12709 0 -1 4202560 14435 12991 0 0 1111 56 5 2 20 0 15 0 59652081 11178180608 269406 33554432000 4194304 4196468 140728709201520 140585430542864 140585519327629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14584] ppid=14523 vsize=10916192 memory=1077624 CPUtime=11.1 cores=1,3,5,7
/proc/14526/task/14584/stat : 14584 (java) S 14523 14526 12709 0 -1 1077944384 14828 12991 0 0 1051 52 5 2 20 0 15 0 59652082 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584999281824 140585540142805 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14585] ppid=14523 vsize=10916192 memory=1077624 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14585/stat : 14585 (java) S 14523 14526 12709 0 -1 1077944384 42 12991 0 0 0 0 5 2 20 0 15 0 59652082 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584998229408 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14586] ppid=14523 vsize=10916192 memory=1077624 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14586/stat : 14586 (java) S 14523 14526 12709 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 59652083 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584345921152 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14587] ppid=14523 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14587/stat : 14587 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584105630288 140585540151195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14588] ppid=14523 vsize=10916192 memory=0 CPUtime=7.12 cores=1,3,5,7
/proc/14526/task/14588/stat : 14588 (java) S 14523 14526 12709 0 -1 1077944384 58854 12991 0 0 698 7 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584964671600 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14589] ppid=14523 vsize=10916192 memory=3828 CPUtime=7.53 cores=1,3,5,7
/proc/14526/task/14589/stat : 14589 (java) S 14523 14526 12709 0 -1 1077944384 79504 12991 0 0 737 9 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584963618800 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14590] ppid=14523 vsize=10916192 memory=18784 CPUtime=3.83 cores=1,3,5,7
/proc/14526/task/14590/stat : 14590 (java) S 14523 14526 12709 0 -1 1077944384 69011 12991 0 0 368 8 5 2 20 0 15 0 59652085 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584962566512 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14591] ppid=14523 vsize=10916192 memory=1077624 CPUtime=0.07 cores=1,3,5,7
/proc/14526/task/14591/stat : 14591 (java) S 14523 14526 12709 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 59652086 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584072071648 140585540142805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
[pid=14526/tid=14592] ppid=14523 vsize=10916192 memory=1077624 CPUtime=1.6 cores=1,3,5,7
/proc/14526/task/14592/stat : 14592 (java) S 14523 14526 12709 0 -1 1077944384 1389 12991 0 0 67 86 5 2 20 0 15 0 59652086 11178180608 269406 33554432000 4194304 4196468 140728709201520 140584961514416 140585540143746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140728709204139 140728709207388 140728709207388 140728709210063 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1077624 KiB

Child status: 143
Real time (s): 2468.93
CPU time (s): 2520.11
CPU user time (s): 2516.38
CPU system time (s): 3.72441
CPU usage (%): 102.073
Max. virtual memory (cumulated for all children) (KiB): 10919032
Max. memory (cumulated for all children) (KiB): 1077624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.38
system time used= 3.72441
maximum resident set size= 1081840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 402915
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 276443
involuntary context switches= 8712


# summary of solver processes directly reported to runsolver:
#   pid: 14526
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.38
#   total CPU system time (s): 3.72441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7278 second user time and 21.4703 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 10:28:09
IDJOB=4294034
IDBENCH=141319
IDSOLVER=2751
FILE ID=node135/4294034-1532420889
RUNJOBID= node135-1532413601-12741
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-18b_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294034-1532420889/watcher-4294034-1532420889 -o /tmp/evaluation-result-4294034-1532420889/solver-4294034-1532420889 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1597880949 -superng HOME/instance-4294034-1532420889.xml

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

MD5SUM BENCH= cfb25615b49033917f7fa13487cdd88c
RANDOM SEED=1597880949

node135.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.50
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.50
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.50
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.50
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:        15896912 kB
MemAvailable:   30929032 kB
Buffers:          202176 kB
Cached:         14885000 kB
SwapCached:            0 kB
Active:          3401764 kB
Inactive:       12746392 kB
Active(anon):    1011148 kB
Inactive(anon):    69860 kB
Active(file):    2390616 kB
Inactive(file): 12676532 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26532 kB
Writeback:             0 kB
AnonPages:       1004504 kB
Mapped:            51328 kB
Shmem:             17056 kB
Slab:             422220 kB
SReclaimable:     393432 kB
SUnreclaim:        28788 kB
KernelStack:        3840 kB
PageTables:         7236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2056164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    790528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 11:09:18