Trace number 4302418

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? (TO) 252.481 194.294

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko90_c18.xml
MD5SUMe1bd5b7e730358cb8a15a6f1e37f47a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64864
Best CPU time to get the best result obtained on this benchmark252.148
Satisfiable
(Un)Satisfiability was proved
Number of variables8190
Number of constraints4006
Number of domains2
Minimum domain size8
Maximum domain size90
Distribution of domain sizes[{"size":8,"count":4005},{"size":90,"count":90}]
Minimum variable degree0
Maximum variable degree90
Distribution of variable degrees[{"degree":0,"count":4095},{"degree":2,"count":4005},{"degree":90,"count":90}]
Minimum constraint arity3
Maximum constraint arity90
Distribution of constraint arities[{"arity":3,"count":4005},{"arity":90,"count":1}]
Number of extensional constraints4005
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4005},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.73	c Concrete v3.9.2.1532736233296 running
252.36/194.23	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.36/194.23		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.36/194.23		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.36/194.23		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.36/194.23		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
252.36/194.23		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
252.36/194.23		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.36/194.23		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.36/194.23		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.36/194.23		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.36/194.23		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.36/194.23		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.36/194.23		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.36/194.23		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.36/194.23		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.36/194.23		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.36/194.23		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.36/194.23		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.36/194.23		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.36/194.23		at scala.Option.map(Option.scala:146)
252.36/194.23		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.36/194.23		at concrete.MAC.mac(MAC.scala:203)
252.36/194.23		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.36/194.23		at scala.util.Try$.apply(Try.scala:209)
252.36/194.23		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.36/194.23		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.36/194.23		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.36/194.23		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.36/194.23		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.36/194.23		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.36/194.23		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.36/194.23		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.36/194.23		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.36/194.23		at concrete.MAC.oneRun(MAC.scala:253)
252.36/194.23		at concrete.MAC.nextSolution(MAC.scala:272)
252.36/194.23		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.36/194.23		at concrete.ProblemState.map(ProblemState.scala:221)
252.36/194.23		at concrete.ProblemState.map(ProblemState.scala:204)
252.36/194.23		at concrete.MAC.nextSolution(MAC.scala:334)
252.36/194.23		at concrete.Solver.hasNext(Solver.scala:166)
252.36/194.23		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.36/194.23		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.36/194.23		at concrete.Solver.foreach(Solver.scala:68)
252.36/194.23		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.36/194.23		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.36/194.23		at scala.util.Success.map(Try.scala:209)
252.36/194.23		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.36/194.23		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.36/194.23		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.36/194.23		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.36/194.23		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.36/194.23		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.36/194.23		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.36/194.23		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.36/194.23		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.36/194.23		at scala.collection.immutable.List.foreach(List.scala:389)
252.36/194.23		at scala.App.main(App.scala:76)
252.36/194.23		at scala.App.main$(App.scala:74)
252.36/194.23		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.36/194.23		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.36/194.23	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 (10548 MiB free)
  memory of node 1: 16384 MiB (14063 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 1,3,5,7

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


[startup+0.100158 s]*
/proc/loadavg: 1.20 1.41 1.42 4/207 14570
/proc/meminfo: memFree=25194100/32770624 swapFree=67108688/67108860
[pid=14513] ppid=14510 vsize=10005480 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/14513/stat : 14513 (java) S 14510 14513 6529 0 -1 1077944320 4428 13149 0 0 1 1 4 3 20 0 6 0 107188688 10245611520 4270 33554432000 4194304 4196468 140731004767280 140731004749824 139954688745207 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
/proc/14513/statm: 2501370 4270 1935 1 0 2489808 0
[pid=14513/tid=14566] ppid=14510 vsize=10005480 memory=4279135703913364878 CPUtime=0.08 cores=1,3,5,7
/proc/14513/task/14566/stat : 14566 (java) R 14510 14513 6529 0 -1 4202560 2268 13149 0 0 1 0 4 3 20 0 6 0 107188697 10245611520 4336 33554432000 4194304 4196468 140731004767280 139954660581968 139954672825694 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14567] ppid=14510 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14567/stat : 14567 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 6 0 107188698 10245611520 4336 33554432000 4194304 4196468 140731004767280 139954692987920 139954688755413 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14568] ppid=14510 vsize=10005480 memory=140060678133376 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14568/stat : 14568 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 6 0 107188698 10245611520 4336 33554432000 4194304 4196468 140731004767280 139954547707024 139954688755413 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14569] ppid=14510 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14569/stat : 14569 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 6 0 107188698 10245611520 4336 33554432000 4194304 4196468 140731004767280 139954546653968 139954688755413 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14570] ppid=14510 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14570/stat : 14570 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 6 0 107188698 10245611520 4336 33554432000 4194304 4196468 140731004767280 139954545601424 139954688755413 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209961 s]*
/proc/loadavg: 1.20 1.41 1.42 4/216 14579
/proc/meminfo: memFree=25169636/32770624 swapFree=67108688/67108860
[pid=14513] ppid=14510 vsize=10983736 memory=46180 CPUtime=0.25 cores=1,3,5,7
/proc/14513/stat : 14513 (java) S 14510 14513 6529 0 -1 1077944320 8234 13149 0 0 17 1 4 3 20 0 15 0 107188688 11247345664 11545 33554432000 4194304 4196468 140731004767280 140731004749824 139954688745207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
/proc/14513/statm: 2745934 11545 2955 1 0 2708357 0
[pid=14513/tid=14566] ppid=14510 vsize=10985364 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/14513/task/14566/stat : 14566 (java) R 14510 14513 6529 0 -1 4202560 5213 13149 0 0 11 1 4 3 20 0 15 0 107188697 11249012736 11941 33554432000 4194304 4196468 140731004767280 139954660570016 139954681424925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14567] ppid=14510 vsize=10985364 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14567/stat : 14567 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 15 0 107188698 11249012736 11941 33554432000 4194304 4196468 140731004767280 139954692987920 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14568] ppid=14510 vsize=10985364 memory=140060678772678 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14568/stat : 14568 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 15 0 107188698 11249012736 12007 33554432000 4194304 4196468 140731004767280 139954547707024 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14569] ppid=14510 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14569/stat : 14569 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188698 11249012736 12007 33554432000 4194304 4196468 140731004767280 139954546653968 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14570] ppid=14510 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14570/stat : 14570 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188698 11249012736 12007 33554432000 4194304 4196468 140731004767280 139954545601424 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14571] ppid=14510 vsize=10985364 memory=140060678133376 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14571/stat : 14571 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 15 0 107188699 11249012736 12007 33554432000 4194304 4196468 140731004767280 139954113947888 139954688756354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14572] ppid=14510 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14572/stat : 14572 (java) S 14510 14513 6529 0 -1 1077944384 13 13149 0 0 0 0 4 3 20 0 15 0 107188699 11249012736 12007 33554432000 4194304 4196468 140731004767280 139953522599072 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14573] ppid=14510 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14573/stat : 14573 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188700 11249012736 12073 33554432000 4194304 4196468 140731004767280 139953321272048 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14574] ppid=14510 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14574/stat : 14574 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188702 11249012736 12073 33554432000 4194304 4196468 140731004767280 139953013872592 139954688763803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14575] ppid=14510 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14513/task/14575/stat : 14575 (java) S 14510 14513 6529 0 -1 1077944384 428 13149 0 0 1 0 4 3 20 0 15 0 107188702 11249012736 12073 33554432000 4194304 4196468 140731004767280 139954112895728 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14576] ppid=14510 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14513/task/14576/stat : 14576 (java) S 14510 14513 6529 0 -1 1077944384 192 13149 0 0 1 0 4 3 20 0 15 0 107188702 11249012736 12073 33554432000 4194304 4196468 140731004767280 139954111843184 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14577] ppid=14510 vsize=10985364 memory=140060678133376 CPUtime=0.1 cores=1,3,5,7
/proc/14513/task/14577/stat : 14577 (java) S 14510 14513 6529 0 -1 1077944384 603 13149 0 0 3 0 4 3 20 0 15 0 107188702 11249012736 12073 33554432000 4194304 4196468 140731004767280 139954110790128 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14578] ppid=14510 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14578/stat : 14578 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188703 11249012736 11722 33554432000 4194304 4196468 140731004767280 139952583076704 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14579] ppid=14510 vsize=10985364 memory=140060678133376 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14579/stat : 14579 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188703 11249012736 11722 33554432000 4194304 4196468 140731004767280 139954109737520 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 46180 KiB

[startup+0.310346 s]*
/proc/loadavg: 1.20 1.41 1.42 4/216 14579
/proc/meminfo: memFree=25156364/32770624 swapFree=67108688/67108860
[pid=14513] ppid=14510 vsize=10983192 memory=56356 CPUtime=0.38 cores=1,3,5,7
/proc/14513/stat : 14513 (java) S 14510 14513 6529 0 -1 1077944320 10671 13149 0 0 29 2 4 3 20 0 15 0 107188688 11246788608 14089 33554432000 4194304 4196468 140731004767280 140731004749824 139954688745207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
/proc/14513/statm: 2745798 14089 3074 1 0 2708109 0
[pid=14513/tid=14566] ppid=14510 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/14513/task/14566/stat : 14566 (java) R 14510 14513 6529 0 -1 4202560 7226 13149 0 0 20 1 4 3 20 0 15 0 107188697 11246788608 14089 33554432000 4194304 4196468 140731004767280 139954660557216 139954680982334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14567] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14567/stat : 14567 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 15 0 107188698 11246788608 14089 33554432000 4194304 4196468 140731004767280 139954692987920 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14568] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14568/stat : 14568 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 15 0 107188698 11246788608 14089 33554432000 4194304 4196468 140731004767280 139954547707024 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14569] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14569/stat : 14569 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188698 11246788608 14089 33554432000 4194304 4196468 140731004767280 139954546653968 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14570] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14570/stat : 14570 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188698 11246788608 14089 33554432000 4194304 4196468 140731004767280 139954545601424 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14571] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14571/stat : 14571 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 15 0 107188699 11246788608 14089 33554432000 4194304 4196468 140731004767280 139954113947888 139954688756354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14572] ppid=14510 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14572/stat : 14572 (java) S 14510 14513 6529 0 -1 1077944384 13 13149 0 0 0 0 4 3 20 0 15 0 107188699 11246788608 14089 33554432000 4194304 4196468 140731004767280 139953522599072 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14573] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14573/stat : 14573 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188700 11246788608 14089 33554432000 4194304 4196468 140731004767280 139953321272048 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14574] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14574/stat : 14574 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188702 11246788608 14089 33554432000 4194304 4196468 140731004767280 139953013872592 139954688763803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14575] ppid=14510 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14513/task/14575/stat : 14575 (java) S 14510 14513 6529 0 -1 1077944384 428 13149 0 0 1 0 4 3 20 0 15 0 107188702 11246788608 14089 33554432000 4194304 4196468 140731004767280 139954112895728 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14576] ppid=14510 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14513/task/14576/stat : 14576 (java) S 14510 14513 6529 0 -1 1077944384 193 13149 0 0 1 0 4 3 20 0 15 0 107188702 11246788608 14089 33554432000 4194304 4196468 140731004767280 139954111843184 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14577] ppid=14510 vsize=10983192 memory=140060678133376 CPUtime=0.12 cores=1,3,5,7
/proc/14513/task/14577/stat : 14577 (java) R 14510 14513 6529 0 -1 4202560 611 13149 0 0 5 0 4 3 20 0 15 0 107188702 11246788608 14089 33554432000 4194304 4196468 140731004767280 139954110790128 139954680982334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14578] ppid=14510 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14578/stat : 14578 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188703 11246788608 14089 33554432000 4194304 4196468 140731004767280 139952583076704 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14579] ppid=14510 vsize=10983192 memory=140060678133376 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14579/stat : 14579 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188703 11246788608 14089 33554432000 4194304 4196468 140731004767280 139954109737520 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56356 KiB

[startup+0.700755 s]
/proc/loadavg: 1.20 1.41 1.42 6/216 14579
/proc/meminfo: memFree=25146568/32770624 swapFree=67108688/67108860
[pid=14513] ppid=14510 vsize=10983192 memory=88792 CPUtime=0.99 cores=1,3,5,7
/proc/14513/stat : 14513 (java) S 14510 14513 6529 0 -1 1077944320 16756 13149 0 0 88 4 4 3 20 0 15 0 107188688 11246788608 22198 33554432000 4194304 4196468 140731004767280 140731004749824 139954688745207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
/proc/14513/statm: 2745798 22198 3238 1 0 2708109 0
[pid=14513/tid=14566] ppid=14510 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/14513/task/14566/stat : 14566 (java) R 14510 14513 6529 0 -1 4202560 12227 13149 0 0 56 3 4 3 20 0 15 0 107188697 11246788608 22198 33554432000 4194304 4196468 140731004767280 139954660566032 139954669020537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14567] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14567/stat : 14567 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 15 0 107188698 11246788608 22198 33554432000 4194304 4196468 140731004767280 139954692987920 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14568] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14568/stat : 14568 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 15 0 107188698 11246788608 22198 33554432000 4194304 4196468 140731004767280 139954547707024 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14569] ppid=14510 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14569/stat : 14569 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188698 11246788608 22198 33554432000 4194304 4196468 140731004767280 139954546653968 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14570] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14570/stat : 14570 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188698 11246788608 22198 33554432000 4194304 4196468 140731004767280 139954545601424 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14571] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14571/stat : 14571 (java) S 14510 14513 6529 0 -1 1077944384 5 13149 0 0 0 0 4 3 20 0 15 0 107188699 11246788608 22198 33554432000 4194304 4196468 140731004767280 139954113947888 139954688756354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14572] ppid=14510 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14572/stat : 14572 (java) S 14510 14513 6529 0 -1 1077944384 13 13149 0 0 0 0 4 3 20 0 15 0 107188699 11246788608 22198 33554432000 4194304 4196468 140731004767280 139953522599072 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14573] ppid=14510 vsize=10983192 memory=140060561388304 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14573/stat : 14573 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188700 11246788608 22198 33554432000 4194304 4196468 140731004767280 139953321272048 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14574] ppid=14510 vsize=10983192 memory=140063178490449 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14574/stat : 14574 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188702 11246788608 22198 33554432000 4194304 4196468 140731004767280 139953013872592 139954688763803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14575] ppid=14510 vsize=10983192 memory=14076 CPUtime=0.16 cores=1,3,5,7
/proc/14513/task/14575/stat : 14575 (java) S 14510 14513 6529 0 -1 1077944384 1086 13149 0 0 9 0 4 3 20 0 15 0 107188702 11246788608 22198 33554432000 4194304 4196468 140731004767280 139954112895728 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14576] ppid=14510 vsize=10983192 memory=4639098309541127269 CPUtime=0.14 cores=1,3,5,7
/proc/14513/task/14576/stat : 14576 (java) S 14510 14513 6529 0 -1 1077944384 560 13149 0 0 7 0 4 3 20 0 15 0 107188702 11246788608 22198 33554432000 4194304 4196468 140731004767280 139954111843184 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14577] ppid=14510 vsize=10983192 memory=7885635084775281009 CPUtime=0.19 cores=1,3,5,7
/proc/14513/task/14577/stat : 14577 (java) S 14510 14513 6529 0 -1 1077944384 661 13149 0 0 12 0 4 3 20 0 15 0 107188702 11246788608 22198 33554432000 4194304 4196468 140731004767280 139954110790128 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14578] ppid=14510 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14578/stat : 14578 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188703 11246788608 22198 33554432000 4194304 4196468 140731004767280 139952583076704 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14579] ppid=14510 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14579/stat : 14579 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188703 11246788608 22198 33554432000 4194304 4196468 140731004767280 139954109737520 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88792 KiB

[startup+1.5011 s]
/proc/loadavg: 1.20 1.41 1.42 3/216 14579
/proc/meminfo: memFree=25083876/32770624 swapFree=67108688/67108860
[pid=14513] ppid=14510 vsize=10993996 memory=197692 CPUtime=3.17 cores=1,3,5,7
/proc/14513/stat : 14513 (java) S 14510 14513 6529 0 -1 1077944320 25251 13149 0 0 302 8 4 3 20 0 15 0 107188688 11257851904 49423 33554432000 4194304 4196468 140731004767280 140731004749824 139954688745207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
/proc/14513/statm: 2748499 49423 3455 1 0 2710157 0
[pid=14513/tid=14566] ppid=14510 vsize=10993996 memory=12848 CPUtime=1.46 cores=1,3,5,7
/proc/14513/task/14566/stat : 14566 (java) R 14510 14513 6529 0 -1 4202560 16058 13149 0 0 133 6 4 3 20 0 15 0 107188697 11257851904 49423 33554432000 4194304 4196468 140731004767280 139954660525384 139954672825694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14567] ppid=14510 vsize=10993996 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14567/stat : 14567 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 15 0 107188698 11257851904 49423 33554432000 4194304 4196468 140731004767280 139954692987920 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14568] ppid=14510 vsize=10993996 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14568/stat : 14568 (java) S 14510 14513 6529 0 -1 1077944384 2 13149 0 0 0 0 4 3 20 0 15 0 107188698 11257851904 49423 33554432000 4194304 4196468 140731004767280 139954547707024 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14569] ppid=14510 vsize=10993996 memory=2504 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14569/stat : 14569 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188698 11257851904 49423 33554432000 4194304 4196468 140731004767280 139954546653968 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14570] ppid=14510 vsize=10993996 memory=88792 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14570/stat : 14570 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188698 11257851904 49423 33554432000 4194304 4196468 140731004767280 139954545601424 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14571] ppid=14510 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14571/stat : 14571 (java) S 14510 14513 6529 0 -1 1077944384 13 13149 0 0 0 0 4 3 20 0 15 0 107188699 11257851904 49423 33554432000 4194304 4196468 140731004767280 139954113947888 139954688756354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14572] ppid=14510 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14572/stat : 14572 (java) S 14510 14513 6529 0 -1 1077944384 13 13149 0 0 0 0 4 3 20 0 15 0 107188699 11257851904 49423 33554432000 4194304 4196468 140731004767280 139953522599072 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14573] ppid=14510 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14573/stat : 14573 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188700 11257851904 49423 33554432000 4194304 4196468 140731004767280 139953321272048 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14574] ppid=14510 vsize=10993996 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14574/stat : 14574 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188702 11257851904 49423 33554432000 4194304 4196468 140731004767280 139953013872592 139954688763803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14575] ppid=14510 vsize=10993996 memory=6935649255759568960 CPUtime=0.68 cores=1,3,5,7
/proc/14513/task/14575/stat : 14575 (java) R 14510 14513 6529 0 -1 4202560 2492 13149 0 0 61 0 4 3 20 0 15 0 107188702 11257851904 49423 33554432000 4194304 4196468 140731004767280 139954112876136 139954672156000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14576] ppid=14510 vsize=10993996 memory=280121123052416 CPUtime=0.67 cores=1,3,5,7
/proc/14513/task/14576/stat : 14576 (java) R 14510 14513 6529 0 -1 4202560 2645 13149 0 0 60 0 4 3 20 0 15 0 107188702 11257851904 49423 33554432000 4194304 4196468 140731004767280 139954111842360 139954666871850 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14577] ppid=14510 vsize=10993996 memory=6944656592452938395 CPUtime=0.54 cores=1,3,5,7
/proc/14513/task/14577/stat : 14577 (java) S 14510 14513 6529 0 -1 1077944384 1829 13149 0 0 46 1 4 3 20 0 15 0 107188702 11257851904 49423 33554432000 4194304 4196468 140731004767280 139954110790128 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14578] ppid=14510 vsize=10993996 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14578/stat : 14578 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188703 11257851904 49423 33554432000 4194304 4196468 140731004767280 139952583076704 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14579] ppid=14510 vsize=10993996 memory=4206468019014099040 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14579/stat : 14579 (java) S 14510 14513 6529 0 -1 1077944384 1 13149 0 0 0 0 4 3 20 0 15 0 107188703 11257851904 49423 33554432000 4194304 4196468 140731004767280 139954109737520 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 10993996 KiB

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

/proc/14513/task/14570/stat : 14570 (java) S 14510 14513 6529 0 -1 1077944384 71502 13149 0 0 1417 34 4 3 20 0 15 0 107188698 11345952768 994136 33554432000 4194304 4196468 140731004767280 139954545601424 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14571] ppid=14510 vsize=11080032 memory=3976544 CPUtime=1.09 cores=1,3,5,7
/proc/14513/task/14571/stat : 14571 (java) S 14510 14513 6529 0 -1 1077944384 19208 13149 0 0 101 1 4 3 20 0 15 0 107188699 11345952768 994136 33554432000 4194304 4196468 140731004767280 139954113947888 139954688756354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14572] ppid=14510 vsize=11080032 memory=3976544 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14572/stat : 14572 (java) S 14510 14513 6529 0 -1 1077944384 30 13149 0 0 0 0 4 3 20 0 15 0 107188699 11345952768 994136 33554432000 4194304 4196468 140731004767280 139953522599136 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14573] ppid=14510 vsize=11080032 memory=3976512 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14573/stat : 14573 (java) S 14510 14513 6529 0 -1 1077944384 15 13149 0 0 0 0 4 3 20 0 15 0 107188700 11345952768 994136 33554432000 4194304 4196468 140731004767280 139953321272064 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14574] ppid=14510 vsize=11080032 memory=102 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14574/stat : 14574 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188702 11345952768 994136 33554432000 4194304 4196468 140731004767280 139953013872592 139954688763803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14575] ppid=14510 vsize=11080032 memory=3976544 CPUtime=6.96 cores=1,3,5,7
/proc/14513/task/14575/stat : 14575 (java) S 14510 14513 6529 0 -1 1077944384 24631 13149 0 0 686 3 4 3 20 0 15 0 107188702 11345952768 994136 33554432000 4194304 4196468 140731004767280 139954112895728 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14576] ppid=14510 vsize=11080032 memory=3040 CPUtime=5.56 cores=1,3,5,7
/proc/14513/task/14576/stat : 14576 (java) S 14510 14513 6529 0 -1 1077944384 22177 13149 0 0 546 3 4 3 20 0 15 0 107188702 11345952768 994136 33554432000 4194304 4196468 140731004767280 139954111843184 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14577] ppid=14510 vsize=11080032 memory=18432 CPUtime=2.3 cores=1,3,5,7
/proc/14513/task/14577/stat : 14577 (java) S 14510 14513 6529 0 -1 1077944384 16870 13149 0 0 218 5 4 3 20 0 15 0 107188702 11345952768 994136 33554432000 4194304 4196468 140731004767280 139954110790128 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14578] ppid=14510 vsize=11080032 memory=1788 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14578/stat : 14578 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188703 11345952768 994136 33554432000 4194304 4196468 140731004767280 139952583076704 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14579] ppid=14510 vsize=11080032 memory=3976544 CPUtime=0.13 cores=1,3,5,7
/proc/14513/task/14579/stat : 14579 (java) S 14510 14513 6529 0 -1 1077944384 180 13149 0 0 4 2 4 3 20 0 15 0 107188703 11345952768 994136 33554432000 4194304 4196468 140731004767280 139954109737520 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
Current children cumulated CPU time: 220.41 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3976544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+193.901 s]
/proc/loadavg: 1.75 1.62 1.51 3/216 14582
/proc/meminfo: memFree=20999204/32770624 swapFree=67108688/67108860
[pid=14513] ppid=14510 vsize=11080032 memory=3976652 CPUtime=252.06 cores=1,3,5,7
/proc/14513/stat : 14513 (java) S 14510 14513 6529 0 -1 1077944320 460454 13149 0 0 25013 186 4 3 20 0 15 0 107188688 11345952768 994163 33554432000 4194304 4196468 140731004767280 140731004749824 139954688745207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
/proc/14513/statm: 2770008 994163 3534 1 0 2731661 0
[pid=14513/tid=14566] ppid=14510 vsize=11080032 memory=3976652 CPUtime=178.15 cores=1,3,5,7
/proc/14513/task/14566/stat : 14566 (java) R 14510 14513 6529 0 -1 4202560 73603 13149 0 0 17777 31 4 3 20 0 15 0 107188697 11345952768 994163 33554432000 4194304 4196468 140731004767280 139954660575400 139954229595632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14567] ppid=14510 vsize=11080032 memory=30608 CPUtime=14.59 cores=1,3,5,7
/proc/14513/task/14567/stat : 14567 (java) S 14510 14513 6529 0 -1 1077944384 77154 13149 0 0 1417 35 4 3 20 0 15 0 107188698 11345952768 994163 33554432000 4194304 4196468 140731004767280 139954692987920 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14568] ppid=14510 vsize=11080032 memory=3976652 CPUtime=14.52 cores=1,3,5,7
/proc/14513/task/14568/stat : 14568 (java) S 14510 14513 6529 0 -1 1077944384 70841 13149 0 0 1411 34 4 3 20 0 15 0 107188698 11345952768 994163 33554432000 4194304 4196468 140731004767280 139954547707024 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14569] ppid=14510 vsize=11080032 memory=3976652 CPUtime=14.66 cores=1,3,5,7
/proc/14513/task/14569/stat : 14569 (java) S 14510 14513 6529 0 -1 1077944384 76500 13149 0 0 1426 33 4 3 20 0 15 0 107188698 11345952768 994163 33554432000 4194304 4196468 140731004767280 139954546653968 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14570] ppid=14510 vsize=11080032 memory=3976652 CPUtime=14.58 cores=1,3,5,7
/proc/14513/task/14570/stat : 14570 (java) S 14510 14513 6529 0 -1 1077944384 71502 13149 0 0 1417 34 4 3 20 0 15 0 107188698 11345952768 994163 33554432000 4194304 4196468 140731004767280 139954545601424 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14571] ppid=14510 vsize=11080032 memory=3976512 CPUtime=1.09 cores=1,3,5,7
/proc/14513/task/14571/stat : 14571 (java) S 14510 14513 6529 0 -1 1077944384 19260 13149 0 0 101 1 4 3 20 0 15 0 107188699 11345952768 994163 33554432000 4194304 4196468 140731004767280 139954113947888 139954688756354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14572] ppid=14510 vsize=11080032 memory=3976652 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14572/stat : 14572 (java) S 14510 14513 6529 0 -1 1077944384 30 13149 0 0 0 0 4 3 20 0 15 0 107188699 11345952768 994163 33554432000 4194304 4196468 140731004767280 139953522599136 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14573] ppid=14510 vsize=11080032 memory=3976652 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14573/stat : 14573 (java) S 14510 14513 6529 0 -1 1077944384 15 13149 0 0 0 0 4 3 20 0 15 0 107188700 11345952768 994163 33554432000 4194304 4196468 140731004767280 139953321272064 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14574] ppid=14510 vsize=11080032 memory=3976652 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14574/stat : 14574 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188702 11345952768 994163 33554432000 4194304 4196468 140731004767280 139953013872592 139954688763803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14575] ppid=14510 vsize=11080032 memory=3976652 CPUtime=6.96 cores=1,3,5,7
/proc/14513/task/14575/stat : 14575 (java) S 14510 14513 6529 0 -1 1077944384 25094 13149 0 0 686 3 4 3 20 0 15 0 107188702 11345952768 994163 33554432000 4194304 4196468 140731004767280 139954112895728 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14576] ppid=14510 vsize=11080032 memory=3976652 CPUtime=5.6 cores=1,3,5,7
/proc/14513/task/14576/stat : 14576 (java) S 14510 14513 6529 0 -1 1077944384 23342 13149 0 0 549 4 4 3 20 0 15 0 107188702 11345952768 994163 33554432000 4194304 4196468 140731004767280 139954111843184 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14577] ppid=14510 vsize=11080032 memory=3976652 CPUtime=2.3 cores=1,3,5,7
/proc/14513/task/14577/stat : 14577 (java) S 14510 14513 6529 0 -1 1077944384 20697 13149 0 0 218 5 4 3 20 0 15 0 107188702 11345952768 994163 33554432000 4194304 4196468 140731004767280 139954110790128 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14578] ppid=14510 vsize=11080032 memory=3976652 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14578/stat : 14578 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 15 0 107188703 11345952768 994163 33554432000 4194304 4196468 140731004767280 139952583076704 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14579] ppid=14510 vsize=11080032 memory=33 CPUtime=0.15 cores=1,3,5,7
/proc/14513/task/14579/stat : 14579 (java) S 14510 14513 6529 0 -1 1077944384 220 13149 0 0 5 3 4 3 20 0 15 0 107188703 11345952768 994163 33554432000 4194304 4196468 140731004767280 139954109737520 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3976652 KiB

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

[startup+194.294 s]
# the end of solver process 14513 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.521 s, system=1.96011 s

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

[startup+194.005 s]*
/proc/loadavg: 1.75 1.62 1.51 3/218 14584
/proc/meminfo: memFree=20997156/32770624 swapFree=67108688/67108860
[pid=14513] ppid=14510 vsize=11342184 memory=3978884 CPUtime=252.17 cores=1,3,5,7
/proc/14513/stat : 14513 (java) S 14510 14513 6529 0 -1 1077944320 460857 13149 0 0 25024 186 4 3 20 0 17 0 107188688 11614396416 994721 33554432000 4194304 4196468 140731004767280 140731004749824 139954688745207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
/proc/14513/statm: 2835546 994721 3535 1 0 2797199 0
[pid=14513/tid=14566] ppid=14510 vsize=11342184 memory=6791534058613427641 CPUtime=178.26 cores=1,3,5,7
/proc/14513/task/14566/stat : 14566 (java) R 14510 14513 6529 0 -1 4202560 73603 13149 0 0 17788 31 4 3 20 0 17 0 107188697 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954660575400 139954229595364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14567] ppid=14510 vsize=11342184 memory=4126316290023845779 CPUtime=14.59 cores=1,3,5,7
/proc/14513/task/14567/stat : 14567 (java) S 14510 14513 6529 0 -1 1077944384 77154 13149 0 0 1417 35 4 3 20 0 17 0 107188698 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954692987920 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14568] ppid=14510 vsize=11342184 memory=18264 CPUtime=14.52 cores=1,3,5,7
/proc/14513/task/14568/stat : 14568 (java) S 14510 14513 6529 0 -1 1077944384 70841 13149 0 0 1411 34 4 3 20 0 17 0 107188698 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954547707024 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14569] ppid=14510 vsize=11342184 memory=18432 CPUtime=14.66 cores=1,3,5,7
/proc/14513/task/14569/stat : 14569 (java) S 14510 14513 6529 0 -1 1077944384 76500 13149 0 0 1426 33 4 3 20 0 17 0 107188698 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954546653968 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14570] ppid=14510 vsize=11342184 memory=1788 CPUtime=14.58 cores=1,3,5,7
/proc/14513/task/14570/stat : 14570 (java) S 14510 14513 6529 0 -1 1077944384 71502 13149 0 0 1417 34 4 3 20 0 17 0 107188698 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954545601424 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14571] ppid=14510 vsize=11342184 memory=644 CPUtime=1.09 cores=1,3,5,7
/proc/14513/task/14571/stat : 14571 (java) S 14510 14513 6529 0 -1 1077944384 19260 13149 0 0 101 1 4 3 20 0 17 0 107188699 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954113947888 139954688756354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14572] ppid=14510 vsize=11342184 memory=952 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14572/stat : 14572 (java) S 14510 14513 6529 0 -1 1077944384 30 13149 0 0 0 0 4 3 20 0 17 0 107188699 11614396416 994721 33554432000 4194304 4196468 140731004767280 139953522599136 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14573] ppid=14510 vsize=11342184 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14573/stat : 14573 (java) S 14510 14513 6529 0 -1 1077944384 15 13149 0 0 0 0 4 3 20 0 17 0 107188700 11614396416 994721 33554432000 4194304 4196468 140731004767280 139953321272064 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14574] ppid=14510 vsize=11342184 memory=2424 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14574/stat : 14574 (java) S 14510 14513 6529 0 -1 1077944384 217 13149 0 0 0 0 4 3 20 0 17 0 107188702 11614396416 994721 33554432000 4194304 4196468 140731004767280 139953013872592 139954688763803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14575] ppid=14510 vsize=11342184 memory=1576 CPUtime=6.96 cores=1,3,5,7
/proc/14513/task/14575/stat : 14575 (java) S 14510 14513 6529 0 -1 1077944384 25094 13149 0 0 686 3 4 3 20 0 17 0 107188702 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954112895728 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14576] ppid=14510 vsize=11342184 memory=928 CPUtime=5.6 cores=1,3,5,7
/proc/14513/task/14576/stat : 14576 (java) S 14510 14513 6529 0 -1 1077944384 23342 13149 0 0 549 4 4 3 20 0 17 0 107188702 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954111843184 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14577] ppid=14510 vsize=11342184 memory=2240 CPUtime=2.3 cores=1,3,5,7
/proc/14513/task/14577/stat : 14577 (java) S 14510 14513 6529 0 -1 1077944384 20697 13149 0 0 218 5 4 3 20 0 17 0 107188702 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954110790128 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14578] ppid=14510 vsize=11342184 memory=3976652 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14578/stat : 14578 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 17 0 107188703 11614396416 994721 33554432000 4194304 4196468 140731004767280 139952583076704 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14579] ppid=14510 vsize=11342184 memory=2200 CPUtime=0.15 cores=1,3,5,7
/proc/14513/task/14579/stat : 14579 (java) S 14510 14513 6529 0 -1 1077944384 220 13149 0 0 5 3 4 3 20 0 17 0 107188703 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954109737520 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14583] ppid=14510 vsize=11342184 memory=3000 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14583/stat : 14583 (java) S 14510 14513 6529 0 -1 1077944384 46 13149 0 0 0 0 4 3 20 0 17 0 107208079 11614396416 994721 33554432000 4194304 4196468 140731004767280 139952247529840 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14584] ppid=14510 vsize=11342184 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14584/stat : 14584 (java) S 14510 14513 6529 0 -1 1077944384 142 13149 0 0 0 0 4 3 20 0 17 0 107208079 11614396416 994721 33554432000 4194304 4196468 140731004767280 139952180417504 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
Current children cumulated CPU time: 252.17 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 3978884 KiB

[startup+194.201 s]
/proc/loadavg: 1.75 1.62 1.51 3/218 14584
/proc/meminfo: memFree=20997156/32770624 swapFree=67108688/67108860
[pid=14513] ppid=14510 vsize=11342184 memory=3978884 CPUtime=252.36 cores=1,3,5,7
/proc/14513/stat : 14513 (java) S 14510 14513 6529 0 -1 1077944320 460857 13149 0 0 25043 186 4 3 20 0 17 0 107188688 11614396416 994721 33554432000 4194304 4196468 140731004767280 140731004749824 139954688745207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
/proc/14513/statm: 2835546 994721 3535 1 0 2797199 0
[pid=14513/tid=14566] ppid=14510 vsize=11342184 memory=2240 CPUtime=178.45 cores=1,3,5,7
/proc/14513/task/14566/stat : 14566 (java) R 14510 14513 6529 0 -1 4202560 73603 13149 0 0 17807 31 4 3 20 0 17 0 107188697 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954660575400 139954229592495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14567] ppid=14510 vsize=11342184 memory=4124 CPUtime=14.59 cores=1,3,5,7
/proc/14513/task/14567/stat : 14567 (java) S 14510 14513 6529 0 -1 1077944384 77154 13149 0 0 1417 35 4 3 20 0 17 0 107188698 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954692987920 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14568] ppid=14510 vsize=11342184 memory=2200 CPUtime=14.52 cores=1,3,5,7
/proc/14513/task/14568/stat : 14568 (java) S 14510 14513 6529 0 -1 1077944384 70841 13149 0 0 1411 34 4 3 20 0 17 0 107188698 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954547707024 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14569] ppid=14510 vsize=11342184 memory=7284 CPUtime=14.66 cores=1,3,5,7
/proc/14513/task/14569/stat : 14569 (java) S 14510 14513 6529 0 -1 1077944384 76500 13149 0 0 1426 33 4 3 20 0 17 0 107188698 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954546653968 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14570] ppid=14510 vsize=11342184 memory=840 CPUtime=14.58 cores=1,3,5,7
/proc/14513/task/14570/stat : 14570 (java) S 14510 14513 6529 0 -1 1077944384 71502 13149 0 0 1417 34 4 3 20 0 17 0 107188698 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954545601424 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14571] ppid=14510 vsize=11342184 memory=4126316290023845779 CPUtime=1.09 cores=1,3,5,7
/proc/14513/task/14571/stat : 14571 (java) S 14510 14513 6529 0 -1 1077944384 19260 13149 0 0 101 1 4 3 20 0 17 0 107188699 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954113947888 139954688756354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14572] ppid=14510 vsize=11342184 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14572/stat : 14572 (java) S 14510 14513 6529 0 -1 1077944384 30 13149 0 0 0 0 4 3 20 0 17 0 107188699 11614396416 994721 33554432000 4194304 4196468 140731004767280 139953522599136 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14573] ppid=14510 vsize=11342184 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14573/stat : 14573 (java) S 14510 14513 6529 0 -1 1077944384 15 13149 0 0 0 0 4 3 20 0 17 0 107188700 11614396416 994721 33554432000 4194304 4196468 140731004767280 139953321272064 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14574] ppid=14510 vsize=11342184 memory=18264 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14574/stat : 14574 (java) S 14510 14513 6529 0 -1 1077944384 217 13149 0 0 0 0 4 3 20 0 17 0 107188702 11614396416 994721 33554432000 4194304 4196468 140731004767280 139953013872592 139954688763803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14575] ppid=14510 vsize=11342184 memory=18432 CPUtime=6.96 cores=1,3,5,7
/proc/14513/task/14575/stat : 14575 (java) S 14510 14513 6529 0 -1 1077944384 25094 13149 0 0 686 3 4 3 20 0 17 0 107188702 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954112895728 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14576] ppid=14510 vsize=11342184 memory=1788 CPUtime=5.6 cores=1,3,5,7
/proc/14513/task/14576/stat : 14576 (java) S 14510 14513 6529 0 -1 1077944384 23342 13149 0 0 549 4 4 3 20 0 17 0 107188702 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954111843184 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14577] ppid=14510 vsize=11342184 memory=6791534058613427641 CPUtime=2.3 cores=1,3,5,7
/proc/14513/task/14577/stat : 14577 (java) S 14510 14513 6529 0 -1 1077944384 20697 13149 0 0 218 5 4 3 20 0 17 0 107188702 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954110790128 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14578] ppid=14510 vsize=11342184 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14578/stat : 14578 (java) S 14510 14513 6529 0 -1 1077944384 3 13149 0 0 0 0 4 3 20 0 17 0 107188703 11614396416 994721 33554432000 4194304 4196468 140731004767280 139952583076704 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14579] ppid=14510 vsize=11342184 memory=13846365516073407 CPUtime=0.15 cores=1,3,5,7
/proc/14513/task/14579/stat : 14579 (java) S 14510 14513 6529 0 -1 1077944384 220 13149 0 0 5 3 4 3 20 0 17 0 107188703 11614396416 994721 33554432000 4194304 4196468 140731004767280 139954109737520 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14583] ppid=14510 vsize=11342184 memory=6003413109545661033 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14583/stat : 14583 (java) S 14510 14513 6529 0 -1 1077944384 46 13149 0 0 0 0 4 3 20 0 17 0 107208079 11614396416 994721 33554432000 4194304 4196468 140731004767280 139952247529840 139954688755413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
[pid=14513/tid=14584] ppid=14510 vsize=11342184 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14513/task/14584/stat : 14584 (java) S 14510 14513 6529 0 -1 1077944384 142 13149 0 0 0 0 4 3 20 0 17 0 107208079 11614396416 994721 33554432000 4194304 4196468 140731004767280 139952180417504 139954688756354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140731004770930 140731004773729 140731004773729 140731004776399 0
Current children cumulated CPU time: 252.36 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 3978884 KiB

Child status: 143
Real time (s): 194.294
CPU time (s): 252.481
CPU user time (s): 250.521
CPU system time (s): 1.96011
CPU usage (%): 129.948
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 3983752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.521
system time used= 1.96011
maximum resident set size= 3983752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14267
involuntary context switches= 686


# summary of solver processes directly reported to runsolver:
#   pid: 14513
#   total CPU time (s): 252.481
#   total CPU user time (s): 250.521
#   total CPU system time (s): 1.96011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.19416 second user time and 1.86475 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:30:58
IDJOB=4302418
IDBENCH=141248
IDSOLVER=2776
FILE ID=node106/4302418-1532896258
RUNJOBID= node106-1532895551-13369
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko90_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302418-1532896258/watcher-4302418-1532896258 -o /tmp/evaluation-result-4302418-1532896258/solver-4302418-1532896258 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=808278292 HOME/instance-4302418-1532896258.xml

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

MD5SUM BENCH= e1bd5b7e730358cb8a15a6f1e37f47a5
RANDOM SEED=808278292

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25203544 kB
MemAvailable:   31574224 kB
Buffers:          247112 kB
Cached:          6356956 kB
SwapCached:            0 kB
Active:          2793788 kB
Inactive:        4225792 kB
Active(anon):     362904 kB
Inactive(anon):    80476 kB
Active(file):    2430884 kB
Inactive(file):  4145316 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26736 kB
Writeback:             4 kB
AnonPages:        422612 kB
Mapped:            58008 kB
Shmem:             25056 kB
Slab:             248596 kB
SReclaimable:     220632 kB
SUnreclaim:        27964 kB
KernelStack:        3520 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1616584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

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