Trace number 4395949

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.08 2470.64

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-90-07.xml
MD5SUM62ab34719a1ca197804bba3dde19efaf
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 benchmark78.8072
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1463
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":14,"count":1},{"arity":17,"count":1},{"arity":20,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":26,"count":2},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":1},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1262},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395949-1568403009/watcher-4395949-1568403009 -o /tmp/evaluation-result-4395949-1568403009/solver-4395949-1568403009 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22031 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1915532750 HOME/instance-4395949-1568403009.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
Current StackSize limit: 8192 KiB

solver pid=24651, runsolver pid=24648

[startup+0.100061 s]*
/proc/loadavg: 1.79 1.66 1.52 3/219 24708
/proc/meminfo: memFree=28332456/32770624 swapFree=66966972/67108860
[pid=24651] ppid=24648 vsize=9972712 memory=17340 CPUtime=0.08 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24648 24651 19747 0 -1 1077944320 4568 13024 0 0 1 0 5 2 20 0 6 0 416567766 10212057088 4335 33554432000 4194304 4196468 140722303522384 140722303504928 140321805737719 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
/proc/24651/statm: 2494753 4335 1958 1 0 2483191 0
[pid=24651/tid=24704] ppid=24648 vsize=9988792 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/24651/task/24704/stat : 24704 (java) R 24648 24651 19747 0 -1 4202560 2399 13024 0 0 1 0 5 2 20 0 6 0 416567775 10228523008 4335 33554432000 4194304 4196468 140722303522384 140321777574480 140321363067001 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24705] ppid=24648 vsize=9988792 memory=4211974075082415498 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24705/stat : 24705 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 6 0 416567775 10228523008 4335 33554432000 4194304 4196468 140722303522384 140321809980176 140321805747925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24706] ppid=24648 vsize=9988792 memory=140348877624960 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24706/stat : 24706 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 6 0 416567775 10228523008 4401 33554432000 4194304 4196468 140722303522384 140321698253712 140321805747925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24707] ppid=24648 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24707/stat : 24707 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 7 0 416567775 10229575680 4401 33554432000 4194304 4196468 140722303522384 140321697201168 140321805747925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24708] ppid=24648 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24708/stat : 24708 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 7 0 416567775 10229575680 4401 33554432000 4194304 4196468 140722303522384 140321696148624 140321805747925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24709] ppid=24648 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24709/stat : 24709 (java) R 24648 24651 19747 0 -1 4202560 0 13024 0 0 0 0 5 2 20 0 7 0 416567777 10229575680 4401 33554432000 4194304 4196468 140722303522384 140321777574480 140321798477569 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.209962 s]*
/proc/loadavg: 1.79 1.66 1.52 4/228 24717
/proc/meminfo: memFree=28311408/32770624 swapFree=66966972/67108860
[pid=24651] ppid=24648 vsize=10819664 memory=43936 CPUtime=0.26 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24648 24651 19747 0 -1 1077944320 7261 13024 0 0 18 1 5 2 20 0 15 0 416567766 11079335936 10984 33554432000 4194304 4196468 140722303522384 140722303504928 140321805737719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
/proc/24651/statm: 2704916 10984 3184 1 0 2667149 0
[pid=24651/tid=24704] ppid=24648 vsize=10819664 memory=7900017517374083699 CPUtime=0.19 cores=1,3,5,7
/proc/24651/task/24704/stat : 24704 (java) R 24648 24651 19747 0 -1 4202560 3744 13024 0 0 11 1 5 2 20 0 15 0 416567775 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321777563216 140321797974846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24705] ppid=24648 vsize=10819664 memory=4211974075082415498 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24705/stat : 24705 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567775 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321809980176 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24706] ppid=24648 vsize=10819664 memory=140348877624960 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24706/stat : 24706 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567775 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321698253712 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24707] ppid=24648 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24707/stat : 24707 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567775 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321697201168 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24708] ppid=24648 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24708/stat : 24708 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567775 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321696148624 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24709] ppid=24648 vsize=10819664 memory=140348877624960 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24709/stat : 24709 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567777 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321264437232 140321805748866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24710] ppid=24648 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24710/stat : 24710 (java) S 24648 24651 19747 0 -1 1077944384 33 13024 0 0 0 0 5 2 20 0 15 0 416567777 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321263383456 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24711] ppid=24648 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24711/stat : 24711 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567777 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321144955888 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24712] ppid=24648 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24712/stat : 24712 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567780 11079335936 10984 33554432000 4194304 4196468 140722303522384 140320540977360 140321805756315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24713] ppid=24648 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24651/task/24713/stat : 24713 (java) S 24648 24651 19747 0 -1 1077944384 466 13024 0 0 1 0 5 2 20 0 15 0 416567780 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321229826544 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24714] ppid=24648 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24651/task/24714/stat : 24714 (java) S 24648 24651 19747 0 -1 1077944384 207 13024 0 0 1 0 5 2 20 0 15 0 416567780 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321228774000 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24715] ppid=24648 vsize=10819664 memory=140348877624960 CPUtime=0.1 cores=1,3,5,7
/proc/24651/task/24715/stat : 24715 (java) R 24648 24651 19747 0 -1 4202560 606 13024 0 0 3 0 5 2 20 0 15 0 416567780 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321227721456 140321784706761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24716] ppid=24648 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24716/stat : 24716 (java) S 24648 24651 19747 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416567780 11079335936 10984 33554432000 4194304 4196468 140722303522384 140320071216224 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24717] ppid=24648 vsize=10819664 memory=140348877624960 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24717/stat : 24717 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567781 11079335936 10984 33554432000 4194304 4196468 140722303522384 140321226668336 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43936 KiB

[startup+0.310399 s]*
/proc/loadavg: 1.79 1.66 1.52 4/228 24717
/proc/meminfo: memFree=28298748/32770624 swapFree=66966972/67108860
[pid=24651] ppid=24648 vsize=10820148 memory=53000 CPUtime=0.4 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24648 24651 19747 0 -1 1077944320 10952 13024 0 0 30 3 5 2 20 0 15 0 416567766 11079831552 13250 33554432000 4194304 4196468 140722303522384 140722303504928 140321805737719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
/proc/24651/statm: 2705037 13250 3316 1 0 2667149 0
[pid=24651/tid=24704] ppid=24648 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/24651/task/24704/stat : 24704 (java) R 24648 24651 19747 0 -1 4202560 7400 13024 0 0 19 2 5 2 20 0 15 0 416567775 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321777537632 140321805759645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24705] ppid=24648 vsize=10820148 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24705/stat : 24705 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567775 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321809980176 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24706] ppid=24648 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24706/stat : 24706 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567775 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321698253712 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24707] ppid=24648 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24707/stat : 24707 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567775 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321697201168 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24708] ppid=24648 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24708/stat : 24708 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567775 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321696148624 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24709] ppid=24648 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24709/stat : 24709 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567777 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321264437232 140321805748866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24710] ppid=24648 vsize=10820148 memory=140348877624959 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24710/stat : 24710 (java) S 24648 24651 19747 0 -1 1077944384 33 13024 0 0 0 0 5 2 20 0 15 0 416567777 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321263383456 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24711] ppid=24648 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24711/stat : 24711 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567777 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321144955888 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24712] ppid=24648 vsize=10820148 memory=140348877624960 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24712/stat : 24712 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567780 11079831552 13250 33554432000 4194304 4196468 140722303522384 140320540977360 140321805756315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24713] ppid=24648 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24651/task/24713/stat : 24713 (java) S 24648 24651 19747 0 -1 1077944384 477 13024 0 0 1 0 5 2 20 0 15 0 416567780 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321229826544 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24714] ppid=24648 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24651/task/24714/stat : 24714 (java) S 24648 24651 19747 0 -1 1077944384 208 13024 0 0 2 0 5 2 20 0 15 0 416567780 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321228774000 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24715] ppid=24648 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24651/task/24715/stat : 24715 (java) S 24648 24651 19747 0 -1 1077944384 615 13024 0 0 5 0 5 2 20 0 15 0 416567780 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321227721456 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24716] ppid=24648 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24716/stat : 24716 (java) S 24648 24651 19747 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416567780 11079831552 13250 33554432000 4194304 4196468 140722303522384 140320071216224 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24717] ppid=24648 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24717/stat : 24717 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567781 11079831552 13250 33554432000 4194304 4196468 140722303522384 140321226668336 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53000 KiB

[startup+0.701632 s]
/proc/loadavg: 1.73 1.65 1.52 4/228 24717
/proc/meminfo: memFree=28284784/32770624 swapFree=66966972/67108860
[pid=24651] ppid=24648 vsize=10824360 memory=85500 CPUtime=1.14 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24648 24651 19747 0 -1 1077944320 15123 13024 0 0 102 5 5 2 20 0 15 0 416567766 11084144640 21375 33554432000 4194304 4196468 140722303522384 140722303504928 140321805737719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
/proc/24651/statm: 2706090 21375 3501 1 0 2668173 0
[pid=24651/tid=24704] ppid=24648 vsize=10824360 memory=19520 CPUtime=0.66 cores=1,3,5,7
/proc/24651/task/24704/stat : 24704 (java) R 24648 24651 19747 0 -1 4202560 10362 13024 0 0 56 3 5 2 20 0 15 0 416567775 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321777546112 140321791914190 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24705] ppid=24648 vsize=10824360 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24705/stat : 24705 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567775 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321809980176 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24706] ppid=24648 vsize=10824360 memory=500 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24706/stat : 24706 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567775 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321698253712 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24707] ppid=24648 vsize=10824360 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24707/stat : 24707 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567775 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321697201168 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24708] ppid=24648 vsize=10824360 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24708/stat : 24708 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567775 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321696148624 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24709] ppid=24648 vsize=10824360 memory=7305218370954684500 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24709/stat : 24709 (java) S 24648 24651 19747 0 -1 1077944384 6 13024 0 0 0 0 5 2 20 0 15 0 416567777 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321264437232 140321805748866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24710] ppid=24648 vsize=10824360 memory=6225215369432295536 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24710/stat : 24710 (java) S 24648 24651 19747 0 -1 1077944384 33 13024 0 0 0 0 5 2 20 0 15 0 416567777 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321263383456 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24711] ppid=24648 vsize=10824360 memory=7523071198212214892 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24711/stat : 24711 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567777 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321144955888 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24712] ppid=24648 vsize=10824360 memory=5450916479948256810 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24712/stat : 24712 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567780 11084144640 21375 33554432000 4194304 4196468 140722303522384 140320540977360 140321805756315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24713] ppid=24648 vsize=10824360 memory=-6808994639057120388 CPUtime=0.21 cores=1,3,5,7
/proc/24651/task/24713/stat : 24713 (java) S 24648 24651 19747 0 -1 1077944384 973 13024 0 0 14 0 5 2 20 0 15 0 416567780 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321229826544 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24714] ppid=24648 vsize=10824360 memory=-7025452035940392864 CPUtime=0.2 cores=1,3,5,7
/proc/24651/task/24714/stat : 24714 (java) R 24648 24651 19747 0 -1 4202560 646 13024 0 0 13 0 5 2 20 0 15 0 416567780 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321228774000 140321790637306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24715] ppid=24648 vsize=10824360 memory=-9001734000804784231 CPUtime=0.24 cores=1,3,5,7
/proc/24651/task/24715/stat : 24715 (java) S 24648 24651 19747 0 -1 1077944384 884 13024 0 0 17 0 5 2 20 0 15 0 416567780 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321227721456 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24716] ppid=24648 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24716/stat : 24716 (java) S 24648 24651 19747 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416567780 11084144640 21375 33554432000 4194304 4196468 140722303522384 140320071216224 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24717] ppid=24648 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24717/stat : 24717 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567781 11084144640 21375 33554432000 4194304 4196468 140722303522384 140321226668336 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85500 KiB

[startup+1.50071 s]
/proc/loadavg: 1.73 1.65 1.52 5/228 24717
/proc/meminfo: memFree=28230072/32770624 swapFree=66966972/67108860
[pid=24651] ppid=24648 vsize=10832628 memory=230392 CPUtime=3.38 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24648 24651 19747 0 -1 1077944320 39937 13024 0 0 319 12 5 2 20 0 15 0 416567766 11092611072 57598 33554432000 4194304 4196468 140722303522384 140722303504928 140321805737719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
/proc/24651/statm: 2708157 57598 3582 1 0 2670221 0
[pid=24651/tid=24704] ppid=24648 vsize=10832628 memory=188644 CPUtime=1.42 cores=1,3,5,7
/proc/24651/task/24704/stat : 24704 (java) R 24648 24651 19747 0 -1 4202560 17704 13024 0 0 129 6 5 2 20 0 15 0 416567775 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321777569664 140321784001441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24705] ppid=24648 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24651/task/24705/stat : 24705 (java) S 24648 24651 19747 0 -1 1077944384 32 13024 0 0 1 0 5 2 20 0 15 0 416567775 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321809980176 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24706] ppid=24648 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24651/task/24706/stat : 24706 (java) S 24648 24651 19747 0 -1 1077944384 80 13024 0 0 1 0 5 2 20 0 15 0 416567775 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321698253712 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24707] ppid=24648 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24651/task/24707/stat : 24707 (java) S 24648 24651 19747 0 -1 1077944384 307 13024 0 0 2 0 5 2 20 0 15 0 416567775 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321697201168 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24708] ppid=24648 vsize=10832628 memory=246473073694372 CPUtime=0.09 cores=1,3,5,7
/proc/24651/task/24708/stat : 24708 (java) S 24648 24651 19747 0 -1 1077944384 48 13024 0 0 2 0 5 2 20 0 15 0 416567775 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321696148624 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24709] ppid=24648 vsize=10832628 memory=302058041083115654 CPUtime=0.08 cores=1,3,5,7
/proc/24651/task/24709/stat : 24709 (java) S 24648 24651 19747 0 -1 1077944384 121 13024 0 0 1 0 5 2 20 0 15 0 416567777 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321264437232 140321805748866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24710] ppid=24648 vsize=10832628 memory=5931329015121990736 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24710/stat : 24710 (java) S 24648 24651 19747 0 -1 1077944384 34 13024 0 0 0 0 5 2 20 0 15 0 416567777 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321263383520 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24711] ppid=24648 vsize=10832628 memory=4638778398332834666 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24711/stat : 24711 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567777 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321144955904 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24712] ppid=24648 vsize=10832628 memory=280697453412592 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24712/stat : 24712 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567780 11092611072 57598 33554432000 4194304 4196468 140722303522384 140320540977360 140321805756315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24713] ppid=24648 vsize=10832628 memory=4640776232435204192 CPUtime=0.75 cores=1,3,5,7
/proc/24651/task/24713/stat : 24713 (java) S 24648 24651 19747 0 -1 1077944384 8713 13024 0 0 67 1 5 2 20 0 15 0 416567780 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321229826544 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24714] ppid=24648 vsize=10832628 memory=-3535359994705172319 CPUtime=0.75 cores=1,3,5,7
/proc/24651/task/24714/stat : 24714 (java) S 24648 24651 19747 0 -1 1077944384 7566 13024 0 0 68 0 5 2 20 0 15 0 416567780 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321228774000 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24715] ppid=24648 vsize=10832628 memory=6656426216303648864 CPUtime=0.51 cores=1,3,5,7
/proc/24651/task/24715/stat : 24715 (java) S 24648 24651 19747 0 -1 1077944384 3117 13024 0 0 43 1 5 2 20 0 15 0 416567780 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321227721456 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24716] ppid=24648 vsize=10832628 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24716/stat : 24716 (java) S 24648 24651 19747 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416567780 11092611072 57598 33554432000 4194304 4196468 140722303522384 140320071216224 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24717] ppid=24648 vsize=10832628 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24717/stat : 24717 (java) S 24648 24651 19747 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416567781 11092611072 57598 33554432000 4194304 4196468 140722303522384 140321226668336 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0

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

/proc/24651/task/24704/stat : 24704 (java) R 24648 24651 19747 0 -1 4202560 125730 13024 0 0 230470 66 5 2 20 0 15 0 416567775 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321777573232 140321383545574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24705] ppid=24648 vsize=10849032 memory=1986304 CPUtime=8.93 cores=1,3,5,7
/proc/24651/task/24705/stat : 24705 (java) S 24648 24651 19747 0 -1 1077944384 40163 13024 0 0 843 43 5 2 20 0 15 0 416567775 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321809980176 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24706] ppid=24648 vsize=10849032 memory=1986304 CPUtime=8.89 cores=1,3,5,7
/proc/24651/task/24706/stat : 24706 (java) S 24648 24651 19747 0 -1 1077944384 39736 13024 0 0 839 43 5 2 20 0 15 0 416567775 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321698253712 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24707] ppid=24648 vsize=10849032 memory=1986304 CPUtime=8.94 cores=1,3,5,7
/proc/24651/task/24707/stat : 24707 (java) S 24648 24651 19747 0 -1 1077944384 43674 13024 0 0 843 44 5 2 20 0 15 0 416567775 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321697201168 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24708] ppid=24648 vsize=10849032 memory=1986304 CPUtime=8.94 cores=1,3,5,7
/proc/24651/task/24708/stat : 24708 (java) S 24648 24651 19747 0 -1 1077944384 39573 13024 0 0 847 40 5 2 20 0 15 0 416567775 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321696148624 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24709] ppid=24648 vsize=10849032 memory=1986304 CPUtime=6.48 cores=1,3,5,7
/proc/24651/task/24709/stat : 24709 (java) S 24648 24651 19747 0 -1 1077944384 32061 13024 0 0 598 43 5 2 20 0 15 0 416567777 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321264437232 140321805748866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24710] ppid=24648 vsize=10849032 memory=1986304 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24710/stat : 24710 (java) S 24648 24651 19747 0 -1 1077944384 51 13024 0 0 0 0 5 2 20 0 15 0 416567777 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321263383520 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24711] ppid=24648 vsize=10849032 memory=1986304 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24711/stat : 24711 (java) S 24648 24651 19747 0 -1 1077944384 13 13024 0 0 0 0 5 2 20 0 15 0 416567777 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321144955904 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24712] ppid=24648 vsize=10849032 memory=1986304 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24712/stat : 24712 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567780 11109408768 496576 33554432000 4194304 4196468 140722303522384 140320540977360 140321805756315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24713] ppid=24648 vsize=10849032 memory=10484 CPUtime=9.12 cores=1,3,5,7
/proc/24651/task/24713/stat : 24713 (java) S 24648 24651 19747 0 -1 1077944384 44284 13024 0 0 901 4 5 2 20 0 15 0 416567780 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321229826544 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24714] ppid=24648 vsize=10849032 memory=716 CPUtime=9.47 cores=1,3,5,7
/proc/24651/task/24714/stat : 24714 (java) S 24648 24651 19747 0 -1 1077944384 42672 13024 0 0 936 4 5 2 20 0 15 0 416567780 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321228774000 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24715] ppid=24648 vsize=10849032 memory=1986304 CPUtime=2.8 cores=1,3,5,7
/proc/24651/task/24715/stat : 24715 (java) S 24648 24651 19747 0 -1 1077944384 29268 13024 0 0 268 5 5 2 20 0 15 0 416567780 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321227721456 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24716] ppid=24648 vsize=10849032 memory=1986304 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24716/stat : 24716 (java) S 24648 24651 19747 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416567780 11109408768 496576 33554432000 4194304 4196468 140722303522384 140320071216224 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24717] ppid=24648 vsize=10849032 memory=1556 CPUtime=1.25 cores=1,3,5,7
/proc/24651/task/24717/stat : 24717 (java) S 24648 24651 19747 0 -1 1077944384 2281 13024 0 0 56 62 5 2 20 0 15 0 416567781 11109408768 496576 33554432000 4194304 4196468 140722303522384 140321226668336 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
Current children cumulated CPU time: 2369.73 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1986304 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.34 1.36 3/228 25086
/proc/meminfo: memFree=28380504/32770624 swapFree=66966976/67108860
[pid=24651] ppid=24648 vsize=10849032 memory=1959744 CPUtime=2430.53 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24648 24651 19747 0 -1 1077944320 448590 13024 0 0 242723 323 5 2 20 0 15 0 416567766 11109408768 489936 33554432000 4194304 4196468 140722303522384 140722303504928 140321805737719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
/proc/24651/statm: 2712258 489936 3632 1 0 2674317 0
[pid=24651/tid=24704] ppid=24648 vsize=10849032 memory=1959744 CPUtime=2364.93 cores=1,3,5,7
/proc/24651/task/24704/stat : 24704 (java) R 24648 24651 19747 0 -1 4202560 127622 13024 0 0 236419 67 5 2 20 0 15 0 416567775 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321777573136 140321383780854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24705] ppid=24648 vsize=10849032 memory=1964340 CPUtime=9.21 cores=1,3,5,7
/proc/24651/task/24705/stat : 24705 (java) S 24648 24651 19747 0 -1 1077944384 41017 13024 0 0 870 44 5 2 20 0 15 0 416567775 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321809980176 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24706] ppid=24648 vsize=10849032 memory=1964340 CPUtime=9.18 cores=1,3,5,7
/proc/24651/task/24706/stat : 24706 (java) S 24648 24651 19747 0 -1 1077944384 40973 13024 0 0 866 45 5 2 20 0 15 0 416567775 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321698253712 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24707] ppid=24648 vsize=10849032 memory=1959720 CPUtime=9.21 cores=1,3,5,7
/proc/24651/task/24707/stat : 24707 (java) S 24648 24651 19747 0 -1 1077944384 44998 13024 0 0 869 45 5 2 20 0 15 0 416567775 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321697201168 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24708] ppid=24648 vsize=10849032 memory=1959744 CPUtime=9.22 cores=1,3,5,7
/proc/24651/task/24708/stat : 24708 (java) S 24648 24651 19747 0 -1 1077944384 40360 13024 0 0 874 41 5 2 20 0 15 0 416567775 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321696148624 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24709] ppid=24648 vsize=10849032 memory=1959744 CPUtime=6.65 cores=1,3,5,7
/proc/24651/task/24709/stat : 24709 (java) S 24648 24651 19747 0 -1 1077944384 32771 13024 0 0 614 44 5 2 20 0 15 0 416567777 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321264437232 140321805748866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24710] ppid=24648 vsize=10849032 memory=1959720 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24710/stat : 24710 (java) S 24648 24651 19747 0 -1 1077944384 51 13024 0 0 0 0 5 2 20 0 15 0 416567777 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321263383520 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24711] ppid=24648 vsize=10849032 memory=1959744 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24711/stat : 24711 (java) S 24648 24651 19747 0 -1 1077944384 13 13024 0 0 0 0 5 2 20 0 15 0 416567777 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321144955904 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24712] ppid=24648 vsize=10849032 memory=1959744 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24712/stat : 24712 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567780 11109408768 489936 33554432000 4194304 4196468 140722303522384 140320540977360 140321805756315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24713] ppid=24648 vsize=10849032 memory=1959720 CPUtime=9.12 cores=1,3,5,7
/proc/24651/task/24713/stat : 24713 (java) S 24648 24651 19747 0 -1 1077944384 44289 13024 0 0 901 4 5 2 20 0 15 0 416567780 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321229826544 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24714] ppid=24648 vsize=10849032 memory=1959720 CPUtime=9.47 cores=1,3,5,7
/proc/24651/task/24714/stat : 24714 (java) S 24648 24651 19747 0 -1 1077944384 42684 13024 0 0 936 4 5 2 20 0 15 0 416567780 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321228774000 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24715] ppid=24648 vsize=10849032 memory=1959744 CPUtime=2.8 cores=1,3,5,7
/proc/24651/task/24715/stat : 24715 (java) S 24648 24651 19747 0 -1 1077944384 29274 13024 0 0 268 5 5 2 20 0 15 0 416567780 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321227721456 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24716] ppid=24648 vsize=10849032 memory=5840 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24716/stat : 24716 (java) S 24648 24651 19747 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416567780 11109408768 489936 33554432000 4194304 4196468 140722303522384 140320071216224 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24717] ppid=24648 vsize=10849032 memory=10484 CPUtime=1.27 cores=1,3,5,7
/proc/24651/task/24717/stat : 24717 (java) S 24648 24651 19747 0 -1 1077944384 2326 13024 0 0 57 63 5 2 20 0 15 0 416567781 11109408768 489936 33554432000 4194304 4196468 140722303522384 140321226668336 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
Current children cumulated CPU time: 2430.53 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1959744 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.37 1.36 3/229 25099
/proc/meminfo: memFree=28497408/32770624 swapFree=66966976/67108860
[pid=24651] ppid=24648 vsize=10849032 memory=1953144 CPUtime=2491.34 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24648 24651 19747 0 -1 1077944320 455247 13024 0 0 248797 330 5 2 20 0 15 0 416567766 11109408768 488286 33554432000 4194304 4196468 140722303522384 140722303504928 140321805737719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
/proc/24651/statm: 2712258 488286 3632 1 0 2674317 0
[pid=24651/tid=24704] ppid=24648 vsize=10849032 memory=1953136 CPUtime=2424.37 cores=1,3,5,7
/proc/24651/task/24704/stat : 24704 (java) R 24648 24651 19747 0 -1 4202560 129467 13024 0 0 242363 67 5 2 20 0 15 0 416567775 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321777573440 140321383440677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24705] ppid=24648 vsize=10849032 memory=1953132 CPUtime=9.49 cores=1,3,5,7
/proc/24651/task/24705/stat : 24705 (java) S 24648 24651 19747 0 -1 1077944384 42427 13024 0 0 896 46 5 2 20 0 15 0 416567775 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321809980176 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24706] ppid=24648 vsize=10849032 memory=1953132 CPUtime=9.46 cores=1,3,5,7
/proc/24651/task/24706/stat : 24706 (java) S 24648 24651 19747 0 -1 1077944384 41698 13024 0 0 893 46 5 2 20 0 15 0 416567775 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321698253712 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24707] ppid=24648 vsize=10849032 memory=1953136 CPUtime=9.49 cores=1,3,5,7
/proc/24651/task/24707/stat : 24707 (java) S 24648 24651 19747 0 -1 1077944384 45723 13024 0 0 896 46 5 2 20 0 15 0 416567775 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321697201168 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24708] ppid=24648 vsize=10849032 memory=1953136 CPUtime=9.5 cores=1,3,5,7
/proc/24651/task/24708/stat : 24708 (java) S 24648 24651 19747 0 -1 1077944384 41539 13024 0 0 901 42 5 2 20 0 15 0 416567775 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321696148624 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24709] ppid=24648 vsize=10849032 memory=1953136 CPUtime=6.84 cores=1,3,5,7
/proc/24651/task/24709/stat : 24709 (java) S 24648 24651 19747 0 -1 1077944384 33500 13024 0 0 632 45 5 2 20 0 15 0 416567777 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321264437232 140321805748866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24710] ppid=24648 vsize=10849032 memory=1953144 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24710/stat : 24710 (java) S 24648 24651 19747 0 -1 1077944384 51 13024 0 0 0 0 5 2 20 0 15 0 416567777 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321263383520 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24711] ppid=24648 vsize=10849032 memory=1953144 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24711/stat : 24711 (java) S 24648 24651 19747 0 -1 1077944384 13 13024 0 0 0 0 5 2 20 0 15 0 416567777 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321144955904 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24712] ppid=24648 vsize=10849032 memory=1552 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24712/stat : 24712 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567780 11109408768 488286 33554432000 4194304 4196468 140722303522384 140320540977360 140321805756315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24713] ppid=24648 vsize=10849032 memory=1953144 CPUtime=9.12 cores=1,3,5,7
/proc/24651/task/24713/stat : 24713 (java) S 24648 24651 19747 0 -1 1077944384 44294 13024 0 0 901 4 5 2 20 0 15 0 416567780 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321229826544 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24714] ppid=24648 vsize=10849032 memory=4068 CPUtime=9.47 cores=1,3,5,7
/proc/24651/task/24714/stat : 24714 (java) S 24648 24651 19747 0 -1 1077944384 42689 13024 0 0 936 4 5 2 20 0 15 0 416567780 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321228774000 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24715] ppid=24648 vsize=10849032 memory=288230574492221466 CPUtime=2.8 cores=1,3,5,7
/proc/24651/task/24715/stat : 24715 (java) S 24648 24651 19747 0 -1 1077944384 29278 13024 0 0 268 5 5 2 20 0 15 0 416567780 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321227721456 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24716] ppid=24648 vsize=10849032 memory=288230583166042426 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24716/stat : 24716 (java) S 24648 24651 19747 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416567780 11109408768 488286 33554432000 4194304 4196468 140722303522384 140320071216224 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24717] ppid=24648 vsize=10849032 memory=1953144 CPUtime=1.31 cores=1,3,5,7
/proc/24651/task/24717/stat : 24717 (java) S 24648 24651 19747 0 -1 1077944384 2356 13024 0 0 59 65 5 2 20 0 15 0 416567781 11109408768 488286 33554432000 4194304 4196468 140722303522384 140321226668336 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
Current children cumulated CPU time: 2491.34 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1953144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.6 s]
/proc/loadavg: 1.50 1.39 1.37 3/230 25101
/proc/meminfo: memFree=28533708/32770624 swapFree=66966976/67108860
[pid=24651] ppid=24648 vsize=10849032 memory=1946520 CPUtime=2520.01 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24648 24651 19747 0 -1 1077944320 458957 13024 0 0 251661 333 5 2 20 0 15 0 416567766 11109408768 486630 33554432000 4194304 4196468 140722303522384 140722303504928 140321805737719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
/proc/24651/statm: 2712258 486630 3632 1 0 2674317 0
[pid=24651/tid=24704] ppid=24648 vsize=10849032 memory=3620 CPUtime=2452.44 cores=1,3,5,7
/proc/24651/task/24704/stat : 24704 (java) R 24648 24651 19747 0 -1 4202560 130427 13024 0 0 245169 68 5 2 20 0 15 0 416567775 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321777573408 140321383977976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24705] ppid=24648 vsize=10849032 memory=39084 CPUtime=9.62 cores=1,3,5,7
/proc/24651/task/24705/stat : 24705 (java) S 24648 24651 19747 0 -1 1077944384 43077 13024 0 0 909 46 5 2 20 0 15 0 416567775 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321809980176 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24706] ppid=24648 vsize=10849032 memory=984 CPUtime=9.58 cores=1,3,5,7
/proc/24651/task/24706/stat : 24706 (java) S 24648 24651 19747 0 -1 1077944384 41881 13024 0 0 905 46 5 2 20 0 15 0 416567775 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321698253712 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24707] ppid=24648 vsize=10849032 memory=6791534058613427641 CPUtime=9.61 cores=1,3,5,7
/proc/24651/task/24707/stat : 24707 (java) S 24648 24651 19747 0 -1 1077944384 45968 13024 0 0 908 46 5 2 20 0 15 0 416567775 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321697201168 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24708] ppid=24648 vsize=10849032 memory=1953148 CPUtime=9.62 cores=1,3,5,7
/proc/24651/task/24708/stat : 24708 (java) S 24648 24651 19747 0 -1 1077944384 42841 13024 0 0 913 42 5 2 20 0 15 0 416567775 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321696148624 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24709] ppid=24648 vsize=10849032 memory=1953148 CPUtime=6.92 cores=1,3,5,7
/proc/24651/task/24709/stat : 24709 (java) S 24648 24651 19747 0 -1 1077944384 33843 13024 0 0 639 46 5 2 20 0 15 0 416567777 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321264437232 140321805748866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24710] ppid=24648 vsize=10849032 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24710/stat : 24710 (java) S 24648 24651 19747 0 -1 1077944384 51 13024 0 0 0 0 5 2 20 0 15 0 416567777 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321263383520 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24711] ppid=24648 vsize=10849032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24711/stat : 24711 (java) S 24648 24651 19747 0 -1 1077944384 13 13024 0 0 0 0 5 2 20 0 15 0 416567777 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321144955904 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24712] ppid=24648 vsize=10849032 memory=2004 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24712/stat : 24712 (java) S 24648 24651 19747 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416567780 11109408768 486630 33554432000 4194304 4196468 140722303522384 140320540977360 140321805756315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24713] ppid=24648 vsize=10849032 memory=1953136 CPUtime=9.12 cores=1,3,5,7
/proc/24651/task/24713/stat : 24713 (java) S 24648 24651 19747 0 -1 1077944384 44297 13024 0 0 901 4 5 2 20 0 15 0 416567780 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321229826544 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24714] ppid=24648 vsize=10849032 memory=3620 CPUtime=9.47 cores=1,3,5,7
/proc/24651/task/24714/stat : 24714 (java) S 24648 24651 19747 0 -1 1077944384 42691 13024 0 0 936 4 5 2 20 0 15 0 416567780 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321228774000 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24715] ppid=24648 vsize=10849032 memory=14004 CPUtime=2.8 cores=1,3,5,7
/proc/24651/task/24715/stat : 24715 (java) S 24648 24651 19747 0 -1 1077944384 29280 13024 0 0 268 5 5 2 20 0 15 0 416567780 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321227721456 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24716] ppid=24648 vsize=10849032 memory=11824 CPUtime=0.07 cores=1,3,5,7
/proc/24651/task/24716/stat : 24716 (java) S 24648 24651 19747 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416567780 11109408768 486630 33554432000 4194304 4196468 140722303522384 140320071216224 140321805747925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
[pid=24651/tid=24717] ppid=24648 vsize=10849032 memory=19556 CPUtime=1.32 cores=1,3,5,7
/proc/24651/task/24717/stat : 24717 (java) S 24648 24651 19747 0 -1 1077944384 2376 13024 0 0 60 65 5 2 20 0 15 0 416567781 11109408768 486630 33554432000 4194304 4196468 140722303522384 140321226668336 140321805748866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20115456 140722303523567 140722303526085 140722303526085 140722303528911 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1946520 KiB

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

[startup+2470.64 s]
# the end of solver process 24651 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.7 s, system=3.37856 s

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

Child status: 143
Real time (s): 2470.64
CPU time (s): 2520.08
CPU user time (s): 2516.7
CPU system time (s): 3.37856
CPU usage (%): 102.001
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 2848072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.7
system time used= 3.37856
maximum resident set size= 2850120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199172
involuntary context switches= 5890


# summary of solver processes directly reported to runsolver:
#   pid: 24651
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.7
#   total CPU system time (s): 3.37856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0669 second user time and 23.2217 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-13 21:29:27
IDJOB=4395949
IDBENCH=128106
IDSOLVER=2846
FILE ID=node125/4395949-1568403009
RUNJOBID= node125-1568393055-22031
PBS_JOBID= 21701839
Free space on /tmp= 59744 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-90-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395949-1568403009/watcher-4395949-1568403009 -o /tmp/evaluation-result-4395949-1568403009/solver-4395949-1568403009 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22031 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1915532750 HOME/instance-4395949-1568403009.xml

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

MD5SUM BENCH= 62ab34719a1ca197804bba3dde19efaf
RANDOM SEED=1915532750

node125.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.29
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.29
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.29
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.29
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:        28341840 kB
MemAvailable:   29108792 kB
Buffers:          111628 kB
Cached:           954352 kB
SwapCached:        38272 kB
Active:          3319976 kB
Inactive:         557280 kB
Active(anon):    2789352 kB
Inactive(anon):    61872 kB
Active(file):     530624 kB
Inactive(file):   495408 kB
Unevictable:      106848 kB
Mlocked:          106848 kB
SwapTotal:      67108860 kB
SwapFree:       66966972 kB
Dirty:             35664 kB
Writeback:             0 kB
AnonPages:       2943808 kB
Mapped:            57324 kB
Shmem:             31200 kB
Slab:             142572 kB
SReclaimable:     113512 kB
SUnreclaim:        29060 kB
KernelStack:        4016 kB
PageTables:        11540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3856992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2748416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59708 MiB
End job on node125 at 2019-09-13 22:10:38