Trace number 4396033

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.8 2325.39

General information on the benchmark

NameBibd/Bibd-sum-open/
Bibd-sum-85-085-36-36-15.xml
MD5SUMe7b94b237cf4deebd8c7bf96e74cfc29
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7225
Number of constraints3741
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7225}]
Minimum variable degree87
Maximum variable degree87
Distribution of variable degrees[{"degree":87,"count":7225}]
Minimum constraint arity85
Maximum constraint arity7225
Distribution of constraint arities[{"arity":85,"count":170},{"arity":170,"count":3570},{"arity":7225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":3740}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
2520.68/2325.35	Exception in thread "main" java.util.concurrent.TimeoutException
2520.68/2325.35		at concrete.MAC.mac(MAC.scala:192)
2520.68/2325.35		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.68/2325.35		at scala.util.Try$.apply(Try.scala:212)
2520.68/2325.35		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.68/2325.35		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.68/2325.35		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.68/2325.35		at concrete.MAC.oneRun(MAC.scala:265)
2520.68/2325.35		at concrete.MAC.nextSolution(MAC.scala:284)
2520.68/2325.35		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.68/2325.35		at concrete.ProblemState.map(ProblemState.scala:238)
2520.68/2325.35		at concrete.ProblemState.map(ProblemState.scala:212)
2520.68/2325.35		at concrete.MAC.nextSolution(MAC.scala:348)
2520.68/2325.35		at concrete.Solver.hasNext(Solver.scala:160)
2520.68/2325.35		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.68/2325.35		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.68/2325.35		at concrete.Solver.nextOption(Solver.scala:67)
2520.68/2325.35		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.68/2325.35		at scala.util.Success.map(Try.scala:264)
2520.68/2325.35		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.68/2325.35		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.68/2325.35		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.68/2325.35		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.68/2325.35		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.68/2325.35		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.68/2325.35		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.68/2325.35		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.68/2325.35		at scala.App.$anonfun$main$1(App.scala:75)
2520.68/2325.35		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.68/2325.35		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.68/2325.35		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.68/2325.35		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.68/2325.35		at scala.App.main(App.scala:75)
2520.68/2325.35		at scala.App.main$(App.scala:73)
2520.68/2325.35		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.68/2325.35		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.68/2325.36	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12367 MiB free)
  memory of node 1: 16384 MiB (13449 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396033-1568396637/watcher-4396033-1568396637 -o /tmp/evaluation-result-4396033-1568396637/solver-4396033-1568396637 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25059 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1204868020 HOME/instance-4396033-1568396637.xml 

running on 4 cores: 1,3,5,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=25510, runsolver pid=25507
Current StackSize limit: 8192 KiB


[startup+0.10075 s]*
/proc/loadavg: 1.66 1.49 1.52 3/220 25567
/proc/meminfo: memFree=26430500/32770624 swapFree=66958232/67108860
[pid=25510] ppid=25507 vsize=9972712 memory=15176 CPUtime=0.08 cores=1,3,5,7
/proc/25510/stat : 25510 (java) S 25507 25510 25027 0 -1 1077944320 4580 13398 0 0 1 0 5 2 20 0 6 0 415600246 10212057088 3794 33554432000 4194304 4196468 140734257538496 140734257521040 140442677284599 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
/proc/25510/statm: 2493178 3794 1935 1 0 2481616 0
[pid=25510/tid=25563] ppid=25507 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25563/stat : 25563 (java) R 25507 25510 25027 0 -1 4202560 2383 13398 0 0 0 0 5 2 20 0 6 0 415600255 10212057088 3860 33554432000 4194304 4196468 140734257538496 140442649121360 140442658694749 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25564] ppid=25507 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25564/stat : 25564 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 6 0 415600256 10212057088 3860 33554432000 4194304 4196468 140734257538496 140442681526672 140442677294805 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25565] ppid=25507 vsize=9972712 memory=140590753511040 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25565/stat : 25565 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 6 0 415600256 10212057088 3860 33554432000 4194304 4196468 140734257538496 140442613438736 140442677294805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25566] ppid=25507 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25566/stat : 25566 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 6 0 415600256 10212057088 3860 33554432000 4194304 4196468 140734257538496 140442249595536 140442677294805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25567] ppid=25507 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25567/stat : 25567 (java) S 25507 25510 25027 0 -1 1077944384 2 13398 0 0 0 0 5 2 20 0 6 0 415600256 10212057088 3860 33554432000 4194304 4196468 140734257538496 140442248542736 140442677294805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.209971 s]*
/proc/loadavg: 1.66 1.49 1.52 4/229 25576
/proc/meminfo: memFree=26411900/32770624 swapFree=66958232/67108860
[pid=25510] ppid=25507 vsize=10819664 memory=37548 CPUtime=0.25 cores=1,3,5,7
/proc/25510/stat : 25510 (java) S 25507 25510 25027 0 -1 1077944320 7225 13398 0 0 16 2 5 2 20 0 15 0 415600246 11079335936 9387 33554432000 4194304 4196468 140734257538496 140734257521040 140442677284599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
/proc/25510/statm: 2704916 9387 3163 1 0 2667149 0
[pid=25510/tid=25563] ppid=25507 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/25510/task/25563/stat : 25563 (java) R 25507 25510 25027 0 -1 4202560 3653 13398 0 0 10 1 5 2 20 0 15 0 415600255 11079335936 9387 33554432000 4194304 4196468 140734257538496 140442649117184 140442661365086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25564] ppid=25507 vsize=10819664 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25564/stat : 25564 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600256 11079335936 9387 33554432000 4194304 4196468 140734257538496 140442681526672 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25565] ppid=25507 vsize=10819664 memory=288370966905222784 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25565/stat : 25565 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600256 11079335936 9387 33554432000 4194304 4196468 140734257538496 140442613438736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25566] ppid=25507 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25566/stat : 25566 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600256 11079335936 9387 33554432000 4194304 4196468 140734257538496 140442249595536 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25567] ppid=25507 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25567/stat : 25567 (java) S 25507 25510 25027 0 -1 1077944384 2 13398 0 0 0 0 5 2 20 0 15 0 415600256 11079335936 9387 33554432000 4194304 4196468 140734257538496 140442248542736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25568] ppid=25507 vsize=10819664 memory=140590753511040 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25568/stat : 25568 (java) S 25507 25510 25027 0 -1 1077944384 2 13398 0 0 0 0 5 2 20 0 15 0 415600257 11079335936 9387 33554432000 4194304 4196468 140734257538496 140441680710256 140442677295746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25569] ppid=25507 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25569/stat : 25569 (java) S 25507 25510 25027 0 -1 1077944384 13 13398 0 0 0 0 5 2 20 0 15 0 415600258 11079335936 9387 33554432000 4194304 4196468 140734257538496 140441605367072 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25570] ppid=25507 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25570/stat : 25570 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600258 11079335936 9387 33554432000 4194304 4196468 140734257538496 140441471149680 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25571] ppid=25507 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25571/stat : 25571 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 15 0 415600261 11079335936 9387 33554432000 4194304 4196468 140734257538496 140441230858832 140442677303195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25572] ppid=25507 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25510/task/25572/stat : 25572 (java) S 25507 25510 25027 0 -1 1077944384 589 13398 0 0 1 0 5 2 20 0 15 0 415600261 11079335936 9387 33554432000 4194304 4196468 140734257538496 140441679657072 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25573] ppid=25507 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25510/task/25573/stat : 25573 (java) S 25507 25510 25027 0 -1 1077944384 76 13398 0 0 1 0 5 2 20 0 15 0 415600261 11079335936 9387 33554432000 4194304 4196468 140734257538496 140441678604272 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25574] ppid=25507 vsize=10819664 memory=140590753511040 CPUtime=0.1 cores=1,3,5,7
/proc/25510/task/25574/stat : 25574 (java) R 25507 25510 25027 0 -1 4202560 670 13398 0 0 3 0 5 2 20 0 15 0 415600261 11079335936 9387 33554432000 4194304 4196468 140734257538496 140441677551984 140442677305946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25575] ppid=25507 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25575/stat : 25575 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 15 0 415600261 11079335936 9387 33554432000 4194304 4196468 140734257538496 140441197300192 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25576] ppid=25507 vsize=10819664 memory=140590753511040 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25576/stat : 25576 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600261 11079335936 9387 33554432000 4194304 4196468 140734257538496 140441676499888 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37548 KiB

[startup+0.31046 s]*
/proc/loadavg: 1.66 1.49 1.52 3/229 25576
/proc/meminfo: memFree=26398720/32770624 swapFree=66958232/67108860
[pid=25510] ppid=25507 vsize=10820148 memory=48936 CPUtime=0.4 cores=1,3,5,7
/proc/25510/stat : 25510 (java) S 25507 25510 25027 0 -1 1077944320 10972 13398 0 0 29 4 5 2 20 0 15 0 415600246 11079831552 12234 33554432000 4194304 4196468 140734257538496 140734257521040 140442677284599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
/proc/25510/statm: 2705037 12234 3319 1 0 2667149 0
[pid=25510/tid=25563] ppid=25507 vsize=10820148 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/25510/task/25563/stat : 25563 (java) R 25507 25510 25027 0 -1 4202560 7333 13398 0 0 18 3 5 2 20 0 15 0 415600255 11079831552 12234 33554432000 4194304 4196468 140734257538496 140442649084512 140442663473189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25564] ppid=25507 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25564/stat : 25564 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600256 11079831552 12234 33554432000 4194304 4196468 140734257538496 140442681526672 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25565] ppid=25507 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25565/stat : 25565 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600256 11079831552 12234 33554432000 4194304 4196468 140734257538496 140442613438736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25566] ppid=25507 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25566/stat : 25566 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600256 11079831552 12234 33554432000 4194304 4196468 140734257538496 140442249595536 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25567] ppid=25507 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25567/stat : 25567 (java) S 25507 25510 25027 0 -1 1077944384 2 13398 0 0 0 0 5 2 20 0 15 0 415600256 11079831552 12234 33554432000 4194304 4196468 140734257538496 140442248542736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25568] ppid=25507 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25568/stat : 25568 (java) S 25507 25510 25027 0 -1 1077944384 2 13398 0 0 0 0 5 2 20 0 15 0 415600257 11079831552 12234 33554432000 4194304 4196468 140734257538496 140441680710256 140442677295746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25569] ppid=25507 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25569/stat : 25569 (java) S 25507 25510 25027 0 -1 1077944384 13 13398 0 0 0 0 5 2 20 0 15 0 415600258 11079831552 12234 33554432000 4194304 4196468 140734257538496 140441605367072 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25570] ppid=25507 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25570/stat : 25570 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600258 11079831552 12234 33554432000 4194304 4196468 140734257538496 140441471149680 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25571] ppid=25507 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25571/stat : 25571 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 15 0 415600261 11079831552 12234 33554432000 4194304 4196468 140734257538496 140441230858832 140442677303195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25572] ppid=25507 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25510/task/25572/stat : 25572 (java) S 25507 25510 25027 0 -1 1077944384 605 13398 0 0 2 0 5 2 20 0 15 0 415600261 11079831552 12234 33554432000 4194304 4196468 140734257538496 140441679657072 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25573] ppid=25507 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25510/task/25573/stat : 25573 (java) S 25507 25510 25027 0 -1 1077944384 83 13398 0 0 1 0 5 2 20 0 15 0 415600261 11079831552 12234 33554432000 4194304 4196468 140734257538496 140441678604272 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25574] ppid=25507 vsize=10820148 memory=140590753511040 CPUtime=0.12 cores=1,3,5,7
/proc/25510/task/25574/stat : 25574 (java) S 25507 25510 25027 0 -1 1077944384 713 13398 0 0 5 0 5 2 20 0 15 0 415600261 11079831552 12234 33554432000 4194304 4196468 140734257538496 140441677551984 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25575] ppid=25507 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25575/stat : 25575 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 15 0 415600261 11079831552 12234 33554432000 4194304 4196468 140734257538496 140441197300192 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25576] ppid=25507 vsize=10820148 memory=140590753511040 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25576/stat : 25576 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600261 11079831552 12234 33554432000 4194304 4196468 140734257538496 140441676499888 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48936 KiB

[startup+0.700694 s]
/proc/loadavg: 1.66 1.49 1.52 3/229 25576
/proc/meminfo: memFree=26383312/32770624 swapFree=66958232/67108860
[pid=25510] ppid=25507 vsize=10824360 memory=83112 CPUtime=1.13 cores=1,3,5,7
/proc/25510/stat : 25510 (java) S 25507 25510 25027 0 -1 1077944320 15488 13398 0 0 100 6 5 2 20 0 15 0 415600246 11084144640 20778 33554432000 4194304 4196468 140734257538496 140734257521040 140442677284599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
/proc/25510/statm: 2706090 20778 3502 1 0 2668173 0
[pid=25510/tid=25563] ppid=25507 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/25510/task/25563/stat : 25563 (java) R 25507 25510 25027 0 -1 4202560 10423 13398 0 0 54 5 5 2 20 0 15 0 415600255 11084144640 20778 33554432000 4194304 4196468 140734257538496 140442649112224 140442677306525 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25564] ppid=25507 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25564/stat : 25564 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600256 11084144640 20778 33554432000 4194304 4196468 140734257538496 140442681526672 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25565] ppid=25507 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25565/stat : 25565 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600256 11084144640 20778 33554432000 4194304 4196468 140734257538496 140442613438736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25566] ppid=25507 vsize=10824360 memory=140590654304464 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25566/stat : 25566 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600256 11084144640 20778 33554432000 4194304 4196468 140734257538496 140442249595536 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25567] ppid=25507 vsize=10824360 memory=140591459467855 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25567/stat : 25567 (java) S 25507 25510 25027 0 -1 1077944384 2 13398 0 0 0 0 5 2 20 0 15 0 415600256 11084144640 20778 33554432000 4194304 4196468 140734257538496 140442248542736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25568] ppid=25507 vsize=10824360 memory=10428 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25568/stat : 25568 (java) S 25507 25510 25027 0 -1 1077944384 5 13398 0 0 0 0 5 2 20 0 15 0 415600257 11084144640 20778 33554432000 4194304 4196468 140734257538496 140441680710256 140442677295746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25569] ppid=25507 vsize=10824360 memory=7014751519600432465 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25569/stat : 25569 (java) S 25507 25510 25027 0 -1 1077944384 13 13398 0 0 0 0 5 2 20 0 15 0 415600258 11084144640 20778 33554432000 4194304 4196468 140734257538496 140441605367072 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25570] ppid=25507 vsize=10824360 memory=6081104596517218410 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25570/stat : 25570 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600258 11084144640 20778 33554432000 4194304 4196468 140734257538496 140441471149680 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25571] ppid=25507 vsize=10824360 memory=21400 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25571/stat : 25571 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 15 0 415600261 11084144640 20778 33554432000 4194304 4196468 140734257538496 140441230858832 140442677303195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25572] ppid=25507 vsize=10824360 memory=2120 CPUtime=0.22 cores=1,3,5,7
/proc/25510/task/25572/stat : 25572 (java) S 25507 25510 25027 0 -1 1077944384 1266 13398 0 0 15 0 5 2 20 0 15 0 415600261 11084144640 20778 33554432000 4194304 4196468 140734257538496 140441679657072 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25573] ppid=25507 vsize=10824360 memory=508 CPUtime=0.18 cores=1,3,5,7
/proc/25510/task/25573/stat : 25573 (java) S 25507 25510 25027 0 -1 1077944384 513 13398 0 0 11 0 5 2 20 0 15 0 415600261 11084144640 20778 33554432000 4194304 4196468 140734257538496 140441678604272 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25574] ppid=25507 vsize=10824360 memory=1560 CPUtime=0.24 cores=1,3,5,7
/proc/25510/task/25574/stat : 25574 (java) S 25507 25510 25027 0 -1 1077944384 1045 13398 0 0 17 0 5 2 20 0 15 0 415600261 11084144640 20778 33554432000 4194304 4196468 140734257538496 140441677551984 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25575] ppid=25507 vsize=10824360 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25575/stat : 25575 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 15 0 415600261 11084144640 20778 33554432000 4194304 4196468 140734257538496 140441197300192 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25576] ppid=25507 vsize=10824360 memory=1568 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25576/stat : 25576 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600261 11084144640 20778 33554432000 4194304 4196468 140734257538496 140441676499888 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83112 KiB

[startup+1.50076 s]
/proc/loadavg: 1.66 1.49 1.52 6/229 25576
/proc/meminfo: memFree=26328776/32770624 swapFree=66958232/67108860
[pid=25510] ppid=25507 vsize=10830580 memory=218336 CPUtime=3.29 cores=1,3,5,7
/proc/25510/stat : 25510 (java) S 25507 25510 25027 0 -1 1077944320 25076 13398 0 0 310 12 5 2 20 0 15 0 415600246 11090513920 54584 33554432000 4194304 4196468 140734257538496 140734257521040 140442677284599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
/proc/25510/statm: 2707645 54584 3580 1 0 2669709 0
[pid=25510/tid=25563] ppid=25507 vsize=10830580 memory=211068 CPUtime=1.45 cores=1,3,5,7
/proc/25510/task/25563/stat : 25563 (java) R 25507 25510 25027 0 -1 4202560 13712 13398 0 0 130 8 5 2 20 0 15 0 415600255 11090513920 54584 33554432000 4194304 4196468 140734257538496 140442649101952 140442677306525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25564] ppid=25507 vsize=10830580 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25564/stat : 25564 (java) S 25507 25510 25027 0 -1 1077944384 18 13398 0 0 0 0 5 2 20 0 15 0 415600256 11090513920 54584 33554432000 4194304 4196468 140734257538496 140442681526672 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25565] ppid=25507 vsize=10830580 memory=7976406965554101975 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25565/stat : 25565 (java) S 25507 25510 25027 0 -1 1077944384 301 13398 0 0 0 0 5 2 20 0 15 0 415600256 11090513920 54584 33554432000 4194304 4196468 140734257538496 140442613438736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25566] ppid=25507 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25566/stat : 25566 (java) S 25507 25510 25027 0 -1 1077944384 71 13398 0 0 0 0 5 2 20 0 15 0 415600256 11090513920 54584 33554432000 4194304 4196468 140734257538496 140442249595536 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25567] ppid=25507 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25567/stat : 25567 (java) S 25507 25510 25027 0 -1 1077944384 45 13398 0 0 0 0 5 2 20 0 15 0 415600256 11090513920 54584 33554432000 4194304 4196468 140734257538496 140442248542736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25568] ppid=25507 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25568/stat : 25568 (java) S 25507 25510 25027 0 -1 1077944384 94 13398 0 0 0 0 5 2 20 0 15 0 415600257 11090513920 54584 33554432000 4194304 4196468 140734257538496 140441680710256 140442677295746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25569] ppid=25507 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25569/stat : 25569 (java) S 25507 25510 25027 0 -1 1077944384 14 13398 0 0 0 0 5 2 20 0 15 0 415600258 11090513920 54584 33554432000 4194304 4196468 140734257538496 140441605367136 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25570] ppid=25507 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25570/stat : 25570 (java) S 25507 25510 25027 0 -1 1077944384 4 13398 0 0 0 0 5 2 20 0 15 0 415600258 11090513920 54584 33554432000 4194304 4196468 140734257538496 140441471149680 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25571] ppid=25507 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25571/stat : 25571 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 15 0 415600261 11090513920 54584 33554432000 4194304 4196468 140734257538496 140441230858832 140442677303195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25572] ppid=25507 vsize=10830580 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/25510/task/25572/stat : 25572 (java) S 25507 25510 25027 0 -1 1077944384 4117 13398 0 0 68 1 5 2 20 0 15 0 415600261 11090513920 54584 33554432000 4194304 4196468 140734257538496 140441679657072 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25573] ppid=25507 vsize=10830580 memory=4580 CPUtime=0.71 cores=1,3,5,7
/proc/25510/task/25573/stat : 25573 (java) S 25507 25510 25027 0 -1 1077944384 2143 13398 0 0 64 0 5 2 20 0 15 0 415600261 11090513920 54584 33554432000 4194304 4196468 140734257538496 140441678604272 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25574] ppid=25507 vsize=10830580 memory=7665519539545271653 CPUtime=0.5 cores=1,3,5,7
/proc/25510/task/25574/stat : 25574 (java) S 25507 25510 25027 0 -1 1077944384 2340 13398 0 0 43 0 5 2 20 0 15 0 415600261 11090513920 54584 33554432000 4194304 4196468 140734257538496 140441677551984 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25575] ppid=25507 vsize=10830580 memory=4640748753518612560 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25575/stat : 25575 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 15 0 415600261 11090513920 54584 33554432000 4194304 4196468 140734257538496 140441197300192 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25576] ppid=25507 vsize=10830580 memory=8028903734747031121 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25576/stat : 25576 (java) S 25507 25510 25027 0 -1 1077944384 1 13398 0 0 0 0 5 2 20 0 15 0 415600261 11090513920 54584 33554432000 4194304 4196468 140734257538496 140441676499888 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
Current children cumulated CPU time: 3.29 s
Current children cumulated vsize: 10830580 KiB

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

/proc/25510/task/25565/stat : 25565 (java) S 25507 25510 25027 0 -1 1077944384 78283 13398 0 0 5487 143 5 2 20 0 15 0 415600256 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140442613438736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25566] ppid=25507 vsize=10846984 memory=4322352 CPUtime=56.54 cores=1,3,5,7
/proc/25510/task/25566/stat : 25566 (java) S 25507 25510 25027 0 -1 1077944384 78526 13398 0 0 5505 142 5 2 20 0 15 0 415600256 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140442249595536 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25567] ppid=25507 vsize=10846984 memory=4325268 CPUtime=56.34 cores=1,3,5,7
/proc/25510/task/25567/stat : 25567 (java) S 25507 25510 25027 0 -1 1077944384 77430 13398 0 0 5484 143 5 2 20 0 15 0 415600256 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140442248542736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25568] ppid=25507 vsize=10846984 memory=4325268 CPUtime=4.83 cores=1,3,5,7
/proc/25510/task/25568/stat : 25568 (java) S 25507 25510 25027 0 -1 1077944384 62783 13398 0 0 465 11 5 2 20 0 15 0 415600257 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140441680710256 140442677295746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25569] ppid=25507 vsize=10846984 memory=4322352 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25569/stat : 25569 (java) S 25507 25510 25027 0 -1 1077944384 42 13398 0 0 0 0 5 2 20 0 15 0 415600258 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140441605367200 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25570] ppid=25507 vsize=10846984 memory=4325268 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25570/stat : 25570 (java) S 25507 25510 25027 0 -1 1077944384 24 13398 0 0 0 0 5 2 20 0 15 0 415600258 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140441471149696 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25571] ppid=25507 vsize=10846984 memory=4325268 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25571/stat : 25571 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 15 0 415600261 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140441230858832 140442677303195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25572] ppid=25507 vsize=10846984 memory=4325268 CPUtime=11.5 cores=1,3,5,7
/proc/25510/task/25572/stat : 25572 (java) S 25507 25510 25027 0 -1 1077944384 60186 13398 0 0 1136 7 5 2 20 0 15 0 415600261 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140441679657072 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25573] ppid=25507 vsize=10846984 memory=4325268 CPUtime=10.67 cores=1,3,5,7
/proc/25510/task/25573/stat : 25573 (java) S 25507 25510 25027 0 -1 1077944384 66259 13398 0 0 1052 8 5 2 20 0 15 0 415600261 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140441678604272 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25574] ppid=25507 vsize=10846984 memory=3296 CPUtime=3.94 cores=1,3,5,7
/proc/25510/task/25574/stat : 25574 (java) S 25507 25510 25027 0 -1 1077944384 85303 13398 0 0 376 11 5 2 20 0 15 0 415600261 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140441677551984 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25575] ppid=25507 vsize=10846984 memory=4322352 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25575/stat : 25575 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 15 0 415600261 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140441197300192 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25576] ppid=25507 vsize=10846984 memory=4325268 CPUtime=1.46 cores=1,3,5,7
/proc/25510/task/25576/stat : 25576 (java) S 25507 25510 25027 0 -1 1077944384 2654 13398 0 0 65 74 5 2 20 0 15 0 415600261 11107311616 1081397 33554432000 4194304 4196468 140734257538496 140441676499888 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 4325588 KiB

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

[startup+2325.39 s]
# the end of solver process 25510 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.33 s, system=7.47355 s

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

[startup+2324.81 s]
/proc/loadavg: 1.97 1.88 1.82 3/228 25944
/proc/meminfo: memFree=21550940/32770624 swapFree=66958232/67108860
[pid=25510] ppid=25507 vsize=11043600 memory=4329780 CPUtime=2520.18 cores=1,3,5,7
/proc/25510/stat : 25510 (java) S 25507 25510 25027 0 -1 1077944320 998135 13398 0 0 251271 740 5 2 20 0 17 0 415600246 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140734257521040 140442677284599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
/proc/25510/statm: 2760900 1082445 3645 1 0 2722959 0
[pid=25510/tid=25563] ppid=25507 vsize=11043600 memory=4325268 CPUtime=2262.73 cores=1,3,5,7
/proc/25510/task/25563/stat : 25563 (java) R 25507 25510 25027 0 -1 4202560 411814 13398 0 0 226200 66 5 2 20 0 17 0 415600255 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442649119664 140442297325573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25564] ppid=25507 vsize=11043600 memory=3612 CPUtime=56.33 cores=1,3,5,7
/proc/25510/task/25564/stat : 25564 (java) S 25507 25510 25027 0 -1 1077944384 72231 13398 0 0 5480 146 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442681526672 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25565] ppid=25507 vsize=11043600 memory=4325268 CPUtime=56.37 cores=1,3,5,7
/proc/25510/task/25565/stat : 25565 (java) S 25507 25510 25027 0 -1 1077944384 78283 13398 0 0 5487 143 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442613438736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25566] ppid=25507 vsize=11043600 memory=4325268 CPUtime=56.54 cores=1,3,5,7
/proc/25510/task/25566/stat : 25566 (java) S 25507 25510 25027 0 -1 1077944384 78526 13398 0 0 5505 142 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442249595536 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25567] ppid=25507 vsize=11043600 memory=4325268 CPUtime=56.34 cores=1,3,5,7
/proc/25510/task/25567/stat : 25567 (java) S 25507 25510 25027 0 -1 1077944384 77430 13398 0 0 5484 143 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442248542736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25568] ppid=25507 vsize=11043600 memory=4325268 CPUtime=4.83 cores=1,3,5,7
/proc/25510/task/25568/stat : 25568 (java) S 25507 25510 25027 0 -1 1077944384 62783 13398 0 0 465 11 5 2 20 0 17 0 415600257 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441680710256 140442677295746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25569] ppid=25507 vsize=11043600 memory=4325268 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25569/stat : 25569 (java) S 25507 25510 25027 0 -1 1077944384 42 13398 0 0 0 0 5 2 20 0 17 0 415600258 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441605367200 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25570] ppid=25507 vsize=11043600 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25570/stat : 25570 (java) S 25507 25510 25027 0 -1 1077944384 24 13398 0 0 0 0 5 2 20 0 17 0 415600258 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441471149696 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25571] ppid=25507 vsize=11043600 memory=1044 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25571/stat : 25571 (java) S 25507 25510 25027 0 -1 1077944384 212 13398 0 0 0 0 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441230858832 140442677303195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25572] ppid=25507 vsize=11043600 memory=712 CPUtime=11.5 cores=1,3,5,7
/proc/25510/task/25572/stat : 25572 (java) S 25507 25510 25027 0 -1 1077944384 60186 13398 0 0 1136 7 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441679657072 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25573] ppid=25507 vsize=11043600 memory=6791534058613427641 CPUtime=10.67 cores=1,3,5,7
/proc/25510/task/25573/stat : 25573 (java) S 25507 25510 25027 0 -1 1077944384 66259 13398 0 0 1052 8 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441678604272 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25574] ppid=25507 vsize=11043600 memory=776 CPUtime=3.94 cores=1,3,5,7
/proc/25510/task/25574/stat : 25574 (java) S 25507 25510 25027 0 -1 1077944384 85303 13398 0 0 376 11 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441677551984 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25575] ppid=25507 vsize=11043600 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25575/stat : 25575 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441197300192 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25576] ppid=25507 vsize=11043600 memory=4000 CPUtime=1.46 cores=1,3,5,7
/proc/25510/task/25576/stat : 25576 (java) S 25507 25510 25027 0 -1 1077944384 2654 13398 0 0 65 74 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441676499888 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
Current children cumulated CPU time: 2520.18 s
Current children cumulated vsize: 11043600 KiB
Current children cumulated memory: 4329780 KiB

[startup+2325.2 s]
/proc/loadavg: 1.97 1.88 1.82 3/230 25946
/proc/meminfo: memFree=21549772/32770624 swapFree=66958232/67108860
[pid=25510] ppid=25507 vsize=11043600 memory=4329780 CPUtime=2520.58 cores=1,3,5,7
/proc/25510/stat : 25510 (java) S 25507 25510 25027 0 -1 1077944320 998184 13398 0 0 251311 740 5 2 20 0 17 0 415600246 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140734257521040 140442677284599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
/proc/25510/statm: 2760900 1082445 3645 1 0 2722959 0
[pid=25510/tid=25563] ppid=25507 vsize=11043600 memory=3848 CPUtime=2263.13 cores=1,3,5,7
/proc/25510/task/25563/stat : 25563 (java) R 25507 25510 25027 0 -1 4202560 411863 13398 0 0 226240 66 5 2 20 0 17 0 415600255 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442649119664 140442297734116 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25564] ppid=25507 vsize=11043600 memory=2648 CPUtime=56.33 cores=1,3,5,7
/proc/25510/task/25564/stat : 25564 (java) S 25507 25510 25027 0 -1 1077944384 72231 13398 0 0 5480 146 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442681526672 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25565] ppid=25507 vsize=11043600 memory=2636 CPUtime=56.37 cores=1,3,5,7
/proc/25510/task/25565/stat : 25565 (java) S 25507 25510 25027 0 -1 1077944384 78283 13398 0 0 5487 143 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442613438736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25566] ppid=25507 vsize=11043600 memory=4325268 CPUtime=56.54 cores=1,3,5,7
/proc/25510/task/25566/stat : 25566 (java) S 25507 25510 25027 0 -1 1077944384 78526 13398 0 0 5505 142 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442249595536 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25567] ppid=25507 vsize=11043600 memory=4325268 CPUtime=56.34 cores=1,3,5,7
/proc/25510/task/25567/stat : 25567 (java) S 25507 25510 25027 0 -1 1077944384 77430 13398 0 0 5484 143 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442248542736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25568] ppid=25507 vsize=11043600 memory=712 CPUtime=4.83 cores=1,3,5,7
/proc/25510/task/25568/stat : 25568 (java) S 25507 25510 25027 0 -1 1077944384 62783 13398 0 0 465 11 5 2 20 0 17 0 415600257 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441680710256 140442677295746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25569] ppid=25507 vsize=11043600 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25569/stat : 25569 (java) S 25507 25510 25027 0 -1 1077944384 42 13398 0 0 0 0 5 2 20 0 17 0 415600258 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441605367200 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25570] ppid=25507 vsize=11043600 memory=7976 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25570/stat : 25570 (java) S 25507 25510 25027 0 -1 1077944384 24 13398 0 0 0 0 5 2 20 0 17 0 415600258 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441471149696 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25571] ppid=25507 vsize=11043600 memory=10428 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25571/stat : 25571 (java) S 25507 25510 25027 0 -1 1077944384 212 13398 0 0 0 0 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441230858832 140442677303195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25572] ppid=25507 vsize=11043600 memory=14012 CPUtime=11.5 cores=1,3,5,7
/proc/25510/task/25572/stat : 25572 (java) S 25507 25510 25027 0 -1 1077944384 60186 13398 0 0 1136 7 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441679657072 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25573] ppid=25507 vsize=11043600 memory=4325588 CPUtime=10.67 cores=1,3,5,7
/proc/25510/task/25573/stat : 25573 (java) S 25507 25510 25027 0 -1 1077944384 66259 13398 0 0 1052 8 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441678604272 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25574] ppid=25507 vsize=11043600 memory=4325588 CPUtime=3.94 cores=1,3,5,7
/proc/25510/task/25574/stat : 25574 (java) S 25507 25510 25027 0 -1 1077944384 85303 13398 0 0 376 11 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441677551984 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25575] ppid=25507 vsize=11043600 memory=1398722017469774279 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25575/stat : 25575 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441197300192 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25576] ppid=25507 vsize=11043600 memory=4872558044660077418 CPUtime=1.46 cores=1,3,5,7
/proc/25510/task/25576/stat : 25576 (java) S 25507 25510 25027 0 -1 1077944384 2654 13398 0 0 65 74 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441676499888 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25945] ppid=25507 vsize=11043600 memory=111636 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25945/stat : 25945 (java) S 25507 25510 25027 0 -1 1077944384 36 13398 0 0 0 0 5 2 20 0 17 0 415832717 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140440800059888 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25946] ppid=25507 vsize=11043600 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25946/stat : 25946 (java) S 25507 25510 25027 0 -1 1077944384 137 13398 0 0 0 0 5 2 20 0 17 0 415832717 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140440598734688 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
Current children cumulated CPU time: 2520.58 s
Current children cumulated vsize: 11043600 KiB
Current children cumulated memory: 4329780 KiB

[startup+2325.3 s]
/proc/loadavg: 1.97 1.88 1.82 3/230 25946
/proc/meminfo: memFree=21549772/32770624 swapFree=66958232/67108860
[pid=25510] ppid=25507 vsize=11043600 memory=4329780 CPUtime=2520.68 cores=1,3,5,7
/proc/25510/stat : 25510 (java) S 25507 25510 25027 0 -1 1077944320 998198 13398 0 0 251321 740 5 2 20 0 17 0 415600246 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140734257521040 140442677284599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
/proc/25510/statm: 2760900 1082445 3645 1 0 2722959 0
[pid=25510/tid=25563] ppid=25507 vsize=11043600 memory=4325268 CPUtime=2263.23 cores=1,3,5,7
/proc/25510/task/25563/stat : 25563 (java) R 25507 25510 25027 0 -1 4202560 411877 13398 0 0 226250 66 5 2 20 0 17 0 415600255 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442649119664 140442297734247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25564] ppid=25507 vsize=11043600 memory=4322352 CPUtime=56.33 cores=1,3,5,7
/proc/25510/task/25564/stat : 25564 (java) S 25507 25510 25027 0 -1 1077944384 72231 13398 0 0 5480 146 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442681526672 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25565] ppid=25507 vsize=11043600 memory=4325268 CPUtime=56.37 cores=1,3,5,7
/proc/25510/task/25565/stat : 25565 (java) S 25507 25510 25027 0 -1 1077944384 78283 13398 0 0 5487 143 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442613438736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25566] ppid=25507 vsize=11043600 memory=4325268 CPUtime=56.54 cores=1,3,5,7
/proc/25510/task/25566/stat : 25566 (java) S 25507 25510 25027 0 -1 1077944384 78526 13398 0 0 5505 142 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442249595536 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25567] ppid=25507 vsize=11043600 memory=4322352 CPUtime=56.34 cores=1,3,5,7
/proc/25510/task/25567/stat : 25567 (java) S 25507 25510 25027 0 -1 1077944384 77430 13398 0 0 5484 143 5 2 20 0 17 0 415600256 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140442248542736 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25568] ppid=25507 vsize=11043600 memory=4322100 CPUtime=4.83 cores=1,3,5,7
/proc/25510/task/25568/stat : 25568 (java) S 25507 25510 25027 0 -1 1077944384 62783 13398 0 0 465 11 5 2 20 0 17 0 415600257 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441680710256 140442677295746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25569] ppid=25507 vsize=11043600 memory=4320712 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25569/stat : 25569 (java) S 25507 25510 25027 0 -1 1077944384 42 13398 0 0 0 0 5 2 20 0 17 0 415600258 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441605367200 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25570] ppid=25507 vsize=11043600 memory=4329780 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25570/stat : 25570 (java) S 25507 25510 25027 0 -1 1077944384 24 13398 0 0 0 0 5 2 20 0 17 0 415600258 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441471149696 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25571] ppid=25507 vsize=11043600 memory=4325268 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25571/stat : 25571 (java) S 25507 25510 25027 0 -1 1077944384 212 13398 0 0 0 0 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441230858832 140442677303195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25572] ppid=25507 vsize=11043600 memory=4325268 CPUtime=11.5 cores=1,3,5,7
/proc/25510/task/25572/stat : 25572 (java) S 25507 25510 25027 0 -1 1077944384 60186 13398 0 0 1136 7 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441679657072 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25573] ppid=25507 vsize=11043600 memory=4325268 CPUtime=10.67 cores=1,3,5,7
/proc/25510/task/25573/stat : 25573 (java) S 25507 25510 25027 0 -1 1077944384 66259 13398 0 0 1052 8 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441678604272 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25574] ppid=25507 vsize=11043600 memory=3296 CPUtime=3.94 cores=1,3,5,7
/proc/25510/task/25574/stat : 25574 (java) S 25507 25510 25027 0 -1 1077944384 85303 13398 0 0 376 11 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441677551984 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25575] ppid=25507 vsize=11043600 memory=4322352 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25575/stat : 25575 (java) S 25507 25510 25027 0 -1 1077944384 3 13398 0 0 0 0 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441197300192 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25576] ppid=25507 vsize=11043600 memory=288230574492221466 CPUtime=1.46 cores=1,3,5,7
/proc/25510/task/25576/stat : 25576 (java) S 25507 25510 25027 0 -1 1077944384 2654 13398 0 0 65 74 5 2 20 0 17 0 415600261 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140441676499888 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25945] ppid=25507 vsize=11043600 memory=288230604624101685 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25945/stat : 25945 (java) S 25507 25510 25027 0 -1 1077944384 36 13398 0 0 0 0 5 2 20 0 17 0 415832717 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140440800059888 140442677294805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
[pid=25510/tid=25946] ppid=25507 vsize=11043600 memory=15815620889413923 CPUtime=0.07 cores=1,3,5,7
/proc/25510/task/25946/stat : 25946 (java) S 25507 25510 25027 0 -1 1077944384 137 13398 0 0 0 0 5 2 20 0 17 0 415832717 11308646400 1082445 33554432000 4194304 4196468 140734257538496 140440598734688 140442677295746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37437440 140734257539823 140734257542341 140734257542341 140734257545167 0
Current children cumulated CPU time: 2520.68 s
Current children cumulated vsize: 11043600 KiB
Current children cumulated memory: 4329780 KiB

Child status: 143
Real time (s): 2325.39
CPU time (s): 2520.8
CPU user time (s): 2513.33
CPU system time (s): 7.47355
CPU usage (%): 108.403
Max. virtual memory (cumulated for all children) (KiB): 11043600
Max. memory (cumulated for all children) (KiB): 6183164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.33
system time used= 7.47355
maximum resident set size= 6195452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1013991
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72398
involuntary context switches= 3859


# summary of solver processes directly reported to runsolver:
#   pid: 25510
#   total CPU time (s): 2520.8
#   total CPU user time (s): 2513.33
#   total CPU system time (s): 7.47355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9633 second user time and 22.775 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-13 19:43:16
IDJOB=4396033
IDBENCH=124071
IDSOLVER=2846
FILE ID=node145/4396033-1568396637
RUNJOBID= node145-1568394139-25059
PBS_JOBID= 21701867
Free space on /tmp= 59472 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Bibd/Bibd-sum-open/Bibd-sum-85-085-36-36-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396033-1568396637/watcher-4396033-1568396637 -o /tmp/evaluation-result-4396033-1568396637/solver-4396033-1568396637 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25059 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1204868020 HOME/instance-4396033-1568396637.xml

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

MD5SUM BENCH= e7b94b237cf4deebd8c7bf96e74cfc29
RANDOM SEED=1204868020

node145.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.59
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.59
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.59
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.59
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:        26436176 kB
MemAvailable:   28706012 kB
Buffers:          106992 kB
Cached:          2447908 kB
SwapCached:        41020 kB
Active:          4399804 kB
Inactive:        1347824 kB
Active(anon):    3156532 kB
Inactive(anon):    77304 kB
Active(file):    1243272 kB
Inactive(file):  1270520 kB
Unevictable:      110532 kB
Mlocked:          110532 kB
SwapTotal:      67108860 kB
SwapFree:       66958232 kB
Dirty:             35340 kB
Writeback:             0 kB
AnonPages:       3211436 kB
Mapped:            57212 kB
Shmem:             32360 kB
Slab:             171548 kB
SReclaimable:     143756 kB
SUnreclaim:        27792 kB
KernelStack:        4032 kB
PageTables:        11648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4154884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3028992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59436 MiB
End job on node145 at 2019-09-13 20:22:01