Trace number 4247855

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2403.0801 2356.97

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex05480.xml
MD5SUMc9499957e3a18a7800afc05acf28f8ff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.343498
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

3.22/2.19	c Concrete v3.4 running
2402.90/2356.93	java.util.concurrent.TimeoutException
2402.90/2356.93		at concrete.MAC.mac(MAC.scala:74)
2402.90/2356.93		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2402.90/2356.93		at scala.util.Try$.apply(Try.scala:209)
2402.90/2356.93		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2402.90/2356.93		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2402.90/2356.93		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2402.90/2356.93		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2402.90/2356.93		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2402.90/2356.93		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2402.90/2356.93		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2402.90/2356.93		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2402.90/2356.93		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2402.90/2356.93		at concrete.MAC.oneRun(MAC.scala:146)
2402.90/2356.93		at concrete.MAC.nextSolution(MAC.scala:166)
2402.90/2356.93		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2402.90/2356.93		at concrete.ProblemState.map(ProblemState.scala:203)
2402.90/2356.93		at concrete.ProblemState.map(ProblemState.scala:188)
2402.90/2356.93		at concrete.MAC.nextSolution(MAC.scala:195)
2402.90/2356.93		at concrete.Solver.hasNext(Solver.scala:202)
2402.90/2356.93		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2402.90/2356.93		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2402.90/2356.93		at concrete.Solver.toStream(Solver.scala:73)
2402.90/2356.94		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2402.90/2356.94		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2402.90/2356.94		at concrete.Solver.toIterable(Solver.scala:73)
2402.90/2356.94		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2402.90/2356.94		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2402.90/2356.94		at scala.util.Success.map(Try.scala:209)
2402.90/2356.94		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2402.90/2356.94		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2402.90/2356.94		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2402.90/2356.94		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2402.90/2356.94		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2402.90/2356.94		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2402.90/2356.94		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2402.90/2356.94		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2402.90/2356.94		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2402.90/2356.94		at scala.collection.immutable.List.foreach(List.scala:389)
2402.90/2356.94		at scala.App.main(App.scala:76)
2402.90/2356.94		at scala.App.main$(App.scala:74)
2402.90/2356.94		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2402.90/2356.94		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2402.90/2356.94	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247855-1502141421/watcher-4247855-1502141421 -o /tmp/evaluation-result-4247855-1502141421/solver-4247855-1502141421 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560 bin/concrete HOME/instance-4247855-1502141421.xml 

pid=27099
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.51 1.92 1.82 2/200 27102
/proc/meminfo: memFree=30095764/32770624 swapFree=0/453500
[pid=27102] ppid=27099 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27102/stat : 27102 (runsolver) D 27099 27102 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 61648248 24240128 107 18446744073709551615 4194304 4338465 140726373717232 140726373714872 140005782205143 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 39251968 140726373724368 140726373724745 140726373724745 140726373728202 0
/proc/27102/statm: 5918 107 54 36 0 2156 0

[startup+0.100042 s]
/proc/loadavg: 2.51 1.92 1.82 2/200 27102
/proc/meminfo: memFree=30095764/32770624 swapFree=0/453500
[pid=27102] ppid=27099 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/27102/stat : 27102 (bash) S 27099 27102 25139 0 -1 4202496 794 5290 0 0 0 0 0 1 20 0 1 0 61648248 9871360 366 18446744073709551615 4194304 5098028 140722150373200 140722150370856 139883825323008 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 23379968 140722150375956 140722150376041 140722150376041 140722150379498 0
/proc/27102/statm: 2410 366 287 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200159 s]
/proc/loadavg: 2.51 1.92 1.82 2/200 27102
/proc/meminfo: memFree=30095764/32770624 swapFree=0/453500
[pid=27102] ppid=27099 vsize=30192 CPUtime=0.08 cores=1,3,5,7
/proc/27102/stat : 27102 (java) R 27099 27102 25139 0 -1 4202496 2116 12653 0 0 0 0 5 3 20 0 1 0 61648248 30916608 1120 18446744073709551615 4194304 4196468 140731849081792 140731849062488 139919928017296 0 0 1 0 0 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 7516 1120 829 1 0 160 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30192

[startup+0.300278 s]
/proc/loadavg: 2.51 1.92 1.82 2/200 27102
/proc/meminfo: memFree=30095764/32770624 swapFree=0/453500
[pid=27102] ppid=27099 vsize=10551880 CPUtime=0.14 cores=1,3,5,7
/proc/27102/stat : 27102 (java) S 27099 27102 25139 0 -1 1077944320 5638 12653 0 0 5 1 5 3 20 0 15 0 61648248 10805125120 5837 18446744073709551615 4194304 4196468 140731849081792 140731849064336 139919950049015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 2637970 5837 2656 1 0 2627467 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10551880

[startup+0.700262 s]
/proc/loadavg: 2.51 1.92 1.82 2/200 27102
/proc/meminfo: memFree=30095764/32770624 swapFree=0/453500
[pid=27102] ppid=27099 vsize=10552792 CPUtime=0.7 cores=1,3,5,7
/proc/27102/stat : 27102 (java) S 27099 27102 25139 0 -1 1077944320 13862 12653 0 0 58 4 5 3 20 0 15 0 61648248 10806059008 14796 18446744073709551615 4194304 4196468 140731849081792 140731849064336 139919950049015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 2638198 14796 3121 1 0 2627467 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 10552792

[startup+1.50238 s]
/proc/loadavg: 2.55 1.94 1.83 4/215 27165
/proc/meminfo: memFree=29999632/32770624 swapFree=0/453796
[pid=27102] ppid=27099 vsize=10563416 CPUtime=1.92 cores=1,3,5,7
/proc/27102/stat : 27102 (java) S 27099 27102 25139 0 -1 1077944320 30588 12653 0 0 174 10 5 3 20 0 15 0 61648248 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 140731849064336 139919950049015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 2640854 43635 3377 1 0 2630027 0
[pid=27102/tid=27152] ppid=27099 vsize=10563416 CPUtime=1.3 cores=1,3,5,7
/proc/27102/task/27152/stat : 27152 (java) R 27099 27102 25139 0 -1 1077944384 23332 12653 0 0 116 6 5 3 20 0 15 0 61648268 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919954276400 139919950059221 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27153] ppid=27099 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/27102/task/27153/stat : 27153 (java) S 27099 27102 25139 0 -1 1077944384 54 12653 0 0 1 0 5 3 20 0 15 0 61648269 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919907015056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27154] ppid=27099 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/27102/task/27154/stat : 27154 (java) S 27099 27102 25139 0 -1 1077944384 166 12653 0 0 1 0 5 3 20 0 15 0 61648269 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919905962256 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27155] ppid=27099 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/27102/task/27155/stat : 27155 (java) S 27099 27102 25139 0 -1 1077944384 27 12653 0 0 1 0 5 3 20 0 15 0 61648269 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919904909968 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27156] ppid=27099 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27156/stat : 27156 (java) S 27099 27102 25139 0 -1 1077944384 56 12653 0 0 0 0 5 3 20 0 15 0 61648269 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919903857168 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27157] ppid=27099 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/27102/task/27157/stat : 27157 (java) S 27099 27102 25139 0 -1 1077944384 1643 12653 0 0 1 0 5 3 20 0 15 0 61648270 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919513569904 139919950060162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27158] ppid=27099 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27158/stat : 27158 (java) R 27099 27102 25139 0 -1 4202560 56 12653 0 0 0 0 5 3 20 0 15 0 61648270 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919512514496 139919582442340 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27159] ppid=27099 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27159/stat : 27159 (java) R 27099 27102 25139 0 -1 4202560 43 12653 0 0 0 0 5 3 20 0 15 0 61648271 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919511462912 139919582448653 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27160] ppid=27099 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27160/stat : 27160 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 15 0 61648273 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919510411856 139919950067611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27161] ppid=27099 vsize=10563416 CPUtime=0.2 cores=1,3,5,7
/proc/27102/task/27161/stat : 27161 (java) S 27099 27102 25139 0 -1 1077944384 933 12653 0 0 12 0 5 3 20 0 15 0 61648273 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919509358704 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27162] ppid=27099 vsize=10563416 CPUtime=0.25 cores=1,3,5,7
/proc/27102/task/27162/stat : 27162 (java) R 27099 27102 25139 0 -1 1077944384 786 12653 0 0 17 0 5 3 20 0 15 0 61648273 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919508305904 139919950060162 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27163] ppid=27099 vsize=10563416 CPUtime=0.31 cores=1,3,5,7
/proc/27102/task/27163/stat : 27163 (java) R 27099 27102 25139 0 -1 4202560 1341 12653 0 0 23 0 5 3 20 0 15 0 61648273 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919507251152 139919950060950 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27164] ppid=27099 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27164/stat : 27164 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 15 0 61648274 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919506201056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27165] ppid=27099 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27165/stat : 27165 (java) S 27099 27102 25139 0 -1 1077944384 8 12653 0 0 0 0 5 3 20 0 15 0 61648278 10816937984 43635 18446744073709551615 4194304 4196468 140731849081792 139919505148848 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10563416

[startup+3.10065 s]
/proc/loadavg: 2.55 1.94 1.83 4/215 27165
/proc/meminfo: memFree=29921820/32770624 swapFree=0/453796
[pid=27102] ppid=27099 vsize=10573844 CPUtime=5.41 cores=1,3,5,7
/proc/27102/stat : 27102 (java) S 27099 27102 25139 0 -1 1077944320 41850 12653 0 0 518 15 5 3 20 0 15 0 61648248 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 140731849064336 139919950049015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 2643461 65284 3452 1 0 2632075 0
[pid=27102/tid=27152] ppid=27099 vsize=10573844 CPUtime=2.89 cores=1,3,5,7
/proc/27102/task/27152/stat : 27152 (java) R 27099 27102 25139 0 -1 4202560 30252 12653 0 0 273 8 5 3 20 0 15 0 61648268 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919954264832 139919930324829 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27153] ppid=27099 vsize=10573844 CPUtime=0.09 cores=1,3,5,7
/proc/27102/task/27153/stat : 27153 (java) S 27099 27102 25139 0 -1 1077944384 54 12653 0 0 1 0 5 3 20 0 15 0 61648269 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919907015056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27154] ppid=27099 vsize=10573844 CPUtime=0.09 cores=1,3,5,7
/proc/27102/task/27154/stat : 27154 (java) S 27099 27102 25139 0 -1 1077944384 166 12653 0 0 1 0 5 3 20 0 15 0 61648269 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919905962256 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27155] ppid=27099 vsize=10573844 CPUtime=0.09 cores=1,3,5,7
/proc/27102/task/27155/stat : 27155 (java) S 27099 27102 25139 0 -1 1077944384 27 12653 0 0 1 0 5 3 20 0 15 0 61648269 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919904909968 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27156] ppid=27099 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27156/stat : 27156 (java) S 27099 27102 25139 0 -1 1077944384 56 12653 0 0 0 0 5 3 20 0 15 0 61648269 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919903857168 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27157] ppid=27099 vsize=10573844 CPUtime=0.09 cores=1,3,5,7
/proc/27102/task/27157/stat : 27157 (java) S 27099 27102 25139 0 -1 1077944384 1661 12653 0 0 1 0 5 3 20 0 15 0 61648270 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919513569904 139919950060162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27158] ppid=27099 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27158/stat : 27158 (java) S 27099 27102 25139 0 -1 1077944384 56 12653 0 0 0 0 5 3 20 0 15 0 61648270 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919512515936 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27159] ppid=27099 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27159/stat : 27159 (java) S 27099 27102 25139 0 -1 1077944384 43 12653 0 0 0 0 5 3 20 0 15 0 61648271 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919511463552 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27160] ppid=27099 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27160/stat : 27160 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 15 0 61648273 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919510411856 139919950067611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27161] ppid=27099 vsize=10573844 CPUtime=0.8 cores=1,3,5,7
/proc/27102/task/27161/stat : 27161 (java) S 27099 27102 25139 0 -1 1077944384 2019 12653 0 0 71 1 5 3 20 0 15 0 61648273 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919509358704 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27162] ppid=27099 vsize=10573844 CPUtime=0.84 cores=1,3,5,7
/proc/27102/task/27162/stat : 27162 (java) S 27099 27102 25139 0 -1 1077944384 1780 12653 0 0 76 0 5 3 20 0 15 0 61648273 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919508305904 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27163] ppid=27099 vsize=10573844 CPUtime=1 cores=1,3,5,7
/proc/27102/task/27163/stat : 27163 (java) S 27099 27102 25139 0 -1 1077944384 3592 12653 0 0 91 1 5 3 20 0 15 0 61648273 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919507253616 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27164] ppid=27099 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27164/stat : 27164 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 15 0 61648274 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919506201056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27165] ppid=27099 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27165/stat : 27165 (java) S 27099 27102 25139 0 -1 1077944384 11 12653 0 0 0 0 5 3 20 0 15 0 61648278 10827616256 65284 18446744073709551615 4194304 4196468 140731849081792 139919505148848 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 10573844

[startup+6.30073 s]
/proc/loadavg: 2.55 1.94 1.83 3/215 27165
/proc/meminfo: memFree=29663352/32770624 swapFree=0/453796
[pid=27102] ppid=27099 vsize=10577940 CPUtime=11.79 cores=1,3,5,7
/proc/27102/stat : 27102 (java) S 27099 27102 25139 0 -1 1077944320 52806 12653 0 0 1144 27 5 3 20 0 15 0 61648248 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 140731849064336 139919950049015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 2644485 152178 3474 1 0 2633099 0
[pid=27102/tid=27152] ppid=27099 vsize=10577940 CPUtime=6 cores=1,3,5,7
/proc/27102/task/27152/stat : 27152 (java) R 27099 27102 25139 0 -1 4202560 37627 12653 0 0 579 13 5 3 20 0 15 0 61648268 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919954280424 139919594965394 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27153] ppid=27099 vsize=10577940 CPUtime=0.13 cores=1,3,5,7
/proc/27102/task/27153/stat : 27153 (java) S 27099 27102 25139 0 -1 1077944384 84 12653 0 0 4 1 5 3 20 0 15 0 61648269 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919907015056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27154] ppid=27099 vsize=10577940 CPUtime=0.13 cores=1,3,5,7
/proc/27102/task/27154/stat : 27154 (java) S 27099 27102 25139 0 -1 1077944384 208 12653 0 0 4 1 5 3 20 0 15 0 61648269 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919905962256 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27155] ppid=27099 vsize=10577940 CPUtime=0.14 cores=1,3,5,7
/proc/27102/task/27155/stat : 27155 (java) S 27099 27102 25139 0 -1 1077944384 122 12653 0 0 5 1 5 3 20 0 15 0 61648269 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919904909968 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27156] ppid=27099 vsize=10577940 CPUtime=0.14 cores=1,3,5,7
/proc/27102/task/27156/stat : 27156 (java) S 27099 27102 25139 0 -1 1077944384 106 12653 0 0 5 1 5 3 20 0 15 0 61648269 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919903857168 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27157] ppid=27099 vsize=10577940 CPUtime=0.1 cores=1,3,5,7
/proc/27102/task/27157/stat : 27157 (java) S 27099 27102 25139 0 -1 1077944384 1905 12653 0 0 2 0 5 3 20 0 15 0 61648270 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919513569904 139919950060162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27158] ppid=27099 vsize=10577940 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27158/stat : 27158 (java) S 27099 27102 25139 0 -1 1077944384 56 12653 0 0 0 0 5 3 20 0 15 0 61648270 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919512515936 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27159] ppid=27099 vsize=10577940 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27159/stat : 27159 (java) S 27099 27102 25139 0 -1 1077944384 43 12653 0 0 0 0 5 3 20 0 15 0 61648271 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919511463552 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27160] ppid=27099 vsize=10577940 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27160/stat : 27160 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 15 0 61648273 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919510411856 139919950067611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27161] ppid=27099 vsize=10577940 CPUtime=1.99 cores=1,3,5,7
/proc/27102/task/27161/stat : 27161 (java) R 27099 27102 25139 0 -1 4202560 3619 12653 0 0 190 1 5 3 20 0 15 0 61648273 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919509351224 139919931593112 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27162] ppid=27099 vsize=10577940 CPUtime=2.28 cores=1,3,5,7
/proc/27102/task/27162/stat : 27162 (java) S 27099 27102 25139 0 -1 1077944384 2531 12653 0 0 219 1 5 3 20 0 15 0 61648273 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919508305904 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27163] ppid=27099 vsize=10577940 CPUtime=1.4 cores=1,3,5,7
/proc/27102/task/27163/stat : 27163 (java) S 27099 27102 25139 0 -1 1077944384 4348 12653 0 0 130 2 5 3 20 0 15 0 61648273 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919507253616 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27164] ppid=27099 vsize=10577940 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27164/stat : 27164 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 15 0 61648274 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919506201056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27165] ppid=27099 vsize=10577940 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27165/stat : 27165 (java) S 27099 27102 25139 0 -1 1077944384 14 12653 0 0 0 0 5 3 20 0 15 0 61648278 10831810560 152178 18446744073709551615 4194304 4196468 140731849081792 139919505148848 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 10577940

[startup+12.7006 s]
/proc/loadavg: 2.39 1.92 1.83 3/215 27165
/proc/meminfo: memFree=28115924/32770624 swapFree=0/453792
[pid=27102] ppid=27099 vsize=10649348 CPUtime=21.96 cores=1,3,5,7
/proc/27102/stat : 27102 (java) S 27099 27102 25139 0 -1 1077944320 68427 12653 0 0 2093 95 5 3 20 0 15 0 61648248 10904932352 506964 18446744073709551615 4194304 4196468 140731849081792 140731849064336 139919950049015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 2662337 506964 3477 1 0 2650951 0
[pid=27102/tid=27152] ppid=27099 vsize=10649348 CPUtime=11.73 cores=1,3,5,7
/proc/27102/task/27152/stat : 27152 (java) R 27099 27102 25139 0 -1 4202560 43165 12653 0 0 1137 28 5 3 20 0 15 0 61648268 10904932352 506964 18446744073709551615 4194304 4196468 140731849081792 139919954282464 139919599179820 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27153] ppid=27099 vsize=10649348 CPUtime=0.74 cores=1,3,5,7
/proc/27102/task/27153/stat : 27153 (java) S 27099 27102 25139 0 -1 1077944384 503 12653 0 0 52 14 5 3 20 0 15 0 61648269 10904932352 506964 18446744073709551615 4194304 4196468 140731849081792 139919907015056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27154] ppid=27099 vsize=10649348 CPUtime=0.75 cores=1,3,5,7
/proc/27102/task/27154/stat : 27154 (java) S 27099 27102 25139 0 -1 1077944384 664 12653 0 0 53 14 5 3 20 0 15 0 61648269 10904932352 506964 18446744073709551615 4194304 4196468 140731849081792 139919905962256 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27155] ppid=27099 vsize=10649348 CPUtime=0.74 cores=1,3,5,7
/proc/27102/task/27155/stat : 27155 (java) S 27099 27102 25139 0 -1 1077944384 622 12653 0 0 54 12 5 3 20 0 15 0 61648269 10904932352 506964 18446744073709551615 4194304 4196468 140731849081792 139919904909968 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27156] ppid=27099 vsize=10649348 CPUtime=0.75 cores=1,3,5,7
/proc/27102/task/27156/stat : 27156 (java) S 27099 27102 25139 0 -1 1077944384 505 12653 0 0 53 14 5 3 20 0 15 0 61648269 10904932352 506964 18446744073709551615 4194304 4196468 140731849081792 139919903857168 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27157] ppid=27099 vsize=10649348 CPUtime=0.16 cores=1,3,5,7
/proc/27102/task/27157/stat : 27157 (java) S 27099 27102 25139 0 -1 1077944384 3624 12653 0 0 8 0 5 3 20 0 15 0 61648270 10904932352 506964 18446744073709551615 4194304 4196468 140731849081792 139919513569904 139919950060162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27158] ppid=27099 vsize=10649348 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27158/stat : 27158 (java) S 27099 27102 25139 0 -1 1077944384 56 12653 0 0 0 0 5 3 20 0 15 0 61648270 10904932352 506964 18446744073709551615 4194304 4196468 140731849081792 139919512516000 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27159] ppid=27099 vsize=10649348 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27159/stat : 27159 (java) S 27099 27102 25139 0 -1 1077944384 43 12653 0 0 0 0 5 3 20 0 15 0 61648271 10904932352 506964 18446744073709551615 4194304 4196468 140731849081792 139919511463552 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27160] ppid=27099 vsize=10649348 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27160/stat : 27160 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 15 0 61648273 10904932352 506964 18446744073709551615 4194304 4196468 140731849081792 139919510411856 139919950067611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0

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

/proc/meminfo: memFree=28339784/32770624 swapFree=0/454936
[pid=27102] ppid=27099 vsize=10647572 CPUtime=2400.08 cores=1,3,5,7
/proc/27102/stat : 27102 (java) S 27099 27102 25139 0 -1 1077944320 472216 12653 0 0 239696 304 5 3 20 0 15 0 61648248 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 140731849064336 139919950049015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 2661893 746752 3487 1 0 2650507 0
[pid=27102/tid=27152] ppid=27099 vsize=10647572 CPUtime=2344.31 cores=1,3,5,7
/proc/27102/task/27152/stat : 27152 (java) R 27099 27102 25139 0 -1 4202560 146876 12653 0 0 234345 78 5 3 20 0 15 0 61648268 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919954282960 139919589375720 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27153] ppid=27099 vsize=10647572 CPUtime=7.92 cores=1,3,5,7
/proc/27102/task/27153/stat : 27153 (java) S 27099 27102 25139 0 -1 1077944384 45306 12653 0 0 752 32 5 3 20 0 15 0 61648269 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919907015056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27154] ppid=27099 vsize=10647572 CPUtime=7.94 cores=1,3,5,7
/proc/27102/task/27154/stat : 27154 (java) S 27099 27102 25139 0 -1 1077944384 60570 12653 0 0 751 35 5 3 20 0 15 0 61648269 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919905962256 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27155] ppid=27099 vsize=10647572 CPUtime=7.94 cores=1,3,5,7
/proc/27102/task/27155/stat : 27155 (java) S 27099 27102 25139 0 -1 1077944384 48894 12653 0 0 753 33 5 3 20 0 15 0 61648269 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919904909968 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27156] ppid=27099 vsize=10647572 CPUtime=7.94 cores=1,3,5,7
/proc/27102/task/27156/stat : 27156 (java) S 27099 27102 25139 0 -1 1077944384 49105 12653 0 0 753 33 5 3 20 0 15 0 61648269 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919903857168 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27157] ppid=27099 vsize=10647572 CPUtime=2.88 cores=1,3,5,7
/proc/27102/task/27157/stat : 27157 (java) S 27099 27102 25139 0 -1 1077944384 31631 12653 0 0 260 20 5 3 20 0 15 0 61648270 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919513569904 139919950060162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27158] ppid=27099 vsize=10647572 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27158/stat : 27158 (java) S 27099 27102 25139 0 -1 1077944384 62 12653 0 0 0 0 5 3 20 0 15 0 61648270 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919512516000 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27159] ppid=27099 vsize=10647572 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27159/stat : 27159 (java) S 27099 27102 25139 0 -1 1077944384 64 12653 0 0 0 0 5 3 20 0 15 0 61648271 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919511463552 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27160] ppid=27099 vsize=10647572 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27160/stat : 27160 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 15 0 61648273 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919510411856 139919950067611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27161] ppid=27099 vsize=10647572 CPUtime=8.57 cores=1,3,5,7
/proc/27102/task/27161/stat : 27161 (java) S 27099 27102 25139 0 -1 1077944384 25904 12653 0 0 842 7 5 3 20 0 15 0 61648273 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919509358704 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27162] ppid=27099 vsize=10647572 CPUtime=8.14 cores=1,3,5,7
/proc/27102/task/27162/stat : 27162 (java) S 27099 27102 25139 0 -1 1077944384 27636 12653 0 0 798 8 5 3 20 0 15 0 61648273 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919508305904 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27163] ppid=27099 vsize=10647572 CPUtime=3.57 cores=1,3,5,7
/proc/27102/task/27163/stat : 27163 (java) S 27099 27102 25139 0 -1 1077944384 31143 12653 0 0 341 8 5 3 20 0 15 0 61648273 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919507253616 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27164] ppid=27099 vsize=10647572 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27164/stat : 27164 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 15 0 61648274 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919506201056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27165] ppid=27099 vsize=10647572 CPUtime=1.49 cores=1,3,5,7
/proc/27102/task/27165/stat : 27165 (java) S 27099 27102 25139 0 -1 1077944384 2882 12653 0 0 67 74 5 3 20 0 15 0 61648278 10903113728 746752 18446744073709551615 4194304 4196468 140731849081792 139919505148848 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10647572

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27102 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2356.4 s]
/proc/loadavg: 0.86 0.95 1.20 5/194 27371
/proc/meminfo: memFree=28331312/32770624 swapFree=0/454936
[pid=27102] ppid=27099 vsize=10780700 CPUtime=2401.13 cores=1,3,5,7
/proc/27102/stat : 27102 (java) S 27099 27102 25139 0 -1 1077944320 485497 12653 0 0 239800 305 5 3 20 0 17 0 61648248 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 140731849064336 139919950049015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 2695175 748967 3487 1 0 2683789 0
[pid=27102/tid=27152] ppid=27099 vsize=10780700 CPUtime=2344.32 cores=1,3,5,7
/proc/27102/task/27152/stat : 27152 (java) S 27099 27102 25139 0 -1 1077944384 148037 12653 0 0 234346 78 5 3 20 0 17 0 61648268 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919954286736 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27153] ppid=27099 vsize=10780700 CPUtime=8.17 cores=1,3,5,7
/proc/27102/task/27153/stat : 27153 (java) R 27099 27102 25139 0 -1 4202560 45332 12653 0 0 777 32 5 3 20 0 17 0 61648269 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919907014864 139919934749703 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27154] ppid=27099 vsize=10780700 CPUtime=8.19 cores=1,3,5,7
/proc/27102/task/27154/stat : 27154 (java) R 27099 27102 25139 0 -1 4202560 60810 12653 0 0 776 35 5 3 20 0 17 0 61648269 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919905962064 139919934749646 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27155] ppid=27099 vsize=10780700 CPUtime=8.18 cores=1,3,5,7
/proc/27102/task/27155/stat : 27155 (java) R 27099 27102 25139 0 -1 4202560 48935 12653 0 0 777 33 5 3 20 0 17 0 61648269 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919904910088 139919942677223 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27156] ppid=27099 vsize=10780700 CPUtime=8.2 cores=1,3,5,7
/proc/27102/task/27156/stat : 27156 (java) R 27099 27102 25139 0 -1 4202560 49175 12653 0 0 779 33 5 3 20 0 17 0 61648269 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919903857368 139919934749662 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27157] ppid=27099 vsize=10780700 CPUtime=2.91 cores=1,3,5,7
/proc/27102/task/27157/stat : 27157 (java) S 27099 27102 25139 0 -1 1077944384 42786 12653 0 0 263 20 5 3 20 0 17 0 61648270 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919513568528 139919950059221 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27158] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27158/stat : 27158 (java) S 27099 27102 25139 0 -1 1077944384 62 12653 0 0 0 0 5 3 20 0 17 0 61648270 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919512516000 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27159] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27159/stat : 27159 (java) S 27099 27102 25139 0 -1 1077944384 64 12653 0 0 0 0 5 3 20 0 17 0 61648271 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919511463552 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27160] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27160/stat : 27160 (java) S 27099 27102 25139 0 -1 1077944384 235 12653 0 0 0 0 5 3 20 0 17 0 61648273 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919510411856 139919950067611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27161] ppid=27099 vsize=10780700 CPUtime=8.57 cores=1,3,5,7
/proc/27102/task/27161/stat : 27161 (java) S 27099 27102 25139 0 -1 1077944384 25904 12653 0 0 842 7 5 3 20 0 17 0 61648273 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919509358704 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27162] ppid=27099 vsize=10780700 CPUtime=8.14 cores=1,3,5,7
/proc/27102/task/27162/stat : 27162 (java) S 27099 27102 25139 0 -1 1077944384 27636 12653 0 0 798 8 5 3 20 0 17 0 61648273 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919508305904 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27163] ppid=27099 vsize=10780700 CPUtime=3.57 cores=1,3,5,7
/proc/27102/task/27163/stat : 27163 (java) S 27099 27102 25139 0 -1 1077944384 31143 12653 0 0 341 8 5 3 20 0 17 0 61648273 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919507253616 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27164] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27164/stat : 27164 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 17 0 61648274 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919506201056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27165] ppid=27099 vsize=10780700 CPUtime=1.49 cores=1,3,5,7
/proc/27102/task/27165/stat : 27165 (java) S 27099 27102 25139 0 -1 1077944384 2882 12653 0 0 67 74 5 3 20 0 17 0 61648278 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919505148848 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27370] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27370/stat : 27370 (java) S 27099 27102 25139 0 -1 1077944384 325 12653 0 0 0 0 5 3 20 0 17 0 61883859 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919406035440 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27371] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27371/stat : 27371 (java) S 27099 27102 25139 0 -1 1077944384 30 12653 0 0 0 0 5 3 20 0 17 0 61883859 11039436800 748967 18446744073709551615 4194304 4196468 140731849081792 139919404983872 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
Current children cumulated CPU time (s) 2401.13
Current children cumulated vsize (KiB) 10780700

[startup+2356.8 s]
/proc/loadavg: 0.86 0.95 1.20 5/194 27371
/proc/meminfo: memFree=28331312/32770624 swapFree=0/454936
[pid=27102] ppid=27099 vsize=10780700 CPUtime=2402.55 cores=1,3,5,7
/proc/27102/stat : 27102 (java) S 27099 27102 25139 0 -1 1077944320 486234 12653 0 0 239941 306 5 3 20 0 17 0 61648248 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 140731849064336 139919950049015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 2695175 749344 3487 1 0 2683789 0
[pid=27102/tid=27152] ppid=27099 vsize=10780700 CPUtime=2344.32 cores=1,3,5,7
/proc/27102/task/27152/stat : 27152 (java) S 27099 27102 25139 0 -1 1077944384 148037 12653 0 0 234346 78 5 3 20 0 17 0 61648268 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919954286736 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27153] ppid=27099 vsize=10780700 CPUtime=8.51 cores=1,3,5,7
/proc/27102/task/27153/stat : 27153 (java) R 27099 27102 25139 0 -1 4202560 45476 12653 0 0 811 32 5 3 20 0 17 0 61648269 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919907015056 139919931658648 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27154] ppid=27099 vsize=10780700 CPUtime=8.53 cores=1,3,5,7
/proc/27102/task/27154/stat : 27154 (java) R 27099 27102 25139 0 -1 4202560 60821 12653 0 0 810 35 5 3 20 0 17 0 61648269 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919905962456 139919934747853 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27155] ppid=27099 vsize=10780700 CPUtime=8.52 cores=1,3,5,7
/proc/27102/task/27155/stat : 27155 (java) R 27099 27102 25139 0 -1 4202560 49080 12653 0 0 811 33 5 3 20 0 17 0 61648269 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919904909968 139919935045661 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27156] ppid=27099 vsize=10780700 CPUtime=8.53 cores=1,3,5,7
/proc/27102/task/27156/stat : 27156 (java) R 27099 27102 25139 0 -1 4202560 49322 12653 0 0 812 33 5 3 20 0 17 0 61648269 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919903857168 139919934747771 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27157] ppid=27099 vsize=10780700 CPUtime=2.97 cores=1,3,5,7
/proc/27102/task/27157/stat : 27157 (java) S 27099 27102 25139 0 -1 1077944384 43072 12653 0 0 269 20 5 3 20 0 17 0 61648270 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919513568528 139919950059221 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27158] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27158/stat : 27158 (java) S 27099 27102 25139 0 -1 1077944384 64 12653 0 0 0 0 5 3 20 0 17 0 61648270 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919512515504 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27159] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27159/stat : 27159 (java) S 27099 27102 25139 0 -1 1077944384 64 12653 0 0 0 0 5 3 20 0 17 0 61648271 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919511463552 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27160] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27160/stat : 27160 (java) S 27099 27102 25139 0 -1 1077944384 235 12653 0 0 0 0 5 3 20 0 17 0 61648273 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919510411856 139919950067611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27161] ppid=27099 vsize=10780700 CPUtime=8.57 cores=1,3,5,7
/proc/27102/task/27161/stat : 27161 (java) S 27099 27102 25139 0 -1 1077944384 25904 12653 0 0 842 7 5 3 20 0 17 0 61648273 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919509358704 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27162] ppid=27099 vsize=10780700 CPUtime=8.14 cores=1,3,5,7
/proc/27102/task/27162/stat : 27162 (java) S 27099 27102 25139 0 -1 1077944384 27636 12653 0 0 798 8 5 3 20 0 17 0 61648273 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919508305904 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27163] ppid=27099 vsize=10780700 CPUtime=3.57 cores=1,3,5,7
/proc/27102/task/27163/stat : 27163 (java) S 27099 27102 25139 0 -1 1077944384 31143 12653 0 0 341 8 5 3 20 0 17 0 61648273 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919507253616 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27164] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27164/stat : 27164 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 17 0 61648274 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919506201056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27165] ppid=27099 vsize=10780700 CPUtime=1.49 cores=1,3,5,7
/proc/27102/task/27165/stat : 27165 (java) S 27099 27102 25139 0 -1 1077944384 2882 12653 0 0 67 74 5 3 20 0 17 0 61648278 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919505148848 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27370] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27370/stat : 27370 (java) S 27099 27102 25139 0 -1 1077944384 325 12653 0 0 0 0 5 3 20 0 17 0 61883859 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919406035440 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27371] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27371/stat : 27371 (java) S 27099 27102 25139 0 -1 1077944384 32 12653 0 0 0 0 5 3 20 0 17 0 61883859 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919404983872 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
Current children cumulated CPU time (s) 2402.55
Current children cumulated vsize (KiB) 10780700

[startup+2356.9 s]
/proc/loadavg: 0.86 0.95 1.20 5/194 27371
/proc/meminfo: memFree=28331312/32770624 swapFree=0/454936
[pid=27102] ppid=27099 vsize=10780700 CPUtime=2402.9 cores=1,3,5,7
/proc/27102/stat : 27102 (java) S 27099 27102 25139 0 -1 1077944320 486244 12653 0 0 239976 306 5 3 20 0 17 0 61648248 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 140731849064336 139919950049015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
/proc/27102/statm: 2695175 749344 3487 1 0 2683789 0
[pid=27102/tid=27152] ppid=27099 vsize=10780700 CPUtime=2344.32 cores=1,3,5,7
/proc/27102/task/27152/stat : 27152 (java) S 27099 27102 25139 0 -1 1077944384 148037 12653 0 0 234346 78 5 3 20 0 17 0 61648268 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919954286736 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27153] ppid=27099 vsize=10780700 CPUtime=8.59 cores=1,3,5,7
/proc/27102/task/27153/stat : 27153 (java) R 27099 27102 25139 0 -1 4202560 45476 12653 0 0 819 32 5 3 20 0 17 0 61648269 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919907015256 139919934748443 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27154] ppid=27099 vsize=10780700 CPUtime=8.61 cores=1,3,5,7
/proc/27102/task/27154/stat : 27154 (java) R 27099 27102 25139 0 -1 4202560 60828 12653 0 0 818 35 5 3 20 0 17 0 61648269 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919905962256 139919935045661 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27155] ppid=27099 vsize=10780700 CPUtime=8.6 cores=1,3,5,7
/proc/27102/task/27155/stat : 27155 (java) R 27099 27102 25139 0 -1 4202560 49080 12653 0 0 819 33 5 3 20 0 17 0 61648269 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919904909968 139919935045661 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27156] ppid=27099 vsize=10780700 CPUtime=8.62 cores=1,3,5,7
/proc/27102/task/27156/stat : 27156 (java) R 27099 27102 25139 0 -1 4202560 49324 12653 0 0 821 33 5 3 20 0 17 0 61648269 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919903857168 139919931658637 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27157] ppid=27099 vsize=10780700 CPUtime=2.99 cores=1,3,5,7
/proc/27102/task/27157/stat : 27157 (java) S 27099 27102 25139 0 -1 1077944384 43072 12653 0 0 271 20 5 3 20 0 17 0 61648270 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919513568528 139919950059221 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27158] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27158/stat : 27158 (java) S 27099 27102 25139 0 -1 1077944384 65 12653 0 0 0 0 5 3 20 0 17 0 61648270 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919512515504 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27159] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27159/stat : 27159 (java) S 27099 27102 25139 0 -1 1077944384 64 12653 0 0 0 0 5 3 20 0 17 0 61648271 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919511463552 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27160] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27160/stat : 27160 (java) S 27099 27102 25139 0 -1 1077944384 235 12653 0 0 0 0 5 3 20 0 17 0 61648273 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919510411856 139919950067611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27161] ppid=27099 vsize=10780700 CPUtime=8.57 cores=1,3,5,7
/proc/27102/task/27161/stat : 27161 (java) S 27099 27102 25139 0 -1 1077944384 25904 12653 0 0 842 7 5 3 20 0 17 0 61648273 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919509358704 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27162] ppid=27099 vsize=10780700 CPUtime=8.14 cores=1,3,5,7
/proc/27102/task/27162/stat : 27162 (java) S 27099 27102 25139 0 -1 1077944384 27636 12653 0 0 798 8 5 3 20 0 17 0 61648273 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919508305904 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27163] ppid=27099 vsize=10780700 CPUtime=3.57 cores=1,3,5,7
/proc/27102/task/27163/stat : 27163 (java) S 27099 27102 25139 0 -1 1077944384 31143 12653 0 0 341 8 5 3 20 0 17 0 61648273 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919507253616 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27164] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27164/stat : 27164 (java) S 27099 27102 25139 0 -1 1077944384 3 12653 0 0 0 0 5 3 20 0 17 0 61648274 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919506201056 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27165] ppid=27099 vsize=10780700 CPUtime=1.49 cores=1,3,5,7
/proc/27102/task/27165/stat : 27165 (java) S 27099 27102 25139 0 -1 1077944384 2882 12653 0 0 67 74 5 3 20 0 17 0 61648278 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919505148848 139919950060162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27370] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27370/stat : 27370 (java) S 27099 27102 25139 0 -1 1077944384 325 12653 0 0 0 0 5 3 20 0 17 0 61883859 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919406035440 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
[pid=27102/tid=27371] ppid=27099 vsize=10780700 CPUtime=0.08 cores=1,3,5,7
/proc/27102/task/27371/stat : 27371 (java) S 27099 27102 25139 0 -1 1077944384 32 12653 0 0 0 0 5 3 20 0 17 0 61883859 11039436800 749344 18446744073709551615 4194304 4196468 140731849081792 139919404983872 139919950059221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140731849082843 140731849085617 140731849085617 140731849088975 0
Current children cumulated CPU time (s) 2402.9
Current children cumulated vsize (KiB) 10780700

Child status: 143
Real time (s): 2356.97
CPU time (s): 2403.08
CPU user time (s): 2399.97
CPU system time (s): 3.11587
CPU usage (%): 101.956
Max. virtual memory (cumulated for all children) (KiB): 10780700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.97
system time used= 3.11587
maximum resident set size= 3242612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499302
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117369
involuntary context switches= 3996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1797 second user time and 14.8221 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 23:16:24
IDJOB=4247855
IDBENCH=140774
IDSOLVER=2630
FILE ID=node134/4247855-1502141421
RUNJOBID= node134-1502077974-12599
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex05480.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247855-1502141421/watcher-4247855-1502141421 -o /tmp/evaluation-result-4247855-1502141421/solver-4247855-1502141421 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560  bin/concrete HOME/instance-4247855-1502141421.xml

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

MD5SUM BENCH= c9499957e3a18a7800afc05acf28f8ff
RANDOM SEED=1378329977

node134.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.43
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.43
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.43
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.43
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:        30096508 kB
MemAvailable:   30793956 kB
Buffers:          231668 kB
Cached:           754980 kB
SwapCached:            0 kB
Active:          1767584 kB
Inactive:         476532 kB
Active(anon):    1259836 kB
Inactive(anon):    23032 kB
Active(file):     507748 kB
Inactive(file):   453500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24836 kB
Writeback:             4 kB
AnonPages:       1257644 kB
Mapped:            55232 kB
Shmem:             25276 kB
Slab:             130424 kB
SReclaimable:     104072 kB
SUnreclaim:        26352 kB
KernelStack:        3536 kB
PageTables:         7556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2007744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1030144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62008 MiB
End job on node134 at 2017-08-07 23:55:41