Trace number 4304484

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)55 2520.15 2469.53

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18a_c18.xml
MD5SUM3728d9c98e9ec51874bb5385faf79653
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark1175.91
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints202
Number of domains19
Minimum domain size1
Maximum domain size29
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":35},{"size":3,"count":4},{"size":4,"count":3},{"size":5,"count":1},{"size":7,"count":1},{"size":29,"count":18}]
Minimum variable degree2
Maximum variable degree46
Distribution of variable degrees[{"degree":2,"count":46},{"degree":44,"count":9},{"degree":45,"count":4},{"degree":46,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":174},{"arity":19,"count":28}]
Number of extensional constraints0
Number of intensional constraints174
Distribution of constraint types[{"type":"intension","count":174},{"type":"count","count":28}]
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
15.01/6.44	o 77
15.01/6.49	o 69
15.01/6.50	o 68
15.30/6.51	o 67
15.52/6.69	o 65
15.66/6.71	o 64
15.83/6.82	o 63
17.96/8.17	o 62
17.96/8.18	o 61
29.53/18.36	o 60
29.53/18.39	o 59
31.60/20.35	o 58
31.60/20.35	o 57
34.54/23.13	o 56
74.74/61.96	o 55
2520.10/2469.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.10/2469.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.10/2469.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.10/2469.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.10/2469.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.10/2469.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.10/2469.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.10/2469.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.10/2469.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.10/2469.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.10/2469.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.10/2469.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.10/2469.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.10/2469.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.10/2469.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.10/2469.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.10/2469.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.10/2469.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.10/2469.50		at scala.Option.map(Option.scala:146)
2520.10/2469.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.10/2469.50		at concrete.MAC.mac(MAC.scala:203)
2520.10/2469.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.10/2469.50		at scala.util.Try$.apply(Try.scala:209)
2520.10/2469.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.10/2469.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.10/2469.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.10/2469.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.10/2469.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.10/2469.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.10/2469.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.10/2469.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.10/2469.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.10/2469.50		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2469.50		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2469.50		at concrete.MAC.nextSolution(MAC.scala:355)
2520.10/2469.50		at concrete.Solver.hasNext(Solver.scala:166)
2520.10/2469.50		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.10/2469.50		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.10/2469.50		at concrete.Solver.foreach(Solver.scala:68)
2520.10/2469.50		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.10/2469.50		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.10/2469.50		at scala.util.Success.map(Try.scala:209)
2520.10/2469.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2469.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.10/2469.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.10/2469.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2469.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.10/2469.50		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.10/2469.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.10/2469.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.10/2469.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.10/2469.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.10/2469.51		at scala.App.main(App.scala:76)
2520.10/2469.51		at scala.App.main$(App.scala:74)
2520.10/2469.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.10/2469.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2469.51	v <instantiation cost="55">
2520.10/2469.51	v       <list>
2520.10/2469.51	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17]
2520.10/2469.51	v       </list>
2520.10/2469.51	v       <values>
2520.10/2469.51	v         -1 1 -1 2 13 13 -13 13 -2 1 1 -1 14 13 2 -13 -14 6 3 1 0 0 0 0 0 0 0 0 0 0 2 1 3 2 0 0 0 1 0 0 0 0 0 0 4 1 5 0 6 0 0 0 8 0 10 0 0 6 0 0 0 8 12 0
2520.10/2469.51	v       </values>
2520.10/2469.51	v     </instantiation>
2520.10/2469.51	s SATISFIABLE

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304484-1534095854/watcher-4304484-1534095854 -o /tmp/evaluation-result-4304484-1534095854/solver-4304484-1534095854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534095854-972 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1381743651 -superng HOME/instance-4304484-1534095854.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
solver pid=991, runsolver pid=987
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 0.73 0.86 1.21 4/188 1053
/proc/meminfo: memFree=28517664/32770624 swapFree=67108804/67108860
[pid=991] ppid=987 vsize=10005480 memory=16284 CPUtime=0.08 cores=1,3,5,7
/proc/991/stat : 991 (java) S 987 991 27613 0 -1 1077944320 4220 13030 0 0 1 0 4 3 20 0 6 0 227148625 10245611520 4071 33554432000 4194304 4196468 140727054666384 140727054648928 139817337540343 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
/proc/991/statm: 2501370 4071 1919 1 0 2489808 0
[pid=991/tid=1049] ppid=987 vsize=10005480 memory=-8023550165965901656 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1049/stat : 1049 (java) R 987 991 27613 0 -1 4202560 2149 13030 0 0 0 0 4 3 20 0 6 0 227148635 10245611520 4203 33554432000 4194304 4196468 140727054666384 139817309377104 139817321620830 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1050] ppid=987 vsize=10005480 memory=7893295687695687954 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1050/stat : 1050 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 6 0 227148635 10245611520 4203 33554432000 4194304 4196468 140727054666384 139817341782288 139817337550549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1051] ppid=987 vsize=10005480 memory=139725579171456 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1051/stat : 1051 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 6 0 227148635 10245611520 4203 33554432000 4194304 4196468 140727054666384 139817226979728 139817337550549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1052] ppid=987 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1052/stat : 1052 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 6 0 227148635 10245611520 4203 33554432000 4194304 4196468 140727054666384 139817225927184 139817337550549 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1053] ppid=987 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1053/stat : 1053 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 6 0 227148635 10245611520 4203 33554432000 4194304 4196468 140727054666384 139816875252368 139817337550549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16284 KiB

[startup+0.209926 s]*
/proc/loadavg: 0.73 0.86 1.21 3/197 1062
/proc/meminfo: memFree=28484060/32770624 swapFree=67108804/67108860
[pid=991] ppid=987 vsize=10982744 memory=42620 CPUtime=0.25 cores=1,3,5,7
/proc/991/stat : 991 (java) S 987 991 27613 0 -1 1077944320 7267 13030 0 0 16 2 4 3 20 0 15 0 227148625 11246329856 10655 33554432000 4194304 4196468 140727054666384 140727054648928 139817337540343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
/proc/991/statm: 2745686 10655 2989 1 0 2708109 0
[pid=991/tid=1049] ppid=987 vsize=10982744 memory=-8023550165965901656 CPUtime=0.18 cores=1,3,5,7
/proc/991/task/1049/stat : 1049 (java) R 987 991 27613 0 -1 4202560 4445 13030 0 0 10 1 4 3 20 0 15 0 227148635 11246329856 11249 33554432000 4194304 4196468 140727054666384 139817309363984 139817317816092 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1050] ppid=987 vsize=10982744 memory=7893295687695687954 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1050/stat : 1050 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246329856 11249 33554432000 4194304 4196468 140727054666384 139817341782288 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1051] ppid=987 vsize=10982744 memory=139725579171456 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1051/stat : 1051 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246329856 11249 33554432000 4194304 4196468 140727054666384 139817226979728 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1052] ppid=987 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1052/stat : 1052 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246329856 11249 33554432000 4194304 4196468 140727054666384 139817225927184 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1053] ppid=987 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1053/stat : 1053 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246329856 11249 33554432000 4194304 4196468 140727054666384 139816875252368 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1054] ppid=987 vsize=10982744 memory=139725579171456 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1054/stat : 1054 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 15 0 227148637 11246329856 11249 33554432000 4194304 4196468 140727054666384 139816830675440 139817337551490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1055] ppid=987 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1055/stat : 1055 (java) S 987 991 27613 0 -1 1077944384 13 13030 0 0 0 0 4 3 20 0 15 0 227148637 11246329856 11249 33554432000 4194304 4196468 140727054666384 139816150754720 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1056] ppid=987 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1056/stat : 1056 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148637 11246329856 11249 33554432000 4194304 4196468 140727054666384 139815949428208 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1057] ppid=987 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1057/stat : 1057 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11246329856 11315 33554432000 4194304 4196468 140727054666384 139815642028752 139817337558939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1058] ppid=987 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/991/task/1058/stat : 1058 (java) S 987 991 27613 0 -1 1077944384 550 13030 0 0 1 0 4 3 20 0 15 0 227148640 11246329856 11315 33554432000 4194304 4196468 140727054666384 139816829622256 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1059] ppid=987 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/991/task/1059/stat : 1059 (java) S 987 991 27613 0 -1 1077944384 66 13030 0 0 1 0 4 3 20 0 15 0 227148640 11246329856 11315 33554432000 4194304 4196468 140727054666384 139816828569712 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1060] ppid=987 vsize=10982744 memory=139725579171456 CPUtime=0.1 cores=1,3,5,7
/proc/991/task/1060/stat : 1060 (java) S 987 991 27613 0 -1 1077944384 604 13030 0 0 3 0 4 3 20 0 15 0 227148640 11246329856 11315 33554432000 4194304 4196468 140727054666384 139816827517168 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1061] ppid=987 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1061/stat : 1061 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11246329856 11315 33554432000 4194304 4196468 140727054666384 139815211231840 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1062] ppid=987 vsize=10982744 memory=139725579171456 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1062/stat : 1062 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148641 11246329856 11315 33554432000 4194304 4196468 140727054666384 139816826465072 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42620 KiB

[startup+0.310196 s]*
/proc/loadavg: 0.73 0.86 1.21 3/195 1062
/proc/meminfo: memFree=28470160/32770624 swapFree=67108804/67108860
[pid=991] ppid=987 vsize=10983192 memory=56492 CPUtime=0.37 cores=1,3,5,7
/proc/991/stat : 991 (java) S 987 991 27613 0 -1 1077944320 10600 13030 0 0 28 2 4 3 20 0 15 0 227148625 11246788608 14123 33554432000 4194304 4196468 140727054666384 140727054648928 139817337540343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
/proc/991/statm: 2745798 14123 3108 1 0 2708109 0
[pid=991/tid=1049] ppid=987 vsize=10983192 memory=6935054825532540783 CPUtime=0.27 cores=1,3,5,7
/proc/991/task/1049/stat : 1049 (java) R 987 991 27613 0 -1 4202560 7159 13030 0 0 19 1 4 3 20 0 15 0 227148635 11246788608 14123 33554432000 4194304 4196468 140727054666384 139817309352352 139817337562269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1050] ppid=987 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1050/stat : 1050 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246788608 14123 33554432000 4194304 4196468 140727054666384 139817341782288 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1051] ppid=987 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1051/stat : 1051 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246788608 14123 33554432000 4194304 4196468 140727054666384 139817226979728 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1052] ppid=987 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1052/stat : 1052 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246788608 14123 33554432000 4194304 4196468 140727054666384 139817225927184 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1053] ppid=987 vsize=10983192 memory=35809 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1053/stat : 1053 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246788608 14123 33554432000 4194304 4196468 140727054666384 139816875252368 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1054] ppid=987 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1054/stat : 1054 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 15 0 227148637 11246788608 14123 33554432000 4194304 4196468 140727054666384 139816830675440 139817337551490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1055] ppid=987 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1055/stat : 1055 (java) S 987 991 27613 0 -1 1077944384 13 13030 0 0 0 0 4 3 20 0 15 0 227148637 11246788608 14123 33554432000 4194304 4196468 140727054666384 139816150754720 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1056] ppid=987 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1056/stat : 1056 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148637 11246788608 14123 33554432000 4194304 4196468 140727054666384 139815949428208 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1057] ppid=987 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1057/stat : 1057 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11246788608 14123 33554432000 4194304 4196468 140727054666384 139815642028752 139817337558939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1058] ppid=987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/991/task/1058/stat : 1058 (java) S 987 991 27613 0 -1 1077944384 552 13030 0 0 1 0 4 3 20 0 15 0 227148640 11246788608 14123 33554432000 4194304 4196468 140727054666384 139816829622256 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1059] ppid=987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/991/task/1059/stat : 1059 (java) S 987 991 27613 0 -1 1077944384 66 13030 0 0 1 0 4 3 20 0 15 0 227148640 11246788608 14123 33554432000 4194304 4196468 140727054666384 139816828569712 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1060] ppid=987 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/991/task/1060/stat : 1060 (java) S 987 991 27613 0 -1 1077944384 614 13030 0 0 4 0 4 3 20 0 15 0 227148640 11246788608 14123 33554432000 4194304 4196468 140727054666384 139816827517168 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1061] ppid=987 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1061/stat : 1061 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11246788608 14123 33554432000 4194304 4196468 140727054666384 139815211231840 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1062] ppid=987 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1062/stat : 1062 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148641 11246788608 14123 33554432000 4194304 4196468 140727054666384 139816826465072 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56492 KiB

[startup+0.700695 s]
/proc/loadavg: 0.73 0.86 1.21 3/204 1090
/proc/meminfo: memFree=28413468/32770624 swapFree=67108804/67108860
[pid=991] ppid=987 vsize=10983192 memory=88948 CPUtime=0.98 cores=1,3,5,7
/proc/991/stat : 991 (java) S 987 991 27613 0 -1 1077944320 16788 13030 0 0 87 4 4 3 20 0 15 0 227148625 11246788608 22237 33554432000 4194304 4196468 140727054666384 140727054648928 139817337540343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
/proc/991/statm: 2745798 22237 3247 1 0 2708109 0
[pid=991/tid=1049] ppid=987 vsize=10983192 memory=2080 CPUtime=0.66 cores=1,3,5,7
/proc/991/task/1049/stat : 1049 (java) R 987 991 27613 0 -1 4202560 12204 13030 0 0 56 3 4 3 20 0 15 0 227148635 11246788608 22237 33554432000 4194304 4196468 140727054666384 139817309361168 139817317815685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1050] ppid=987 vsize=10983192 memory=139725579170289 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1050/stat : 1050 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246788608 22237 33554432000 4194304 4196468 140727054666384 139817341782288 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1051] ppid=987 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1051/stat : 1051 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246788608 22237 33554432000 4194304 4196468 140727054666384 139817226979728 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1052] ppid=987 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1052/stat : 1052 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246788608 22237 33554432000 4194304 4196468 140727054666384 139817225927184 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1053] ppid=987 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1053/stat : 1053 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148635 11246788608 22237 33554432000 4194304 4196468 140727054666384 139816875252368 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1054] ppid=987 vsize=10983192 memory=3815474464513 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1054/stat : 1054 (java) S 987 991 27613 0 -1 1077944384 5 13030 0 0 0 0 4 3 20 0 15 0 227148637 11246788608 22237 33554432000 4194304 4196468 140727054666384 139816830675440 139817337551490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1055] ppid=987 vsize=10983192 memory=566438814 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1055/stat : 1055 (java) S 987 991 27613 0 -1 1077944384 13 13030 0 0 0 0 4 3 20 0 15 0 227148637 11246788608 22237 33554432000 4194304 4196468 140727054666384 139816150754720 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1056] ppid=987 vsize=10983192 memory=-8340565803098202733 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1056/stat : 1056 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148637 11246788608 22237 33554432000 4194304 4196468 140727054666384 139815949428208 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1057] ppid=987 vsize=10983192 memory=7375041757648605799 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1057/stat : 1057 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11246788608 22237 33554432000 4194304 4196468 140727054666384 139815642028752 139817337558939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1058] ppid=987 vsize=10983192 memory=7595725831727968097 CPUtime=0.14 cores=1,3,5,7
/proc/991/task/1058/stat : 1058 (java) S 987 991 27613 0 -1 1077944384 925 13030 0 0 7 0 4 3 20 0 15 0 227148640 11246788608 22237 33554432000 4194304 4196468 140727054666384 139816829622256 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1059] ppid=987 vsize=10983192 memory=6082488869023541093 CPUtime=0.17 cores=1,3,5,7
/proc/991/task/1059/stat : 1059 (java) S 987 991 27613 0 -1 1077944384 752 13030 0 0 10 0 4 3 20 0 15 0 227148640 11246788608 22237 33554432000 4194304 4196468 140727054666384 139816828569712 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1060] ppid=987 vsize=10983192 memory=7445127905763878509 CPUtime=0.2 cores=1,3,5,7
/proc/991/task/1060/stat : 1060 (java) S 987 991 27613 0 -1 1077944384 685 13030 0 0 13 0 4 3 20 0 15 0 227148640 11246788608 22237 33554432000 4194304 4196468 140727054666384 139816827517168 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1061] ppid=987 vsize=10983192 memory=6008154168620247907 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1061/stat : 1061 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11246788608 22237 33554432000 4194304 4196468 140727054666384 139815211231840 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1062] ppid=987 vsize=10983192 memory=808 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1062/stat : 1062 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 15 0 227148641 11246788608 22237 33554432000 4194304 4196468 140727054666384 139816826465072 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88948 KiB

[startup+1.50068 s]
/proc/loadavg: 0.73 0.86 1.21 3/215 1147
/proc/meminfo: memFree=28312880/32770624 swapFree=67108804/67108860
[pid=991] ppid=987 vsize=10998092 memory=179412 CPUtime=2.29 cores=1,3,5,7
/proc/991/stat : 991 (java) S 987 991 27613 0 -1 1077944320 23987 13030 0 0 213 9 4 3 20 0 15 0 227148625 11262046208 44853 33554432000 4194304 4196468 140727054666384 140727054648928 139817337540343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
/proc/991/statm: 2749523 44853 3474 1 0 2711181 0
[pid=991/tid=1049] ppid=987 vsize=10998092 memory=6947385649911455296 CPUtime=1.42 cores=1,3,5,7
/proc/991/task/1049/stat : 1049 (java) R 987 991 27613 0 -1 4202560 17703 13030 0 0 130 5 4 3 20 0 15 0 227148635 11262046208 44853 33554432000 4194304 4196468 140727054666384 139817309371744 139817323788547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1050] ppid=987 vsize=10998092 memory=6944656592452807314 CPUtime=0.08 cores=1,3,5,7
/proc/991/task/1050/stat : 1050 (java) S 987 991 27613 0 -1 1077944384 196 13030 0 0 1 0 4 3 20 0 15 0 227148635 11262046208 44853 33554432000 4194304 4196468 140727054666384 139817341782288 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1051] ppid=987 vsize=10998092 memory=-8990767739041718176 CPUtime=0.08 cores=1,3,5,7
/proc/991/task/1051/stat : 1051 (java) S 987 991 27613 0 -1 1077944384 30 13030 0 0 1 0 4 3 20 0 15 0 227148635 11262046208 44853 33554432000 4194304 4196468 140727054666384 139817226979728 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1052] ppid=987 vsize=10998092 memory=8187704045996132563 CPUtime=0.08 cores=1,3,5,7
/proc/991/task/1052/stat : 1052 (java) S 987 991 27613 0 -1 1077944384 52 13030 0 0 1 0 4 3 20 0 15 0 227148635 11262046208 44853 33554432000 4194304 4196468 140727054666384 139817225927184 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1053] ppid=987 vsize=10998092 memory=-6873162000112450758 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1053/stat : 1053 (java) S 987 991 27613 0 -1 1077944384 24 13030 0 0 0 0 4 3 20 0 15 0 227148635 11262046208 44853 33554432000 4194304 4196468 140727054666384 139816875252368 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1054] ppid=987 vsize=10998092 memory=-7088785026379990432 CPUtime=0.08 cores=1,3,5,7
/proc/991/task/1054/stat : 1054 (java) S 987 991 27613 0 -1 1077944384 48 13030 0 0 1 0 4 3 20 0 15 0 227148637 11262046208 44853 33554432000 4194304 4196468 140727054666384 139816830675440 139817337551490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1055] ppid=987 vsize=10998092 memory=-7812193691855986592 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1055/stat : 1055 (java) S 987 991 27613 0 -1 1077944384 14 13030 0 0 0 0 4 3 20 0 15 0 227148637 11262046208 44853 33554432000 4194304 4196468 140727054666384 139816150754784 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1056] ppid=987 vsize=10998092 memory=-8990767739041718176 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1056/stat : 1056 (java) S 987 991 27613 0 -1 1077944384 1 13030 0 0 0 0 4 3 20 0 15 0 227148637 11262046208 44853 33554432000 4194304 4196468 140727054666384 139815949428224 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1057] ppid=987 vsize=10998092 memory=7738427052128556388 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1057/stat : 1057 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11262046208 44853 33554432000 4194304 4196468 140727054666384 139815642028752 139817337558939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1058] ppid=987 vsize=10998092 memory=7451879950886004327 CPUtime=0.26 cores=1,3,5,7
/proc/991/task/1058/stat : 1058 (java) S 987 991 27613 0 -1 1077944384 1130 13030 0 0 19 0 4 3 20 0 15 0 227148640 11262046208 44853 33554432000 4194304 4196468 140727054666384 139816829622256 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1059] ppid=987 vsize=10998092 memory=3708 CPUtime=0.29 cores=1,3,5,7
/proc/991/task/1059/stat : 1059 (java) S 987 991 27613 0 -1 1077944384 1226 13030 0 0 22 0 4 3 20 0 15 0 227148640 11262046208 44853 33554432000 4194304 4196468 140727054666384 139816828569712 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1060] ppid=987 vsize=10998092 memory=279450839340544 CPUtime=0.41 cores=1,3,5,7
/proc/991/task/1060/stat : 1060 (java) S 987 991 27613 0 -1 1077944384 1366 13030 0 0 34 0 4 3 20 0 15 0 227148640 11262046208 44853 33554432000 4194304 4196468 140727054666384 139816827517168 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1061] ppid=987 vsize=10998092 memory=288230583166042425 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1061/stat : 1061 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11262046208 44853 33554432000 4194304 4196468 140727054666384 139815211231840 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1062] ppid=987 vsize=10998092 memory=14973360622798209 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1062/stat : 1062 (java) S 987 991 27613 0 -1 1077944384 2 13030 0 0 0 0 4 3 20 0 15 0 227148641 11262046208 44853 33554432000 4194304 4196468 140727054666384 139816826465072 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/991/task/1049/stat : 1049 (java) R 987 991 27613 0 -1 4202560 92915 13030 0 0 235776 55 4 3 20 0 15 0 227148635 11345952768 264817 33554432000 4194304 4196468 140727054666384 139817309375440 139816919760901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1050] ppid=987 vsize=11080032 memory=1059244 CPUtime=10.74 cores=1,3,5,7
/proc/991/task/1050/stat : 1050 (java) S 987 991 27613 0 -1 1077944384 6616 13030 0 0 1016 51 4 3 20 0 15 0 227148635 11345952768 264817 33554432000 4194304 4196468 140727054666384 139817341782288 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1051] ppid=987 vsize=11080032 memory=1059244 CPUtime=10.76 cores=1,3,5,7
/proc/991/task/1051/stat : 1051 (java) S 987 991 27613 0 -1 1077944384 9570 13030 0 0 1016 53 4 3 20 0 15 0 227148635 11345952768 264817 33554432000 4194304 4196468 140727054666384 139817226979728 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1052] ppid=987 vsize=11080032 memory=1059244 CPUtime=10.73 cores=1,3,5,7
/proc/991/task/1052/stat : 1052 (java) S 987 991 27613 0 -1 1077944384 8932 13030 0 0 1011 55 4 3 20 0 15 0 227148635 11345952768 264817 33554432000 4194304 4196468 140727054666384 139817225927184 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1053] ppid=987 vsize=11080032 memory=1059244 CPUtime=10.75 cores=1,3,5,7
/proc/991/task/1053/stat : 1053 (java) S 987 991 27613 0 -1 1077944384 8233 13030 0 0 1014 54 4 3 20 0 15 0 227148635 11345952768 264817 33554432000 4194304 4196468 140727054666384 139816875252368 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1054] ppid=987 vsize=11080032 memory=6947385649911455296 CPUtime=9.72 cores=1,3,5,7
/proc/991/task/1054/stat : 1054 (java) S 987 991 27613 0 -1 1077944384 10574 13030 0 0 917 48 4 3 20 0 15 0 227148637 11345952768 264817 33554432000 4194304 4196468 140727054666384 139816830675440 139817337551490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1055] ppid=987 vsize=11080032 memory=1059268 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1055/stat : 1055 (java) S 987 991 27613 0 -1 1077944384 15 13030 0 0 0 0 4 3 20 0 15 0 227148637 11345952768 264817 33554432000 4194304 4196468 140727054666384 139816150754848 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1056] ppid=987 vsize=11080032 memory=1059268 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1056/stat : 1056 (java) S 987 991 27613 0 -1 1077944384 8 13030 0 0 0 0 4 3 20 0 15 0 227148637 11345952768 264817 33554432000 4194304 4196468 140727054666384 139815949428224 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1057] ppid=987 vsize=11080032 memory=1059268 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1057/stat : 1057 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11345952768 264817 33554432000 4194304 4196468 140727054666384 139815642028752 139817337558939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1058] ppid=987 vsize=11080032 memory=1059244 CPUtime=7.16 cores=1,3,5,7
/proc/991/task/1058/stat : 1058 (java) S 987 991 27613 0 -1 1077944384 45568 13030 0 0 701 8 4 3 20 0 15 0 227148640 11345952768 264817 33554432000 4194304 4196468 140727054666384 139816829622256 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1059] ppid=987 vsize=11080032 memory=1784 CPUtime=8.67 cores=1,3,5,7
/proc/991/task/1059/stat : 1059 (java) S 987 991 27613 0 -1 1077944384 53536 13030 0 0 853 7 4 3 20 0 15 0 227148640 11345952768 264817 33554432000 4194304 4196468 140727054666384 139816828569712 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1060] ppid=987 vsize=11080032 memory=0 CPUtime=3.85 cores=1,3,5,7
/proc/991/task/1060/stat : 1060 (java) S 987 991 27613 0 -1 1077944384 53334 13030 0 0 369 9 4 3 20 0 15 0 227148640 11345952768 264817 33554432000 4194304 4196468 140727054666384 139816827517168 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1061] ppid=987 vsize=11080032 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1061/stat : 1061 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11345952768 264817 33554432000 4194304 4196468 140727054666384 139815211231840 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1062] ppid=987 vsize=11080032 memory=61792 CPUtime=1.52 cores=1,3,5,7
/proc/991/task/1062/stat : 1062 (java) S 987 991 27613 0 -1 1077944384 1569 13030 0 0 70 75 4 3 20 0 15 0 227148641 11345952768 264817 33554432000 4194304 4196468 140727054666384 139816826465072 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
Current children cumulated CPU time: 2431.75 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1059268 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.38 1.42 3/216 1368
/proc/meminfo: memFree=26513208/32770624 swapFree=67108804/67108860
[pid=991] ppid=987 vsize=11080032 memory=1059324 CPUtime=2492.53 cores=1,3,5,7
/proc/991/stat : 991 (java) S 987 991 27613 0 -1 1077944320 294097 13030 0 0 248886 360 4 3 20 0 15 0 227148625 11345952768 264831 33554432000 4194304 4196468 140727054666384 140727054648928 139817337540343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
/proc/991/statm: 2770008 264831 3530 1 0 2731661 0
[pid=991/tid=1049] ppid=987 vsize=11080032 memory=1059324 CPUtime=2417.76 cores=1,3,5,7
/proc/991/task/1049/stat : 1049 (java) R 987 991 27613 0 -1 4202560 93502 13030 0 0 241714 55 4 3 20 0 15 0 227148635 11345952768 264831 33554432000 4194304 4196468 140727054666384 139817309375184 139816914556438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1050] ppid=987 vsize=11080032 memory=1059324 CPUtime=11.02 cores=1,3,5,7
/proc/991/task/1050/stat : 1050 (java) S 987 991 27613 0 -1 1077944384 6670 13030 0 0 1043 52 4 3 20 0 15 0 227148635 11345952768 264831 33554432000 4194304 4196468 140727054666384 139817341782288 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1051] ppid=987 vsize=11080032 memory=1059324 CPUtime=11.04 cores=1,3,5,7
/proc/991/task/1051/stat : 1051 (java) S 987 991 27613 0 -1 1077944384 9627 13030 0 0 1043 54 4 3 20 0 15 0 227148635 11345952768 264831 33554432000 4194304 4196468 140727054666384 139817226979728 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1052] ppid=987 vsize=11080032 memory=1059324 CPUtime=11 cores=1,3,5,7
/proc/991/task/1052/stat : 1052 (java) S 987 991 27613 0 -1 1077944384 9001 13030 0 0 1037 56 4 3 20 0 15 0 227148635 11345952768 264831 33554432000 4194304 4196468 140727054666384 139817225927184 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1053] ppid=987 vsize=11080032 memory=1059324 CPUtime=11.03 cores=1,3,5,7
/proc/991/task/1053/stat : 1053 (java) S 987 991 27613 0 -1 1077944384 8257 13030 0 0 1041 55 4 3 20 0 15 0 227148635 11345952768 264831 33554432000 4194304 4196468 140727054666384 139816875252368 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1054] ppid=987 vsize=11080032 memory=1059324 CPUtime=9.97 cores=1,3,5,7
/proc/991/task/1054/stat : 1054 (java) S 987 991 27613 0 -1 1077944384 10792 13030 0 0 940 50 4 3 20 0 15 0 227148637 11345952768 264831 33554432000 4194304 4196468 140727054666384 139816830675440 139817337551490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1055] ppid=987 vsize=11080032 memory=1059324 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1055/stat : 1055 (java) S 987 991 27613 0 -1 1077944384 15 13030 0 0 0 0 4 3 20 0 15 0 227148637 11345952768 264831 33554432000 4194304 4196468 140727054666384 139816150754848 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1056] ppid=987 vsize=11080032 memory=1059324 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1056/stat : 1056 (java) S 987 991 27613 0 -1 1077944384 8 13030 0 0 0 0 4 3 20 0 15 0 227148637 11345952768 264831 33554432000 4194304 4196468 140727054666384 139815949428224 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1057] ppid=987 vsize=11080032 memory=1059324 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1057/stat : 1057 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11345952768 264831 33554432000 4194304 4196468 140727054666384 139815642028752 139817337558939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1058] ppid=987 vsize=11080032 memory=1059324 CPUtime=7.16 cores=1,3,5,7
/proc/991/task/1058/stat : 1058 (java) S 987 991 27613 0 -1 1077944384 45570 13030 0 0 701 8 4 3 20 0 15 0 227148640 11345952768 264831 33554432000 4194304 4196468 140727054666384 139816829622256 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1059] ppid=987 vsize=11080032 memory=1059324 CPUtime=8.68 cores=1,3,5,7
/proc/991/task/1059/stat : 1059 (java) S 987 991 27613 0 -1 1077944384 53538 13030 0 0 854 7 4 3 20 0 15 0 227148640 11345952768 264831 33554432000 4194304 4196468 140727054666384 139816828569712 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1060] ppid=987 vsize=11080032 memory=0 CPUtime=3.85 cores=1,3,5,7
/proc/991/task/1060/stat : 1060 (java) S 987 991 27613 0 -1 1077944384 53336 13030 0 0 369 9 4 3 20 0 15 0 227148640 11345952768 264831 33554432000 4194304 4196468 140727054666384 139816827517168 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1061] ppid=987 vsize=11080032 memory=1059324 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1061/stat : 1061 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11345952768 264831 33554432000 4194304 4196468 140727054666384 139815211231840 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1062] ppid=987 vsize=11080032 memory=1059324 CPUtime=1.55 cores=1,3,5,7
/proc/991/task/1062/stat : 1062 (java) S 987 991 27613 0 -1 1077944384 1586 13030 0 0 71 77 4 3 20 0 15 0 227148641 11345952768 264831 33554432000 4194304 4196468 140727054666384 139816826465072 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
Current children cumulated CPU time: 2492.53 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1059324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.5 s]
/proc/loadavg: 1.67 1.44 1.44 3/215 1370
/proc/meminfo: memFree=26512916/32770624 swapFree=67108804/67108860
[pid=991] ppid=987 vsize=11080032 memory=1059348 CPUtime=2520.1 cores=1,3,5,7
/proc/991/stat : 991 (java) S 987 991 27613 0 -1 1077944320 294854 13030 0 0 251640 363 4 3 20 0 15 0 227148625 11345952768 264837 33554432000 4194304 4196468 140727054666384 140727054648928 139817337540343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
/proc/991/statm: 2770008 264837 3530 1 0 2731661 0
[pid=991/tid=1049] ppid=987 vsize=11080032 memory=1059324 CPUtime=2444.68 cores=1,3,5,7
/proc/991/task/1049/stat : 1049 (java) R 987 991 27613 0 -1 4202560 93848 13030 0 0 244405 56 4 3 20 0 15 0 227148635 11345952768 264837 33554432000 4194304 4196468 140727054666384 139817309374672 139816920895819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1050] ppid=987 vsize=11080032 memory=1059348 CPUtime=11.14 cores=1,3,5,7
/proc/991/task/1050/stat : 1050 (java) S 987 991 27613 0 -1 1077944384 6727 13030 0 0 1055 52 4 3 20 0 15 0 227148635 11345952768 264837 33554432000 4194304 4196468 140727054666384 139817341782288 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1051] ppid=987 vsize=11080032 memory=1059348 CPUtime=11.17 cores=1,3,5,7
/proc/991/task/1051/stat : 1051 (java) S 987 991 27613 0 -1 1077944384 9682 13030 0 0 1056 54 4 3 20 0 15 0 227148635 11345952768 264837 33554432000 4194304 4196468 140727054666384 139817226979728 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1052] ppid=987 vsize=11080032 memory=1059324 CPUtime=11.12 cores=1,3,5,7
/proc/991/task/1052/stat : 1052 (java) S 987 991 27613 0 -1 1077944384 9020 13030 0 0 1048 57 4 3 20 0 15 0 227148635 11345952768 264837 33554432000 4194304 4196468 140727054666384 139817225927184 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1053] ppid=987 vsize=11080032 memory=1059348 CPUtime=11.16 cores=1,3,5,7
/proc/991/task/1053/stat : 1053 (java) S 987 991 27613 0 -1 1077944384 8311 13030 0 0 1053 56 4 3 20 0 15 0 227148635 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816875252368 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1054] ppid=987 vsize=11080032 memory=1059348 CPUtime=10.08 cores=1,3,5,7
/proc/991/task/1054/stat : 1054 (java) S 987 991 27613 0 -1 1077944384 10997 13030 0 0 951 50 4 3 20 0 15 0 227148637 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816830675440 139817337551490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1055] ppid=987 vsize=11080032 memory=1059348 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1055/stat : 1055 (java) S 987 991 27613 0 -1 1077944384 15 13030 0 0 0 0 4 3 20 0 15 0 227148637 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816150754848 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1056] ppid=987 vsize=11080032 memory=1059348 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1056/stat : 1056 (java) S 987 991 27613 0 -1 1077944384 8 13030 0 0 0 0 4 3 20 0 15 0 227148637 11345952768 264837 33554432000 4194304 4196468 140727054666384 139815949428224 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1057] ppid=987 vsize=11080032 memory=1059348 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1057/stat : 1057 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11345952768 264837 33554432000 4194304 4196468 140727054666384 139815642028752 139817337558939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1058] ppid=987 vsize=11080032 memory=1059348 CPUtime=7.16 cores=1,3,5,7
/proc/991/task/1058/stat : 1058 (java) S 987 991 27613 0 -1 1077944384 45572 13030 0 0 701 8 4 3 20 0 15 0 227148640 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816829622256 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1059] ppid=987 vsize=11080032 memory=1059348 CPUtime=8.68 cores=1,3,5,7
/proc/991/task/1059/stat : 1059 (java) S 987 991 27613 0 -1 1077944384 53540 13030 0 0 854 7 4 3 20 0 15 0 227148640 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816828569712 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1060] ppid=987 vsize=11080032 memory=1059348 CPUtime=3.85 cores=1,3,5,7
/proc/991/task/1060/stat : 1060 (java) S 987 991 27613 0 -1 1077944384 53338 13030 0 0 369 9 4 3 20 0 15 0 227148640 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816827517168 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1061] ppid=987 vsize=11080032 memory=378 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1061/stat : 1061 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11345952768 264837 33554432000 4194304 4196468 140727054666384 139815211231840 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1062] ppid=987 vsize=11080032 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/991/task/1062/stat : 1062 (java) S 987 991 27613 0 -1 1077944384 1601 13030 0 0 72 78 4 3 20 0 15 0 227148641 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816826465072 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1059348 KiB

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

[startup+2469.53 s]
# the end of solver process 991 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.46 s, system=3.68268 s

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

[startup+2469.5 s]
/proc/loadavg: 1.67 1.44 1.44 3/215 1370
/proc/meminfo: memFree=26512916/32770624 swapFree=67108804/67108860
[pid=991] ppid=987 vsize=11080032 memory=1059348 CPUtime=2520.1 cores=1,3,5,7
/proc/991/stat : 991 (java) S 987 991 27613 0 -1 1077944320 294854 13030 0 0 251640 363 4 3 20 0 15 0 227148625 11345952768 264837 33554432000 4194304 4196468 140727054666384 140727054648928 139817337540343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
/proc/991/statm: 2770008 264837 3530 1 0 2731661 0
[pid=991/tid=1049] ppid=987 vsize=11080032 memory=1059324 CPUtime=2444.68 cores=1,3,5,7
/proc/991/task/1049/stat : 1049 (java) R 987 991 27613 0 -1 4202560 93848 13030 0 0 244405 56 4 3 20 0 15 0 227148635 11345952768 264837 33554432000 4194304 4196468 140727054666384 139817309374672 139816920895819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1050] ppid=987 vsize=11080032 memory=1059348 CPUtime=11.14 cores=1,3,5,7
/proc/991/task/1050/stat : 1050 (java) S 987 991 27613 0 -1 1077944384 6727 13030 0 0 1055 52 4 3 20 0 15 0 227148635 11345952768 264837 33554432000 4194304 4196468 140727054666384 139817341782288 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1051] ppid=987 vsize=11080032 memory=1059348 CPUtime=11.17 cores=1,3,5,7
/proc/991/task/1051/stat : 1051 (java) S 987 991 27613 0 -1 1077944384 9682 13030 0 0 1056 54 4 3 20 0 15 0 227148635 11345952768 264837 33554432000 4194304 4196468 140727054666384 139817226979728 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1052] ppid=987 vsize=11080032 memory=1059324 CPUtime=11.12 cores=1,3,5,7
/proc/991/task/1052/stat : 1052 (java) S 987 991 27613 0 -1 1077944384 9020 13030 0 0 1048 57 4 3 20 0 15 0 227148635 11345952768 264837 33554432000 4194304 4196468 140727054666384 139817225927184 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1053] ppid=987 vsize=11080032 memory=1059348 CPUtime=11.16 cores=1,3,5,7
/proc/991/task/1053/stat : 1053 (java) S 987 991 27613 0 -1 1077944384 8311 13030 0 0 1053 56 4 3 20 0 15 0 227148635 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816875252368 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1054] ppid=987 vsize=11080032 memory=1059348 CPUtime=10.08 cores=1,3,5,7
/proc/991/task/1054/stat : 1054 (java) S 987 991 27613 0 -1 1077944384 10997 13030 0 0 951 50 4 3 20 0 15 0 227148637 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816830675440 139817337551490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1055] ppid=987 vsize=11080032 memory=1059348 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1055/stat : 1055 (java) S 987 991 27613 0 -1 1077944384 15 13030 0 0 0 0 4 3 20 0 15 0 227148637 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816150754848 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1056] ppid=987 vsize=11080032 memory=1059348 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1056/stat : 1056 (java) S 987 991 27613 0 -1 1077944384 8 13030 0 0 0 0 4 3 20 0 15 0 227148637 11345952768 264837 33554432000 4194304 4196468 140727054666384 139815949428224 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1057] ppid=987 vsize=11080032 memory=1059348 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1057/stat : 1057 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11345952768 264837 33554432000 4194304 4196468 140727054666384 139815642028752 139817337558939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1058] ppid=987 vsize=11080032 memory=1059348 CPUtime=7.16 cores=1,3,5,7
/proc/991/task/1058/stat : 1058 (java) S 987 991 27613 0 -1 1077944384 45572 13030 0 0 701 8 4 3 20 0 15 0 227148640 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816829622256 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1059] ppid=987 vsize=11080032 memory=1059348 CPUtime=8.68 cores=1,3,5,7
/proc/991/task/1059/stat : 1059 (java) S 987 991 27613 0 -1 1077944384 53540 13030 0 0 854 7 4 3 20 0 15 0 227148640 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816828569712 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1060] ppid=987 vsize=11080032 memory=1059348 CPUtime=3.85 cores=1,3,5,7
/proc/991/task/1060/stat : 1060 (java) S 987 991 27613 0 -1 1077944384 53338 13030 0 0 369 9 4 3 20 0 15 0 227148640 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816827517168 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1061] ppid=987 vsize=11080032 memory=378 CPUtime=0.07 cores=1,3,5,7
/proc/991/task/1061/stat : 1061 (java) S 987 991 27613 0 -1 1077944384 3 13030 0 0 0 0 4 3 20 0 15 0 227148640 11345952768 264837 33554432000 4194304 4196468 140727054666384 139815211231840 139817337550549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
[pid=991/tid=1062] ppid=987 vsize=11080032 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/991/task/1062/stat : 1062 (java) S 987 991 27613 0 -1 1077944384 1601 13030 0 0 72 78 4 3 20 0 15 0 227148641 11345952768 264837 33554432000 4194304 4196468 140727054666384 139816826465072 139817337551490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26005504 140727054670435 140727054673244 140727054673244 140727054675919 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1059348 KiB

Child status: 143
Real time (s): 2469.53
CPU time (s): 2520.15
CPU user time (s): 2516.46
CPU system time (s): 3.68268
CPU usage (%): 102.05
Max. virtual memory (cumulated for all children) (KiB): 11082864
Max. memory (cumulated for all children) (KiB): 1059348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.46
system time used= 3.68268
maximum resident set size= 1061768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 273548
involuntary context switches= 7253


# summary of solver processes directly reported to runsolver:
#   pid: 991
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.46
#   total CPU system time (s): 3.68268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9673 second user time and 24.7919 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 19:44:14
IDJOB=4304484
IDBENCH=141316
IDSOLVER=2781
FILE ID=node105/4304484-1534095854
RUNJOBID= node105-1534095854-972
PBS_JOBID= 21036987
Free space on /tmp= 40976 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-18a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304484-1534095854/watcher-4304484-1534095854 -o /tmp/evaluation-result-4304484-1534095854/solver-4304484-1534095854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534095854-972 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1381743651 -superng HOME/instance-4304484-1534095854.xml

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

MD5SUM BENCH= 3728d9c98e9ec51874bb5385faf79653
RANDOM SEED=1381743651

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:        28536452 kB
MemAvailable:   31903492 kB
Buffers:          146796 kB
Cached:          3477448 kB
SwapCached:           16 kB
Active:          1801768 kB
Inactive:        1881768 kB
Active(anon):      11564 kB
Inactive(anon):   100472 kB
Active(file):    1790204 kB
Inactive(file):  1781296 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             39300 kB
Writeback:             0 kB
AnonPages:         60348 kB
Mapped:            50520 kB
Shmem:             49748 kB
Slab:             250196 kB
SReclaimable:     222748 kB
SUnreclaim:        27448 kB
KernelStack:        3168 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359888 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= 40924 MiB
End job on node105 at 2018-08-12 20:25:24