Trace number 4302918

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-SuperNG? (TO) 252.304 230.328

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-14-opt_c18.xml
MD5SUM06e1d56807384f8426568c6f8eb09a57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark251.996
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":4},{"size":24,"count":2},{"size":36,"count":426},{"size":42,"count":26},{"size":44,"count":458}]
Minimum variable degree6
Maximum variable degree27
Distribution of variable degrees[{"degree":6,"count":2},{"degree":8,"count":62},{"degree":9,"count":41},{"degree":10,"count":352},{"degree":11,"count":180},{"degree":12,"count":118},{"degree":13,"count":63},{"degree":14,"count":34},{"degree":15,"count":20},{"degree":16,"count":22},{"degree":17,"count":6},{"degree":19,"count":4},{"degree":21,"count":6},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":27,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4638}]
Number of extensional constraints0
Number of intensional constraints4638
Distribution of constraint types[{"type":"intension","count":4638}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302918-1532895828/watcher-4302918-1532895828 -o /tmp/evaluation-result-4302918-1532895828/solver-4302918-1532895828 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=920489139 -superng HOME/instance-4302918-1532895828.xml 

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

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

solver pid=10669, runsolver pid=10666

[startup+0.100062 s]*
/proc/loadavg: 2.11 1.93 1.59 3/206 10726
/proc/meminfo: memFree=19190964/32770624 swapFree=67108860/67108860
[pid=10669] ppid=10666 vsize=10005480 memory=16684 CPUtime=0.09 cores=0,2,4,6
/proc/10669/stat : 10669 (java) S 10666 10669 8396 0 -1 1077944320 4358 13223 0 0 1 0 5 3 20 0 6 0 107146037 10245611520 4171 33554432000 4194304 4196468 140734606962048 140734606944592 140522107887351 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
/proc/10669/statm: 2501370 4171 1933 1 0 2489808 0
[pid=10669/tid=10722] ppid=10666 vsize=10005480 memory=4279135703980475277 CPUtime=0.09 cores=0,2,4,6
/proc/10669/task/10722/stat : 10722 (java) R 10666 10669 8396 0 -1 4202560 2187 13223 0 0 1 0 5 3 20 0 6 0 107146046 10245611520 4237 33554432000 4194304 4196468 140734606962048 140522079724112 140522107909277 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10723] ppid=10666 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10723/stat : 10723 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 6 0 107146047 10245611520 4237 33554432000 4194304 4196468 140734606962048 140522112129552 140522107897557 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10724] ppid=10666 vsize=10005480 memory=140007721068160 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10724/stat : 10724 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 6 0 107146047 10245611520 4237 33554432000 4194304 4196468 140734606962048 140522003880592 140522107897557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10725] ppid=10666 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10725/stat : 10725 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 6 0 107146047 10245611520 4237 33554432000 4194304 4196468 140734606962048 140521645988112 140522107897557 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10726] ppid=10666 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10726/stat : 10726 (java) S 10666 10669 8396 0 -1 1077944384 2 13223 0 0 0 0 5 3 20 0 6 0 107146047 10245611520 4237 33554432000 4194304 4196468 140734606962048 140521644935568 140522107897557 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16684 KiB

[startup+0.209923 s]*
/proc/loadavg: 2.11 1.93 1.59 3/215 10735
/proc/meminfo: memFree=19157924/32770624 swapFree=67108860/67108860
[pid=10669] ppid=10666 vsize=10982744 memory=45880 CPUtime=0.26 cores=0,2,4,6
/proc/10669/stat : 10669 (java) S 10666 10669 8396 0 -1 1077944320 7671 13223 0 0 17 1 5 3 20 0 15 0 107146037 11246329856 11470 33554432000 4194304 4196468 140734606962048 140734606944592 140522107887351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
/proc/10669/statm: 2745686 11470 2963 1 0 2708109 0
[pid=10669/tid=10722] ppid=10666 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/10669/task/10722/stat : 10722 (java) R 10666 10669 8396 0 -1 4202560 4378 13223 0 0 10 1 5 3 20 0 15 0 107146046 11246329856 11602 33554432000 4194304 4196468 140734606962048 140522079710728 140522088163111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10723] ppid=10666 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10723/stat : 10723 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246329856 11602 33554432000 4194304 4196468 140734606962048 140522112129552 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10724] ppid=10666 vsize=10982744 memory=140007721068160 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10724/stat : 10724 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246329856 11602 33554432000 4194304 4196468 140734606962048 140522003880592 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10725] ppid=10666 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10725/stat : 10725 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246329856 11602 33554432000 4194304 4196468 140734606962048 140521645988112 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10726] ppid=10666 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10726/stat : 10726 (java) S 10666 10669 8396 0 -1 1077944384 2 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246329856 11668 33554432000 4194304 4196468 140734606962048 140521644935568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10727] ppid=10666 vsize=10982744 memory=140007721068160 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10727/stat : 10727 (java) S 10666 10669 8396 0 -1 1077944384 2 13223 0 0 0 0 5 3 20 0 15 0 107146049 11246329856 11668 33554432000 4194304 4196468 140734606962048 140521600977648 140522107898498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10728] ppid=10666 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10728/stat : 10728 (java) S 10666 10669 8396 0 -1 1077944384 13 13223 0 0 0 0 5 3 20 0 15 0 107146049 11246329856 11668 33554432000 4194304 4196468 140734606962048 140520995153568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10729] ppid=10666 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10729/stat : 10729 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146049 11246329856 11668 33554432000 4194304 4196468 140734606962048 140520793826544 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10730] ppid=10666 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10730/stat : 10730 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11246329856 11668 33554432000 4194304 4196468 140734606962048 140520486427088 140522107905947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10731] ppid=10666 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10669/task/10731/stat : 10731 (java) S 10666 10669 8396 0 -1 1077944384 428 13223 0 0 1 0 5 3 20 0 15 0 107146052 11246329856 11668 33554432000 4194304 4196468 140734606962048 140521075894512 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10732] ppid=10666 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10732/stat : 10732 (java) S 10666 10669 8396 0 -1 1077944384 180 13223 0 0 0 0 5 3 20 0 15 0 107146052 11246329856 11668 33554432000 4194304 4196468 140734606962048 140521074841968 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10733] ppid=10666 vsize=10982744 memory=140007721068160 CPUtime=0.11 cores=0,2,4,6
/proc/10669/task/10733/stat : 10733 (java) S 10666 10669 8396 0 -1 1077944384 607 13223 0 0 3 0 5 3 20 0 15 0 107146052 11246329856 11668 33554432000 4194304 4196468 140734606962048 140521073788912 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10734] ppid=10666 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10734/stat : 10734 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11246329856 11668 33554432000 4194304 4196468 140734606962048 140520055630176 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10735] ppid=10666 vsize=10982744 memory=140007721068160 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10735/stat : 10735 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146052 11246329856 11668 33554432000 4194304 4196468 140734606962048 140521072737328 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45880 KiB

[startup+0.310137 s]*
/proc/loadavg: 2.11 1.93 1.59 3/215 10735
/proc/meminfo: memFree=19146264/32770624 swapFree=67108860/67108860
[pid=10669] ppid=10666 vsize=10983192 memory=57636 CPUtime=0.38 cores=0,2,4,6
/proc/10669/stat : 10669 (java) S 10666 10669 8396 0 -1 1077944320 10450 13223 0 0 28 2 5 3 20 0 15 0 107146037 11246788608 14409 33554432000 4194304 4196468 140734606962048 140734606944592 140522107887351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
/proc/10669/statm: 2745798 14409 3082 1 0 2708109 0
[pid=10669/tid=10722] ppid=10666 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10669/task/10722/stat : 10722 (java) R 10666 10669 8396 0 -1 4202560 7003 13223 0 0 19 2 5 3 20 0 15 0 107146046 11246788608 14409 33554432000 4194304 4196468 140734606962048 140522079708008 140522093052995 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10723] ppid=10666 vsize=10983192 memory=5865745418596405329 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10723/stat : 10723 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246788608 14409 33554432000 4194304 4196468 140734606962048 140522112129552 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10724] ppid=10666 vsize=10983192 memory=2072 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10724/stat : 10724 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246788608 14409 33554432000 4194304 4196468 140734606962048 140522003880592 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10725] ppid=10666 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10725/stat : 10725 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246788608 14409 33554432000 4194304 4196468 140734606962048 140521645988112 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10726] ppid=10666 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10726/stat : 10726 (java) S 10666 10669 8396 0 -1 1077944384 2 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246788608 14409 33554432000 4194304 4196468 140734606962048 140521644935568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10727] ppid=10666 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10727/stat : 10727 (java) S 10666 10669 8396 0 -1 1077944384 2 13223 0 0 0 0 5 3 20 0 15 0 107146049 11246788608 14409 33554432000 4194304 4196468 140734606962048 140521600977648 140522107898498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10728] ppid=10666 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10728/stat : 10728 (java) S 10666 10669 8396 0 -1 1077944384 13 13223 0 0 0 0 5 3 20 0 15 0 107146049 11246788608 14409 33554432000 4194304 4196468 140734606962048 140520995153568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10729] ppid=10666 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10729/stat : 10729 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146049 11246788608 14409 33554432000 4194304 4196468 140734606962048 140520793826544 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10730] ppid=10666 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10730/stat : 10730 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11246788608 14409 33554432000 4194304 4196468 140734606962048 140520486427088 140522107905947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10731] ppid=10666 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10669/task/10731/stat : 10731 (java) S 10666 10669 8396 0 -1 1077944384 428 13223 0 0 1 0 5 3 20 0 15 0 107146052 11246788608 14409 33554432000 4194304 4196468 140734606962048 140521075894512 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10732] ppid=10666 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10669/task/10732/stat : 10732 (java) S 10666 10669 8396 0 -1 1077944384 181 13223 0 0 1 0 5 3 20 0 15 0 107146052 11246788608 14409 33554432000 4194304 4196468 140734606962048 140521074841968 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10733] ppid=10666 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10669/task/10733/stat : 10733 (java) S 10666 10669 8396 0 -1 1077944384 617 13223 0 0 4 0 5 3 20 0 15 0 107146052 11246788608 14409 33554432000 4194304 4196468 140734606962048 140521073788912 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10734] ppid=10666 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10734/stat : 10734 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11246788608 14409 33554432000 4194304 4196468 140734606962048 140520055630176 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10735] ppid=10666 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10735/stat : 10735 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146052 11246788608 14409 33554432000 4194304 4196468 140734606962048 140521072737328 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57636 KiB

[startup+0.700798 s]
/proc/loadavg: 2.11 1.93 1.59 3/215 10735
/proc/meminfo: memFree=19134556/32770624 swapFree=67108860/67108860
[pid=10669] ppid=10666 vsize=10983192 memory=90580 CPUtime=0.99 cores=0,2,4,6
/proc/10669/stat : 10669 (java) S 10666 10669 8396 0 -1 1077944320 16752 13223 0 0 87 4 5 3 20 0 15 0 107146037 11246788608 22645 33554432000 4194304 4196468 140734606962048 140734606944592 140522107887351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
/proc/10669/statm: 2745798 22645 3238 1 0 2708109 0
[pid=10669/tid=10722] ppid=10666 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/10669/task/10722/stat : 10722 (java) R 10666 10669 8396 0 -1 4202560 12232 13223 0 0 56 3 5 3 20 0 15 0 107146046 11246788608 22645 33554432000 4194304 4196468 140734606962048 140522079708176 140522091967838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10723] ppid=10666 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10723/stat : 10723 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246788608 22645 33554432000 4194304 4196468 140734606962048 140522112129552 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10724] ppid=10666 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10724/stat : 10724 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246788608 22645 33554432000 4194304 4196468 140734606962048 140522003880592 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10725] ppid=10666 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10725/stat : 10725 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246788608 22645 33554432000 4194304 4196468 140734606962048 140521645988112 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10726] ppid=10666 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10726/stat : 10726 (java) S 10666 10669 8396 0 -1 1077944384 2 13223 0 0 0 0 5 3 20 0 15 0 107146047 11246788608 22645 33554432000 4194304 4196468 140734606962048 140521644935568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10727] ppid=10666 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10727/stat : 10727 (java) S 10666 10669 8396 0 -1 1077944384 5 13223 0 0 0 0 5 3 20 0 15 0 107146049 11246788608 22645 33554432000 4194304 4196468 140734606962048 140521600977648 140522107898498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10728] ppid=10666 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10728/stat : 10728 (java) S 10666 10669 8396 0 -1 1077944384 13 13223 0 0 0 0 5 3 20 0 15 0 107146049 11246788608 22645 33554432000 4194304 4196468 140734606962048 140520995153568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10729] ppid=10666 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10729/stat : 10729 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146049 11246788608 22645 33554432000 4194304 4196468 140734606962048 140520793826544 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10730] ppid=10666 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10730/stat : 10730 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11246788608 22645 33554432000 4194304 4196468 140734606962048 140520486427088 140522107905947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10731] ppid=10666 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/10669/task/10731/stat : 10731 (java) S 10666 10669 8396 0 -1 1077944384 1048 13223 0 0 10 0 5 3 20 0 15 0 107146052 11246788608 22645 33554432000 4194304 4196468 140734606962048 140521075894512 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10732] ppid=10666 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/10669/task/10732/stat : 10732 (java) S 10666 10669 8396 0 -1 1077944384 550 13223 0 0 6 0 5 3 20 0 15 0 107146052 11246788608 22645 33554432000 4194304 4196468 140734606962048 140521074841968 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10733] ppid=10666 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/10669/task/10733/stat : 10733 (java) S 10666 10669 8396 0 -1 1077944384 698 13223 0 0 13 0 5 3 20 0 15 0 107146052 11246788608 22645 33554432000 4194304 4196468 140734606962048 140521073788912 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10734] ppid=10666 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10734/stat : 10734 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11246788608 22645 33554432000 4194304 4196468 140734606962048 140520055630176 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10735] ppid=10666 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10735/stat : 10735 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146052 11246788608 22645 33554432000 4194304 4196468 140734606962048 140521072737328 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90580 KiB

[startup+1.50116 s]
/proc/loadavg: 2.11 1.93 1.59 4/215 10735
/proc/meminfo: memFree=19088720/32770624 swapFree=67108860/67108860
[pid=10669] ppid=10666 vsize=10996044 memory=174100 CPUtime=2.99 cores=0,2,4,6
/proc/10669/stat : 10669 (java) S 10666 10669 8396 0 -1 1077944320 25093 13223 0 0 283 8 5 3 20 0 15 0 107146037 11259949056 43525 33554432000 4194304 4196468 140734606962048 140734606944592 140522107887351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
/proc/10669/statm: 2749011 43525 3449 1 0 2710669 0
[pid=10669/tid=10722] ppid=10666 vsize=10996044 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/10669/task/10722/stat : 10722 (java) R 10666 10669 8396 0 -1 4202560 16618 13223 0 0 133 5 5 3 20 0 15 0 107146046 11259949056 43525 33554432000 4194304 4196468 140734606962048 140522079717968 140522091244701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10723] ppid=10666 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10723/stat : 10723 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11259949056 43525 33554432000 4194304 4196468 140734606962048 140522112129552 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10724] ppid=10666 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10724/stat : 10724 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11259949056 43525 33554432000 4194304 4196468 140734606962048 140522003880592 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10725] ppid=10666 vsize=10996044 memory=4051323354130624818 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10725/stat : 10725 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146047 11259949056 43525 33554432000 4194304 4196468 140734606962048 140521645988112 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10726] ppid=10666 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10726/stat : 10726 (java) S 10666 10669 8396 0 -1 1077944384 2 13223 0 0 0 0 5 3 20 0 15 0 107146047 11259949056 43525 33554432000 4194304 4196468 140734606962048 140521644935568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10727] ppid=10666 vsize=10996044 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10727/stat : 10727 (java) S 10666 10669 8396 0 -1 1077944384 13 13223 0 0 0 0 5 3 20 0 15 0 107146049 11259949056 43525 33554432000 4194304 4196468 140734606962048 140521600977648 140522107898498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10728] ppid=10666 vsize=10996044 memory=280015224776960 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10728/stat : 10728 (java) S 10666 10669 8396 0 -1 1077944384 13 13223 0 0 0 0 5 3 20 0 15 0 107146049 11259949056 43525 33554432000 4194304 4196468 140734606962048 140520995153568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10729] ppid=10666 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10729/stat : 10729 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146049 11259949056 43525 33554432000 4194304 4196468 140734606962048 140520793826544 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10730] ppid=10666 vsize=10996044 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10730/stat : 10730 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11259949056 43525 33554432000 4194304 4196468 140734606962048 140520486427088 140522107905947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10731] ppid=10666 vsize=10996044 memory=5788 CPUtime=0.57 cores=0,2,4,6
/proc/10669/task/10731/stat : 10731 (java) S 10666 10669 8396 0 -1 1077944384 2222 13223 0 0 49 0 5 3 20 0 15 0 107146052 11259949056 43525 33554432000 4194304 4196468 140734606962048 140521075894512 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10732] ppid=10666 vsize=10996044 memory=4616 CPUtime=0.62 cores=0,2,4,6
/proc/10669/task/10732/stat : 10732 (java) R 10666 10669 8396 0 -1 4202560 2333 13223 0 0 54 0 5 3 20 0 15 0 107146052 11259949056 43525 33554432000 4194304 4196468 140734606962048 140521074828400 140522086303666 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10733] ppid=10666 vsize=10996044 memory=12032 CPUtime=0.52 cores=0,2,4,6
/proc/10669/task/10733/stat : 10733 (java) S 10666 10669 8396 0 -1 1077944384 1688 13223 0 0 44 0 5 3 20 0 15 0 107146052 11259949056 43525 33554432000 4194304 4196468 140734606962048 140521073788912 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10734] ppid=10666 vsize=10996044 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10734/stat : 10734 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11259949056 43525 33554432000 4194304 4196468 140734606962048 140520055630176 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10735] ppid=10666 vsize=10996044 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10735/stat : 10735 (java) S 10666 10669 8396 0 -1 1077944384 1 13223 0 0 0 0 5 3 20 0 15 0 107146052 11259949056 43525 33554432000 4194304 4196468 140734606962048 140521072737328 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 10996044 KiB

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

/proc/10669/statm: 2770008 710442 3532 1 0 2731661 0
[pid=10669/tid=10722] ppid=10666 vsize=11080032 memory=2843312 CPUtime=220.56 cores=0,2,4,6
/proc/10669/task/10722/stat : 10722 (java) R 10666 10669 8396 0 -1 4202560 56825 13223 0 0 22002 46 5 3 20 0 15 0 107146046 11345952768 710442 33554432000 4194304 4196468 140734606962048 140522079718576 140521691865632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10723] ppid=10666 vsize=11080032 memory=2841768 CPUtime=1.28 cores=0,2,4,6
/proc/10669/task/10723/stat : 10723 (java) S 10666 10669 8396 0 -1 1077944384 3044 13223 0 0 106 14 5 3 20 0 15 0 107146047 11345952768 710442 33554432000 4194304 4196468 140734606962048 140522112129552 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10724] ppid=10666 vsize=11080032 memory=2841768 CPUtime=1.26 cores=0,2,4,6
/proc/10669/task/10724/stat : 10724 (java) S 10666 10669 8396 0 -1 1077944384 4734 13223 0 0 105 13 5 3 20 0 15 0 107146047 11345952768 710442 33554432000 4194304 4196468 140734606962048 140522003880592 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10725] ppid=10666 vsize=11080032 memory=2840748 CPUtime=1.29 cores=0,2,4,6
/proc/10669/task/10725/stat : 10725 (java) S 10666 10669 8396 0 -1 1077944384 1996 13223 0 0 106 15 5 3 20 0 15 0 107146047 11345952768 710442 33554432000 4194304 4196468 140734606962048 140521645988112 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10726] ppid=10666 vsize=11080032 memory=0 CPUtime=1.27 cores=0,2,4,6
/proc/10669/task/10726/stat : 10726 (java) S 10666 10669 8396 0 -1 1077944384 2916 13223 0 0 106 13 5 3 20 0 15 0 107146047 11345952768 710442 33554432000 4194304 4196468 140734606962048 140521644935568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10727] ppid=10666 vsize=11080032 memory=2840236 CPUtime=0.4 cores=0,2,4,6
/proc/10669/task/10727/stat : 10727 (java) S 10666 10669 8396 0 -1 1077944384 5016 13223 0 0 28 4 5 3 20 0 15 0 107146049 11345952768 710442 33554432000 4194304 4196468 140734606962048 140521600977648 140522107898498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10728] ppid=10666 vsize=11080032 memory=12032 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10728/stat : 10728 (java) S 10666 10669 8396 0 -1 1077944384 25 13223 0 0 0 0 5 3 20 0 15 0 107146049 11345952768 710442 33554432000 4194304 4196468 140734606962048 140520995153696 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10729] ppid=10666 vsize=11080032 memory=2842284 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10729/stat : 10729 (java) S 10666 10669 8396 0 -1 1077944384 13 13223 0 0 0 0 5 3 20 0 15 0 107146049 11345952768 710442 33554432000 4194304 4196468 140734606962048 140520793826560 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10730] ppid=10666 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10730/stat : 10730 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11345952768 710442 33554432000 4194304 4196468 140734606962048 140520486427088 140522107905947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10731] ppid=10666 vsize=11080032 memory=0 CPUtime=8.15 cores=0,2,4,6
/proc/10669/task/10731/stat : 10731 (java) S 10666 10669 8396 0 -1 1077944384 23710 13223 0 0 802 5 5 3 20 0 15 0 107146052 11345952768 710442 33554432000 4194304 4196468 140734606962048 140521075894512 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10732] ppid=10666 vsize=11080032 memory=7440057911616758626 CPUtime=7.43 cores=0,2,4,6
/proc/10669/task/10732/stat : 10732 (java) S 10666 10669 8396 0 -1 1077944384 19545 13223 0 0 732 3 5 3 20 0 15 0 107146052 11345952768 710442 33554432000 4194304 4196468 140734606962048 140521074841968 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10733] ppid=10666 vsize=11080032 memory=2840748 CPUtime=2.84 cores=0,2,4,6
/proc/10669/task/10733/stat : 10733 (java) S 10666 10669 8396 0 -1 1077944384 21498 13223 0 0 272 4 5 3 20 0 15 0 107146052 11345952768 710442 33554432000 4194304 4196468 140734606962048 140521073788912 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10734] ppid=10666 vsize=11080032 memory=2840748 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10734/stat : 10734 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11345952768 710442 33554432000 4194304 4196468 140734606962048 140520055630176 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10735] ppid=10666 vsize=11080032 memory=1228 CPUtime=0.21 cores=0,2,4,6
/proc/10669/task/10735/stat : 10735 (java) S 10666 10669 8396 0 -1 1077944384 336 13223 0 0 6 7 5 3 20 0 15 0 107146052 11345952768 710442 33554432000 4194304 4196468 140734606962048 140521072737328 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
Current children cumulated CPU time: 244.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2841768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+230.11 s]
/proc/loadavg: 1.51 1.75 1.59 3/215 10867
/proc/meminfo: memFree=16375332/32770624 swapFree=67108860/67108860
[pid=10669] ppid=10666 vsize=11080032 memory=2838688 CPUtime=252.06 cores=0,2,4,6
/proc/10669/stat : 10669 (java) S 10666 10669 8396 0 -1 1077944320 144911 13223 0 0 25072 126 5 3 20 0 15 0 107146037 11345952768 709672 33554432000 4194304 4196468 140734606962048 140734606944592 140522107887351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
/proc/10669/statm: 2770008 709672 3532 1 0 2731661 0
[pid=10669/tid=10722] ppid=10666 vsize=11080032 memory=2838692 CPUtime=228.3 cores=0,2,4,6
/proc/10669/task/10722/stat : 10722 (java) R 10666 10669 8396 0 -1 4202560 57095 13223 0 0 22776 46 5 3 20 0 15 0 107146046 11345952768 709672 33554432000 4194304 4196468 140734606962048 140522079718400 140521693640079 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10723] ppid=10666 vsize=11080032 memory=2838692 CPUtime=1.33 cores=0,2,4,6
/proc/10669/task/10723/stat : 10723 (java) S 10666 10669 8396 0 -1 1077944384 3054 13223 0 0 111 14 5 3 20 0 15 0 107146047 11345952768 709672 33554432000 4194304 4196468 140734606962048 140522112129552 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10724] ppid=10666 vsize=11080032 memory=2840232 CPUtime=1.32 cores=0,2,4,6
/proc/10669/task/10724/stat : 10724 (java) S 10666 10669 8396 0 -1 1077944384 4754 13223 0 0 110 14 5 3 20 0 15 0 107146047 11345952768 709672 33554432000 4194304 4196468 140734606962048 140522003880592 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10725] ppid=10666 vsize=11080032 memory=2839716 CPUtime=1.33 cores=0,2,4,6
/proc/10669/task/10725/stat : 10725 (java) S 10666 10669 8396 0 -1 1077944384 2006 13223 0 0 110 15 5 3 20 0 15 0 107146047 11345952768 709672 33554432000 4194304 4196468 140734606962048 140521645988112 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10726] ppid=10666 vsize=11080032 memory=2840744 CPUtime=1.31 cores=0,2,4,6
/proc/10669/task/10726/stat : 10726 (java) S 10666 10669 8396 0 -1 1077944384 2922 13223 0 0 110 13 5 3 20 0 15 0 107146047 11345952768 709672 33554432000 4194304 4196468 140734606962048 140521644935568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10727] ppid=10666 vsize=11080032 memory=2843312 CPUtime=0.42 cores=0,2,4,6
/proc/10669/task/10727/stat : 10727 (java) S 10666 10669 8396 0 -1 1077944384 5018 13223 0 0 30 4 5 3 20 0 15 0 107146049 11345952768 709672 33554432000 4194304 4196468 140734606962048 140521600977648 140522107898498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10728] ppid=10666 vsize=11080032 memory=2841256 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10728/stat : 10728 (java) S 10666 10669 8396 0 -1 1077944384 25 13223 0 0 0 0 5 3 20 0 15 0 107146049 11345952768 709672 33554432000 4194304 4196468 140734606962048 140520995153696 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10729] ppid=10666 vsize=11080032 memory=2837152 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10729/stat : 10729 (java) S 10666 10669 8396 0 -1 1077944384 13 13223 0 0 0 0 5 3 20 0 15 0 107146049 11345952768 709672 33554432000 4194304 4196468 140734606962048 140520793826560 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10730] ppid=10666 vsize=11080032 memory=2840748 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10730/stat : 10730 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11345952768 709672 33554432000 4194304 4196468 140734606962048 140520486427088 140522107905947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10731] ppid=10666 vsize=11080032 memory=2840748 CPUtime=8.16 cores=0,2,4,6
/proc/10669/task/10731/stat : 10731 (java) S 10666 10669 8396 0 -1 1077944384 24356 13223 0 0 803 5 5 3 20 0 15 0 107146052 11345952768 709672 33554432000 4194304 4196468 140734606962048 140521075894512 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10732] ppid=10666 vsize=11080032 memory=2840232 CPUtime=7.45 cores=0,2,4,6
/proc/10669/task/10732/stat : 10732 (java) S 10666 10669 8396 0 -1 1077944384 21635 13223 0 0 734 3 5 3 20 0 15 0 107146052 11345952768 709672 33554432000 4194304 4196468 140734606962048 140521074841968 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10733] ppid=10666 vsize=11080032 memory=2200 CPUtime=2.84 cores=0,2,4,6
/proc/10669/task/10733/stat : 10733 (java) S 10666 10669 8396 0 -1 1077944384 21498 13223 0 0 272 4 5 3 20 0 15 0 107146052 11345952768 709672 33554432000 4194304 4196468 140734606962048 140521073788912 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10734] ppid=10666 vsize=11080032 memory=2840744 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10734/stat : 10734 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11345952768 709672 33554432000 4194304 4196468 140734606962048 140520055630176 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10735] ppid=10666 vsize=11080032 memory=4140 CPUtime=0.21 cores=0,2,4,6
/proc/10669/task/10735/stat : 10735 (java) S 10666 10669 8396 0 -1 1077944384 336 13223 0 0 6 7 5 3 20 0 15 0 107146052 11345952768 709672 33554432000 4194304 4196468 140734606962048 140521072737328 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2838688 KiB

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

[startup+230.328 s]
# the end of solver process 10669 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.975 s, system=1.32901 s

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

[startup+230.205 s]
/proc/loadavg: 1.51 1.75 1.59 3/215 10867
/proc/meminfo: memFree=16375332/32770624 swapFree=67108860/67108860
[pid=10669] ppid=10666 vsize=11342184 memory=2840916 CPUtime=252.16 cores=0,2,4,6
/proc/10669/stat : 10669 (java) S 10666 10669 8396 0 -1 1077944320 145179 13223 0 0 25082 126 5 3 20 0 17 0 107146037 11614396416 710229 33554432000 4194304 4196468 140734606962048 140734606944592 140522107887351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
/proc/10669/statm: 2835546 710229 3533 1 0 2797199 0
[pid=10669/tid=10722] ppid=10666 vsize=11342184 memory=288230596050944315 CPUtime=228.4 cores=0,2,4,6
/proc/10669/task/10722/stat : 10722 (java) R 10666 10669 8396 0 -1 4202560 57095 13223 0 0 22786 46 5 3 20 0 17 0 107146046 11614396416 710229 33554432000 4194304 4196468 140734606962048 140522079718400 140521676809324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10723] ppid=10666 vsize=11342184 memory=14691911432671120 CPUtime=1.33 cores=0,2,4,6
/proc/10669/task/10723/stat : 10723 (java) S 10666 10669 8396 0 -1 1077944384 3054 13223 0 0 111 14 5 3 20 0 17 0 107146047 11614396416 710229 33554432000 4194304 4196468 140734606962048 140522112129552 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10724] ppid=10666 vsize=11342184 memory=1296 CPUtime=1.32 cores=0,2,4,6
/proc/10669/task/10724/stat : 10724 (java) S 10666 10669 8396 0 -1 1077944384 4754 13223 0 0 110 14 5 3 20 0 17 0 107146047 11614396416 710229 33554432000 4194304 4196468 140734606962048 140522003880592 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10725] ppid=10666 vsize=11342184 memory=2412 CPUtime=1.33 cores=0,2,4,6
/proc/10669/task/10725/stat : 10725 (java) S 10666 10669 8396 0 -1 1077944384 2006 13223 0 0 110 15 5 3 20 0 17 0 107146047 11614396416 710229 33554432000 4194304 4196468 140734606962048 140521645988112 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10726] ppid=10666 vsize=11342184 memory=1724 CPUtime=1.31 cores=0,2,4,6
/proc/10669/task/10726/stat : 10726 (java) S 10666 10669 8396 0 -1 1077944384 2922 13223 0 0 110 13 5 3 20 0 17 0 107146047 11614396416 710229 33554432000 4194304 4196468 140734606962048 140521644935568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10727] ppid=10666 vsize=11342184 memory=1228 CPUtime=0.42 cores=0,2,4,6
/proc/10669/task/10727/stat : 10727 (java) S 10666 10669 8396 0 -1 1077944384 5018 13223 0 0 30 4 5 3 20 0 17 0 107146049 11614396416 710229 33554432000 4194304 4196468 140734606962048 140521600977648 140522107898498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10728] ppid=10666 vsize=11342184 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10728/stat : 10728 (java) S 10666 10669 8396 0 -1 1077944384 25 13223 0 0 0 0 5 3 20 0 17 0 107146049 11614396416 710229 33554432000 4194304 4196468 140734606962048 140520995153696 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10729] ppid=10666 vsize=11342184 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10729/stat : 10729 (java) S 10666 10669 8396 0 -1 1077944384 13 13223 0 0 0 0 5 3 20 0 17 0 107146049 11614396416 710229 33554432000 4194304 4196468 140734606962048 140520793826560 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10730] ppid=10666 vsize=11342184 memory=5788 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10730/stat : 10730 (java) S 10666 10669 8396 0 -1 1077944384 133 13223 0 0 0 0 5 3 20 0 17 0 107146052 11614396416 710229 33554432000 4194304 4196468 140734606962048 140520486427088 140522107905947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10731] ppid=10666 vsize=11342184 memory=4616 CPUtime=8.16 cores=0,2,4,6
/proc/10669/task/10731/stat : 10731 (java) S 10666 10669 8396 0 -1 1077944384 24356 13223 0 0 803 5 5 3 20 0 17 0 107146052 11614396416 710229 33554432000 4194304 4196468 140734606962048 140521075894512 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10732] ppid=10666 vsize=11342184 memory=12032 CPUtime=7.45 cores=0,2,4,6
/proc/10669/task/10732/stat : 10732 (java) S 10666 10669 8396 0 -1 1077944384 21635 13223 0 0 734 3 5 3 20 0 17 0 107146052 11614396416 710229 33554432000 4194304 4196468 140734606962048 140521074841968 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10733] ppid=10666 vsize=11342184 memory=1008 CPUtime=2.84 cores=0,2,4,6
/proc/10669/task/10733/stat : 10733 (java) S 10666 10669 8396 0 -1 1077944384 21498 13223 0 0 272 4 5 3 20 0 17 0 107146052 11614396416 710229 33554432000 4194304 4196468 140734606962048 140521073788912 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10734] ppid=10666 vsize=11342184 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10734/stat : 10734 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 17 0 107146052 11614396416 710229 33554432000 4194304 4196468 140734606962048 140520055630176 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10735] ppid=10666 vsize=11342184 memory=2843316 CPUtime=0.21 cores=0,2,4,6
/proc/10669/task/10735/stat : 10735 (java) S 10666 10669 8396 0 -1 1077944384 336 13223 0 0 6 7 5 3 20 0 17 0 107146052 11614396416 710229 33554432000 4194304 4196468 140734606962048 140521072737328 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
Current children cumulated CPU time: 252.16 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 2840916 KiB

[startup+230.301 s]
/proc/loadavg: 1.51 1.75 1.59 3/215 10867
/proc/meminfo: memFree=16375332/32770624 swapFree=67108860/67108860
[pid=10669] ppid=10666 vsize=11276644 memory=2840864 CPUtime=252.26 cores=0,2,4,6
/proc/10669/stat : 10669 (java) S 10666 10669 8396 0 -1 1077944320 147349 13223 0 0 25092 126 5 3 20 0 15 0 107146037 11547283456 710216 33554432000 4194304 4196468 140734606962048 140734606944592 140522107887351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
/proc/10669/statm: 2819161 710216 3535 1 0 2780814 0
[pid=10669/tid=10722] ppid=10666 vsize=11276644 memory=280015225521504 CPUtime=228.48 cores=0,2,4,6
/proc/10669/task/10722/stat : 10722 (java) S 10666 10669 8396 0 -1 1077944384 57494 13223 0 0 22794 46 5 3 20 0 15 0 107146046 11547283456 710216 33554432000 4194304 4196468 140734606962048 140522079729392 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10723] ppid=10666 vsize=11276644 memory=2840744 CPUtime=1.33 cores=0,2,4,6
/proc/10669/task/10723/stat : 10723 (java) S 10666 10669 8396 0 -1 1077944384 3054 13223 0 0 111 14 5 3 20 0 15 0 107146047 11547283456 710216 33554432000 4194304 4196468 140734606962048 140522112129552 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10724] ppid=10666 vsize=11276644 memory=2839716 CPUtime=1.32 cores=0,2,4,6
/proc/10669/task/10724/stat : 10724 (java) S 10666 10669 8396 0 -1 1077944384 4754 13223 0 0 110 14 5 3 20 0 15 0 107146047 11547283456 710216 33554432000 4194304 4196468 140734606962048 140522003880592 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10725] ppid=10666 vsize=11276644 memory=2837152 CPUtime=1.33 cores=0,2,4,6
/proc/10669/task/10725/stat : 10725 (java) S 10666 10669 8396 0 -1 1077944384 2006 13223 0 0 110 15 5 3 20 0 15 0 107146047 11547283456 710216 33554432000 4194304 4196468 140734606962048 140521645988112 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10726] ppid=10666 vsize=11276644 memory=2843312 CPUtime=1.31 cores=0,2,4,6
/proc/10669/task/10726/stat : 10726 (java) S 10666 10669 8396 0 -1 1077944384 2922 13223 0 0 110 13 5 3 20 0 15 0 107146047 11547283456 710216 33554432000 4194304 4196468 140734606962048 140521644935568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10727] ppid=10666 vsize=11276644 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/10669/task/10727/stat : 10727 (java) S 10666 10669 8396 0 -1 1077944384 5025 13223 0 0 30 4 5 3 20 0 15 0 107146049 11547283456 710216 33554432000 4194304 4196468 140734606962048 140521600977152 140522107898498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10728] ppid=10666 vsize=11276644 memory=2838692 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10728/stat : 10728 (java) S 10666 10669 8396 0 -1 1077944384 25 13223 0 0 0 0 5 3 20 0 15 0 107146049 11547283456 710216 33554432000 4194304 4196468 140734606962048 140520995153696 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10729] ppid=10666 vsize=11276644 memory=3760822555270853688 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10729/stat : 10729 (java) S 10666 10669 8396 0 -1 1077944384 13 13223 0 0 0 0 5 3 20 0 15 0 107146049 11547283456 710216 33554432000 4194304 4196468 140734606962048 140520793826560 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10730] ppid=10666 vsize=11276644 memory=4136958010679111968 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10730/stat : 10730 (java) S 10666 10669 8396 0 -1 1077944384 134 13223 0 0 0 0 5 3 20 0 15 0 107146052 11547283456 710216 33554432000 4194304 4196468 140734606962048 140520486426736 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10731] ppid=10666 vsize=11276644 memory=4140 CPUtime=8.17 cores=0,2,4,6
/proc/10669/task/10731/stat : 10731 (java) S 10666 10669 8396 0 -1 1077944384 24369 13223 0 0 804 5 5 3 20 0 15 0 107146052 11547283456 710216 33554432000 4194304 4196468 140734606962048 140521075879568 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10732] ppid=10666 vsize=11276644 memory=30416 CPUtime=7.45 cores=0,2,4,6
/proc/10669/task/10732/stat : 10732 (java) S 10666 10669 8396 0 -1 1077944384 21647 13223 0 0 734 3 5 3 20 0 15 0 107146052 11547283456 710216 33554432000 4194304 4196468 140734606962048 140521074822368 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10733] ppid=10666 vsize=11276644 memory=30416 CPUtime=2.84 cores=0,2,4,6
/proc/10669/task/10733/stat : 10733 (java) S 10666 10669 8396 0 -1 1077944384 22855 13223 0 0 272 4 5 3 20 0 15 0 107146052 11547283456 710216 33554432000 4194304 4196468 140734606962048 140521073788912 140522107898498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
[pid=10669/tid=10734] ppid=10666 vsize=11276644 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/10669/task/10734/stat : 10734 (java) S 10666 10669 8396 0 -1 1077944384 3 13223 0 0 0 0 5 3 20 0 15 0 107146052 11547283456 710216 33554432000 4194304 4196468 140734606962048 140520055630176 140522107897557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17620992 140734606965353 140734606968161 140734606968161 140734606970831 0
Current children cumulated CPU time: 252.26 s
Current children cumulated vsize: 11276644 KiB
Current children cumulated memory: 2840864 KiB

Child status: 143
Real time (s): 230.328
CPU time (s): 252.304
CPU user time (s): 250.975
CPU system time (s): 1.32901
CPU usage (%): 109.541
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 2993072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.975
system time used= 1.32901
maximum resident set size= 2993596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19482
involuntary context switches= 690


# summary of solver processes directly reported to runsolver:
#   pid: 10669
#   total CPU time (s): 252.304
#   total CPU user time (s): 250.975
#   total CPU system time (s): 1.32901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34881 second user time and 2.26501 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 22:23:48
IDJOB=4302918
IDBENCH=141211
IDSOLVER=2777
FILE ID=node103/4302918-1532895828
RUNJOBID= node103-1532895438-9921
PBS_JOBID= 21022525
Free space on /tmp= 56760 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-14-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302918-1532895828/watcher-4302918-1532895828 -o /tmp/evaluation-result-4302918-1532895828/solver-4302918-1532895828 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=920489139 -superng HOME/instance-4302918-1532895828.xml

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

MD5SUM BENCH= 06e1d56807384f8426568c6f8eb09a57
RANDOM SEED=920489139

node103.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.48
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.48
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.48
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.48
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:        19194456 kB
MemAvailable:   30778236 kB
Buffers:          308984 kB
Cached:         11463824 kB
SwapCached:            0 kB
Active:          5022188 kB
Inactive:        7954580 kB
Active(anon):    1207240 kB
Inactive(anon):    25184 kB
Active(file):    3814948 kB
Inactive(file):  7929396 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27256 kB
Writeback:             0 kB
AnonPages:       1326556 kB
Mapped:            58056 kB
Shmem:             25228 kB
Slab:             296072 kB
SReclaimable:     267896 kB
SUnreclaim:        28176 kB
KernelStack:        3840 kB
PageTables:         7988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2616980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1097728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56736 MiB
End job on node103 at 2018-07-29 22:27:39