Trace number 4302381

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)42 252.115 237.945

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15a_c18.xml
MD5SUMa75ea741f9764b89989098c28f8006bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark252.115
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints154
Number of domains19
Minimum domain size1
Maximum domain size27
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":31},{"size":3,"count":4},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":41},{"degree":40,"count":10},{"degree":41,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":128},{"arity":16,"count":26}]
Number of extensional constraints0
Number of intensional constraints128
Distribution of constraint types[{"type":"intension","count":128},{"type":"count","count":26}]
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.74	c Concrete v3.9.2.1532736233296 running
8.84/4.19	o 64
10.11/4.55	o 54
10.11/4.57	o 53
11.71/5.01	o 52
11.71/5.09	o 51
12.49/5.49	o 50
12.68/5.50	o 49
13.50/5.96	o 46
13.82/6.11	o 45
13.93/6.20	o 44
14.22/6.41	o 43
17.42/9.13	o 42
252.06/237.91	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.06/237.91		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.06/237.91		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.06/237.91		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.06/237.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.06/237.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.06/237.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.06/237.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.06/237.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.06/237.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/237.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/237.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/237.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/237.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/237.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/237.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/237.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.06/237.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.06/237.91		at scala.Option.map(Option.scala:146)
252.06/237.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.06/237.91		at concrete.MAC.mac(MAC.scala:203)
252.06/237.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.06/237.91		at scala.util.Try$.apply(Try.scala:209)
252.06/237.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/237.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/237.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/237.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/237.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.06/237.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/237.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/237.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/237.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/237.91		at concrete.MAC.oneRun(MAC.scala:253)
252.06/237.91		at concrete.MAC.nextSolution(MAC.scala:272)
252.06/237.91		at concrete.MAC.nextSolution(MAC.scala:355)
252.06/237.91		at concrete.Solver.hasNext(Solver.scala:166)
252.06/237.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.06/237.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.06/237.91		at concrete.Solver.foreach(Solver.scala:68)
252.06/237.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.06/237.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/237.91		at scala.util.Success.map(Try.scala:209)
252.06/237.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.06/237.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.06/237.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.06/237.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.06/237.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.06/237.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/237.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/237.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/237.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/237.91		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/237.91		at scala.App.main(App.scala:76)
252.06/237.91		at scala.App.main$(App.scala:74)
252.06/237.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.06/237.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/237.92	v <instantiation cost="42">
252.06/237.92	v       <list>
252.06/237.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] 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] 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] 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]
252.06/237.92	v       </list>
252.06/237.92	v       <values>
252.06/237.92	v         -13 2 12 1 12 12 13 2 -2 -12 1 12 -1 -12 5 1 1 0 0 0 0 0 0 0 0 0 2 1 2 2 0 0 1 0 0 0 0 0 0 4 1 5 0 0 0 0 0 0 0 6 11 0 0 8 12 0
252.06/237.92	v       </values>
252.06/237.92	v     </instantiation>
252.06/237.92	s SATISFIABLE

Verifier Data

OK	42

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302381-1532896933/watcher-4302381-1532896933 -o /tmp/evaluation-result-4302381-1532896933/solver-4302381-1532896933 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1917678054 HOME/instance-4302381-1532896933.xml 

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

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


[startup+0.100129 s]*
/proc/loadavg: 1.77 1.82 1.65 3/207 15497
/proc/meminfo: memFree=20609968/32770624 swapFree=67108688/67108860
[pid=15440] ppid=15437 vsize=10005480 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/15440/stat : 15440 (java) S 15437 15440 6529 0 -1 1077944320 4449 13088 0 0 1 1 5 2 20 0 6 0 107256175 10245611520 4269 33554432000 4194304 4196468 140729850646128 140729850628672 139953874341623 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
/proc/15440/statm: 2501370 4269 1935 1 0 2489808 0
[pid=15440/tid=15493] ppid=15437 vsize=10005480 memory=4279135704013962638 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15493/stat : 15493 (java) R 15437 15440 6529 0 -1 4202560 2270 13088 0 0 0 0 5 2 20 0 6 0 107256184 10245611520 4335 33554432000 4194304 4196468 140729850646128 139953846178384 139953858422110 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15494] ppid=15437 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15494/stat : 15494 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 6 0 107256185 10245611520 4335 33554432000 4194304 4196468 140729850646128 139953878584464 139953874351829 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15495] ppid=15437 vsize=10005480 memory=140589846599296 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15495/stat : 15495 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 6 0 107256185 10245611520 4335 33554432000 4194304 4196468 140729850646128 139953733303312 139953874351829 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15496] ppid=15437 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15496/stat : 15496 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 6 0 107256185 10245611520 4335 33554432000 4194304 4196468 140729850646128 139953732250512 139953874351829 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15497] ppid=15437 vsize=10010620 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15497/stat : 15497 (java) S 15437 15440 6529 0 -1 1077944384 2 13088 0 0 0 0 5 2 20 0 6 0 107256185 10250874880 4335 33554432000 4194304 4196468 140729850646128 139953731197712 139953874351829 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209965 s]*
/proc/loadavg: 1.77 1.82 1.65 3/216 15506
/proc/meminfo: memFree=20587964/32770624 swapFree=67108688/67108860
[pid=15440] ppid=15437 vsize=10985364 memory=47100 CPUtime=0.26 cores=0,2,4,6
/proc/15440/stat : 15440 (java) S 15437 15440 6529 0 -1 1077944320 8424 13088 0 0 17 2 5 2 20 0 15 0 107256175 11249012736 11775 33554432000 4194304 4196468 140729850646128 140729850628672 139953874341623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
/proc/15440/statm: 2746341 11775 2988 1 0 2708764 0
[pid=15440/tid=15493] ppid=15437 vsize=10982776 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/15440/task/15493/stat : 15493 (java) R 15437 15440 6529 0 -1 4202560 5259 13088 0 0 10 1 5 2 20 0 15 0 107256184 11246362624 11432 33554432000 4194304 4196468 140729850646128 139953846166432 139953867058727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15494] ppid=15437 vsize=10982744 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15494/stat : 15494 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246329856 11432 33554432000 4194304 4196468 140729850646128 139953878584464 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15495] ppid=15437 vsize=10982744 memory=140589846892968 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15495/stat : 15495 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246329856 11432 33554432000 4194304 4196468 140729850646128 139953733303312 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15496] ppid=15437 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15496/stat : 15496 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246329856 11432 33554432000 4194304 4196468 140729850646128 139953732250512 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15497] ppid=15437 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15497/stat : 15497 (java) S 15437 15440 6529 0 -1 1077944384 2 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246329856 11432 33554432000 4194304 4196468 140729850646128 139953731197712 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15498] ppid=15437 vsize=10982744 memory=140589846599296 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15498/stat : 15498 (java) S 15437 15440 6529 0 -1 1077944384 2 13088 0 0 0 0 5 2 20 0 15 0 107256187 11246329856 11432 33554432000 4194304 4196468 140729850646128 139952842037616 139953874352770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15499] ppid=15437 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15499/stat : 15499 (java) S 15437 15440 6529 0 -1 1077944384 13 13088 0 0 0 0 5 2 20 0 15 0 107256187 11246362624 11432 33554432000 4194304 4196468 140729850646128 139952717292576 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15500] ppid=15437 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15500/stat : 15500 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256187 11246362624 11432 33554432000 4194304 4196468 140729850646128 139952515965808 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15501] ppid=15437 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15501/stat : 15501 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11246362624 11432 33554432000 4194304 4196468 140729850646128 139952208566096 139953874360219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15502] ppid=15437 vsize=10982776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15440/task/15502/stat : 15502 (java) S 15437 15440 6529 0 -1 1077944384 557 13088 0 0 1 0 5 2 20 0 15 0 107256190 11246362624 11432 33554432000 4194304 4196468 140729850646128 139952840985456 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15503] ppid=15437 vsize=10982776 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15440/task/15503/stat : 15503 (java) S 15437 15440 6529 0 -1 1077944384 66 13088 0 0 1 0 5 2 20 0 15 0 107256190 11246362624 11497 33554432000 4194304 4196468 140729850646128 139952839932656 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15504] ppid=15437 vsize=10982776 memory=140589846599296 CPUtime=0.1 cores=0,2,4,6
/proc/15440/task/15504/stat : 15504 (java) S 15437 15440 6529 0 -1 1077944384 606 13088 0 0 3 0 5 2 20 0 15 0 107256190 11246362624 11497 33554432000 4194304 4196468 140729850646128 139952838879856 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15505] ppid=15437 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15505/stat : 15505 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11246362624 11497 33554432000 4194304 4196468 140729850646128 139951777770208 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15506] ppid=15437 vsize=10982776 memory=140589846599296 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15506/stat : 15506 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256190 11246362624 11497 33554432000 4194304 4196468 140729850646128 139952837827248 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 47100 KiB

[startup+0.310392 s]*
/proc/loadavg: 1.77 1.82 1.65 3/216 15506
/proc/meminfo: memFree=20574552/32770624 swapFree=67108688/67108860
[pid=15440] ppid=15437 vsize=10983192 memory=56188 CPUtime=0.38 cores=0,2,4,6
/proc/15440/stat : 15440 (java) S 15437 15440 6529 0 -1 1077944320 10577 13088 0 0 28 3 5 2 20 0 15 0 107256175 11246788608 14047 33554432000 4194304 4196468 140729850646128 140729850628672 139953874341623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
/proc/15440/statm: 2745798 14047 3107 1 0 2708109 0
[pid=15440/tid=15493] ppid=15437 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/15440/task/15493/stat : 15493 (java) R 15437 15440 6529 0 -1 4202560 7121 13088 0 0 19 2 5 2 20 0 15 0 107256184 11246788608 14047 33554432000 4194304 4196468 140729850646128 139953846153632 139953858422110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15494] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15494/stat : 15494 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246788608 14047 33554432000 4194304 4196468 140729850646128 139953878584464 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15495] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15495/stat : 15495 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246788608 14047 33554432000 4194304 4196468 140729850646128 139953733303312 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15496] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15496/stat : 15496 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246788608 14047 33554432000 4194304 4196468 140729850646128 139953732250512 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15497] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15497/stat : 15497 (java) S 15437 15440 6529 0 -1 1077944384 2 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246788608 14047 33554432000 4194304 4196468 140729850646128 139953731197712 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15498] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15498/stat : 15498 (java) S 15437 15440 6529 0 -1 1077944384 2 13088 0 0 0 0 5 2 20 0 15 0 107256187 11246788608 14047 33554432000 4194304 4196468 140729850646128 139952842037616 139953874352770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15499] ppid=15437 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15499/stat : 15499 (java) S 15437 15440 6529 0 -1 1077944384 13 13088 0 0 0 0 5 2 20 0 15 0 107256187 11246788608 14047 33554432000 4194304 4196468 140729850646128 139952717292576 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15500] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15500/stat : 15500 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256187 11246788608 14047 33554432000 4194304 4196468 140729850646128 139952515965808 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15501] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15501/stat : 15501 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11246788608 14047 33554432000 4194304 4196468 140729850646128 139952208566096 139953874360219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15502] ppid=15437 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15440/task/15502/stat : 15502 (java) S 15437 15440 6529 0 -1 1077944384 557 13088 0 0 1 0 5 2 20 0 15 0 107256190 11246788608 14047 33554432000 4194304 4196468 140729850646128 139952840985456 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15503] ppid=15437 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15440/task/15503/stat : 15503 (java) S 15437 15440 6529 0 -1 1077944384 67 13088 0 0 1 0 5 2 20 0 15 0 107256190 11246788608 14047 33554432000 4194304 4196468 140729850646128 139952839932656 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15504] ppid=15437 vsize=10983192 memory=140589846599296 CPUtime=0.12 cores=0,2,4,6
/proc/15440/task/15504/stat : 15504 (java) S 15437 15440 6529 0 -1 1077944384 614 13088 0 0 5 0 5 2 20 0 15 0 107256190 11246788608 14047 33554432000 4194304 4196468 140729850646128 139952838879856 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15505] ppid=15437 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15505/stat : 15505 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11246788608 14047 33554432000 4194304 4196468 140729850646128 139951777770208 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15506] ppid=15437 vsize=10983192 memory=140589846599296 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15506/stat : 15506 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256190 11246788608 14047 33554432000 4194304 4196468 140729850646128 139952837827248 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56188 KiB

[startup+0.700756 s]
/proc/loadavg: 1.77 1.82 1.65 3/216 15506
/proc/meminfo: memFree=20565372/32770624 swapFree=67108688/67108860
[pid=15440] ppid=15437 vsize=10983192 memory=88572 CPUtime=0.98 cores=0,2,4,6
/proc/15440/stat : 15440 (java) S 15437 15440 6529 0 -1 1077944320 16762 13088 0 0 87 4 5 2 20 0 15 0 107256175 11246788608 22143 33554432000 4194304 4196468 140729850646128 140729850628672 139953874341623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
/proc/15440/statm: 2745798 22143 3238 1 0 2708109 0
[pid=15440/tid=15493] ppid=15437 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/15440/task/15493/stat : 15493 (java) R 15437 15440 6529 0 -1 4202560 12170 13088 0 0 56 3 5 2 20 0 15 0 107256184 11246788608 22143 33554432000 4194304 4196468 140729850646128 139953846162448 139953859507216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15494] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15494/stat : 15494 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246788608 22143 33554432000 4194304 4196468 140729850646128 139953878584464 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15495] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15495/stat : 15495 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246788608 22143 33554432000 4194304 4196468 140729850646128 139953733303312 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15496] ppid=15437 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15496/stat : 15496 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246788608 22143 33554432000 4194304 4196468 140729850646128 139953732250512 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15497] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15497/stat : 15497 (java) S 15437 15440 6529 0 -1 1077944384 2 13088 0 0 0 0 5 2 20 0 15 0 107256185 11246788608 22143 33554432000 4194304 4196468 140729850646128 139953731197712 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15498] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15498/stat : 15498 (java) S 15437 15440 6529 0 -1 1077944384 5 13088 0 0 0 0 5 2 20 0 15 0 107256187 11246788608 22143 33554432000 4194304 4196468 140729850646128 139952842037616 139953874352770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15499] ppid=15437 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15499/stat : 15499 (java) S 15437 15440 6529 0 -1 1077944384 13 13088 0 0 0 0 5 2 20 0 15 0 107256187 11246788608 22143 33554432000 4194304 4196468 140729850646128 139952717292576 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15500] ppid=15437 vsize=10983192 memory=140589714780944 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15500/stat : 15500 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256187 11246788608 22143 33554432000 4194304 4196468 140729850646128 139952515965808 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15501] ppid=15437 vsize=10983192 memory=140591459467857 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15501/stat : 15501 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11246788608 22143 33554432000 4194304 4196468 140729850646128 139952208566096 139953874360219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15502] ppid=15437 vsize=10983192 memory=14076 CPUtime=0.14 cores=0,2,4,6
/proc/15440/task/15502/stat : 15502 (java) S 15437 15440 6529 0 -1 1077944384 973 13088 0 0 7 0 5 2 20 0 15 0 107256190 11246788608 22143 33554432000 4194304 4196468 140729850646128 139952840985456 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15503] ppid=15437 vsize=10983192 memory=4639098309541127269 CPUtime=0.16 cores=0,2,4,6
/proc/15440/task/15503/stat : 15503 (java) S 15437 15440 6529 0 -1 1077944384 703 13088 0 0 9 0 5 2 20 0 15 0 107256190 11246788608 22143 33554432000 4194304 4196468 140729850646128 139952839932656 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15504] ppid=15437 vsize=10983192 memory=7885635084775281009 CPUtime=0.19 cores=0,2,4,6
/proc/15440/task/15504/stat : 15504 (java) S 15437 15440 6529 0 -1 1077944384 691 13088 0 0 12 0 5 2 20 0 15 0 107256190 11246788608 22143 33554432000 4194304 4196468 140729850646128 139952838879856 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15505] ppid=15437 vsize=10983192 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15505/stat : 15505 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11246788608 22143 33554432000 4194304 4196468 140729850646128 139951777770208 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15506] ppid=15437 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15506/stat : 15506 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256190 11246788608 22143 33554432000 4194304 4196468 140729850646128 139952837827248 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88572 KiB

[startup+1.50095 s]
/proc/loadavg: 1.77 1.82 1.65 4/216 15506
/proc/meminfo: memFree=20516728/32770624 swapFree=67108688/67108860
[pid=15440] ppid=15437 vsize=10998092 memory=179940 CPUtime=2.28 cores=0,2,4,6
/proc/15440/stat : 15440 (java) S 15437 15440 6529 0 -1 1077944320 24026 13088 0 0 211 10 5 2 20 0 15 0 107256175 11262046208 44985 33554432000 4194304 4196468 140729850646128 140729850628672 139953874341623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
/proc/15440/statm: 2749523 44985 3465 1 0 2711181 0
[pid=15440/tid=15493] ppid=15437 vsize=10998092 memory=12848 CPUtime=1.43 cores=0,2,4,6
/proc/15440/task/15493/stat : 15493 (java) R 15437 15440 6529 0 -1 4202560 17740 13088 0 0 130 6 5 2 20 0 15 0 107256184 11262046208 44985 33554432000 4194304 4196468 140729850646128 139953846173568 139953858422110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15494] ppid=15437 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/15440/task/15494/stat : 15494 (java) S 15437 15440 6529 0 -1 1077944384 233 13088 0 0 1 0 5 2 20 0 15 0 107256185 11262046208 44985 33554432000 4194304 4196468 140729850646128 139953878584464 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15495] ppid=15437 vsize=10998092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/15440/task/15495/stat : 15495 (java) S 15437 15440 6529 0 -1 1077944384 15 13088 0 0 1 0 5 2 20 0 15 0 107256185 11262046208 44985 33554432000 4194304 4196468 140729850646128 139953733303312 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15496] ppid=15437 vsize=10998092 memory=3072 CPUtime=0.08 cores=0,2,4,6
/proc/15440/task/15496/stat : 15496 (java) S 15437 15440 6529 0 -1 1077944384 65 13088 0 0 1 0 5 2 20 0 15 0 107256185 11262046208 44985 33554432000 4194304 4196468 140729850646128 139953732250512 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15497] ppid=15437 vsize=10998092 memory=88572 CPUtime=0.08 cores=0,2,4,6
/proc/15440/task/15497/stat : 15497 (java) S 15437 15440 6529 0 -1 1077944384 30 13088 0 0 1 0 5 2 20 0 15 0 107256185 11262046208 44985 33554432000 4194304 4196468 140729850646128 139953731197712 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15498] ppid=15437 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15440/task/15498/stat : 15498 (java) S 15437 15440 6529 0 -1 1077944384 54 13088 0 0 1 0 5 2 20 0 15 0 107256187 11262046208 44985 33554432000 4194304 4196468 140729850646128 139952842037616 139953874352770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15499] ppid=15437 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15499/stat : 15499 (java) S 15437 15440 6529 0 -1 1077944384 14 13088 0 0 0 0 5 2 20 0 15 0 107256187 11262046208 44985 33554432000 4194304 4196468 140729850646128 139952717292640 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15500] ppid=15437 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15500/stat : 15500 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256187 11262046208 44985 33554432000 4194304 4196468 140729850646128 139952515965824 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15501] ppid=15437 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15501/stat : 15501 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11262046208 44985 33554432000 4194304 4196468 140729850646128 139952208566096 139953874360219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15502] ppid=15437 vsize=10998092 memory=6935649255759568960 CPUtime=0.29 cores=0,2,4,6
/proc/15440/task/15502/stat : 15502 (java) S 15437 15440 6529 0 -1 1077944384 1518 13088 0 0 22 0 5 2 20 0 15 0 107256190 11262046208 44985 33554432000 4194304 4196468 140729850646128 139952840985456 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15503] ppid=15437 vsize=10998092 memory=281179429837696 CPUtime=0.25 cores=0,2,4,6
/proc/15440/task/15503/stat : 15503 (java) S 15437 15440 6529 0 -1 1077944384 850 13088 0 0 18 0 5 2 20 0 15 0 107256190 11262046208 44985 33554432000 4194304 4196468 140729850646128 139952839932656 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15504] ppid=15437 vsize=10998092 memory=6944656592452938395 CPUtime=0.4 cores=0,2,4,6
/proc/15440/task/15504/stat : 15504 (java) S 15437 15440 6529 0 -1 1077944384 1305 13088 0 0 33 0 5 2 20 0 15 0 107256190 11262046208 44985 33554432000 4194304 4196468 140729850646128 139952838879856 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15505] ppid=15437 vsize=10998092 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15505/stat : 15505 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11262046208 44985 33554432000 4194304 4196468 140729850646128 139951777770208 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15506] ppid=15437 vsize=10998092 memory=4206468019014099040 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15506/stat : 15506 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256190 11262046208 44985 33554432000 4194304 4196468 140729850646128 139952837827248 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

/proc/15440/task/15493/stat : 15493 (java) R 15437 15440 6529 0 -1 4202560 57816 13088 0 0 16060 27 5 2 20 0 15 0 107256184 11345952768 267988 33554432000 4194304 4196468 140729850646128 139953846176448 139953419150535 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15494] ppid=15437 vsize=11080032 memory=1071948 CPUtime=0.6 cores=0,2,4,6
/proc/15440/task/15494/stat : 15494 (java) S 15437 15440 6529 0 -1 1077944384 2029 13088 0 0 49 4 5 2 20 0 15 0 107256185 11345952768 267988 33554432000 4194304 4196468 140729850646128 139953878584464 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15495] ppid=15437 vsize=11080032 memory=1071948 CPUtime=0.61 cores=0,2,4,6
/proc/15440/task/15495/stat : 15495 (java) S 15437 15440 6529 0 -1 1077944384 3077 13088 0 0 50 4 5 2 20 0 15 0 107256185 11345952768 267988 33554432000 4194304 4196468 140729850646128 139953733303312 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15496] ppid=15437 vsize=11080032 memory=1071948 CPUtime=0.61 cores=0,2,4,6
/proc/15440/task/15496/stat : 15496 (java) S 15437 15440 6529 0 -1 1077944384 969 13088 0 0 49 5 5 2 20 0 15 0 107256185 11345952768 267988 33554432000 4194304 4196468 140729850646128 139953732250512 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15497] ppid=15437 vsize=11080032 memory=435 CPUtime=0.6 cores=0,2,4,6
/proc/15440/task/15497/stat : 15497 (java) S 15437 15440 6529 0 -1 1077944384 3791 13088 0 0 48 5 5 2 20 0 15 0 107256185 11345952768 267988 33554432000 4194304 4196468 140729850646128 139953731197712 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15498] ppid=15437 vsize=11080032 memory=1071948 CPUtime=0.56 cores=0,2,4,6
/proc/15440/task/15498/stat : 15498 (java) S 15437 15440 6529 0 -1 1077944384 3817 13088 0 0 46 3 5 2 20 0 15 0 107256187 11345952768 267988 33554432000 4194304 4196468 140729850646128 139952842037616 139953874352770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15499] ppid=15437 vsize=11080032 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15499/stat : 15499 (java) S 15437 15440 6529 0 -1 1077944384 15 13088 0 0 0 0 5 2 20 0 15 0 107256187 11345952768 267988 33554432000 4194304 4196468 140729850646128 139952717292704 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15500] ppid=15437 vsize=11080032 memory=1071948 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15500/stat : 15500 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256187 11345952768 267988 33554432000 4194304 4196468 140729850646128 139952515965824 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15501] ppid=15437 vsize=11080032 memory=18440 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15501/stat : 15501 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11345952768 267988 33554432000 4194304 4196468 140729850646128 139952208566096 139953874360219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15502] ppid=15437 vsize=11080032 memory=1788 CPUtime=4.42 cores=0,2,4,6
/proc/15440/task/15502/stat : 15502 (java) S 15437 15440 6529 0 -1 1077944384 20017 13088 0 0 432 3 5 2 20 0 15 0 107256190 11345952768 267988 33554432000 4194304 4196468 140729850646128 139952840985456 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15503] ppid=15437 vsize=11080032 memory=8556 CPUtime=4.44 cores=0,2,4,6
/proc/15440/task/15503/stat : 15503 (java) S 15437 15440 6529 0 -1 1077944384 21043 13088 0 0 434 3 5 2 20 0 15 0 107256190 11345952768 267988 33554432000 4194304 4196468 140729850646128 139952839932656 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15504] ppid=15437 vsize=11080032 memory=1444 CPUtime=2.28 cores=0,2,4,6
/proc/15440/task/15504/stat : 15504 (java) S 15437 15440 6529 0 -1 1077944384 16670 13088 0 0 218 3 5 2 20 0 15 0 107256190 11345952768 267988 33554432000 4194304 4196468 140729850646128 139952838879856 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15505] ppid=15437 vsize=11080032 memory=1071948 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15505/stat : 15505 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11345952768 267988 33554432000 4194304 4196468 140729850646128 139951777770208 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15506] ppid=15437 vsize=11080032 memory=1071944 CPUtime=0.15 cores=0,2,4,6
/proc/15440/task/15506/stat : 15506 (java) S 15437 15440 6529 0 -1 1077944384 225 13088 0 0 4 4 5 2 20 0 15 0 107256190 11345952768 267988 33554432000 4194304 4196468 140729850646128 139952837827248 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
Current children cumulated CPU time: 174.68 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1071952 KiB

[startup+222.301 s]
/proc/loadavg: 1.17 1.61 1.61 3/215 15637
/proc/meminfo: memFree=23423360/32770624 swapFree=67108688/67108860
[pid=15440] ppid=15437 vsize=11080032 memory=1074076 CPUtime=236.09 cores=0,2,4,6
/proc/15440/stat : 15440 (java) S 15437 15440 6529 0 -1 1077944320 141295 13088 0 0 23534 68 5 2 20 0 15 0 107256175 11345952768 268519 33554432000 4194304 4196468 140729850646128 140729850628672 139953874341623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
/proc/15440/statm: 2770008 268519 3524 1 0 2731661 0
[pid=15440/tid=15493] ppid=15437 vsize=11080032 memory=1074076 CPUtime=220.29 cores=0,2,4,6
/proc/15440/task/15493/stat : 15493 (java) R 15437 15440 6529 0 -1 4202560 59121 13088 0 0 21994 28 5 2 20 0 15 0 107256184 11345952768 268519 33554432000 4194304 4196468 140729850646128 139953846177488 139953413603329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15494] ppid=15437 vsize=11080032 memory=1074076 CPUtime=0.88 cores=0,2,4,6
/proc/15440/task/15494/stat : 15494 (java) S 15437 15440 6529 0 -1 1077944384 2089 13088 0 0 75 6 5 2 20 0 15 0 107256185 11345952768 268519 33554432000 4194304 4196468 140729850646128 139953878584464 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15495] ppid=15437 vsize=11080032 memory=1074076 CPUtime=0.88 cores=0,2,4,6
/proc/15440/task/15495/stat : 15495 (java) S 15437 15440 6529 0 -1 1077944384 3719 13088 0 0 75 6 5 2 20 0 15 0 107256185 11345952768 268519 33554432000 4194304 4196468 140729850646128 139953733303312 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15496] ppid=15437 vsize=11080032 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/15440/task/15496/stat : 15496 (java) S 15437 15440 6529 0 -1 1077944384 1005 13088 0 0 74 6 5 2 20 0 15 0 107256185 11345952768 268519 33554432000 4194304 4196468 140729850646128 139953732250512 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15497] ppid=15437 vsize=11080032 memory=1071968 CPUtime=0.87 cores=0,2,4,6
/proc/15440/task/15497/stat : 15497 (java) S 15437 15440 6529 0 -1 1077944384 4929 13088 0 0 74 6 5 2 20 0 15 0 107256185 11345952768 268519 33554432000 4194304 4196468 140729850646128 139953731197712 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15498] ppid=15437 vsize=11080032 memory=1074076 CPUtime=0.82 cores=0,2,4,6
/proc/15440/task/15498/stat : 15498 (java) S 15437 15440 6529 0 -1 1077944384 4166 13088 0 0 71 4 5 2 20 0 15 0 107256187 11345952768 268519 33554432000 4194304 4196468 140729850646128 139952842037616 139953874352770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15499] ppid=15437 vsize=11080032 memory=1074076 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15499/stat : 15499 (java) S 15437 15440 6529 0 -1 1077944384 15 13088 0 0 0 0 5 2 20 0 15 0 107256187 11345952768 268519 33554432000 4194304 4196468 140729850646128 139952717292704 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15500] ppid=15437 vsize=11080032 memory=1074076 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15500/stat : 15500 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256187 11345952768 268519 33554432000 4194304 4196468 140729850646128 139952515965824 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15501] ppid=15437 vsize=11080032 memory=1074076 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15501/stat : 15501 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11345952768 268519 33554432000 4194304 4196468 140729850646128 139952208566096 139953874360219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15502] ppid=15437 vsize=11080032 memory=1576 CPUtime=4.71 cores=0,2,4,6
/proc/15440/task/15502/stat : 15502 (java) S 15437 15440 6529 0 -1 1077944384 22529 13088 0 0 461 3 5 2 20 0 15 0 107256190 11345952768 268519 33554432000 4194304 4196468 140729850646128 139952840985456 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15503] ppid=15437 vsize=11080032 memory=928 CPUtime=4.72 cores=0,2,4,6
/proc/15440/task/15503/stat : 15503 (java) S 15437 15440 6529 0 -1 1077944384 22649 13088 0 0 461 4 5 2 20 0 15 0 107256190 11345952768 268519 33554432000 4194304 4196468 140729850646128 139952839932656 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15504] ppid=15437 vsize=11080032 memory=1074076 CPUtime=2.4 cores=0,2,4,6
/proc/15440/task/15504/stat : 15504 (java) S 15437 15440 6529 0 -1 1077944384 18621 13088 0 0 230 3 5 2 20 0 15 0 107256190 11345952768 268519 33554432000 4194304 4196468 140729850646128 139952838879856 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15505] ppid=15437 vsize=11080032 memory=1074076 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15505/stat : 15505 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11345952768 268519 33554432000 4194304 4196468 140729850646128 139951777770208 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15506] ppid=15437 vsize=11080032 memory=1074076 CPUtime=0.19 cores=0,2,4,6
/proc/15440/task/15506/stat : 15506 (java) S 15437 15440 6529 0 -1 1077944384 251 13088 0 0 7 5 5 2 20 0 15 0 107256190 11345952768 268519 33554432000 4194304 4196468 140729850646128 139952837827248 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
Current children cumulated CPU time: 236.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1074076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.901 s]
/proc/loadavg: 1.35 1.63 1.62 3/215 15637
/proc/meminfo: memFree=23423484/32770624 swapFree=67108688/67108860
[pid=15440] ppid=15437 vsize=11080032 memory=1074116 CPUtime=252.06 cores=0,2,4,6
/proc/15440/stat : 15440 (java) S 15437 15440 6529 0 -1 1077944320 145937 13088 0 0 25128 71 5 2 20 0 15 0 107256175 11345952768 268529 33554432000 4194304 4196468 140729850646128 140729850628672 139953874341623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
/proc/15440/statm: 2770008 268529 3524 1 0 2731661 0
[pid=15440/tid=15493] ppid=15437 vsize=11080032 memory=1004 CPUtime=235.71 cores=0,2,4,6
/proc/15440/task/15493/stat : 15493 (java) R 15437 15440 6529 0 -1 4202560 59915 13088 0 0 23535 29 5 2 20 0 15 0 107256184 11345952768 268529 33554432000 4194304 4196468 140729850646128 139953846176208 139953419451391 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15494] ppid=15437 vsize=11080032 memory=1074116 CPUtime=0.95 cores=0,2,4,6
/proc/15440/task/15494/stat : 15494 (java) S 15437 15440 6529 0 -1 1077944384 2132 13088 0 0 82 6 5 2 20 0 15 0 107256185 11345952768 268529 33554432000 4194304 4196468 140729850646128 139953878584464 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15495] ppid=15437 vsize=11080032 memory=1074076 CPUtime=0.96 cores=0,2,4,6
/proc/15440/task/15495/stat : 15495 (java) S 15437 15440 6529 0 -1 1077944384 3804 13088 0 0 83 6 5 2 20 0 15 0 107256185 11345952768 268529 33554432000 4194304 4196468 140729850646128 139953733303312 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15496] ppid=15437 vsize=11080032 memory=1074084 CPUtime=0.95 cores=0,2,4,6
/proc/15440/task/15496/stat : 15496 (java) S 15437 15440 6529 0 -1 1077944384 1022 13088 0 0 81 7 5 2 20 0 15 0 107256185 11345952768 268529 33554432000 4194304 4196468 140729850646128 139953732250512 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15497] ppid=15437 vsize=11080032 memory=1074084 CPUtime=0.94 cores=0,2,4,6
/proc/15440/task/15497/stat : 15497 (java) S 15437 15440 6529 0 -1 1077944384 5473 13088 0 0 81 6 5 2 20 0 15 0 107256185 11345952768 268529 33554432000 4194304 4196468 140729850646128 139953731197712 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15498] ppid=15437 vsize=11080032 memory=1074116 CPUtime=0.89 cores=0,2,4,6
/proc/15440/task/15498/stat : 15498 (java) S 15437 15440 6529 0 -1 1077944384 4448 13088 0 0 78 4 5 2 20 0 15 0 107256187 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952842037616 139953874352770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15499] ppid=15437 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15499/stat : 15499 (java) S 15437 15440 6529 0 -1 1077944384 15 13088 0 0 0 0 5 2 20 0 15 0 107256187 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952717292704 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15500] ppid=15437 vsize=11080032 memory=1074084 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15500/stat : 15500 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256187 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952515965824 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15501] ppid=15437 vsize=11080032 memory=1074116 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15501/stat : 15501 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952208566096 139953874360219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15502] ppid=15437 vsize=11080032 memory=1074116 CPUtime=4.77 cores=0,2,4,6
/proc/15440/task/15502/stat : 15502 (java) S 15437 15440 6529 0 -1 1077944384 24151 13088 0 0 467 3 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952840985456 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15503] ppid=15437 vsize=11080032 memory=4140 CPUtime=4.78 cores=0,2,4,6
/proc/15440/task/15503/stat : 15503 (java) S 15437 15440 6529 0 -1 1077944384 23116 13088 0 0 467 4 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952839932656 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15504] ppid=15437 vsize=11080032 memory=1074084 CPUtime=2.43 cores=0,2,4,6
/proc/15440/task/15504/stat : 15504 (java) S 15437 15440 6529 0 -1 1077944384 19392 13088 0 0 233 3 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952838879856 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15505] ppid=15437 vsize=11080032 memory=1074116 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15505/stat : 15505 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139951777770208 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15506] ppid=15437 vsize=11080032 memory=7306335448613282645 CPUtime=0.19 cores=0,2,4,6
/proc/15440/task/15506/stat : 15506 (java) S 15437 15440 6529 0 -1 1077944384 268 13088 0 0 7 5 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952837827248 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1074116 KiB

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

[startup+237.945 s]
# the end of solver process 15440 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.358 s, system=0.756845 s

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

[startup+237.901 s]
/proc/loadavg: 1.35 1.63 1.62 3/215 15637
/proc/meminfo: memFree=23423484/32770624 swapFree=67108688/67108860
[pid=15440] ppid=15437 vsize=11080032 memory=1074116 CPUtime=252.06 cores=0,2,4,6
/proc/15440/stat : 15440 (java) S 15437 15440 6529 0 -1 1077944320 145937 13088 0 0 25128 71 5 2 20 0 15 0 107256175 11345952768 268529 33554432000 4194304 4196468 140729850646128 140729850628672 139953874341623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
/proc/15440/statm: 2770008 268529 3524 1 0 2731661 0
[pid=15440/tid=15493] ppid=15437 vsize=11080032 memory=1004 CPUtime=235.71 cores=0,2,4,6
/proc/15440/task/15493/stat : 15493 (java) R 15437 15440 6529 0 -1 4202560 59915 13088 0 0 23535 29 5 2 20 0 15 0 107256184 11345952768 268529 33554432000 4194304 4196468 140729850646128 139953846176208 139953419451391 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15494] ppid=15437 vsize=11080032 memory=1074116 CPUtime=0.95 cores=0,2,4,6
/proc/15440/task/15494/stat : 15494 (java) S 15437 15440 6529 0 -1 1077944384 2132 13088 0 0 82 6 5 2 20 0 15 0 107256185 11345952768 268529 33554432000 4194304 4196468 140729850646128 139953878584464 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15495] ppid=15437 vsize=11080032 memory=1074076 CPUtime=0.96 cores=0,2,4,6
/proc/15440/task/15495/stat : 15495 (java) S 15437 15440 6529 0 -1 1077944384 3804 13088 0 0 83 6 5 2 20 0 15 0 107256185 11345952768 268529 33554432000 4194304 4196468 140729850646128 139953733303312 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15496] ppid=15437 vsize=11080032 memory=1074084 CPUtime=0.95 cores=0,2,4,6
/proc/15440/task/15496/stat : 15496 (java) S 15437 15440 6529 0 -1 1077944384 1022 13088 0 0 81 7 5 2 20 0 15 0 107256185 11345952768 268529 33554432000 4194304 4196468 140729850646128 139953732250512 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15497] ppid=15437 vsize=11080032 memory=1074084 CPUtime=0.94 cores=0,2,4,6
/proc/15440/task/15497/stat : 15497 (java) S 15437 15440 6529 0 -1 1077944384 5473 13088 0 0 81 6 5 2 20 0 15 0 107256185 11345952768 268529 33554432000 4194304 4196468 140729850646128 139953731197712 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15498] ppid=15437 vsize=11080032 memory=1074116 CPUtime=0.89 cores=0,2,4,6
/proc/15440/task/15498/stat : 15498 (java) S 15437 15440 6529 0 -1 1077944384 4448 13088 0 0 78 4 5 2 20 0 15 0 107256187 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952842037616 139953874352770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15499] ppid=15437 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15499/stat : 15499 (java) S 15437 15440 6529 0 -1 1077944384 15 13088 0 0 0 0 5 2 20 0 15 0 107256187 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952717292704 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15500] ppid=15437 vsize=11080032 memory=1074084 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15500/stat : 15500 (java) S 15437 15440 6529 0 -1 1077944384 1 13088 0 0 0 0 5 2 20 0 15 0 107256187 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952515965824 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15501] ppid=15437 vsize=11080032 memory=1074116 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15501/stat : 15501 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952208566096 139953874360219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15502] ppid=15437 vsize=11080032 memory=1074116 CPUtime=4.77 cores=0,2,4,6
/proc/15440/task/15502/stat : 15502 (java) S 15437 15440 6529 0 -1 1077944384 24151 13088 0 0 467 3 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952840985456 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15503] ppid=15437 vsize=11080032 memory=4140 CPUtime=4.78 cores=0,2,4,6
/proc/15440/task/15503/stat : 15503 (java) S 15437 15440 6529 0 -1 1077944384 23116 13088 0 0 467 4 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952839932656 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15504] ppid=15437 vsize=11080032 memory=1074084 CPUtime=2.43 cores=0,2,4,6
/proc/15440/task/15504/stat : 15504 (java) S 15437 15440 6529 0 -1 1077944384 19392 13088 0 0 233 3 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952838879856 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15505] ppid=15437 vsize=11080032 memory=1074116 CPUtime=0.07 cores=0,2,4,6
/proc/15440/task/15505/stat : 15505 (java) S 15437 15440 6529 0 -1 1077944384 3 13088 0 0 0 0 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139951777770208 139953874351829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
[pid=15440/tid=15506] ppid=15437 vsize=11080032 memory=7306335448613282645 CPUtime=0.19 cores=0,2,4,6
/proc/15440/task/15506/stat : 15506 (java) S 15437 15440 6529 0 -1 1077944384 268 13088 0 0 7 5 5 2 20 0 15 0 107256190 11345952768 268529 33554432000 4194304 4196468 140729850646128 139952837827248 139953874352770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21450752 140729850649201 140729850652001 140729850652001 140729850654671 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1074116 KiB

Child status: 143
Real time (s): 237.945
CPU time (s): 252.115
CPU user time (s): 251.358
CPU system time (s): 0.756845
CPU usage (%): 105.955
Max. virtual memory (cumulated for all children) (KiB): 11082888
Max. memory (cumulated for all children) (KiB): 1084252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.358
system time used= 0.756845
maximum resident set size= 1086300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160317
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31637
involuntary context switches= 878


# summary of solver processes directly reported to runsolver:
#   pid: 15440
#   total CPU time (s): 252.115
#   total CPU user time (s): 251.358
#   total CPU system time (s): 0.756845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.5452 second user time and 2.15681 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:42:13
IDJOB=4302381
IDBENCH=141323
IDSOLVER=2776
FILE ID=node106/4302381-1532896933
RUNJOBID= node106-1532895551-13368
PBS_JOBID= 21022522
Free space on /tmp= 54672 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302381-1532896933/watcher-4302381-1532896933 -o /tmp/evaluation-result-4302381-1532896933/solver-4302381-1532896933 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1917678054 HOME/instance-4302381-1532896933.xml

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

MD5SUM BENCH= a75ea741f9764b89989098c28f8006bf
RANDOM SEED=1917678054

node106.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	: 5334.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	: 5334.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	: 5334.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	: 5334.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:        20618268 kB
MemAvailable:   27018264 kB
Buffers:          247948 kB
Cached:          6385356 kB
SwapCached:            0 kB
Active:          7372784 kB
Inactive:        4221880 kB
Active(anon):    4908636 kB
Inactive(anon):    80476 kB
Active(file):    2464148 kB
Inactive(file):  4141404 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26604 kB
Writeback:             0 kB
AnonPages:       4784004 kB
Mapped:            57956 kB
Shmem:             25056 kB
Slab:             248172 kB
SReclaimable:     220560 kB
SUnreclaim:        27612 kB
KernelStack:        3504 kB
PageTables:        14524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6218520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4558848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 22:46:11