Trace number 4294317

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-13? (TO) 2520.13 2467.15

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-magazine_c18.xml
MD5SUM22697061c475ce526fb64da13536656d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2701
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":4950},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":2500},{"arity":50,"count":101}]
Number of extensional constraints0
Number of intensional constraints2600
Distribution of constraint types[{"type":"intension","count":2600},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
2520.07/2467.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2467.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.07/2467.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.07/2467.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2467.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2467.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.07/2467.12		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.07/2467.12		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.07/2467.12		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.07/2467.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2467.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2467.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2467.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2467.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2467.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2467.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2467.12		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.07/2467.12		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2467.12		at scala.Option.map(Option.scala:146)
2520.07/2467.12		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2467.12		at concrete.MAC.mac(MAC.scala:203)
2520.07/2467.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2467.12		at scala.util.Try$.apply(Try.scala:209)
2520.07/2467.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2467.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2467.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2467.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2467.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2467.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2467.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2467.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2467.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2467.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2467.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2467.12		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.07/2467.12		at concrete.ProblemState.map(ProblemState.scala:221)
2520.07/2467.12		at concrete.ProblemState.map(ProblemState.scala:204)
2520.07/2467.12		at concrete.MAC.nextSolution(MAC.scala:334)
2520.07/2467.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2467.12		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2467.12		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2467.12		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2467.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2467.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2467.12		at scala.util.Success.map(Try.scala:209)
2520.07/2467.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2467.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2467.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2467.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2467.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2467.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2467.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2467.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2467.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2467.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2467.12		at scala.App.main(App.scala:76)
2520.07/2467.12		at scala.App.main$(App.scala:74)
2520.07/2467.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2467.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2467.12	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294317-1532450972/watcher-4294317-1532450972 -o /tmp/evaluation-result-4294317-1532450972/solver-4294317-1532450972 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1675048141 -superng HOME/instance-4294317-1532450972.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=25409, runsolver pid=25404

[startup+0.100108 s]*
/proc/loadavg: 1.00 1.28 1.38 2/193 25522
/proc/meminfo: memFree=22669020/32770624 swapFree=67108860/67108860
[pid=25409] ppid=25404 vsize=9972712 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/25409/stat : 25409 (java) S 25404 25409 24765 0 -1 1077944320 4341 13314 0 0 1 0 5 3 20 0 6 0 62660394 10212057088 4715 33554432000 4194304 4196468 140723644090912 140723644073456 140438812352247 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
/proc/25409/statm: 2493178 4715 1934 1 0 2481616 0
[pid=25409/tid=25517] ppid=25404 vsize=9972712 memory=-6517102902069810590 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25517/stat : 25517 (java) R 25404 25409 24765 0 -1 4202560 2151 13314 0 0 0 0 5 3 20 0 6 0 62660403 10212057088 4715 33554432000 4194304 4196468 140723644090912 140438784189008 140438804589374 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25519] ppid=25404 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25519/stat : 25519 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 6 0 62660404 10212057088 4715 33554432000 4194304 4196468 140723644090912 140438816594960 140438812362453 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25520] ppid=25404 vsize=9972712 memory=139909996402304 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25520/stat : 25520 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 6 0 62660404 10212057088 4715 33554432000 4194304 4196468 140723644090912 140438720797840 140438812362453 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25521] ppid=25404 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25521/stat : 25521 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 6 0 62660404 10212057088 4715 33554432000 4194304 4196468 140723644090912 140438384990992 140438812362453 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25522] ppid=25404 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25522/stat : 25522 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 6 0 62660404 10212057088 4715 33554432000 4194304 4196468 140723644090912 140438383938448 140438812362453 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.211778 s]*
/proc/loadavg: 1.00 1.28 1.38 3/215 25544
/proc/meminfo: memFree=22617404/32770624 swapFree=67108860/67108860
[pid=25409] ppid=25404 vsize=10818856 memory=47376 CPUtime=0.27 cores=1,3,5,7
/proc/25409/stat : 25409 (java) S 25404 25409 24765 0 -1 1077944320 8681 13314 0 0 17 2 5 3 20 0 15 0 62660394 11078508544 11844 33554432000 4194304 4196468 140723644090912 140723644073456 140438812352247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
/proc/25409/statm: 2704714 11844 2963 1 0 2667149 0
[pid=25409/tid=25517] ppid=25404 vsize=10818856 memory=-6081113363141395248 CPUtime=0.19 cores=1,3,5,7
/proc/25409/task/25517/stat : 25517 (java) R 25404 25409 24765 0 -1 4202560 5387 13314 0 0 10 1 5 3 20 0 15 0 62660403 11078508544 11910 33554432000 4194304 4196468 140723644090912 140438784149904 140438792628075 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25519] ppid=25404 vsize=10818856 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25519/stat : 25519 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660404 11078508544 11910 33554432000 4194304 4196468 140723644090912 140438816594960 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25520] ppid=25404 vsize=10818856 memory=139909996402304 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25520/stat : 25520 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660404 11078508544 11910 33554432000 4194304 4196468 140723644090912 140438720797840 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25521] ppid=25404 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25521/stat : 25521 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660404 11078508544 11910 33554432000 4194304 4196468 140723644090912 140438384990992 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25522] ppid=25404 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25522/stat : 25522 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660404 11078508544 11910 33554432000 4194304 4196468 140723644090912 140438383938448 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25527] ppid=25404 vsize=10818856 memory=139909996402304 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25527/stat : 25527 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660405 11078508544 11910 33554432000 4194304 4196468 140723644090912 140438338988272 140438812363394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25529] ppid=25404 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25529/stat : 25529 (java) S 25404 25409 24765 0 -1 1077944384 13 13314 0 0 0 0 5 3 20 0 15 0 62660406 11078508544 11910 33554432000 4194304 4196468 140723644090912 140438249923744 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25530] ppid=25404 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25530/stat : 25530 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660406 11078508544 11910 33554432000 4194304 4196468 140723644090912 140438115705584 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25533] ppid=25404 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25533/stat : 25533 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660409 11078508544 11910 33554432000 4194304 4196468 140723644090912 140437511727056 140438812370843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25534] ppid=25404 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25409/task/25534/stat : 25534 (java) S 25404 25409 24765 0 -1 1077944384 488 13314 0 0 1 0 5 3 20 0 15 0 62660409 11078508544 11910 33554432000 4194304 4196468 140723644090912 140438337936112 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25535] ppid=25404 vsize=10818856 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25409/task/25535/stat : 25535 (java) S 25404 25409 24765 0 -1 1077944384 86 13314 0 0 1 0 5 3 20 0 15 0 62660409 11078508544 11910 33554432000 4194304 4196468 140723644090912 140438336883568 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25536] ppid=25404 vsize=10818856 memory=139909996402304 CPUtime=0.11 cores=1,3,5,7
/proc/25409/task/25536/stat : 25536 (java) S 25404 25409 24765 0 -1 1077944384 556 13314 0 0 3 0 5 3 20 0 15 0 62660409 11078508544 11976 33554432000 4194304 4196468 140723644090912 140438335830512 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25537] ppid=25404 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25537/stat : 25537 (java) S 25404 25409 24765 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 62660409 11078508544 11976 33554432000 4194304 4196468 140723644090912 140437041965920 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25542] ppid=25404 vsize=10818856 memory=139909996402304 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25542/stat : 25542 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660409 11078508544 11976 33554432000 4194304 4196468 140723644090912 140438334777904 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 47376 KiB

[startup+0.310327 s]*
/proc/loadavg: 1.00 1.28 1.38 3/215 25544
/proc/meminfo: memFree=22595200/32770624 swapFree=67108860/67108860
[pid=25409] ppid=25404 vsize=10819352 memory=57388 CPUtime=0.39 cores=1,3,5,7
/proc/25409/stat : 25409 (java) S 25404 25409 24765 0 -1 1077944320 10395 13314 0 0 28 3 5 3 20 0 15 0 62660394 11079016448 14347 33554432000 4194304 4196468 140723644090912 140723644073456 140438812352247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
/proc/25409/statm: 2704838 14347 3094 1 0 2667149 0
[pid=25409/tid=25517] ppid=25404 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/25409/task/25517/stat : 25517 (java) R 25404 25409 24765 0 -1 4202560 7033 13314 0 0 19 2 5 3 20 0 15 0 62660403 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438784164256 140438796432734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25519] ppid=25404 vsize=10819352 memory=7309167735469665129 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25519/stat : 25519 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660404 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438816594960 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25520] ppid=25404 vsize=10819352 memory=5787233549803348032 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25520/stat : 25520 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660404 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438720797840 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25521] ppid=25404 vsize=10819352 memory=7649539306917612482 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25521/stat : 25521 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660404 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438384990992 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25522] ppid=25404 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25522/stat : 25522 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660404 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438383938448 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25527] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25527/stat : 25527 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660405 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438338988272 140438812363394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25529] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25529/stat : 25529 (java) S 25404 25409 24765 0 -1 1077944384 13 13314 0 0 0 0 5 3 20 0 15 0 62660406 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438249923744 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25530] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25530/stat : 25530 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660406 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438115705584 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25533] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25533/stat : 25533 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660409 11079016448 14347 33554432000 4194304 4196468 140723644090912 140437511727056 140438812370843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25534] ppid=25404 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25409/task/25534/stat : 25534 (java) S 25404 25409 24765 0 -1 1077944384 489 13314 0 0 1 0 5 3 20 0 15 0 62660409 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438337936112 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25535] ppid=25404 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25409/task/25535/stat : 25535 (java) S 25404 25409 24765 0 -1 1077944384 86 13314 0 0 1 0 5 3 20 0 15 0 62660409 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438336883568 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25536] ppid=25404 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/25409/task/25536/stat : 25536 (java) S 25404 25409 24765 0 -1 1077944384 574 13314 0 0 5 0 5 3 20 0 15 0 62660409 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438335830512 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25537] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25537/stat : 25537 (java) S 25404 25409 24765 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 62660409 11079016448 14347 33554432000 4194304 4196468 140723644090912 140437041965920 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25542] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25542/stat : 25542 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660409 11079016448 14347 33554432000 4194304 4196468 140723644090912 140438334777904 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57388 KiB

[startup+0.700782 s]
/proc/loadavg: 1.00 1.28 1.38 3/215 25544
/proc/meminfo: memFree=22574236/32770624 swapFree=67108860/67108860
[pid=25409] ppid=25404 vsize=10819352 memory=90724 CPUtime=0.99 cores=1,3,5,7
/proc/25409/stat : 25409 (java) S 25404 25409 24765 0 -1 1077944320 16822 13314 0 0 87 4 5 3 20 0 15 0 62660394 11079016448 22681 33554432000 4194304 4196468 140723644090912 140723644073456 140438812352247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
/proc/25409/statm: 2704838 22681 3238 1 0 2667149 0
[pid=25409/tid=25517] ppid=25404 vsize=10819352 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/25409/task/25517/stat : 25517 (java) R 25404 25409 24765 0 -1 4202560 12492 13314 0 0 55 3 5 3 20 0 15 0 62660403 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438784173072 140438792627942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25519] ppid=25404 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25519/stat : 25519 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660404 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438816594960 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25520] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25520/stat : 25520 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660404 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438720797840 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25521] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25521/stat : 25521 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660404 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438384990992 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25522] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25522/stat : 25522 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660404 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438383938448 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25527] ppid=25404 vsize=10819352 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25527/stat : 25527 (java) S 25404 25409 24765 0 -1 1077944384 5 13314 0 0 0 0 5 3 20 0 15 0 62660405 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438338988272 140438812363394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25529] ppid=25404 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25529/stat : 25529 (java) S 25404 25409 24765 0 -1 1077944384 13 13314 0 0 0 0 5 3 20 0 15 0 62660406 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438249923744 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25530] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25530/stat : 25530 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660406 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438115705584 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25533] ppid=25404 vsize=10819352 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25533/stat : 25533 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660409 11079016448 22681 33554432000 4194304 4196468 140723644090912 140437511727056 140438812370843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25534] ppid=25404 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/25409/task/25534/stat : 25534 (java) S 25404 25409 24765 0 -1 1077944384 717 13314 0 0 7 0 5 3 20 0 15 0 62660409 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438337936112 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25535] ppid=25404 vsize=10819352 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/25409/task/25535/stat : 25535 (java) S 25404 25409 24765 0 -1 1077944384 736 13314 0 0 10 0 5 3 20 0 15 0 62660409 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438336883568 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25536] ppid=25404 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/25409/task/25536/stat : 25536 (java) S 25404 25409 24765 0 -1 1077944384 659 13314 0 0 13 0 5 3 20 0 15 0 62660409 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438335830512 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25537] ppid=25404 vsize=10819352 memory=279819669471472 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25537/stat : 25537 (java) S 25404 25409 24765 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 62660409 11079016448 22681 33554432000 4194304 4196468 140723644090912 140437041965920 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25542] ppid=25404 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25542/stat : 25542 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660409 11079016448 22681 33554432000 4194304 4196468 140723644090912 140438334777904 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90724 KiB

[startup+1.50377 s]
/proc/loadavg: 1.00 1.28 1.38 4/215 25544
/proc/meminfo: memFree=22483392/32770624 swapFree=67108860/67108860
[pid=25409] ppid=25404 vsize=10832204 memory=199180 CPUtime=2.89 cores=1,3,5,7
/proc/25409/stat : 25409 (java) S 25404 25409 24765 0 -1 1077944320 24887 13314 0 0 272 9 5 3 20 0 15 0 62660394 11092176896 49795 33554432000 4194304 4196468 140723644090912 140723644073456 140438812352247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
/proc/25409/statm: 2708051 49795 3455 1 0 2669709 0
[pid=25409/tid=25517] ppid=25404 vsize=10832204 memory=12 CPUtime=1.45 cores=1,3,5,7
/proc/25409/task/25517/stat : 25517 (java) S 25404 25409 24765 0 -1 1077944384 17142 13314 0 0 132 5 5 3 20 0 15 0 62660403 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438784183920 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25519] ppid=25404 vsize=10832204 memory=19 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25519/stat : 25519 (java) S 25404 25409 24765 0 -1 1077944384 167 13314 0 0 0 0 5 3 20 0 15 0 62660404 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438816594960 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25520] ppid=25404 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25520/stat : 25520 (java) S 25404 25409 24765 0 -1 1077944384 15 13314 0 0 0 0 5 3 20 0 15 0 62660404 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438720797840 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25521] ppid=25404 vsize=10832204 memory=105724 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25521/stat : 25521 (java) S 25404 25409 24765 0 -1 1077944384 22 13314 0 0 0 0 5 3 20 0 15 0 62660404 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438384990992 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25522] ppid=25404 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25522/stat : 25522 (java) S 25404 25409 24765 0 -1 1077944384 79 13314 0 0 0 0 5 3 20 0 15 0 62660404 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438383938448 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25527] ppid=25404 vsize=10832204 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25527/stat : 25527 (java) R 25404 25409 24765 0 -1 4202560 40 13314 0 0 0 0 5 3 20 0 15 0 62660405 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438338986560 140438804593637 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25529] ppid=25404 vsize=10832204 memory=279819670044064 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25529/stat : 25529 (java) S 25404 25409 24765 0 -1 1077944384 13 13314 0 0 0 0 5 3 20 0 15 0 62660406 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438249923744 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25530] ppid=25404 vsize=10832204 memory=279819670207504 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25530/stat : 25530 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660406 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438115705584 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25533] ppid=25404 vsize=10832204 memory=3472468188882851696 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25533/stat : 25533 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660409 11092176896 49795 33554432000 4194304 4196468 140723644090912 140437511727056 140438812370843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25534] ppid=25404 vsize=10832204 memory=6944656592455359580 CPUtime=0.56 cores=1,3,5,7
/proc/25409/task/25534/stat : 25534 (java) S 25404 25409 24765 0 -1 1077944384 2093 13314 0 0 48 0 5 3 20 0 15 0 62660409 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438337936112 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25535] ppid=25404 vsize=10832204 memory=6656426216303648864 CPUtime=0.52 cores=1,3,5,7
/proc/25409/task/25535/stat : 25535 (java) S 25404 25409 24765 0 -1 1077944384 1535 13314 0 0 44 0 5 3 20 0 15 0 62660409 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438336883568 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25536] ppid=25404 vsize=10832204 memory=6944652177228980320 CPUtime=0.51 cores=1,3,5,7
/proc/25409/task/25536/stat : 25536 (java) S 25404 25409 24765 0 -1 1077944384 1589 13314 0 0 43 0 5 3 20 0 15 0 62660409 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438335830512 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25537] ppid=25404 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25537/stat : 25537 (java) S 25404 25409 24765 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 62660409 11092176896 49795 33554432000 4194304 4196468 140723644090912 140437041965920 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25542] ppid=25404 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25542/stat : 25542 (java) S 25404 25409 24765 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 62660409 11092176896 49795 33554432000 4194304 4196468 140723644090912 140438334777904 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10832204 KiB

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

/proc/25409/task/25517/stat : 25517 (java) R 25404 25409 24765 0 -1 4202560 274152 13314 0 0 237327 91 5 3 20 0 15 0 62660403 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438784183816 140438421354629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25519] ppid=25404 vsize=10852704 memory=3575312 CPUtime=6.6 cores=1,3,5,7
/proc/25409/task/25519/stat : 25519 (java) S 25404 25409 24765 0 -1 1077944384 25243 13314 0 0 589 63 5 3 20 0 15 0 62660404 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438816594960 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25520] ppid=25404 vsize=10852704 memory=3554400 CPUtime=6.57 cores=1,3,5,7
/proc/25409/task/25520/stat : 25520 (java) S 25404 25409 24765 0 -1 1077944384 26617 13314 0 0 586 63 5 3 20 0 15 0 62660404 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438720797840 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25521] ppid=25404 vsize=10852704 memory=3575312 CPUtime=6.58 cores=1,3,5,7
/proc/25409/task/25521/stat : 25521 (java) S 25404 25409 24765 0 -1 1077944384 30176 13314 0 0 587 63 5 3 20 0 15 0 62660404 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438384990992 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25522] ppid=25404 vsize=10852704 memory=3575312 CPUtime=6.64 cores=1,3,5,7
/proc/25409/task/25522/stat : 25522 (java) S 25404 25409 24765 0 -1 1077944384 25780 13314 0 0 593 63 5 3 20 0 15 0 62660404 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438383938448 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25527] ppid=25404 vsize=10852704 memory=3575312 CPUtime=1.19 cores=1,3,5,7
/proc/25409/task/25527/stat : 25527 (java) S 25404 25409 24765 0 -1 1077944384 24229 13314 0 0 99 12 5 3 20 0 15 0 62660405 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438338988272 140438812363394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25529] ppid=25404 vsize=10852704 memory=279819669920800 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25529/stat : 25529 (java) S 25404 25409 24765 0 -1 1077944384 16 13314 0 0 0 0 5 3 20 0 15 0 62660406 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438249923872 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25530] ppid=25404 vsize=10852704 memory=3575312 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25530/stat : 25530 (java) S 25404 25409 24765 0 -1 1077944384 9 13314 0 0 0 0 5 3 20 0 15 0 62660406 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438115705600 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25533] ppid=25404 vsize=10852704 memory=3575312 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25533/stat : 25533 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660409 11113168896 893828 33554432000 4194304 4196468 140723644090912 140437511727056 140438812370843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25534] ppid=25404 vsize=10852704 memory=1728 CPUtime=13.91 cores=1,3,5,7
/proc/25409/task/25534/stat : 25534 (java) S 25404 25409 24765 0 -1 1077944384 104023 13314 0 0 1372 11 5 3 20 0 15 0 62660409 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438337936112 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25535] ppid=25404 vsize=10852704 memory=3575312 CPUtime=13.33 cores=1,3,5,7
/proc/25409/task/25535/stat : 25535 (java) S 25404 25409 24765 0 -1 1077944384 100623 13314 0 0 1316 9 5 3 20 0 15 0 62660409 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438336883568 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25536] ppid=25404 vsize=10852704 memory=3575312 CPUtime=4.8 cores=1,3,5,7
/proc/25409/task/25536/stat : 25536 (java) S 25404 25409 24765 0 -1 1077944384 105698 13314 0 0 460 12 5 3 20 0 15 0 62660409 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438335830512 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25537] ppid=25404 vsize=10852704 memory=3575312 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25537/stat : 25537 (java) S 25404 25409 24765 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 62660409 11113168896 893828 33554432000 4194304 4196468 140723644090912 140437041965920 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25542] ppid=25404 vsize=10852704 memory=3575312 CPUtime=1.39 cores=1,3,5,7
/proc/25409/task/25542/stat : 25542 (java) S 25404 25409 24765 0 -1 1077944384 2758 13314 0 0 55 76 5 3 20 0 15 0 62660409 11113168896 893828 33554432000 4194304 4196468 140723644090912 140438334777904 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
Current children cumulated CPU time: 2434.66 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3575312 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.50 1.46 3/216 26159
/proc/meminfo: memFree=18282112/32770624 swapFree=67108860/67108860
[pid=25409] ppid=25404 vsize=10852704 memory=3634896 CPUtime=2495.15 cores=1,3,5,7
/proc/25409/stat : 25409 (java) S 25404 25409 24765 0 -1 1077944320 727784 13314 0 0 249050 457 5 3 20 0 15 0 62660394 11113168896 908724 33554432000 4194304 4196468 140723644090912 140723644073456 140438812352247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
/proc/25409/statm: 2713176 908724 3533 1 0 2674829 0
[pid=25409/tid=25517] ppid=25404 vsize=10852704 memory=3634896 CPUtime=2434.13 cores=1,3,5,7
/proc/25409/task/25517/stat : 25517 (java) R 25404 25409 24765 0 -1 4202560 278211 13314 0 0 243313 92 5 3 20 0 15 0 62660403 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438784186416 140438421356580 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25519] ppid=25404 vsize=10852704 memory=3634892 CPUtime=6.71 cores=1,3,5,7
/proc/25409/task/25519/stat : 25519 (java) S 25404 25409 24765 0 -1 1077944384 25438 13314 0 0 599 64 5 3 20 0 15 0 62660404 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438816594960 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25520] ppid=25404 vsize=10852704 memory=3634892 CPUtime=6.69 cores=1,3,5,7
/proc/25409/task/25520/stat : 25520 (java) S 25404 25409 24765 0 -1 1077944384 27124 13314 0 0 596 65 5 3 20 0 15 0 62660404 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438720797840 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25521] ppid=25404 vsize=10852704 memory=3634892 CPUtime=6.71 cores=1,3,5,7
/proc/25409/task/25521/stat : 25521 (java) S 25404 25409 24765 0 -1 1077944384 30637 13314 0 0 598 65 5 3 20 0 15 0 62660404 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438384990992 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25522] ppid=25404 vsize=10852704 memory=279819669920800 CPUtime=6.76 cores=1,3,5,7
/proc/25409/task/25522/stat : 25522 (java) S 25404 25409 24765 0 -1 1077944384 26414 13314 0 0 603 65 5 3 20 0 15 0 62660404 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438383938448 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25527] ppid=25404 vsize=10852704 memory=3575312 CPUtime=1.2 cores=1,3,5,7
/proc/25409/task/25527/stat : 25527 (java) S 25404 25409 24765 0 -1 1077944384 24397 13314 0 0 100 12 5 3 20 0 15 0 62660405 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438338988272 140438812363394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25529] ppid=25404 vsize=10852704 memory=3641020 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25529/stat : 25529 (java) S 25404 25409 24765 0 -1 1077944384 16 13314 0 0 0 0 5 3 20 0 15 0 62660406 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438249923872 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25530] ppid=25404 vsize=10852704 memory=3634892 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25530/stat : 25530 (java) S 25404 25409 24765 0 -1 1077944384 9 13314 0 0 0 0 5 3 20 0 15 0 62660406 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438115705600 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25533] ppid=25404 vsize=10852704 memory=3634892 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25533/stat : 25533 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660409 11113168896 908724 33554432000 4194304 4196468 140723644090912 140437511727056 140438812370843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25534] ppid=25404 vsize=10852704 memory=3634892 CPUtime=13.94 cores=1,3,5,7
/proc/25409/task/25534/stat : 25534 (java) S 25404 25409 24765 0 -1 1077944384 104029 13314 0 0 1375 11 5 3 20 0 15 0 62660409 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438337936112 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25535] ppid=25404 vsize=10852704 memory=3634892 CPUtime=13.37 cores=1,3,5,7
/proc/25409/task/25535/stat : 25535 (java) S 25404 25409 24765 0 -1 1077944384 100713 13314 0 0 1320 9 5 3 20 0 15 0 62660409 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438336883568 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25536] ppid=25404 vsize=10852704 memory=3634892 CPUtime=4.81 cores=1,3,5,7
/proc/25409/task/25536/stat : 25536 (java) S 25404 25409 24765 0 -1 1077944384 105817 13314 0 0 461 12 5 3 20 0 15 0 62660409 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438335830512 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25537] ppid=25404 vsize=10852704 memory=3634896 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25537/stat : 25537 (java) S 25404 25409 24765 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 62660409 11113168896 908724 33554432000 4194304 4196468 140723644090912 140437041965920 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25542] ppid=25404 vsize=10852704 memory=3634896 CPUtime=1.42 cores=1,3,5,7
/proc/25409/task/25542/stat : 25542 (java) S 25404 25409 24765 0 -1 1077944384 2786 13314 0 0 56 78 5 3 20 0 15 0 62660409 11113168896 908724 33554432000 4194304 4196468 140723644090912 140438334777904 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
Current children cumulated CPU time: 2495.15 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3634896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.11 s]
/proc/loadavg: 1.20 1.44 1.45 3/216 26160
/proc/meminfo: memFree=18279600/32770624 swapFree=67108860/67108860
[pid=25409] ppid=25404 vsize=10852704 memory=3634904 CPUtime=2520.07 cores=1,3,5,7
/proc/25409/stat : 25409 (java) S 25404 25409 24765 0 -1 1077944320 732193 13314 0 0 251542 457 5 3 20 0 15 0 62660394 11113168896 908726 33554432000 4194304 4196468 140723644090912 140723644073456 140438812352247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
/proc/25409/statm: 2713176 908726 3533 1 0 2674829 0
[pid=25409/tid=25517] ppid=25404 vsize=10852704 memory=3634904 CPUtime=2458.93 cores=1,3,5,7
/proc/25409/task/25517/stat : 25517 (java) R 25404 25409 24765 0 -1 4202560 280137 13314 0 0 245792 93 5 3 20 0 15 0 62660403 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438784185736 140438418060052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25519] ppid=25404 vsize=10852704 memory=3634904 CPUtime=6.72 cores=1,3,5,7
/proc/25409/task/25519/stat : 25519 (java) S 25404 25409 24765 0 -1 1077944384 25581 13314 0 0 600 64 5 3 20 0 15 0 62660404 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438816594960 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25520] ppid=25404 vsize=10852704 memory=3641020 CPUtime=6.7 cores=1,3,5,7
/proc/25409/task/25520/stat : 25520 (java) S 25404 25409 24765 0 -1 1077944384 27387 13314 0 0 597 65 5 3 20 0 15 0 62660404 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438720797840 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25521] ppid=25404 vsize=10852704 memory=3634896 CPUtime=6.72 cores=1,3,5,7
/proc/25409/task/25521/stat : 25521 (java) S 25404 25409 24765 0 -1 1077944384 30970 13314 0 0 599 65 5 3 20 0 15 0 62660404 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438384990992 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25522] ppid=25404 vsize=10852704 memory=3634900 CPUtime=6.78 cores=1,3,5,7
/proc/25409/task/25522/stat : 25522 (java) S 25404 25409 24765 0 -1 1077944384 26685 13314 0 0 605 65 5 3 20 0 15 0 62660404 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438383938448 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25527] ppid=25404 vsize=10852704 memory=3634904 CPUtime=1.2 cores=1,3,5,7
/proc/25409/task/25527/stat : 25527 (java) S 25404 25409 24765 0 -1 1077944384 24425 13314 0 0 100 12 5 3 20 0 15 0 62660405 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438338988272 140438812363394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25529] ppid=25404 vsize=10852704 memory=3634904 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25529/stat : 25529 (java) S 25404 25409 24765 0 -1 1077944384 16 13314 0 0 0 0 5 3 20 0 15 0 62660406 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438249923872 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25530] ppid=25404 vsize=10852704 memory=3634904 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25530/stat : 25530 (java) S 25404 25409 24765 0 -1 1077944384 9 13314 0 0 0 0 5 3 20 0 15 0 62660406 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438115705600 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25533] ppid=25404 vsize=10852704 memory=3634904 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25533/stat : 25533 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140437511727056 140438812370843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25534] ppid=25404 vsize=10852704 memory=3634904 CPUtime=13.97 cores=1,3,5,7
/proc/25409/task/25534/stat : 25534 (java) S 25404 25409 24765 0 -1 1077944384 104569 13314 0 0 1378 11 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438337936112 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25535] ppid=25404 vsize=10852704 memory=3634904 CPUtime=13.39 cores=1,3,5,7
/proc/25409/task/25535/stat : 25535 (java) S 25404 25409 24765 0 -1 1077944384 100979 13314 0 0 1322 9 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438336883568 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25536] ppid=25404 vsize=10852704 memory=3634904 CPUtime=4.83 cores=1,3,5,7
/proc/25409/task/25536/stat : 25536 (java) S 25404 25409 24765 0 -1 1077944384 106450 13314 0 0 463 12 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438335830512 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25537] ppid=25404 vsize=10852704 memory=3634904 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25537/stat : 25537 (java) S 25404 25409 24765 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140437041965920 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25542] ppid=25404 vsize=10852704 memory=3634904 CPUtime=1.43 cores=1,3,5,7
/proc/25409/task/25542/stat : 25542 (java) S 25404 25409 24765 0 -1 1077944384 2792 13314 0 0 57 78 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438334777904 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3634904 KiB

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

[startup+2467.15 s]
# the end of solver process 25409 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.5 s, system=4.63016 s

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

[startup+2467.11 s]
/proc/loadavg: 1.20 1.44 1.45 3/216 26160
/proc/meminfo: memFree=18279600/32770624 swapFree=67108860/67108860
[pid=25409] ppid=25404 vsize=10852704 memory=3634904 CPUtime=2520.07 cores=1,3,5,7
/proc/25409/stat : 25409 (java) S 25404 25409 24765 0 -1 1077944320 732193 13314 0 0 251542 457 5 3 20 0 15 0 62660394 11113168896 908726 33554432000 4194304 4196468 140723644090912 140723644073456 140438812352247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
/proc/25409/statm: 2713176 908726 3533 1 0 2674829 0
[pid=25409/tid=25517] ppid=25404 vsize=10852704 memory=3634904 CPUtime=2458.93 cores=1,3,5,7
/proc/25409/task/25517/stat : 25517 (java) R 25404 25409 24765 0 -1 4202560 280137 13314 0 0 245792 93 5 3 20 0 15 0 62660403 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438784185736 140438418060052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25519] ppid=25404 vsize=10852704 memory=3634904 CPUtime=6.72 cores=1,3,5,7
/proc/25409/task/25519/stat : 25519 (java) S 25404 25409 24765 0 -1 1077944384 25581 13314 0 0 600 64 5 3 20 0 15 0 62660404 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438816594960 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25520] ppid=25404 vsize=10852704 memory=3641020 CPUtime=6.7 cores=1,3,5,7
/proc/25409/task/25520/stat : 25520 (java) S 25404 25409 24765 0 -1 1077944384 27387 13314 0 0 597 65 5 3 20 0 15 0 62660404 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438720797840 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25521] ppid=25404 vsize=10852704 memory=3634896 CPUtime=6.72 cores=1,3,5,7
/proc/25409/task/25521/stat : 25521 (java) S 25404 25409 24765 0 -1 1077944384 30970 13314 0 0 599 65 5 3 20 0 15 0 62660404 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438384990992 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25522] ppid=25404 vsize=10852704 memory=3634900 CPUtime=6.78 cores=1,3,5,7
/proc/25409/task/25522/stat : 25522 (java) S 25404 25409 24765 0 -1 1077944384 26685 13314 0 0 605 65 5 3 20 0 15 0 62660404 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438383938448 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25527] ppid=25404 vsize=10852704 memory=3634904 CPUtime=1.2 cores=1,3,5,7
/proc/25409/task/25527/stat : 25527 (java) S 25404 25409 24765 0 -1 1077944384 24425 13314 0 0 100 12 5 3 20 0 15 0 62660405 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438338988272 140438812363394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25529] ppid=25404 vsize=10852704 memory=3634904 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25529/stat : 25529 (java) S 25404 25409 24765 0 -1 1077944384 16 13314 0 0 0 0 5 3 20 0 15 0 62660406 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438249923872 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25530] ppid=25404 vsize=10852704 memory=3634904 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25530/stat : 25530 (java) S 25404 25409 24765 0 -1 1077944384 9 13314 0 0 0 0 5 3 20 0 15 0 62660406 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438115705600 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25533] ppid=25404 vsize=10852704 memory=3634904 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25533/stat : 25533 (java) S 25404 25409 24765 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140437511727056 140438812370843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25534] ppid=25404 vsize=10852704 memory=3634904 CPUtime=13.97 cores=1,3,5,7
/proc/25409/task/25534/stat : 25534 (java) S 25404 25409 24765 0 -1 1077944384 104569 13314 0 0 1378 11 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438337936112 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25535] ppid=25404 vsize=10852704 memory=3634904 CPUtime=13.39 cores=1,3,5,7
/proc/25409/task/25535/stat : 25535 (java) S 25404 25409 24765 0 -1 1077944384 100979 13314 0 0 1322 9 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438336883568 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25536] ppid=25404 vsize=10852704 memory=3634904 CPUtime=4.83 cores=1,3,5,7
/proc/25409/task/25536/stat : 25536 (java) S 25404 25409 24765 0 -1 1077944384 106450 13314 0 0 463 12 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438335830512 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25537] ppid=25404 vsize=10852704 memory=3634904 CPUtime=0.08 cores=1,3,5,7
/proc/25409/task/25537/stat : 25537 (java) S 25404 25409 24765 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140437041965920 140438812362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
[pid=25409/tid=25542] ppid=25404 vsize=10852704 memory=3634904 CPUtime=1.43 cores=1,3,5,7
/proc/25409/task/25542/stat : 25542 (java) S 25404 25409 24765 0 -1 1077944384 2792 13314 0 0 57 78 5 3 20 0 15 0 62660409 11113168896 908726 33554432000 4194304 4196468 140723644090912 140438334777904 140438812363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13221888 140723644098731 140723644101980 140723644101980 140723644104655 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3634904 KiB

Child status: 143
Real time (s): 2467.15
CPU time (s): 2520.13
CPU user time (s): 2515.5
CPU system time (s): 4.63016
CPU usage (%): 102.148
Max. virtual memory (cumulated for all children) (KiB): 10852704
Max. memory (cumulated for all children) (KiB): 3641020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.5
system time used= 4.63016
maximum resident set size= 3641020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 746477
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85531
involuntary context switches= 2480


# summary of solver processes directly reported to runsolver:
#   pid: 25409
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2515.5
#   total CPU system time (s): 4.63016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5399 second user time and 22.4411 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 18:49:32
IDJOB=4294317
IDBENCH=141361
IDSOLVER=2751
FILE ID=node105/4294317-1532450972
RUNJOBID= node105-1532448512-24797
PBS_JOBID= 21021581
Free space on /tmp= 44764 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-magazine_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-4294317-1532450972/watcher-4294317-1532450972 -o /tmp/evaluation-result-4294317-1532450972/solver-4294317-1532450972 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1675048141 -superng HOME/instance-4294317-1532450972.xml

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

MD5SUM BENCH= 22697061c475ce526fb64da13536656d
RANDOM SEED=1675048141

node105.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.32
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.32
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.32
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.32
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:        22679176 kB
MemAvailable:   31941480 kB
Buffers:          218000 kB
Cached:          9185440 kB
SwapCached:            0 kB
Active:          1638828 kB
Inactive:        7815680 kB
Active(anon):       5980 kB
Inactive(anon):    65412 kB
Active(file):    1632848 kB
Inactive(file):  7750268 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53332 kB
Writeback:             8 kB
AnonPages:         58048 kB
Mapped:            38360 kB
Shmem:             17036 kB
Slab:             335052 kB
SReclaimable:     307648 kB
SUnreclaim:        27404 kB
KernelStack:        3200 kB
PageTables:         4580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-24 19:30:40