Trace number 4294715

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 NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.12 2476.73

General information on the benchmark

NameHaystacks/
Haystacks-ext-13_c18.xml
MD5SUMd20946c70cb8756d1a4b7fb63c02a1de
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.866
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints1026
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree12
Maximum variable degree13
Distribution of variable degrees[{"degree":12,"count":145},{"degree":13,"count":24}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1026}]
Number of extensional constraints1026
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1026}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running
2520.07/2476.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2476.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.07/2476.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.07/2476.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.07/2476.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2476.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2476.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.07/2476.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2476.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.07/2476.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2476.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2476.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2476.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2476.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2476.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2476.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2476.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.07/2476.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2476.71		at scala.Option.map(Option.scala:146)
2520.07/2476.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2476.71		at concrete.MAC.mac(MAC.scala:203)
2520.07/2476.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2476.71		at scala.util.Try$.apply(Try.scala:209)
2520.07/2476.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2476.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2476.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2476.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2476.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2476.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2476.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2476.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2476.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2476.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2476.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2476.71		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.07/2476.71		at concrete.ProblemState.map(ProblemState.scala:221)
2520.07/2476.71		at concrete.ProblemState.map(ProblemState.scala:204)
2520.07/2476.71		at concrete.MAC.nextSolution(MAC.scala:334)
2520.07/2476.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2476.71		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.07/2476.71		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.07/2476.71		at concrete.Solver.toStream(Solver.scala:68)
2520.07/2476.71		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.07/2476.71		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.07/2476.71		at concrete.Solver.toIterable(Solver.scala:68)
2520.07/2476.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.07/2476.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2476.71		at scala.util.Success.map(Try.scala:209)
2520.07/2476.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2476.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2476.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2476.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2476.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2476.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2476.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2476.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2476.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2476.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2476.71		at scala.App.main(App.scala:76)
2520.07/2476.71		at scala.App.main$(App.scala:74)
2520.07/2476.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2476.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2476.71	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 (9591 MiB free)
  memory of node 1: 16384 MiB (9549 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294715-1532482491/watcher-4294715-1532482491 -o /tmp/evaluation-result-4294715-1532482491/solver-4294715-1532482491 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1468806077 HOME/instance-4294715-1532482491.xml 

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

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=23781, runsolver pid=23778

[startup+0.100157 s]*
/proc/loadavg: 1.22 1.32 1.36 3/211 23838
/proc/meminfo: memFree=19595900/32770624 swapFree=67108860/67108860
[pid=23781] ppid=23778 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/23781/stat : 23781 (java) S 23778 23781 19905 0 -1 1077944320 4339 13175 0 0 1 0 5 3 20 0 6 0 65812287 10212057088 4203 33554432000 4194304 4196468 140729208922912 140729208905456 139825397350135 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
/proc/23781/statm: 2493178 4203 1934 1 0 2481616 0
[pid=23781/tid=23834] ppid=23778 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23834/stat : 23834 (java) R 23778 23781 19905 0 -1 4202560 2153 13175 0 0 0 0 5 3 20 0 6 0 65812296 10212057088 4203 33554432000 4194304 4196468 140729208922912 139825369186896 139825381430622 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23835] ppid=23778 vsize=9972712 memory=5793855762017012153 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23835/stat : 23835 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 6 0 65812297 10212057088 4203 33554432000 4194304 4196468 140729208922912 139825401592336 139825397360341 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23836] ppid=23778 vsize=9972712 memory=140511007118976 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23836/stat : 23836 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 6 0 65812297 10212057088 4203 33554432000 4194304 4196468 140729208922912 139825289865872 139825397360341 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23837] ppid=23778 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23837/stat : 23837 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 6 0 65812297 10212057088 4203 33554432000 4194304 4196468 140729208922912 139825288812816 139825397360341 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23838] ppid=23778 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23838/stat : 23838 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 6 0 65812297 10212057088 4203 33554432000 4194304 4196468 140729208922912 139825287760272 139825397360341 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210211 s]*
/proc/loadavg: 1.22 1.32 1.36 3/220 23847
/proc/meminfo: memFree=19576208/32770624 swapFree=67108860/67108860
[pid=23781] ppid=23778 vsize=10818904 memory=40936 CPUtime=0.26 cores=0,2,4,6
/proc/23781/stat : 23781 (java) S 23778 23781 19905 0 -1 1077944320 7948 13175 0 0 16 2 5 3 20 0 15 0 65812287 11078557696 10234 33554432000 4194304 4196468 140729208922912 140729208905456 139825397350135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
/proc/23781/statm: 2704726 10234 2974 1 0 2667149 0
[pid=23781/tid=23834] ppid=23778 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/23781/task/23834/stat : 23834 (java) R 23778 23781 19905 0 -1 4202560 4532 13175 0 0 10 1 5 3 20 0 15 0 65812296 11078557696 10300 33554432000 4194304 4196468 140729208922912 139825369147056 139825377625895 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23835] ppid=23778 vsize=10818904 memory=4211974237211909514 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23835/stat : 23835 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812297 11078557696 10300 33554432000 4194304 4196468 140729208922912 139825401592336 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23836] ppid=23778 vsize=10818904 memory=140511007118976 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23836/stat : 23836 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812297 11078557696 10300 33554432000 4194304 4196468 140729208922912 139825289865872 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23837] ppid=23778 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23837/stat : 23837 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812297 11078557696 10300 33554432000 4194304 4196468 140729208922912 139825288812816 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23838] ppid=23778 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23838/stat : 23838 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 65812297 11078557696 10300 33554432000 4194304 4196468 140729208922912 139825287760272 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23839] ppid=23778 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23839/stat : 23839 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 65812299 11078557696 10300 33554432000 4194304 4196468 140729208922912 139824856775408 139825397361282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23840] ppid=23778 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23840/stat : 23840 (java) S 23778 23781 19905 0 -1 1077944384 33 13175 0 0 0 0 5 3 20 0 15 0 65812299 11078557696 10366 33554432000 4194304 4196468 140729208922912 139824855721632 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23841] ppid=23778 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23841/stat : 23841 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812299 11078557696 10366 33554432000 4194304 4196468 140729208922912 139824270927088 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23842] ppid=23778 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23842/stat : 23842 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11078557696 10366 33554432000 4194304 4196468 140729208922912 139823963527632 139825397368731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23843] ppid=23778 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23781/task/23843/stat : 23843 (java) S 23778 23781 19905 0 -1 1077944384 477 13175 0 0 1 0 5 3 20 0 15 0 65812302 11078557696 10366 33554432000 4194304 4196468 140729208922912 139824822163696 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23844] ppid=23778 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23844/stat : 23844 (java) S 23778 23781 19905 0 -1 1077944384 143 13175 0 0 0 0 5 3 20 0 15 0 65812302 11078557696 10366 33554432000 4194304 4196468 140729208922912 139824821111152 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23845] ppid=23778 vsize=10818904 memory=140511007118976 CPUtime=0.11 cores=0,2,4,6
/proc/23781/task/23845/stat : 23845 (java) S 23778 23781 19905 0 -1 1077944384 609 13175 0 0 3 0 5 3 20 0 15 0 65812302 11078557696 10366 33554432000 4194304 4196468 140729208922912 139824820058096 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23846] ppid=23778 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23846/stat : 23846 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11078557696 10366 33554432000 4194304 4196468 140729208922912 139823929968992 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23847] ppid=23778 vsize=10818904 memory=140511007118976 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23847/stat : 23847 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812302 11078557696 10366 33554432000 4194304 4196468 140729208922912 139824819006512 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40936 KiB

[startup+0.310487 s]*
/proc/loadavg: 1.22 1.32 1.36 3/220 23847
/proc/meminfo: memFree=19564300/32770624 swapFree=67108860/67108860
[pid=23781] ppid=23778 vsize=10819352 memory=52368 CPUtime=0.39 cores=0,2,4,6
/proc/23781/stat : 23781 (java) S 23778 23781 19905 0 -1 1077944320 10627 13175 0 0 28 3 5 3 20 0 15 0 65812287 11079016448 13092 33554432000 4194304 4196468 140729208922912 140729208905456 139825397350135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
/proc/23781/statm: 2704838 13092 3093 1 0 2667149 0
[pid=23781/tid=23834] ppid=23778 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23781/task/23834/stat : 23834 (java) R 23778 23781 19905 0 -1 4202560 7150 13175 0 0 19 2 5 3 20 0 15 0 65812296 11079016448 13092 33554432000 4194304 4196468 140729208922912 139825369162144 139825377626016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23835] ppid=23778 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23835/stat : 23835 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812297 11079016448 13092 33554432000 4194304 4196468 140729208922912 139825401592336 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23836] ppid=23778 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23836/stat : 23836 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812297 11079016448 13092 33554432000 4194304 4196468 140729208922912 139825289865872 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23837] ppid=23778 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23837/stat : 23837 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812297 11079016448 13092 33554432000 4194304 4196468 140729208922912 139825288812816 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23838] ppid=23778 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23838/stat : 23838 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 65812297 11079016448 13092 33554432000 4194304 4196468 140729208922912 139825287760272 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23839] ppid=23778 vsize=10819352 memory=140511007118975 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23839/stat : 23839 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 65812299 11079016448 13092 33554432000 4194304 4196468 140729208922912 139824856775408 139825397361282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23840] ppid=23778 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23840/stat : 23840 (java) S 23778 23781 19905 0 -1 1077944384 33 13175 0 0 0 0 5 3 20 0 15 0 65812299 11079016448 13092 33554432000 4194304 4196468 140729208922912 139824855721632 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23841] ppid=23778 vsize=10819352 memory=140511007118976 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23841/stat : 23841 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812299 11079016448 13092 33554432000 4194304 4196468 140729208922912 139824270927088 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23842] ppid=23778 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23842/stat : 23842 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11079016448 13092 33554432000 4194304 4196468 140729208922912 139823963527632 139825397368731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23843] ppid=23778 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23781/task/23843/stat : 23843 (java) S 23778 23781 19905 0 -1 1077944384 478 13175 0 0 1 0 5 3 20 0 15 0 65812302 11079016448 13092 33554432000 4194304 4196468 140729208922912 139824822163696 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23844] ppid=23778 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23781/task/23844/stat : 23844 (java) S 23778 23781 19905 0 -1 1077944384 148 13175 0 0 1 0 5 3 20 0 15 0 65812302 11079016448 13092 33554432000 4194304 4196468 140729208922912 139824821111152 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23845] ppid=23778 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/23781/task/23845/stat : 23845 (java) S 23778 23781 19905 0 -1 1077944384 616 13175 0 0 5 0 5 3 20 0 15 0 65812302 11079016448 13092 33554432000 4194304 4196468 140729208922912 139824820058096 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23846] ppid=23778 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23846/stat : 23846 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11079016448 13092 33554432000 4194304 4196468 140729208922912 139823929968992 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23847] ppid=23778 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23847/stat : 23847 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812302 11079016448 13092 33554432000 4194304 4196468 140729208922912 139824819006512 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52368 KiB

[startup+0.700799 s]
/proc/loadavg: 1.22 1.32 1.36 3/220 23847
/proc/meminfo: memFree=19553632/32770624 swapFree=67108860/67108860
[pid=23781] ppid=23778 vsize=10819352 memory=84660 CPUtime=1 cores=0,2,4,6
/proc/23781/stat : 23781 (java) S 23778 23781 19905 0 -1 1077944320 16773 13175 0 0 87 5 5 3 20 0 15 0 65812287 11079016448 21165 33554432000 4194304 4196468 140729208922912 140729208905456 139825397350135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
/proc/23781/statm: 2704838 21165 3237 1 0 2667149 0
[pid=23781/tid=23834] ppid=23778 vsize=10819352 memory=20168 CPUtime=0.67 cores=0,2,4,6
/proc/23781/task/23834/stat : 23834 (java) R 23778 23781 19905 0 -1 4202560 12214 13175 0 0 55 4 5 3 20 0 15 0 65812296 11079016448 21165 33554432000 4194304 4196468 140729208922912 139825369170960 139825380536944 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23835] ppid=23778 vsize=10819352 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23835/stat : 23835 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812297 11079016448 21165 33554432000 4194304 4196468 140729208922912 139825401592336 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23836] ppid=23778 vsize=10819352 memory=140510862025199 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23836/stat : 23836 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812297 11079016448 21165 33554432000 4194304 4196468 140729208922912 139825289865872 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23837] ppid=23778 vsize=10819352 memory=140514150056877 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23837/stat : 23837 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812297 11079016448 21165 33554432000 4194304 4196468 140729208922912 139825288812816 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23838] ppid=23778 vsize=10819352 memory=12184 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23838/stat : 23838 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 65812297 11079016448 21165 33554432000 4194304 4196468 140729208922912 139825287760272 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23839] ppid=23778 vsize=10819352 memory=7305218370954160217 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23839/stat : 23839 (java) S 23778 23781 19905 0 -1 1077944384 5 13175 0 0 0 0 5 3 20 0 15 0 65812299 11079016448 21165 33554432000 4194304 4196468 140729208922912 139824856775408 139825397361282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23840] ppid=23778 vsize=10819352 memory=7019257425709197167 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23840/stat : 23840 (java) S 23778 23781 19905 0 -1 1077944384 33 13175 0 0 0 0 5 3 20 0 15 0 65812299 11079016448 21165 33554432000 4194304 4196468 140729208922912 139824855721632 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23841] ppid=23778 vsize=10819352 memory=5860705283049084265 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23841/stat : 23841 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812299 11079016448 21165 33554432000 4194304 4196468 140729208922912 139824270927088 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23842] ppid=23778 vsize=10819352 memory=3054156605368933524 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23842/stat : 23842 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11079016448 21165 33554432000 4194304 4196468 140729208922912 139823963527632 139825397368731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23843] ppid=23778 vsize=10819352 memory=8326441112149131693 CPUtime=0.16 cores=0,2,4,6
/proc/23781/task/23843/stat : 23843 (java) S 23778 23781 19905 0 -1 1077944384 896 13175 0 0 8 0 5 3 20 0 15 0 65812302 11079016448 21165 33554432000 4194304 4196468 140729208922912 139824822163696 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23844] ppid=23778 vsize=10819352 memory=-7025452035940392864 CPUtime=0.16 cores=0,2,4,6
/proc/23781/task/23844/stat : 23844 (java) S 23778 23781 19905 0 -1 1077944384 742 13175 0 0 8 0 5 3 20 0 15 0 65812302 11079016448 21165 33554432000 4194304 4196468 140729208922912 139824821111152 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23845] ppid=23778 vsize=10819352 memory=6944656592452807326 CPUtime=0.21 cores=0,2,4,6
/proc/23781/task/23845/stat : 23845 (java) S 23778 23781 19905 0 -1 1077944384 683 13175 0 0 13 0 5 3 20 0 15 0 65812302 11079016448 21165 33554432000 4194304 4196468 140729208922912 139824820058096 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23846] ppid=23778 vsize=10819352 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23846/stat : 23846 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11079016448 21165 33554432000 4194304 4196468 140729208922912 139823929968992 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23847] ppid=23778 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23847/stat : 23847 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812302 11079016448 21165 33554432000 4194304 4196468 140729208922912 139824819006512 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84660 KiB

[startup+1.50071 s]
/proc/loadavg: 1.22 1.32 1.36 3/220 23847
/proc/meminfo: memFree=19509536/32770624 swapFree=67108860/67108860
[pid=23781] ppid=23778 vsize=10834252 memory=178808 CPUtime=2.49 cores=0,2,4,6
/proc/23781/stat : 23781 (java) S 23778 23781 19905 0 -1 1077944320 23726 13175 0 0 231 10 5 3 20 0 15 0 65812287 11094274048 44702 33554432000 4194304 4196468 140729208922912 140729208905456 139825397350135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
/proc/23781/statm: 2708563 44702 3472 1 0 2670221 0
[pid=23781/tid=23834] ppid=23778 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/23781/task/23834/stat : 23834 (java) R 23778 23781 19905 0 -1 4202560 17259 13175 0 0 128 6 5 3 20 0 15 0 65812296 11094274048 44702 33554432000 4194304 4196468 140729208922912 139825369167200 139825381430622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23835] ppid=23778 vsize=10834252 memory=98216 CPUtime=0.09 cores=0,2,4,6
/proc/23781/task/23835/stat : 23835 (java) S 23778 23781 19905 0 -1 1077944384 9 13175 0 0 1 0 5 3 20 0 15 0 65812297 11094274048 44702 33554432000 4194304 4196468 140729208922912 139825401592336 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23836] ppid=23778 vsize=10834252 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/23781/task/23836/stat : 23836 (java) S 23778 23781 19905 0 -1 1077944384 54 13175 0 0 1 0 5 3 20 0 15 0 65812297 11094274048 44702 33554432000 4194304 4196468 140729208922912 139825289865872 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23837] ppid=23778 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23837/stat : 23837 (java) S 23778 23781 19905 0 -1 1077944384 34 13175 0 0 0 0 5 3 20 0 15 0 65812297 11094274048 44702 33554432000 4194304 4196468 140729208922912 139825288812816 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23838] ppid=23778 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23781/task/23838/stat : 23838 (java) S 23778 23781 19905 0 -1 1077944384 175 13175 0 0 1 0 5 3 20 0 15 0 65812297 11094274048 44702 33554432000 4194304 4196468 140729208922912 139825287760272 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23839] ppid=23778 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23781/task/23839/stat : 23839 (java) S 23778 23781 19905 0 -1 1077944384 54 13175 0 0 1 0 5 3 20 0 15 0 65812299 11094274048 44702 33554432000 4194304 4196468 140729208922912 139824856775408 139825397361282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23840] ppid=23778 vsize=10834252 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23840/stat : 23840 (java) S 23778 23781 19905 0 -1 1077944384 33 13175 0 0 0 0 5 3 20 0 15 0 65812299 11094274048 44702 33554432000 4194304 4196468 140729208922912 139824855721696 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23841] ppid=23778 vsize=10834252 memory=4312 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23841/stat : 23841 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 65812299 11094274048 44702 33554432000 4194304 4196468 140729208922912 139824270927104 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23842] ppid=23778 vsize=10834252 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23842/stat : 23842 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11094274048 44702 33554432000 4194304 4196468 140729208922912 139823963527632 139825397368731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23843] ppid=23778 vsize=10834252 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/23781/task/23843/stat : 23843 (java) S 23778 23781 19905 0 -1 1077944384 1161 13175 0 0 22 0 5 3 20 0 15 0 65812302 11094274048 44702 33554432000 4194304 4196468 140729208922912 139824822163696 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23844] ppid=23778 vsize=10834252 memory=242898587161406 CPUtime=0.38 cores=0,2,4,6
/proc/23781/task/23844/stat : 23844 (java) S 23778 23781 19905 0 -1 1077944384 1256 13175 0 0 30 0 5 3 20 0 15 0 65812302 11094274048 44702 33554432000 4194304 4196468 140729208922912 139824821111152 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23845] ppid=23778 vsize=10834252 memory=315765 CPUtime=0.49 cores=0,2,4,6
/proc/23781/task/23845/stat : 23845 (java) S 23778 23781 19905 0 -1 1077944384 1498 13175 0 0 41 0 5 3 20 0 15 0 65812302 11094274048 44702 33554432000 4194304 4196468 140729208922912 139824820058096 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23846] ppid=23778 vsize=10834252 memory=6935650355271196736 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23846/stat : 23846 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11094274048 44702 33554432000 4194304 4196468 140729208922912 139823929968992 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23847] ppid=23778 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23847/stat : 23847 (java) S 23778 23781 19905 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 65812302 11094274048 44702 33554432000 4194304 4196468 140729208922912 139824819006512 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834252 KiB

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

/proc/23781/task/23834/stat : 23834 (java) R 23778 23781 19905 0 -1 4202560 96255 13175 0 0 235360 54 5 3 20 0 15 0 65812296 11176083456 298420 33554432000 4194304 4196468 140729208922912 139825369184432 139824964430219 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23835] ppid=23778 vsize=10914144 memory=1193664 CPUtime=12.37 cores=0,2,4,6
/proc/23781/task/23835/stat : 23835 (java) S 23778 23781 19905 0 -1 1077944384 20485 13175 0 0 1165 64 5 3 20 0 15 0 65812297 11176083456 298420 33554432000 4194304 4196468 140729208922912 139825401592336 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23836] ppid=23778 vsize=10914144 memory=1193680 CPUtime=12.41 cores=0,2,4,6
/proc/23781/task/23836/stat : 23836 (java) S 23778 23781 19905 0 -1 1077944384 16727 13175 0 0 1169 64 5 3 20 0 15 0 65812297 11176083456 298420 33554432000 4194304 4196468 140729208922912 139825289865872 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23837] ppid=23778 vsize=10914144 memory=1193680 CPUtime=12.4 cores=0,2,4,6
/proc/23781/task/23837/stat : 23837 (java) S 23778 23781 19905 0 -1 1077944384 19631 13175 0 0 1172 60 5 3 20 0 15 0 65812297 11176083456 298420 33554432000 4194304 4196468 140729208922912 139825288812816 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23838] ppid=23778 vsize=10914144 memory=281021724490816 CPUtime=12.38 cores=0,2,4,6
/proc/23781/task/23838/stat : 23838 (java) S 23778 23781 19905 0 -1 1077944384 21558 13175 0 0 1166 64 5 3 20 0 15 0 65812297 11176083456 298420 33554432000 4194304 4196468 140729208922912 139825287760272 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23839] ppid=23778 vsize=10914144 memory=1193616 CPUtime=11.74 cores=0,2,4,6
/proc/23781/task/23839/stat : 23839 (java) S 23778 23781 19905 0 -1 1077944384 19984 13175 0 0 1103 63 5 3 20 0 15 0 65812299 11176083456 298420 33554432000 4194304 4196468 140729208922912 139824856775408 139825397361282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23840] ppid=23778 vsize=10914144 memory=1236 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23840/stat : 23840 (java) S 23778 23781 19905 0 -1 1077944384 37 13175 0 0 0 0 5 3 20 0 15 0 65812299 11176083456 298420 33554432000 4194304 4196468 140729208922912 139824855721760 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23841] ppid=23778 vsize=10914144 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23841/stat : 23841 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 65812299 11176083456 298420 33554432000 4194304 4196468 140729208922912 139824270927104 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23842] ppid=23778 vsize=10914144 memory=4036 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23842/stat : 23842 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11176083456 298420 33554432000 4194304 4196468 140729208922912 139823963527632 139825397368731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23843] ppid=23778 vsize=10914144 memory=4620 CPUtime=2.72 cores=0,2,4,6
/proc/23781/task/23843/stat : 23843 (java) S 23778 23781 19905 0 -1 1077944384 10719 13175 0 0 261 3 5 3 20 0 15 0 65812302 11176083456 298420 33554432000 4194304 4196468 140729208922912 139824822163696 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23844] ppid=23778 vsize=10914144 memory=1424 CPUtime=3.07 cores=0,2,4,6
/proc/23781/task/23844/stat : 23844 (java) S 23778 23781 19905 0 -1 1077944384 9570 13175 0 0 296 3 5 3 20 0 15 0 65812302 11176083456 298420 33554432000 4194304 4196468 140729208922912 139824821111152 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23845] ppid=23778 vsize=10914144 memory=1956 CPUtime=1.88 cores=0,2,4,6
/proc/23781/task/23845/stat : 23845 (java) S 23778 23781 19905 0 -1 1077944384 15307 13175 0 0 176 4 5 3 20 0 15 0 65812302 11176083456 298420 33554432000 4194304 4196468 140729208922912 139824820058096 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23846] ppid=23778 vsize=10914144 memory=1204 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23846/stat : 23846 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11176083456 298420 33554432000 4194304 4196468 140729208922912 139823929968992 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23847] ppid=23778 vsize=10914144 memory=1193680 CPUtime=1.61 cores=0,2,4,6
/proc/23781/task/23847/stat : 23847 (java) S 23778 23781 19905 0 -1 1077944384 1203 13175 0 0 75 78 5 3 20 0 15 0 65812302 11176083456 298420 33554432000 4194304 4196468 140729208922912 139824819006512 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
Current children cumulated CPU time: 2424.19 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1193680 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.38 1.42 3/220 24078
/proc/meminfo: memFree=18506932/32770624 swapFree=67108860/67108860
[pid=23781] ppid=23778 vsize=10914144 memory=1193752 CPUtime=2485.13 cores=0,2,4,6
/proc/23781/stat : 23781 (java) S 23778 23781 19905 0 -1 1077944320 235178 13175 0 0 248118 387 5 3 20 0 15 0 65812287 11176083456 298438 33554432000 4194304 4196468 140729208922912 140729208905456 139825397350135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
/proc/23781/statm: 2728536 298438 3518 1 0 2690189 0
[pid=23781/tid=23834] ppid=23778 vsize=10914144 memory=1193752 CPUtime=2413.48 cores=0,2,4,6
/proc/23781/task/23834/stat : 23834 (java) R 23778 23781 19905 0 -1 4202560 97075 13175 0 0 241286 54 5 3 20 0 15 0 65812296 11176083456 298438 33554432000 4194304 4196468 140729208922912 139825369184192 139824975203135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23835] ppid=23778 vsize=10914144 memory=1193752 CPUtime=12.71 cores=0,2,4,6
/proc/23781/task/23835/stat : 23835 (java) S 23778 23781 19905 0 -1 1077944384 20510 13175 0 0 1197 66 5 3 20 0 15 0 65812297 11176083456 298438 33554432000 4194304 4196468 140729208922912 139825401592336 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23836] ppid=23778 vsize=10914144 memory=1193752 CPUtime=12.74 cores=0,2,4,6
/proc/23781/task/23836/stat : 23836 (java) S 23778 23781 19905 0 -1 1077944384 16998 13175 0 0 1201 65 5 3 20 0 15 0 65812297 11176083456 298438 33554432000 4194304 4196468 140729208922912 139825289865872 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23837] ppid=23778 vsize=10914144 memory=288230574492221466 CPUtime=12.73 cores=0,2,4,6
/proc/23781/task/23837/stat : 23837 (java) S 23778 23781 19905 0 -1 1077944384 19695 13175 0 0 1204 61 5 3 20 0 15 0 65812297 11176083456 298438 33554432000 4194304 4196468 140729208922912 139825288812816 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23838] ppid=23778 vsize=10914144 memory=1193752 CPUtime=12.72 cores=0,2,4,6
/proc/23781/task/23838/stat : 23838 (java) S 23778 23781 19905 0 -1 1077944384 21651 13175 0 0 1198 66 5 3 20 0 15 0 65812297 11176083456 298438 33554432000 4194304 4196468 140729208922912 139825287760272 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23839] ppid=23778 vsize=10914144 memory=1193752 CPUtime=12.05 cores=0,2,4,6
/proc/23781/task/23839/stat : 23839 (java) S 23778 23781 19905 0 -1 1077944384 20182 13175 0 0 1132 65 5 3 20 0 15 0 65812299 11176083456 298438 33554432000 4194304 4196468 140729208922912 139824856775408 139825397361282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23840] ppid=23778 vsize=10914144 memory=1193752 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23840/stat : 23840 (java) S 23778 23781 19905 0 -1 1077944384 37 13175 0 0 0 0 5 3 20 0 15 0 65812299 11176083456 298438 33554432000 4194304 4196468 140729208922912 139824855721760 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23841] ppid=23778 vsize=10914144 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23841/stat : 23841 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 65812299 11176083456 298438 33554432000 4194304 4196468 140729208922912 139824270927104 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23842] ppid=23778 vsize=10914144 memory=1193752 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23842/stat : 23842 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11176083456 298438 33554432000 4194304 4196468 140729208922912 139823963527632 139825397368731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23843] ppid=23778 vsize=10914144 memory=1193752 CPUtime=2.72 cores=0,2,4,6
/proc/23781/task/23843/stat : 23843 (java) S 23778 23781 19905 0 -1 1077944384 10722 13175 0 0 261 3 5 3 20 0 15 0 65812302 11176083456 298438 33554432000 4194304 4196468 140729208922912 139824822163696 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23844] ppid=23778 vsize=10914144 memory=1193752 CPUtime=3.07 cores=0,2,4,6
/proc/23781/task/23844/stat : 23844 (java) S 23778 23781 19905 0 -1 1077944384 9572 13175 0 0 296 3 5 3 20 0 15 0 65812302 11176083456 298438 33554432000 4194304 4196468 140729208922912 139824821111152 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23845] ppid=23778 vsize=10914144 memory=1193752 CPUtime=1.88 cores=0,2,4,6
/proc/23781/task/23845/stat : 23845 (java) S 23778 23781 19905 0 -1 1077944384 15309 13175 0 0 176 4 5 3 20 0 15 0 65812302 11176083456 298438 33554432000 4194304 4196468 140729208922912 139824820058096 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23846] ppid=23778 vsize=10914144 memory=1788 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23846/stat : 23846 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11176083456 298438 33554432000 4194304 4196468 140729208922912 139823929968992 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23847] ppid=23778 vsize=10914144 memory=1193752 CPUtime=1.65 cores=0,2,4,6
/proc/23781/task/23847/stat : 23847 (java) S 23778 23781 19905 0 -1 1077944384 1232 13175 0 0 77 80 5 3 20 0 15 0 65812302 11176083456 298438 33554432000 4194304 4196468 140729208922912 139824819006512 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
Current children cumulated CPU time: 2485.13 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1193752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.7 s]
/proc/loadavg: 1.42 1.38 1.42 3/220 24079
/proc/meminfo: memFree=18505068/32770624 swapFree=67108860/67108860
[pid=23781] ppid=23778 vsize=10914144 memory=1195860 CPUtime=2520.07 cores=0,2,4,6
/proc/23781/stat : 23781 (java) S 23778 23781 19905 0 -1 1077944320 236431 13175 0 0 251607 392 5 3 20 0 15 0 65812287 11176083456 298965 33554432000 4194304 4196468 140729208922912 140729208905456 139825397350135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
/proc/23781/statm: 2728536 298965 3518 1 0 2690189 0
[pid=23781/tid=23834] ppid=23778 vsize=10914144 memory=1195860 CPUtime=2447.48 cores=0,2,4,6
/proc/23781/task/23834/stat : 23834 (java) R 23778 23781 19905 0 -1 4202560 97672 13175 0 0 244685 55 5 3 20 0 15 0 65812296 11176083456 298965 33554432000 4194304 4196468 140729208922912 139825369184192 139824959136926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23835] ppid=23778 vsize=10914144 memory=1700 CPUtime=12.9 cores=0,2,4,6
/proc/23781/task/23835/stat : 23835 (java) S 23778 23781 19905 0 -1 1077944384 20577 13175 0 0 1215 67 5 3 20 0 15 0 65812297 11176083456 298965 33554432000 4194304 4196468 140729208922912 139825401592336 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23836] ppid=23778 vsize=10914144 memory=1195860 CPUtime=12.93 cores=0,2,4,6
/proc/23781/task/23836/stat : 23836 (java) S 23778 23781 19905 0 -1 1077944384 17271 13175 0 0 1219 66 5 3 20 0 15 0 65812297 11176083456 298965 33554432000 4194304 4196468 140729208922912 139825289865872 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23837] ppid=23778 vsize=10914144 memory=1195860 CPUtime=12.92 cores=0,2,4,6
/proc/23781/task/23837/stat : 23837 (java) S 23778 23781 19905 0 -1 1077944384 19702 13175 0 0 1222 62 5 3 20 0 15 0 65812297 11176083456 298965 33554432000 4194304 4196468 140729208922912 139825288812816 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23838] ppid=23778 vsize=10914144 memory=1195860 CPUtime=12.91 cores=0,2,4,6
/proc/23781/task/23838/stat : 23838 (java) S 23778 23781 19905 0 -1 1077944384 21748 13175 0 0 1216 67 5 3 20 0 15 0 65812297 11176083456 298965 33554432000 4194304 4196468 140729208922912 139825287760272 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23839] ppid=23778 vsize=10914144 memory=1195860 CPUtime=12.22 cores=0,2,4,6
/proc/23781/task/23839/stat : 23839 (java) S 23778 23781 19905 0 -1 1077944384 20372 13175 0 0 1148 66 5 3 20 0 15 0 65812299 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824856775408 139825397361282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23840] ppid=23778 vsize=10914144 memory=1195860 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23840/stat : 23840 (java) S 23778 23781 19905 0 -1 1077944384 37 13175 0 0 0 0 5 3 20 0 15 0 65812299 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824855721760 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23841] ppid=23778 vsize=10914144 memory=1195860 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23841/stat : 23841 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 65812299 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824270927104 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23842] ppid=23778 vsize=10914144 memory=1195860 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23842/stat : 23842 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139823963527632 139825397368731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23843] ppid=23778 vsize=10914144 memory=4036 CPUtime=2.72 cores=0,2,4,6
/proc/23781/task/23843/stat : 23843 (java) S 23778 23781 19905 0 -1 1077944384 10724 13175 0 0 261 3 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824822163696 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23844] ppid=23778 vsize=10914144 memory=20216 CPUtime=3.07 cores=0,2,4,6
/proc/23781/task/23844/stat : 23844 (java) S 23778 23781 19905 0 -1 1077944384 9574 13175 0 0 296 3 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824821111152 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23845] ppid=23778 vsize=10914144 memory=1195860 CPUtime=1.88 cores=0,2,4,6
/proc/23781/task/23845/stat : 23845 (java) S 23778 23781 19905 0 -1 1077944384 15311 13175 0 0 176 4 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824820058096 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23846] ppid=23778 vsize=10914144 memory=1195860 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23846/stat : 23846 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139823929968992 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23847] ppid=23778 vsize=10914144 memory=4036 CPUtime=1.67 cores=0,2,4,6
/proc/23781/task/23847/stat : 23847 (java) S 23778 23781 19905 0 -1 1077944384 1248 13175 0 0 78 81 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824819006512 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1195860 KiB

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

[startup+2476.73 s]
# the end of solver process 23781 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.15 s, system=3.96846 s

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

[startup+2476.7 s]
/proc/loadavg: 1.42 1.38 1.42 3/220 24079
/proc/meminfo: memFree=18505068/32770624 swapFree=67108860/67108860
[pid=23781] ppid=23778 vsize=10914144 memory=1195860 CPUtime=2520.07 cores=0,2,4,6
/proc/23781/stat : 23781 (java) S 23778 23781 19905 0 -1 1077944320 236431 13175 0 0 251607 392 5 3 20 0 15 0 65812287 11176083456 298965 33554432000 4194304 4196468 140729208922912 140729208905456 139825397350135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
/proc/23781/statm: 2728536 298965 3518 1 0 2690189 0
[pid=23781/tid=23834] ppid=23778 vsize=10914144 memory=1195860 CPUtime=2447.48 cores=0,2,4,6
/proc/23781/task/23834/stat : 23834 (java) R 23778 23781 19905 0 -1 4202560 97672 13175 0 0 244685 55 5 3 20 0 15 0 65812296 11176083456 298965 33554432000 4194304 4196468 140729208922912 139825369184192 139824959136926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23835] ppid=23778 vsize=10914144 memory=1700 CPUtime=12.9 cores=0,2,4,6
/proc/23781/task/23835/stat : 23835 (java) S 23778 23781 19905 0 -1 1077944384 20577 13175 0 0 1215 67 5 3 20 0 15 0 65812297 11176083456 298965 33554432000 4194304 4196468 140729208922912 139825401592336 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23836] ppid=23778 vsize=10914144 memory=1195860 CPUtime=12.93 cores=0,2,4,6
/proc/23781/task/23836/stat : 23836 (java) S 23778 23781 19905 0 -1 1077944384 17271 13175 0 0 1219 66 5 3 20 0 15 0 65812297 11176083456 298965 33554432000 4194304 4196468 140729208922912 139825289865872 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23837] ppid=23778 vsize=10914144 memory=1195860 CPUtime=12.92 cores=0,2,4,6
/proc/23781/task/23837/stat : 23837 (java) S 23778 23781 19905 0 -1 1077944384 19702 13175 0 0 1222 62 5 3 20 0 15 0 65812297 11176083456 298965 33554432000 4194304 4196468 140729208922912 139825288812816 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23838] ppid=23778 vsize=10914144 memory=1195860 CPUtime=12.91 cores=0,2,4,6
/proc/23781/task/23838/stat : 23838 (java) S 23778 23781 19905 0 -1 1077944384 21748 13175 0 0 1216 67 5 3 20 0 15 0 65812297 11176083456 298965 33554432000 4194304 4196468 140729208922912 139825287760272 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23839] ppid=23778 vsize=10914144 memory=1195860 CPUtime=12.22 cores=0,2,4,6
/proc/23781/task/23839/stat : 23839 (java) S 23778 23781 19905 0 -1 1077944384 20372 13175 0 0 1148 66 5 3 20 0 15 0 65812299 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824856775408 139825397361282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23840] ppid=23778 vsize=10914144 memory=1195860 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23840/stat : 23840 (java) S 23778 23781 19905 0 -1 1077944384 37 13175 0 0 0 0 5 3 20 0 15 0 65812299 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824855721760 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23841] ppid=23778 vsize=10914144 memory=1195860 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23841/stat : 23841 (java) S 23778 23781 19905 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 65812299 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824270927104 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23842] ppid=23778 vsize=10914144 memory=1195860 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23842/stat : 23842 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139823963527632 139825397368731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23843] ppid=23778 vsize=10914144 memory=4036 CPUtime=2.72 cores=0,2,4,6
/proc/23781/task/23843/stat : 23843 (java) S 23778 23781 19905 0 -1 1077944384 10724 13175 0 0 261 3 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824822163696 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23844] ppid=23778 vsize=10914144 memory=20216 CPUtime=3.07 cores=0,2,4,6
/proc/23781/task/23844/stat : 23844 (java) S 23778 23781 19905 0 -1 1077944384 9574 13175 0 0 296 3 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824821111152 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23845] ppid=23778 vsize=10914144 memory=1195860 CPUtime=1.88 cores=0,2,4,6
/proc/23781/task/23845/stat : 23845 (java) S 23778 23781 19905 0 -1 1077944384 15311 13175 0 0 176 4 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824820058096 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23846] ppid=23778 vsize=10914144 memory=1195860 CPUtime=0.08 cores=0,2,4,6
/proc/23781/task/23846/stat : 23846 (java) S 23778 23781 19905 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139823929968992 139825397360341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
[pid=23781/tid=23847] ppid=23778 vsize=10914144 memory=4036 CPUtime=1.67 cores=0,2,4,6
/proc/23781/task/23847/stat : 23847 (java) S 23778 23781 19905 0 -1 1077944384 1248 13175 0 0 78 81 5 3 20 0 15 0 65812302 11176083456 298965 33554432000 4194304 4196468 140729208922912 139824819006512 139825397361282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29573120 140729208928878 140729208931676 140729208931676 140729208934351 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1195860 KiB

Child status: 143
Real time (s): 2476.73
CPU time (s): 2520.12
CPU user time (s): 2516.15
CPU system time (s): 3.96846
CPU usage (%): 101.752
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1305816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.15
system time used= 3.96846
maximum resident set size= 1307864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251028
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 317179
involuntary context switches= 10834


# summary of solver processes directly reported to runsolver:
#   pid: 23781
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.15
#   total CPU system time (s): 3.96846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1043 second user time and 23.5399 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 03:34:51
IDJOB=4294715
IDBENCH=141414
IDSOLVER=2750
FILE ID=node133/4294715-1532482491
RUNJOBID= node133-1532466433-19936
PBS_JOBID= 21021582
Free space on /tmp= 48236 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294715-1532482491/watcher-4294715-1532482491 -o /tmp/evaluation-result-4294715-1532482491/solver-4294715-1532482491 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1468806077 HOME/instance-4294715-1532482491.xml

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

MD5SUM BENCH= d20946c70cb8756d1a4b7fb63c02a1de
RANDOM SEED=1468806077

node133.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.24
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.24
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.24
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.24
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:        19601116 kB
MemAvailable:   30670128 kB
Buffers:          160428 kB
Cached:         11069944 kB
SwapCached:            0 kB
Active:          3955300 kB
Inactive:        8595832 kB
Active(anon):    1271992 kB
Inactive(anon):    68468 kB
Active(file):    2683308 kB
Inactive(file):  8527364 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26428 kB
Writeback:             0 kB
AnonPages:       1327736 kB
Mapped:            52032 kB
Shmem:             17056 kB
Slab:             314336 kB
SReclaimable:     286800 kB
SUnreclaim:        27536 kB
KernelStack:        3600 kB
PageTables:         7812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2327360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1112064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48208 MiB
End job on node133 at 2018-07-25 04:16:08