Trace number 4400919

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.16 2454.37

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20/
SuperTaillard-js-20-20.xml
MD5SUMbd4660d9f641dd45473fddd00af9a0d0
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 benchmark1437.98
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Number of domains96
Minimum domain size1599
Maximum domain size1697
Distribution of domain sizes[{"size":1599,"count":10},{"size":1600,"count":4},{"size":1601,"count":16},{"size":1602,"count":2},{"size":1603,"count":6},{"size":1604,"count":8},{"size":1605,"count":6},{"size":1606,"count":6},{"size":1607,"count":6},{"size":1608,"count":16},{"size":1609,"count":6},{"size":1610,"count":6},{"size":1611,"count":8},{"size":1612,"count":24},{"size":1613,"count":6},{"size":1614,"count":8},{"size":1616,"count":8},{"size":1617,"count":14},{"size":1618,"count":6},{"size":1619,"count":8},{"size":1620,"count":6},{"size":1621,"count":8},{"size":1622,"count":10},{"size":1623,"count":8},{"size":1624,"count":10},"...",{"size":1672,"count":14}, {"size":1673,"count":4}, {"size":1674,"count":8}, {"size":1675,"count":4}, {"size":1676,"count":6}, {"size":1677,"count":8}, {"size":1678,"count":10}, {"size":1679,"count":8}, {"size":1680,"count":10}, {"size":1681,"count":14}, {"size":1682,"count":10}, {"size":1683,"count":14}, {"size":1684,"count":2}, {"size":1685,"count":10}, {"size":1686,"count":10}, {"size":1687,"count":10}, {"size":1688,"count":2}, {"size":1689,"count":16}, {"size":1690,"count":8}, {"size":1691,"count":8}, {"size":1693,"count":8}, {"size":1694,"count":8}, {"size":1695,"count":14}, {"size":1696,"count":10}, {"size":1697,"count":8}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":360},{"degree":41,"count":40},{"degree":43,"count":360}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12940}]
Number of extensional constraints0
Number of intensional constraints12940
Distribution of constraint types[{"type":"intension","count":12940}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.61	c Concrete v3.12.2.1568631193530 running
2520.07/2454.34	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2454.34		at concrete.MAC.mac(MAC.scala:192)
2520.07/2454.34		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2454.34		at scala.util.Try$.apply(Try.scala:212)
2520.07/2454.34		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2454.34		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2454.34		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2454.34		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2454.34		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2454.34		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2454.34		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2454.34		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2454.34		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2454.34		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2454.34		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.07/2454.34		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.07/2454.34		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2454.34		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2454.34		at scala.util.Success.map(Try.scala:264)
2520.07/2454.34		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2454.34		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2454.34		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2454.34		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2454.34		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2454.34		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2454.34		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2454.34		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2454.34		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2454.34		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2454.34		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2454.34		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2454.34		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2454.34		at scala.App.main(App.scala:75)
2520.07/2454.34		at scala.App.main$(App.scala:73)
2520.07/2454.34		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2454.34		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2454.34	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: 16375 MiB (13174 MiB free)
  memory of node 1: 16384 MiB (14491 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400919-1568691931/watcher-4400919-1568691931 -o /tmp/evaluation-result-4400919-1568691931/solver-4400919-1568691931 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324187754-10366 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4400919-1568691931.xml 

running on 4 cores: 4-7

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


[startup+0.10009 s]*
/proc/loadavg: 1.41 1.35 1.38 2/215 15089
/proc/meminfo: memFree=28325516/32770688 swapFree=66919992/67108860
[pid=15036] ppid=15033 vsize=9972712 memory=18072 CPUtime=0.09 cores=4-7
/proc/15036/stat : 15036 (java) S 15033 15036 10334 0 -1 1077944320 4281 13071 0 0 1 0 5 3 20 0 6 0 445199360 10212057088 4518 33554432000 4194304 4196468 140731125173584 140731125156128 140334209142519 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
/proc/15036/statm: 2493178 4518 1897 1 0 2481616 0
[pid=15036/tid=15089] ppid=15033 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=4-7
/proc/15036/task/15089/stat : 15089 (java) R 15033 15036 10334 0 -1 4202560 2077 13071 0 0 0 0 5 3 20 0 6 0 445199369 10212057088 4584 33554432000 4194304 4196468 140731125173584 140334180979280 140334209166109 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15090] ppid=15033 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=4-7
/proc/15036/task/15090/stat : 15090 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 6 0 445199370 10212057088 4584 33554432000 4194304 4196468 140731125173584 140334213384848 140334209152725 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15091] ppid=15033 vsize=9972712 memory=139853730608768 CPUtime=0.08 cores=4-7
/proc/15036/task/15091/stat : 15091 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 6 0 445199370 10212057088 4584 33554432000 4194304 4196468 140731125173584 140334101658128 140334209152725 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15092] ppid=15033 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15092/stat : 15092 (java) S 15033 15036 10334 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 6 0 445199370 10212057088 4584 33554432000 4194304 4196468 140731125173584 140334100605328 140334209152725 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15093] ppid=15033 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/15036/task/15093/stat : 15093 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 6 0 445199370 10212057088 4584 33554432000 4194304 4196468 140731125173584 140334099552528 140334209152725 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18072 KiB

[startup+0.211252 s]*
/proc/loadavg: 1.41 1.35 1.38 3/228 15102
/proc/meminfo: memFree=28302216/32770688 swapFree=66919992/67108860
[pid=15036] ppid=15033 vsize=10819712 memory=40256 CPUtime=0.26 cores=4-7
/proc/15036/stat : 15036 (java) S 15033 15036 10334 0 -1 1077944320 6860 13071 0 0 17 1 5 3 20 0 15 0 445199360 11079385088 10064 33554432000 4194304 4196468 140731125173584 140731125156128 140334209142519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
/proc/15036/statm: 2704928 10064 3183 1 0 2667149 0
[pid=15036/tid=15089] ppid=15033 vsize=10819712 memory=7022364594140610616 CPUtime=0.18 cores=4-7
/proc/15036/task/15089/stat : 15089 (java) R 15033 15036 10334 0 -1 4202560 3349 13071 0 0 10 0 5 3 20 0 15 0 445199369 11079385088 10064 33554432000 4194304 4196468 140731125173584 140334180975312 140334209164445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15090] ppid=15033 vsize=10819712 memory=364 CPUtime=0.08 cores=4-7
/proc/15036/task/15090/stat : 15090 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11079385088 10064 33554432000 4194304 4196468 140731125173584 140334213384848 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15091] ppid=15033 vsize=10819712 memory=4050062511648732832 CPUtime=0.08 cores=4-7
/proc/15036/task/15091/stat : 15091 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11079385088 10064 33554432000 4194304 4196468 140731125173584 140334101658128 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15092] ppid=15033 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15092/stat : 15092 (java) S 15033 15036 10334 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 445199370 11079385088 10064 33554432000 4194304 4196468 140731125173584 140334100605328 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15093] ppid=15033 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/15036/task/15093/stat : 15093 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11079385088 10064 33554432000 4194304 4196468 140731125173584 140334099552528 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15094] ppid=15033 vsize=10819712 memory=139853730608768 CPUtime=0.08 cores=4-7
/proc/15036/task/15094/stat : 15094 (java) S 15033 15036 10334 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 445199371 11079385088 10064 33554432000 4194304 4196468 140731125173584 140333668199280 140334209153666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15095] ppid=15033 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/15036/task/15095/stat : 15095 (java) S 15033 15036 10334 0 -1 1077944384 33 13071 0 0 0 0 5 3 20 0 15 0 445199372 11079385088 10064 33554432000 4194304 4196468 140731125173584 140333667145248 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15096] ppid=15033 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15096/stat : 15096 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199372 11079385088 10064 33554432000 4194304 4196468 140731125173584 140333090334064 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15097] ppid=15033 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15097/stat : 15097 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11079385088 10064 33554432000 4194304 4196468 140731125173584 140332782934352 140334209161115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15098] ppid=15033 vsize=10819712 memory=0 CPUtime=0.09 cores=4-7
/proc/15036/task/15098/stat : 15098 (java) S 15033 15036 10334 0 -1 1077944384 354 13071 0 0 1 0 5 3 20 0 15 0 445199375 11079385088 10064 33554432000 4194304 4196468 140731125173584 140333633587568 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15099] ppid=15033 vsize=10819712 memory=-1 CPUtime=0.09 cores=4-7
/proc/15036/task/15099/stat : 15099 (java) S 15033 15036 10334 0 -1 1077944384 294 13071 0 0 1 0 5 3 20 0 15 0 445199375 11079385088 10064 33554432000 4194304 4196468 140731125173584 140333632534768 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15100] ppid=15033 vsize=10819712 memory=139853730608768 CPUtime=0.11 cores=4-7
/proc/15036/task/15100/stat : 15100 (java) R 15033 15036 10334 0 -1 4202560 610 13071 0 0 3 0 5 3 20 0 15 0 445199375 11079385088 10064 33554432000 4194304 4196468 140731125173584 140333631481968 140334209163866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15101] ppid=15033 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/15036/task/15101/stat : 15101 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11079385088 10064 33554432000 4194304 4196468 140731125173584 140332749375712 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15102] ppid=15033 vsize=10819712 memory=139853730608768 CPUtime=0.08 cores=4-7
/proc/15036/task/15102/stat : 15102 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199376 11079385088 10064 33554432000 4194304 4196468 140731125173584 140333630430384 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 40256 KiB

[startup+0.311742 s]*
/proc/loadavg: 1.41 1.35 1.38 3/228 15102
/proc/meminfo: memFree=28289512/32770688 swapFree=66919992/67108860
[pid=15036] ppid=15033 vsize=10820196 memory=51336 CPUtime=0.4 cores=4-7
/proc/15036/stat : 15036 (java) S 15033 15036 10334 0 -1 1077944320 10548 13071 0 0 29 3 5 3 20 0 15 0 445199360 11079880704 12834 33554432000 4194304 4196468 140731125173584 140731125156128 140334209142519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
/proc/15036/statm: 2705049 12834 3312 1 0 2667149 0
[pid=15036/tid=15089] ppid=15033 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=4-7
/proc/15036/task/15089/stat : 15089 (java) R 15033 15036 10334 0 -1 4202560 7015 13071 0 0 19 2 5 3 20 0 15 0 445199369 11079880704 12834 33554432000 4194304 4196468 140731125173584 140334180951472 140334193223006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15090] ppid=15033 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15090/stat : 15090 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11079880704 12834 33554432000 4194304 4196468 140731125173584 140334213384848 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15091] ppid=15033 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15091/stat : 15091 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11079880704 12834 33554432000 4194304 4196468 140731125173584 140334101658128 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15092] ppid=15033 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15092/stat : 15092 (java) S 15033 15036 10334 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 445199370 11079880704 12834 33554432000 4194304 4196468 140731125173584 140334100605328 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15093] ppid=15033 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15093/stat : 15093 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11079880704 12834 33554432000 4194304 4196468 140731125173584 140334099552528 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15094] ppid=15033 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15094/stat : 15094 (java) S 15033 15036 10334 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 445199371 11079880704 12834 33554432000 4194304 4196468 140731125173584 140333668199280 140334209153666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15095] ppid=15033 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/15036/task/15095/stat : 15095 (java) S 15033 15036 10334 0 -1 1077944384 33 13071 0 0 0 0 5 3 20 0 15 0 445199372 11079880704 12834 33554432000 4194304 4196468 140731125173584 140333667145248 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15096] ppid=15033 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15096/stat : 15096 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199372 11079880704 12834 33554432000 4194304 4196468 140731125173584 140333090334064 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15097] ppid=15033 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15097/stat : 15097 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11079880704 12834 33554432000 4194304 4196468 140731125173584 140332782934352 140334209161115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15098] ppid=15033 vsize=10820196 memory=0 CPUtime=0.1 cores=4-7
/proc/15036/task/15098/stat : 15098 (java) S 15033 15036 10334 0 -1 1077944384 364 13071 0 0 2 0 5 3 20 0 15 0 445199375 11079880704 12834 33554432000 4194304 4196468 140731125173584 140333633587568 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15099] ppid=15033 vsize=10820196 memory=-1 CPUtime=0.09 cores=4-7
/proc/15036/task/15099/stat : 15099 (java) S 15033 15036 10334 0 -1 1077944384 294 13071 0 0 1 0 5 3 20 0 15 0 445199375 11079880704 12834 33554432000 4194304 4196468 140731125173584 140333632534768 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15100] ppid=15033 vsize=10820196 memory=139853730608768 CPUtime=0.13 cores=4-7
/proc/15036/task/15100/stat : 15100 (java) R 15033 15036 10334 0 -1 4202560 623 13071 0 0 5 0 5 3 20 0 15 0 445199375 11079880704 12834 33554432000 4194304 4196468 140731125173584 140333631481968 140334188120021 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15101] ppid=15033 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/15036/task/15101/stat : 15101 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11079880704 12834 33554432000 4194304 4196468 140731125173584 140332749375712 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15102] ppid=15033 vsize=10820196 memory=139853730608768 CPUtime=0.08 cores=4-7
/proc/15036/task/15102/stat : 15102 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199376 11079880704 12834 33554432000 4194304 4196468 140731125173584 140333630430384 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51336 KiB

[startup+0.700746 s]
/proc/loadavg: 1.41 1.35 1.38 3/228 15102
/proc/meminfo: memFree=28278024/32770688 swapFree=66919992/67108860
[pid=15036] ppid=15033 vsize=10822316 memory=77524 CPUtime=1.07 cores=4-7
/proc/15036/stat : 15036 (java) S 15033 15036 10334 0 -1 1077944320 14130 13071 0 0 94 5 5 3 20 0 15 0 445199360 11082051584 19381 33554432000 4194304 4196468 140731125173584 140731125156128 140334209142519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
/proc/15036/statm: 2705579 19381 3495 1 0 2667661 0
[pid=15036/tid=15089] ppid=15033 vsize=10822316 memory=0 CPUtime=0.66 cores=4-7
/proc/15036/task/15089/stat : 15089 (java) R 15033 15036 10334 0 -1 4202560 9677 13071 0 0 54 4 5 3 20 0 15 0 445199369 11082051584 19381 33554432000 4194304 4196468 140731125173584 140334180958096 140334193223006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15090] ppid=15033 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15090/stat : 15090 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11082051584 19381 33554432000 4194304 4196468 140731125173584 140334213384848 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15091] ppid=15033 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15091/stat : 15091 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11082051584 19381 33554432000 4194304 4196468 140731125173584 140334101658128 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15092] ppid=15033 vsize=10822316 memory=139853597651152 CPUtime=0.08 cores=4-7
/proc/15036/task/15092/stat : 15092 (java) S 15033 15036 10334 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 445199370 11082051584 19381 33554432000 4194304 4196468 140731125173584 140334100605328 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15093] ppid=15033 vsize=10822316 memory=139857020060251 CPUtime=0.08 cores=4-7
/proc/15036/task/15093/stat : 15093 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11082051584 19381 33554432000 4194304 4196468 140731125173584 140334099552528 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15094] ppid=15033 vsize=10822316 memory=980 CPUtime=0.08 cores=4-7
/proc/15036/task/15094/stat : 15094 (java) S 15033 15036 10334 0 -1 1077944384 5 13071 0 0 0 0 5 3 20 0 15 0 445199371 11082051584 19381 33554432000 4194304 4196468 140731125173584 140333668199280 140334209153666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15095] ppid=15033 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=4-7
/proc/15036/task/15095/stat : 15095 (java) S 15033 15036 10334 0 -1 1077944384 33 13071 0 0 0 0 5 3 20 0 15 0 445199372 11082051584 19381 33554432000 4194304 4196468 140731125173584 140333667145248 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15096] ppid=15033 vsize=10822316 memory=6081104596517414762 CPUtime=0.08 cores=4-7
/proc/15036/task/15096/stat : 15096 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199372 11082051584 19381 33554432000 4194304 4196468 140731125173584 140333090334064 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15097] ppid=15033 vsize=10822316 memory=29508 CPUtime=0.08 cores=4-7
/proc/15036/task/15097/stat : 15097 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11082051584 19381 33554432000 4194304 4196468 140731125173584 140332782934352 140334209161115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15098] ppid=15033 vsize=10822316 memory=2120 CPUtime=0.2 cores=4-7
/proc/15036/task/15098/stat : 15098 (java) R 15033 15036 10334 0 -1 4202560 766 13071 0 0 12 0 5 3 20 0 15 0 445199375 11082051584 19381 33554432000 4194304 4196468 140731125173584 140333633575712 140334194250204 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15099] ppid=15033 vsize=10822316 memory=496 CPUtime=0.17 cores=4-7
/proc/15036/task/15099/stat : 15099 (java) R 15033 15036 10334 0 -1 4202560 683 13071 0 0 9 0 5 3 20 0 15 0 445199375 11082051584 19381 33554432000 4194304 4196468 140731125173584 140333632523360 140334190666741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15100] ppid=15033 vsize=10822316 memory=1560 CPUtime=0.25 cores=4-7
/proc/15036/task/15100/stat : 15100 (java) S 15033 15036 10334 0 -1 1077944384 748 13071 0 0 17 0 5 3 20 0 15 0 445199375 11082051584 19381 33554432000 4194304 4196468 140731125173584 140333631481968 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15101] ppid=15033 vsize=10822316 memory=928 CPUtime=0.08 cores=4-7
/proc/15036/task/15101/stat : 15101 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11082051584 19381 33554432000 4194304 4196468 140731125173584 140332749375712 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15102] ppid=15033 vsize=10822316 memory=1724 CPUtime=0.08 cores=4-7
/proc/15036/task/15102/stat : 15102 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199376 11082051584 19381 33554432000 4194304 4196468 140731125173584 140333630430384 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77524 KiB

[startup+1.50072 s]
/proc/loadavg: 1.41 1.35 1.38 5/228 15102
/proc/meminfo: memFree=28240552/32770688 swapFree=66919992/67108860
[pid=15036] ppid=15033 vsize=10828536 memory=195948 CPUtime=3.41 cores=4-7
/proc/15036/stat : 15036 (java) S 15033 15036 10334 0 -1 1077944320 25959 13071 0 0 325 8 5 3 20 0 15 0 445199360 11088420864 48987 33554432000 4194304 4196468 140731125173584 140731125156128 140334209142519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
/proc/15036/statm: 2707134 48987 3555 1 0 2669197 0
[pid=15036/tid=15089] ppid=15033 vsize=10828536 memory=160580 CPUtime=1.46 cores=4-7
/proc/15036/task/15089/stat : 15089 (java) R 15033 15036 10334 0 -1 4202560 12864 13071 0 0 132 6 5 3 20 0 15 0 445199369 11088420864 48987 33554432000 4194304 4196468 140731125173584 140334180971664 140334193223006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15090] ppid=15033 vsize=10828536 memory=1444 CPUtime=0.08 cores=4-7
/proc/15036/task/15090/stat : 15090 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11088420864 48987 33554432000 4194304 4196468 140731125173584 140334213384848 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15091] ppid=15033 vsize=10828536 memory=1764 CPUtime=0.08 cores=4-7
/proc/15036/task/15091/stat : 15091 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11088420864 48987 33554432000 4194304 4196468 140731125173584 140334101658128 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15092] ppid=15033 vsize=10828536 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15092/stat : 15092 (java) S 15033 15036 10334 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 445199370 11088420864 48987 33554432000 4194304 4196468 140731125173584 140334100605328 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15093] ppid=15033 vsize=10828536 memory=-6154581634397065563 CPUtime=0.08 cores=4-7
/proc/15036/task/15093/stat : 15093 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199370 11088420864 48987 33554432000 4194304 4196468 140731125173584 140334099552528 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15094] ppid=15033 vsize=10828536 memory=3833724587141655355 CPUtime=0.08 cores=4-7
/proc/15036/task/15094/stat : 15094 (java) S 15033 15036 10334 0 -1 1077944384 13 13071 0 0 0 0 5 3 20 0 15 0 445199371 11088420864 48987 33554432000 4194304 4196468 140731125173584 140333668199280 140334209153666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15095] ppid=15033 vsize=10828536 memory=-6944103529398779034 CPUtime=0.08 cores=4-7
/proc/15036/task/15095/stat : 15095 (java) S 15033 15036 10334 0 -1 1077944384 33 13071 0 0 0 0 5 3 20 0 15 0 445199372 11088420864 48987 33554432000 4194304 4196468 140731125173584 140333667145248 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15096] ppid=15033 vsize=10828536 memory=-6005673638263167430 CPUtime=0.08 cores=4-7
/proc/15036/task/15096/stat : 15096 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199372 11088420864 48987 33554432000 4194304 4196468 140731125173584 140333090334064 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15097] ppid=15033 vsize=10828536 memory=0 CPUtime=0.08 cores=4-7
/proc/15036/task/15097/stat : 15097 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11088420864 48987 33554432000 4194304 4196468 140731125173584 140332782934352 140334209161115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15098] ppid=15033 vsize=10828536 memory=0 CPUtime=0.84 cores=4-7
/proc/15036/task/15098/stat : 15098 (java) S 15033 15036 10334 0 -1 1077944384 5011 13071 0 0 75 1 5 3 20 0 15 0 445199375 11088420864 48987 33554432000 4194304 4196468 140731125173584 140333633587568 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15099] ppid=15033 vsize=10828536 memory=4580 CPUtime=0.8 cores=4-7
/proc/15036/task/15099/stat : 15099 (java) S 15033 15036 10334 0 -1 1077944384 4241 13071 0 0 72 0 5 3 20 0 15 0 445199375 11088420864 48987 33554432000 4194304 4196468 140731125173584 140333632534768 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15100] ppid=15033 vsize=10828536 memory=6081075901755576400 CPUtime=0.52 cores=4-7
/proc/15036/task/15100/stat : 15100 (java) S 15033 15036 10334 0 -1 1077944384 1579 13071 0 0 44 0 5 3 20 0 15 0 445199375 11088420864 48987 33554432000 4194304 4196468 140731125173584 140333631481968 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15101] ppid=15033 vsize=10828536 memory=7444826562100486976 CPUtime=0.08 cores=4-7
/proc/15036/task/15101/stat : 15101 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11088420864 48987 33554432000 4194304 4196468 140731125173584 140332749375712 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15102] ppid=15033 vsize=10828536 memory=8245359130154526292 CPUtime=0.08 cores=4-7
/proc/15036/task/15102/stat : 15102 (java) S 15033 15036 10334 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 445199376 11088420864 48987 33554432000 4194304 4196468 140731125173584 140333630430384 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
Current children cumulated CPU time: 3.41 s
Current children cumulated vsize: 10828536 KiB

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

/proc/15036/task/15089/stat : 15089 (java) R 15033 15036 10334 0 -1 4202560 315485 13071 0 0 236672 80 5 3 20 0 15 0 445199369 11107315712 599476 33554432000 4194304 4196468 140731125173584 140334180977664 140333790207295 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15090] ppid=15033 vsize=10846988 memory=2397904 CPUtime=11.11 cores=4-7
/proc/15036/task/15090/stat : 15090 (java) S 15033 15036 10334 0 -1 1077944384 21249 13071 0 0 1062 41 5 3 20 0 15 0 445199370 11107315712 599476 33554432000 4194304 4196468 140731125173584 140334213384848 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15091] ppid=15033 vsize=10846988 memory=2397904 CPUtime=11.03 cores=4-7
/proc/15036/task/15091/stat : 15091 (java) S 15033 15036 10334 0 -1 1077944384 26427 13071 0 0 1055 40 5 3 20 0 15 0 445199370 11107315712 599476 33554432000 4194304 4196468 140731125173584 140334101658128 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15092] ppid=15033 vsize=10846988 memory=56 CPUtime=11.05 cores=4-7
/proc/15036/task/15092/stat : 15092 (java) S 15033 15036 10334 0 -1 1077944384 22947 13071 0 0 1055 42 5 3 20 0 15 0 445199370 11107315712 599476 33554432000 4194304 4196468 140731125173584 140334100605328 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15093] ppid=15033 vsize=10846988 memory=2387512 CPUtime=11.09 cores=4-7
/proc/15036/task/15093/stat : 15093 (java) S 15033 15036 10334 0 -1 1077944384 16557 13071 0 0 1060 41 5 3 20 0 15 0 445199370 11107315712 599476 33554432000 4194304 4196468 140731125173584 140334099552528 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15094] ppid=15033 vsize=10846988 memory=2397904 CPUtime=2.33 cores=4-7
/proc/15036/task/15094/stat : 15094 (java) S 15033 15036 10334 0 -1 1077944384 24637 13071 0 0 197 28 5 3 20 0 15 0 445199371 11107315712 599476 33554432000 4194304 4196468 140731125173584 140333668199280 140334209153666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15095] ppid=15033 vsize=10846988 memory=2397904 CPUtime=0.08 cores=4-7
/proc/15036/task/15095/stat : 15095 (java) S 15033 15036 10334 0 -1 1077944384 53 13071 0 0 0 0 5 3 20 0 15 0 445199372 11107315712 599476 33554432000 4194304 4196468 140731125173584 140333667145312 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15096] ppid=15033 vsize=10846988 memory=2397904 CPUtime=0.08 cores=4-7
/proc/15036/task/15096/stat : 15096 (java) S 15033 15036 10334 0 -1 1077944384 17 13071 0 0 0 0 5 3 20 0 15 0 445199372 11107315712 599476 33554432000 4194304 4196468 140731125173584 140333090334080 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15097] ppid=15033 vsize=10846988 memory=3624 CPUtime=0.08 cores=4-7
/proc/15036/task/15097/stat : 15097 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11107315712 599476 33554432000 4194304 4196468 140731125173584 140332782934352 140334209161115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15098] ppid=15033 vsize=10846988 memory=1176 CPUtime=14.62 cores=4-7
/proc/15036/task/15098/stat : 15098 (java) S 15033 15036 10334 0 -1 1077944384 47398 13071 0 0 1447 7 5 3 20 0 15 0 445199375 11107315712 599476 33554432000 4194304 4196468 140731125173584 140333633587568 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15099] ppid=15033 vsize=10846988 memory=980 CPUtime=14.94 cores=4-7
/proc/15036/task/15099/stat : 15099 (java) S 15033 15036 10334 0 -1 1077944384 41859 13071 0 0 1480 6 5 3 20 0 15 0 445199375 11107315712 599476 33554432000 4194304 4196468 140731125173584 140333632534768 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15100] ppid=15033 vsize=10846988 memory=2397828 CPUtime=3.28 cores=4-7
/proc/15036/task/15100/stat : 15100 (java) S 15033 15036 10334 0 -1 1077944384 29109 13071 0 0 314 6 5 3 20 0 15 0 445199375 11107315712 599476 33554432000 4194304 4196468 140731125173584 140333631481968 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15101] ppid=15033 vsize=10846988 memory=2397828 CPUtime=0.08 cores=4-7
/proc/15036/task/15101/stat : 15101 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11107315712 599476 33554432000 4194304 4196468 140731125173584 140332749375712 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15102] ppid=15033 vsize=10846988 memory=33 CPUtime=1.44 cores=4-7
/proc/15036/task/15102/stat : 15102 (java) S 15033 15036 10334 0 -1 1077944384 1484 13071 0 0 57 79 5 3 20 0 15 0 445199376 11107315712 599476 33554432000 4194304 4196468 140731125173584 140333630430384 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
Current children cumulated CPU time: 2447.87 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2397904 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.66 1.56 3/227 15455
/proc/meminfo: memFree=25418376/32770688 swapFree=66919992/67108860
[pid=15036] ppid=15033 vsize=10846988 memory=2468280 CPUtime=2508.03 cores=4-7
/proc/15036/stat : 15036 (java) S 15033 15036 10334 0 -1 1077944320 588976 13071 0 0 250437 358 5 3 20 0 15 0 445199360 11107315712 617070 33554432000 4194304 4196468 140731125173584 140731125156128 140334209142519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
/proc/15036/statm: 2711747 617070 3648 1 0 2673805 0
[pid=15036/tid=15089] ppid=15033 vsize=10846988 memory=2456156 CPUtime=2427.53 cores=4-7
/proc/15036/task/15089/stat : 15089 (java) R 15033 15036 10334 0 -1 4202560 353589 13071 0 0 242661 84 5 3 20 0 15 0 445199369 11107315712 617070 33554432000 4194304 4196468 140731125173584 140334180977392 140333798103996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15090] ppid=15033 vsize=10846988 memory=2456156 CPUtime=11.15 cores=4-7
/proc/15036/task/15090/stat : 15090 (java) S 15033 15036 10334 0 -1 1077944384 21408 13071 0 0 1065 42 5 3 20 0 15 0 445199370 11107315712 617070 33554432000 4194304 4196468 140731125173584 140334213384848 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15091] ppid=15033 vsize=10846988 memory=2434784 CPUtime=11.07 cores=4-7
/proc/15036/task/15091/stat : 15091 (java) S 15033 15036 10334 0 -1 1077944384 26701 13071 0 0 1059 40 5 3 20 0 15 0 445199370 11107315712 617070 33554432000 4194304 4196468 140731125173584 140334101658128 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15092] ppid=15033 vsize=10846988 memory=2445224 CPUtime=11.08 cores=4-7
/proc/15036/task/15092/stat : 15092 (java) S 15033 15036 10334 0 -1 1077944384 23180 13071 0 0 1058 42 5 3 20 0 15 0 445199370 11107315712 617070 33554432000 4194304 4196468 140731125173584 140334100605328 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15093] ppid=15033 vsize=10846988 memory=2459096 CPUtime=11.14 cores=4-7
/proc/15036/task/15093/stat : 15093 (java) S 15033 15036 10334 0 -1 1077944384 17068 13071 0 0 1064 42 5 3 20 0 15 0 445199370 11107315712 617070 33554432000 4194304 4196468 140731125173584 140334099552528 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15094] ppid=15033 vsize=10846988 memory=2468252 CPUtime=2.35 cores=4-7
/proc/15036/task/15094/stat : 15094 (java) S 15033 15036 10334 0 -1 1077944384 24859 13071 0 0 198 29 5 3 20 0 15 0 445199371 11107315712 617070 33554432000 4194304 4196468 140731125173584 140333668199280 140334209153666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15095] ppid=15033 vsize=10846988 memory=2468280 CPUtime=0.08 cores=4-7
/proc/15036/task/15095/stat : 15095 (java) S 15033 15036 10334 0 -1 1077944384 53 13071 0 0 0 0 5 3 20 0 15 0 445199372 11107315712 617070 33554432000 4194304 4196468 140731125173584 140333667145312 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15096] ppid=15033 vsize=10846988 memory=2468280 CPUtime=0.08 cores=4-7
/proc/15036/task/15096/stat : 15096 (java) S 15033 15036 10334 0 -1 1077944384 17 13071 0 0 0 0 5 3 20 0 15 0 445199372 11107315712 617070 33554432000 4194304 4196468 140731125173584 140333090334080 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15097] ppid=15033 vsize=10846988 memory=2432580 CPUtime=0.08 cores=4-7
/proc/15036/task/15097/stat : 15097 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11107315712 617070 33554432000 4194304 4196468 140731125173584 140332782934352 140334209161115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15098] ppid=15033 vsize=10846988 memory=2456156 CPUtime=14.62 cores=4-7
/proc/15036/task/15098/stat : 15098 (java) S 15033 15036 10334 0 -1 1077944384 47400 13071 0 0 1447 7 5 3 20 0 15 0 445199375 11107315712 617070 33554432000 4194304 4196468 140731125173584 140333633587568 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15099] ppid=15033 vsize=10846988 memory=2447780 CPUtime=14.94 cores=4-7
/proc/15036/task/15099/stat : 15099 (java) S 15033 15036 10334 0 -1 1077944384 41862 13071 0 0 1480 6 5 3 20 0 15 0 445199375 11107315712 617070 33554432000 4194304 4196468 140731125173584 140333632534768 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15100] ppid=15033 vsize=10846988 memory=2468252 CPUtime=3.28 cores=4-7
/proc/15036/task/15100/stat : 15100 (java) S 15033 15036 10334 0 -1 1077944384 29111 13071 0 0 314 6 5 3 20 0 15 0 445199375 11107315712 617070 33554432000 4194304 4196468 140731125173584 140333631481968 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15101] ppid=15033 vsize=10846988 memory=2120 CPUtime=0.08 cores=4-7
/proc/15036/task/15101/stat : 15101 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11107315712 617070 33554432000 4194304 4196468 140731125173584 140332749375712 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15102] ppid=15033 vsize=10846988 memory=496 CPUtime=1.47 cores=4-7
/proc/15036/task/15102/stat : 15102 (java) S 15033 15036 10334 0 -1 1077944384 1515 13071 0 0 59 80 5 3 20 0 15 0 445199376 11107315712 617070 33554432000 4194304 4196468 140731125173584 140333630430384 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
Current children cumulated CPU time: 2508.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2468280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2454.3 s]
/proc/loadavg: 1.71 1.68 1.57 3/227 15455
/proc/meminfo: memFree=25418148/32770688 swapFree=66919992/67108860
[pid=15036] ppid=15033 vsize=10846988 memory=2479764 CPUtime=2520.07 cores=4-7
/proc/15036/stat : 15036 (java) S 15033 15036 10334 0 -1 1077944320 598863 13071 0 0 251639 360 5 3 20 0 15 0 445199360 11107315712 619941 33554432000 4194304 4196468 140731125173584 140731125156128 140334209142519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
/proc/15036/statm: 2711747 619941 3648 1 0 2673805 0
[pid=15036/tid=15089] ppid=15033 vsize=10846988 memory=2434784 CPUtime=2439.53 cores=4-7
/proc/15036/task/15089/stat : 15089 (java) R 15033 15036 10334 0 -1 4202560 363374 13071 0 0 243860 85 5 3 20 0 15 0 445199369 11107315712 619941 33554432000 4194304 4196468 140731125173584 140334180978016 140333790207295 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15090] ppid=15033 vsize=10846988 memory=2445224 CPUtime=11.16 cores=4-7
/proc/15036/task/15090/stat : 15090 (java) S 15033 15036 10334 0 -1 1077944384 21427 13071 0 0 1066 42 5 3 20 0 15 0 445199370 11107315712 619941 33554432000 4194304 4196468 140731125173584 140334213384848 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15091] ppid=15033 vsize=10846988 memory=2459096 CPUtime=11.08 cores=4-7
/proc/15036/task/15091/stat : 15091 (java) S 15033 15036 10334 0 -1 1077944384 26724 13071 0 0 1060 40 5 3 20 0 15 0 445199370 11107315712 619941 33554432000 4194304 4196468 140731125173584 140334101658128 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15092] ppid=15033 vsize=10846988 memory=2470328 CPUtime=11.09 cores=4-7
/proc/15036/task/15092/stat : 15092 (java) S 15033 15036 10334 0 -1 1077944384 23208 13071 0 0 1059 42 5 3 20 0 15 0 445199370 11107315712 619941 33554432000 4194304 4196468 140731125173584 140334100605328 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15093] ppid=15033 vsize=10846988 memory=2479764 CPUtime=11.15 cores=4-7
/proc/15036/task/15093/stat : 15093 (java) S 15033 15036 10334 0 -1 1077944384 17092 13071 0 0 1065 42 5 3 20 0 15 0 445199370 11107315712 619941 33554432000 4194304 4196468 140731125173584 140334099552528 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15094] ppid=15033 vsize=10846988 memory=2479628 CPUtime=2.35 cores=4-7
/proc/15036/task/15094/stat : 15094 (java) S 15033 15036 10334 0 -1 1077944384 24867 13071 0 0 198 29 5 3 20 0 15 0 445199371 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333668199280 140334209153666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15095] ppid=15033 vsize=10846988 memory=2470328 CPUtime=0.08 cores=4-7
/proc/15036/task/15095/stat : 15095 (java) S 15033 15036 10334 0 -1 1077944384 53 13071 0 0 0 0 5 3 20 0 15 0 445199372 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333667145312 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15096] ppid=15033 vsize=10846988 memory=2470328 CPUtime=0.08 cores=4-7
/proc/15036/task/15096/stat : 15096 (java) S 15033 15036 10334 0 -1 1077944384 17 13071 0 0 0 0 5 3 20 0 15 0 445199372 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333090334080 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15097] ppid=15033 vsize=10846988 memory=1712 CPUtime=0.08 cores=4-7
/proc/15036/task/15097/stat : 15097 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11107315712 619941 33554432000 4194304 4196468 140731125173584 140332782934352 140334209161115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15098] ppid=15033 vsize=10846988 memory=2479764 CPUtime=14.62 cores=4-7
/proc/15036/task/15098/stat : 15098 (java) S 15033 15036 10334 0 -1 1077944384 47400 13071 0 0 1447 7 5 3 20 0 15 0 445199375 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333633587568 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15099] ppid=15033 vsize=10846988 memory=2470328 CPUtime=14.94 cores=4-7
/proc/15036/task/15099/stat : 15099 (java) S 15033 15036 10334 0 -1 1077944384 41862 13071 0 0 1480 6 5 3 20 0 15 0 445199375 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333632534768 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15100] ppid=15033 vsize=10846988 memory=1724 CPUtime=3.28 cores=4-7
/proc/15036/task/15100/stat : 15100 (java) S 15033 15036 10334 0 -1 1077944384 29111 13071 0 0 314 6 5 3 20 0 15 0 445199375 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333631481968 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15101] ppid=15033 vsize=10846988 memory=2479764 CPUtime=0.08 cores=4-7
/proc/15036/task/15101/stat : 15101 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11107315712 619941 33554432000 4194304 4196468 140731125173584 140332749375712 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15102] ppid=15033 vsize=10846988 memory=2479628 CPUtime=1.48 cores=4-7
/proc/15036/task/15102/stat : 15102 (java) S 15033 15036 10334 0 -1 1077944384 1515 13071 0 0 59 81 5 3 20 0 15 0 445199376 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333630430384 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2479764 KiB

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

[startup+2454.37 s]
# the end of solver process 15036 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.5 s, system=3.65566 s

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

[startup+2454.3 s]
/proc/loadavg: 1.71 1.68 1.57 3/227 15455
/proc/meminfo: memFree=25418148/32770688 swapFree=66919992/67108860
[pid=15036] ppid=15033 vsize=10846988 memory=2479764 CPUtime=2520.07 cores=4-7
/proc/15036/stat : 15036 (java) S 15033 15036 10334 0 -1 1077944320 598863 13071 0 0 251639 360 5 3 20 0 15 0 445199360 11107315712 619941 33554432000 4194304 4196468 140731125173584 140731125156128 140334209142519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
/proc/15036/statm: 2711747 619941 3648 1 0 2673805 0
[pid=15036/tid=15089] ppid=15033 vsize=10846988 memory=2434784 CPUtime=2439.53 cores=4-7
/proc/15036/task/15089/stat : 15089 (java) R 15033 15036 10334 0 -1 4202560 363374 13071 0 0 243860 85 5 3 20 0 15 0 445199369 11107315712 619941 33554432000 4194304 4196468 140731125173584 140334180978016 140333790207295 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15090] ppid=15033 vsize=10846988 memory=2445224 CPUtime=11.16 cores=4-7
/proc/15036/task/15090/stat : 15090 (java) S 15033 15036 10334 0 -1 1077944384 21427 13071 0 0 1066 42 5 3 20 0 15 0 445199370 11107315712 619941 33554432000 4194304 4196468 140731125173584 140334213384848 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15091] ppid=15033 vsize=10846988 memory=2459096 CPUtime=11.08 cores=4-7
/proc/15036/task/15091/stat : 15091 (java) S 15033 15036 10334 0 -1 1077944384 26724 13071 0 0 1060 40 5 3 20 0 15 0 445199370 11107315712 619941 33554432000 4194304 4196468 140731125173584 140334101658128 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15092] ppid=15033 vsize=10846988 memory=2470328 CPUtime=11.09 cores=4-7
/proc/15036/task/15092/stat : 15092 (java) S 15033 15036 10334 0 -1 1077944384 23208 13071 0 0 1059 42 5 3 20 0 15 0 445199370 11107315712 619941 33554432000 4194304 4196468 140731125173584 140334100605328 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15093] ppid=15033 vsize=10846988 memory=2479764 CPUtime=11.15 cores=4-7
/proc/15036/task/15093/stat : 15093 (java) S 15033 15036 10334 0 -1 1077944384 17092 13071 0 0 1065 42 5 3 20 0 15 0 445199370 11107315712 619941 33554432000 4194304 4196468 140731125173584 140334099552528 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15094] ppid=15033 vsize=10846988 memory=2479628 CPUtime=2.35 cores=4-7
/proc/15036/task/15094/stat : 15094 (java) S 15033 15036 10334 0 -1 1077944384 24867 13071 0 0 198 29 5 3 20 0 15 0 445199371 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333668199280 140334209153666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15095] ppid=15033 vsize=10846988 memory=2470328 CPUtime=0.08 cores=4-7
/proc/15036/task/15095/stat : 15095 (java) S 15033 15036 10334 0 -1 1077944384 53 13071 0 0 0 0 5 3 20 0 15 0 445199372 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333667145312 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15096] ppid=15033 vsize=10846988 memory=2470328 CPUtime=0.08 cores=4-7
/proc/15036/task/15096/stat : 15096 (java) S 15033 15036 10334 0 -1 1077944384 17 13071 0 0 0 0 5 3 20 0 15 0 445199372 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333090334080 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15097] ppid=15033 vsize=10846988 memory=1712 CPUtime=0.08 cores=4-7
/proc/15036/task/15097/stat : 15097 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11107315712 619941 33554432000 4194304 4196468 140731125173584 140332782934352 140334209161115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15098] ppid=15033 vsize=10846988 memory=2479764 CPUtime=14.62 cores=4-7
/proc/15036/task/15098/stat : 15098 (java) S 15033 15036 10334 0 -1 1077944384 47400 13071 0 0 1447 7 5 3 20 0 15 0 445199375 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333633587568 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15099] ppid=15033 vsize=10846988 memory=2470328 CPUtime=14.94 cores=4-7
/proc/15036/task/15099/stat : 15099 (java) S 15033 15036 10334 0 -1 1077944384 41862 13071 0 0 1480 6 5 3 20 0 15 0 445199375 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333632534768 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15100] ppid=15033 vsize=10846988 memory=1724 CPUtime=3.28 cores=4-7
/proc/15036/task/15100/stat : 15100 (java) S 15033 15036 10334 0 -1 1077944384 29111 13071 0 0 314 6 5 3 20 0 15 0 445199375 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333631481968 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15101] ppid=15033 vsize=10846988 memory=2479764 CPUtime=0.08 cores=4-7
/proc/15036/task/15101/stat : 15101 (java) S 15033 15036 10334 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 445199375 11107315712 619941 33554432000 4194304 4196468 140731125173584 140332749375712 140334209152725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
[pid=15036/tid=15102] ppid=15033 vsize=10846988 memory=2479628 CPUtime=1.48 cores=4-7
/proc/15036/task/15102/stat : 15102 (java) S 15033 15036 10334 0 -1 1077944384 1515 13071 0 0 59 81 5 3 20 0 15 0 445199376 11107315712 619941 33554432000 4194304 4196468 140731125173584 140333630430384 140334209153666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 19529728 140731125181167 140731125183685 140731125183685 140731125186511 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2479764 KiB

Child status: 143
Real time (s): 2454.37
CPU time (s): 2520.16
CPU user time (s): 2516.5
CPU system time (s): 3.65566
CPU usage (%): 102.68
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 3037148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.5
system time used= 3.65566
maximum resident set size= 3037156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 613093
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96771
involuntary context switches= 4036


# summary of solver processes directly reported to runsolver:
#   pid: 15036
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.5
#   total CPU system time (s): 3.65566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4479 second user time and 23.2623 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-18 12:05:53
IDJOB=4400919
IDBENCH=138647
IDSOLVER=2857
FILE ID=node120/4400919-1568691931
RUNJOBID= node120-1324187754-10366
PBS_JOBID= 21703789
Free space on /tmp= 61592 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20/SuperTaillard-js-20-20.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400919-1568691931/watcher-4400919-1568691931 -o /tmp/evaluation-result-4400919-1568691931/solver-4400919-1568691931 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324187754-10366 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4400919-1568691931.xml

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

MD5SUM BENCH= bd4660d9f641dd45473fddd00af9a0d0
RANDOM SEED=1917960574

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        28329476 kB
MemAvailable:   30758120 kB
Buffers:          181956 kB
Cached:          2550564 kB
SwapCached:        77548 kB
Active:          2564932 kB
Inactive:        1315544 kB
Active(anon):    1069812 kB
Inactive(anon):   127772 kB
Active(file):    1495120 kB
Inactive(file):  1187772 kB
Unevictable:      107048 kB
Mlocked:          107048 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             35820 kB
Writeback:             0 kB
AnonPages:       1192648 kB
Mapped:            66856 kB
Shmem:             41008 kB
Slab:             152212 kB
SReclaimable:     123176 kB
SUnreclaim:        29036 kB
KernelStack:        4000 kB
PageTables:         7808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2218432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1081344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61556 MiB
End job on node120 at 2011-12-18 12:46:47