Trace number 4249697

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2406.43 2318.36

General information on the benchmark

NameBinPacking/BinPacking-sum-s28/
BinPacking-sum-s28-561.xml
MD5SUM0151e8a579557b2b9e30bd86d2d74102
Bench CategoryCOP (optimization 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 variables1901
Number of constraints203
Number of domains2
Minimum domain size101
Maximum domain size178
Distribution of domain sizes[{"size":101,"count":1},{"size":178,"count":1900}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1800},{"degree":5,"count":100}]
Minimum constraint arity19
Maximum constraint arity1900
Distribution of constraint arities[{"arity":19,"count":200},{"arity":101,"count":1},{"arity":1900,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":100},{"type":"lex","count":1},{"type":"sum","count":100},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249697-1500774133/watcher-4249697-1500774133 -o /tmp/evaluation-result-4249697-1500774133/solver-4249697-1500774133 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500774133-23375 --watchdog 2560 bin/concrete HOME/instance-4249697-1500774133.xml 

pid=23402
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.20 1.36 1.50 5/243 23405
/proc/meminfo: memFree=31108468/32770624 swapFree=6300/716028
[pid=23405] ppid=23402 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (bash) S 23402 23405 19920 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 12681136 9736192 351 33554432000 4194304 5098028 140723285804880 140723285802520 140221914930176 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 35409920 140723285808398 140723285808483 140723285808483 140723285811182 0
/proc/23405/statm: 2377 351 278 221 0 86 0

[startup+0.100113 s]
/proc/loadavg: 1.20 1.36 1.50 5/243 23405
/proc/meminfo: memFree=31108468/32770624 swapFree=6300/716028
[pid=23405] ppid=23402 vsize=9640 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (bash) S 23402 23405 19920 0 -1 4202496 886 6413 0 1 0 0 0 2 20 0 1 0 12681136 9871360 378 33554432000 4194304 5098028 140723285804880 140723285798888 140221914930176 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 35409920 140723285808398 140723285808483 140723285808483 140723285811182 0
/proc/23405/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200394 s]
/proc/loadavg: 1.20 1.36 1.50 5/243 23405
/proc/meminfo: memFree=31108468/32770624 swapFree=6300/716028
[pid=23405] ppid=23402 vsize=10435860 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (java) S 23402 23405 19920 0 -1 1077944320 4582 12811 0 1 4 0 9 4 20 0 13 0 12681136 10686320640 4945 33554432000 4194304 4196468 140731295036672 140731295019216 140596777832183 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
/proc/23405/statm: 2608965 4945 2100 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300308 s]
/proc/loadavg: 1.20 1.36 1.50 5/243 23405
/proc/meminfo: memFree=31108468/32770624 swapFree=6300/716028
[pid=23405] ppid=23402 vsize=10902392 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (java) S 23402 23405 19920 0 -1 1077944320 6630 12811 0 1 19 1 9 4 20 0 20 0 12681136 11164049408 8838 33554432000 4194304 4196468 140731295036672 140731295019216 140596777832183 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
/proc/23405/statm: 2725598 8838 2982 1 0 2713890 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10902392

[startup+0.700195 s]
/proc/loadavg: 1.20 1.36 1.50 5/243 23405
/proc/meminfo: memFree=31108468/32770624 swapFree=6300/716028
[pid=23405] ppid=23402 vsize=10902720 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (java) S 23402 23405 19920 0 -1 1077944320 11856 12811 0 1 71 3 9 4 20 0 20 0 12681136 11164385280 15749 33554432000 4194304 4196468 140731295036672 140731295019216 140596777832183 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
/proc/23405/statm: 2725680 15815 3182 1 0 2713890 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10902720

[startup+1.50071 s]
/proc/loadavg: 1.20 1.36 1.50 5/283 23551
/proc/meminfo: memFree=30903008/32770624 swapFree=6300/716560
[pid=23405] ppid=23402 vsize=10913344 CPUtime=2.21 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (java) S 23402 23405 19920 0 -1 1077944320 25677 12811 0 1 197 11 9 4 20 0 20 0 12681136 11175264256 44089 33554432000 4194304 4196468 140731295036672 140731295019216 140596777832183 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
/proc/23405/statm: 2728336 44089 3405 1 0 2716450 0
[pid=23405/tid=23523] ppid=23402 vsize=10913344 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23523/stat : 23523 (java) R 23402 23405 19920 0 -1 4202560 18749 12811 0 1 121 5 9 4 20 0 20 0 12681152 11175264256 44089 33554432000 4194304 4196468 140731295036672 140596782044704 140596761875813 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23524] ppid=23402 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23524/stat : 23524 (java) S 23402 23405 19920 0 -1 1077944384 136 12811 0 1 0 0 9 4 20 0 20 0 12681153 11175264256 44089 33554432000 4194304 4196468 140731295036672 140596703906320 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23525] ppid=23402 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23525/stat : 23525 (java) S 23402 23405 19920 0 -1 1077944384 21 12811 0 1 0 0 9 4 20 0 20 0 12681153 11175264256 44089 33554432000 4194304 4196468 140731295036672 140596702853776 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23526] ppid=23402 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23526/stat : 23526 (java) S 23402 23405 19920 0 -1 1077944384 25 12811 0 1 1 0 9 4 20 0 20 0 12681153 11175264256 44089 33554432000 4194304 4196468 140731295036672 140596701800720 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23527] ppid=23402 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23527/stat : 23527 (java) S 23402 23405 19920 0 -1 1077944384 53 12811 0 1 0 0 9 4 20 0 20 0 12681153 11175264256 44089 33554432000 4194304 4196468 140731295036672 140596700748176 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23528] ppid=23402 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23528/stat : 23528 (java) S 23402 23405 19920 0 -1 1077944384 19 12811 0 1 0 0 9 4 20 0 20 0 12681153 11175264256 44089 33554432000 4194304 4196468 140731295036672 140596699696144 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23529] ppid=23402 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23529/stat : 23529 (java) S 23402 23405 19920 0 -1 1077944384 11 12811 0 1 1 0 9 4 20 0 20 0 12681153 11175264256 44089 33554432000 4194304 4196468 140731295036672 140596698643600 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23530] ppid=23402 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23530/stat : 23530 (java) S 23402 23405 19920 0 -1 1077944384 45 12811 0 1 1 0 9 4 20 0 20 0 12681153 11175264256 44089 33554432000 4194304 4196468 140731295036672 140596697590544 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23531] ppid=23402 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23531/stat : 23531 (java) S 23402 23405 19920 0 -1 1077944384 15 12811 0 1 1 0 9 4 20 0 20 0 12681153 11175264256 44089 33554432000 4194304 4196468 140731295036672 140596696538000 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23535] ppid=23402 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23535/stat : 23535 (java) S 23402 23405 19920 0 -1 1077944384 1117 12811 0 1 1 0 9 4 20 0 20 0 12681155 11175264256 44089 33554432000 4194304 4196468 140731295036672 140595983980784 140596777843330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23536] ppid=23402 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23536/stat : 23536 (java) S 23402 23405 19920 0 -1 1077944384 57 12811 0 1 0 0 9 4 20 0 20 0 12681156 11175264256 44089 33554432000 4194304 4196468 140731295036672 140595982927008 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23537] ppid=23402 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23537/stat : 23537 (java) S 23402 23405 19920 0 -1 1077944384 45 12811 0 1 0 0 9 4 20 0 20 0 12681156 11175264256 44089 33554432000 4194304 4196468 140731295036672 140595981873904 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23545] ppid=23402 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23545/stat : 23545 (java) S 23402 23405 19920 0 -1 1077944384 1 12811 0 1 0 0 9 4 20 0 20 0 12681160 11175264256 44089 33554432000 4194304 4196468 140731295036672 140595980822480 140596777850779 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23546] ppid=23402 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23546/stat : 23546 (java) R 23402 23405 19920 0 -1 4202560 635 12811 0 1 12 0 9 4 20 0 20 0 12681160 11175264256 44089 33554432000 4194304 4196468 140731295036672 140595979770904 140596762572607 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23547] ppid=23402 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23547/stat : 23547 (java) S 23402 23405 19920 0 -1 1077944384 613 12811 0 1 12 0 9 4 20 0 20 0 12681160 11175264256 44089 33554432000 4194304 4196468 140731295036672 140595978718064 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23548] ppid=23402 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23548/stat : 23548 (java) S 23402 23405 19920 0 -1 1077944384 704 12811 0 1 14 0 9 4 20 0 20 0 12681160 11175264256 44089 33554432000 4194304 4196468 140731295036672 140595977665008 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23549] ppid=23402 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23549/stat : 23549 (java) R 23402 23405 19920 0 -1 4202560 1288 12811 0 1 25 0 9 4 20 0 20 0 12681160 11175264256 44089 33554432000 4194304 4196468 140731295036672 140595976612464 140596777853530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23550] ppid=23402 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23550/stat : 23550 (java) S 23402 23405 19920 0 -1 1077944384 3 12811 0 1 0 0 9 4 20 0 20 0 12681160 11175264256 44089 33554432000 4194304 4196468 140731295036672 140595975559648 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23551] ppid=23402 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23551/stat : 23551 (java) S 23402 23405 19920 0 -1 1077944384 9 12811 0 1 0 0 9 4 20 0 20 0 12681160 11175264256 44089 33554432000 4194304 4196468 140731295036672 140595974507184 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 10913344

[startup+3.10107 s]
/proc/loadavg: 1.20 1.36 1.50 7/283 23551
/proc/meminfo: memFree=30753652/32770624 swapFree=6300/716316
[pid=23405] ppid=23402 vsize=10925820 CPUtime=7.21 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (java) S 23402 23405 19920 0 -1 1077944320 41260 12811 0 1 675 33 9 4 20 0 20 0 12681136 11188039680 76132 33554432000 4194304 4196468 140731295036672 140731295019216 140596777832183 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
/proc/23405/statm: 2731455 76132 3485 1 0 2719010 0
[pid=23405/tid=23523] ppid=23402 vsize=10925820 CPUtime=2.92 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23523/stat : 23523 (java) R 23402 23405 19920 0 -1 4202560 25951 12811 0 1 272 7 9 4 20 0 20 0 12681152 11188039680 76132 33554432000 4194304 4196468 140731295036672 140596782048304 140596777844118 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23524] ppid=23402 vsize=10925820 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23524/stat : 23524 (java) S 23402 23405 19920 0 -1 1077944384 155 12811 0 1 2 2 9 4 20 0 20 0 12681153 11188039680 76132 33554432000 4194304 4196468 140731295036672 140596703906320 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23525] ppid=23402 vsize=10925820 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23525/stat : 23525 (java) S 23402 23405 19920 0 -1 1077944384 40 12811 0 1 3 2 9 4 20 0 20 0 12681153 11188039680 76132 33554432000 4194304 4196468 140731295036672 140596702853776 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23526] ppid=23402 vsize=10925820 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23526/stat : 23526 (java) S 23402 23405 19920 0 -1 1077944384 61 12811 0 1 3 2 9 4 20 0 20 0 12681153 11188039680 76132 33554432000 4194304 4196468 140731295036672 140596701800720 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23527] ppid=23402 vsize=10925820 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23527/stat : 23527 (java) S 23402 23405 19920 0 -1 1077944384 71 12811 0 1 3 2 9 4 20 0 20 0 12681153 11188039680 76132 33554432000 4194304 4196468 140731295036672 140596700748176 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23528] ppid=23402 vsize=10925820 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23528/stat : 23528 (java) S 23402 23405 19920 0 -1 1077944384 116 12811 0 1 3 2 9 4 20 0 20 0 12681153 11188039680 76132 33554432000 4194304 4196468 140731295036672 140596699696144 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23529] ppid=23402 vsize=10925820 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23529/stat : 23529 (java) S 23402 23405 19920 0 -1 1077944384 28 12811 0 1 3 1 9 4 20 0 20 0 12681153 11188039680 76132 33554432000 4194304 4196468 140731295036672 140596698643600 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23530] ppid=23402 vsize=10925820 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23530/stat : 23530 (java) S 23402 23405 19920 0 -1 1077944384 63 12811 0 1 3 2 9 4 20 0 20 0 12681153 11188039680 76132 33554432000 4194304 4196468 140731295036672 140596697590544 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23531] ppid=23402 vsize=10925820 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23531/stat : 23531 (java) S 23402 23405 19920 0 -1 1077944384 39 12811 0 1 3 2 9 4 20 0 20 0 12681153 11188039680 76132 33554432000 4194304 4196468 140731295036672 140596696538000 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23535] ppid=23402 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23535/stat : 23535 (java) S 23402 23405 19920 0 -1 1077944384 1198 12811 0 1 2 0 9 4 20 0 20 0 12681155 11188039680 76132 33554432000 4194304 4196468 140731295036672 140595983980784 140596777843330 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23536] ppid=23402 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23536/stat : 23536 (java) S 23402 23405 19920 0 -1 1077944384 57 12811 0 1 0 0 9 4 20 0 20 0 12681156 11188039680 76132 33554432000 4194304 4196468 140731295036672 140595982927072 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23537] ppid=23402 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23537/stat : 23537 (java) S 23402 23405 19920 0 -1 1077944384 45 12811 0 1 0 0 9 4 20 0 20 0 12681156 11188039680 76132 33554432000 4194304 4196468 140731295036672 140595981873920 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23545] ppid=23402 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23545/stat : 23545 (java) S 23402 23405 19920 0 -1 1077944384 1 12811 0 1 0 0 9 4 20 0 20 0 12681160 11188039680 76132 33554432000 4194304 4196468 140731295036672 140595980822480 140596777850779 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23546] ppid=23402 vsize=10925820 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23546/stat : 23546 (java) R 23402 23405 19920 0 -1 4202560 4321 12811 0 1 108 0 9 4 20 0 20 0 12681160 11188039680 76132 33554432000 4194304 4196468 140731295036672 140595979757216 140596759376690 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23547] ppid=23402 vsize=10925820 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23547/stat : 23547 (java) R 23402 23405 19920 0 -1 4202560 1805 12811 0 1 79 1 9 4 20 0 20 0 12681160 11188039680 76132 33554432000 4194304 4196468 140731295036672 140595978704896 140596756197887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23548] ppid=23402 vsize=10925820 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23548/stat : 23548 (java) R 23402 23405 19920 0 -1 4202560 1927 12811 0 1 82 0 9 4 20 0 20 0 12681160 11188039680 76132 33554432000 4194304 4196468 140731295036672 140595977644448 140596758406731 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23549] ppid=23402 vsize=10925820 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23549/stat : 23549 (java) R 23402 23405 19920 0 -1 4202560 3235 12811 0 1 100 2 9 4 20 0 20 0 12681160 11188039680 76132 33554432000 4194304 4196468 140731295036672 140595976612384 140596770167136 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23550] ppid=23402 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23550/stat : 23550 (java) S 23402 23405 19920 0 -1 1077944384 3 12811 0 1 0 0 9 4 20 0 20 0 12681160 11188039680 76132 33554432000 4194304 4196468 140731295036672 140595975559648 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23551] ppid=23402 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23551/stat : 23551 (java) S 23402 23405 19920 0 -1 1077944384 11 12811 0 1 0 0 9 4 20 0 20 0 12681160 11188039680 76132 33554432000 4194304 4196468 140731295036672 140595974507184 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 10925820

[startup+6.30105 s]
/proc/loadavg: 1.27 1.38 1.51 7/283 23551
/proc/meminfo: memFree=30066464/32770624 swapFree=6300/716828
[pid=23405] ppid=23402 vsize=10927868 CPUtime=18.6 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (java) S 23402 23405 19920 0 -1 1077944320 64543 12811 0 1 1730 117 9 4 20 0 20 0 12681136 11190136832 143194 33554432000 4194304 4196468 140731295036672 140731295019216 140596777832183 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
/proc/23405/statm: 2731967 143194 3498 1 0 2719522 0
[pid=23405/tid=23523] ppid=23402 vsize=10927868 CPUtime=5.86 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23523/stat : 23523 (java) S 23402 23405 19920 0 -1 1077944384 31134 12811 0 1 563 10 9 4 20 0 20 0 12681152 11190136832 143194 33554432000 4194304 4196468 140731295036672 140596782043984 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23524] ppid=23402 vsize=10927868 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23524/stat : 23524 (java) R 23402 23405 19920 0 -1 4202560 286 12811 0 1 16 11 9 4 20 0 20 0 12681153 11190136832 143194 33554432000 4194304 4196468 140731295036672 140596703906520 140596759429194 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23525] ppid=23402 vsize=10927868 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23525/stat : 23525 (java) R 23402 23405 19920 0 -1 4202560 200 12811 0 1 17 11 9 4 20 0 20 0 12681153 11190136832 143194 33554432000 4194304 4196468 140731295036672 140596702853976 140596762782788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23526] ppid=23402 vsize=10927868 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23526/stat : 23526 (java) R 23402 23405 19920 0 -1 4202560 898 12811 0 1 16 11 9 4 20 0 20 0 12681153 11190136832 143194 33554432000 4194304 4196468 140731295036672 140596701800608 140596762529908 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23527] ppid=23402 vsize=10927868 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23527/stat : 23527 (java) R 23402 23405 19920 0 -1 4202560 236 12811 0 1 17 12 9 4 20 0 20 0 12681153 11190136832 143194 33554432000 4194304 4196468 140731295036672 140596700748376 140596762529817 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23528] ppid=23402 vsize=10927868 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23528/stat : 23528 (java) R 23402 23405 19920 0 -1 4202560 308 12811 0 1 15 12 9 4 20 0 20 0 12681153 11190136832 143194 33554432000 4194304 4196468 140731295036672 140596699696344 140596759428684 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23529] ppid=23402 vsize=10927868 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23529/stat : 23529 (java) R 23402 23405 19920 0 -1 4202560 153 12811 0 1 16 11 9 4 20 0 20 0 12681153 11190136832 143194 33554432000 4194304 4196468 140731295036672 140596698643800 140596762529728 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23530] ppid=23402 vsize=10927868 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23530/stat : 23530 (java) R 23402 23405 19920 0 -1 4202560 192 12811 0 1 16 11 9 4 20 0 20 0 12681153 11190136832 143194 33554432000 4194304 4196468 140731295036672 140596697590744 140596759428845 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23531] ppid=23402 vsize=10927868 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23531/stat : 23531 (java) R 23402 23405 19920 0 -1 4202560 194 12811 0 1 16 13 9 4 20 0 20 0 12681153 11190136832 143194 33554432000 4194304 4196468 140731295036672 140596696538200 140596762817479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23535] ppid=23402 vsize=10927868 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23535/stat : 23535 (java) S 23402 23405 19920 0 -1 1077944384 2268 12811 0 1 3 0 9 4 20 0 20 0 12681155 11190136832 143194 33554432000 4194304 4196468 140731295036672 140595983979072 140596777842389 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23536] ppid=23402 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23536/stat : 23536 (java) S 23402 23405 19920 0 -1 1077944384 57 12811 0 1 0 0 9 4 20 0 20 0 12681156 11190136832 143194 33554432000 4194304 4196468 140731295036672 140595982927072 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23537] ppid=23402 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23537/stat : 23537 (java) S 23402 23405 19920 0 -1 1077944384 45 12811 0 1 0 0 9 4 20 0 20 0 12681156 11190136832 143194 33554432000 4194304 4196468 140731295036672 140595981873920 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23545] ppid=23402 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23545/stat : 23545 (java) S 23402 23405 19920 0 -1 1077944384 1 12811 0 1 0 0 9 4 20 0 20 0 12681160 11190136832 143194 33554432000 4194304 4196468 140731295036672 140595980822480 140596777850779 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23546] ppid=23402 vsize=10927868 CPUtime=3.04 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23546/stat : 23546 (java) S 23402 23405 19920 0 -1 1077944384 7509 12811 0 1 290 1 9 4 20 0 20 0 12681160 11190136832 143194 33554432000 4194304 4196468 140731295036672 140595979770608 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23547] ppid=23402 vsize=10927868 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23547/stat : 23547 (java) S 23402 23405 19920 0 -1 1077944384 5873 12811 0 1 270 2 9 4 20 0 20 0 12681160 11190136832 143194 33554432000 4194304 4196468 140731295036672 140595978718064 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23548] ppid=23402 vsize=10927868 CPUtime=2.89 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23548/stat : 23548 (java) S 23402 23405 19920 0 -1 1077944384 5555 12811 0 1 275 1 9 4 20 0 20 0 12681160 11190136832 143194 33554432000 4194304 4196468 140731295036672 140595977665008 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23549] ppid=23402 vsize=10927868 CPUtime=2.08 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23549/stat : 23549 (java) S 23402 23405 19920 0 -1 1077944384 7354 12811 0 1 192 3 9 4 20 0 20 0 12681160 11190136832 143194 33554432000 4194304 4196468 140731295036672 140595976612464 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23550] ppid=23402 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15

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

[pid=23405/tid=23546] ppid=23402 vsize=11130628 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23546/stat : 23546 (java) S 23402 23405 19920 0 -1 1077944384 76351 12811 0 1 686 8 9 4 20 0 22 0 12681160 11397763072 821030 33554432000 4194304 4196468 140731295036672 140595979770608 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23547] ppid=23402 vsize=11130628 CPUtime=6.68 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23547/stat : 23547 (java) S 23402 23405 19920 0 -1 1077944384 67898 12811 0 1 647 8 9 4 20 0 22 0 12681160 11397763072 821030 33554432000 4194304 4196468 140731295036672 140595978718064 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23548] ppid=23402 vsize=11130628 CPUtime=7.03 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23548/stat : 23548 (java) S 23402 23405 19920 0 -1 1077944384 69457 12811 0 1 683 7 9 4 20 0 22 0 12681160 11397763072 821030 33554432000 4194304 4196468 140731295036672 140595977665008 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23549] ppid=23402 vsize=11130628 CPUtime=3.46 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23549/stat : 23549 (java) S 23402 23405 19920 0 -1 1077944384 96937 12811 0 1 322 11 9 4 20 0 22 0 12681160 11397763072 821030 33554432000 4194304 4196468 140731295036672 140595976612464 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23550] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23550/stat : 23550 (java) S 23402 23405 19920 0 -1 1077944384 3 12811 0 1 0 0 9 4 20 0 22 0 12681160 11397763072 821030 33554432000 4194304 4196468 140731295036672 140595975559648 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23551] ppid=23402 vsize=11130628 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23551/stat : 23551 (java) S 23402 23405 19920 0 -1 1077944384 2727 12811 0 1 62 76 9 4 20 0 22 0 12681160 11397763072 821030 33554432000 4194304 4196468 140731295036672 140595974507184 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
Current children cumulated CPU time (s) 2401.23
Current children cumulated vsize (KiB) 11130628

[startup+2318 s]
/proc/loadavg: 2.02 1.77 1.68 10/283 23785
/proc/meminfo: memFree=27287900/32770624 swapFree=6300/718144
[pid=23405] ppid=23402 vsize=11130628 CPUtime=2404.09 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (java) S 23402 23405 19920 0 -1 1077944320 964028 12811 0 1 239568 828 9 4 20 0 22 0 12681136 11397763072 821034 33554432000 4194304 4196468 140731295036672 140731295019216 140596777832183 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
/proc/23405/statm: 2782657 821034 3521 1 0 2770212 0
[pid=23405/tid=23523] ppid=23402 vsize=11130628 CPUtime=2302.15 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23523/stat : 23523 (java) S 23402 23405 19920 0 -1 1077944384 502938 12811 0 1 230090 112 9 4 20 0 22 0 12681152 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596782069936 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23524] ppid=23402 vsize=11130628 CPUtime=9.26 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23524/stat : 23524 (java) R 23402 23405 19920 0 -1 4202560 11530 12811 0 1 841 72 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596703906520 140596759428865 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23525] ppid=23402 vsize=11130628 CPUtime=9.27 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23525/stat : 23525 (java) R 23402 23405 19920 0 -1 4202560 10072 12811 0 1 842 72 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596702853976 140596762286214 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23526] ppid=23402 vsize=11130628 CPUtime=9.26 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23526/stat : 23526 (java) R 23402 23405 19920 0 -1 4202560 12136 12811 0 1 842 71 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596701800608 140596762529935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23527] ppid=23402 vsize=11130628 CPUtime=9.37 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23527/stat : 23527 (java) R 23402 23405 19920 0 -1 4202560 12796 12811 0 1 846 78 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596700748376 140596762529935 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23528] ppid=23402 vsize=11130628 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23528/stat : 23528 (java) R 23402 23405 19920 0 -1 4202560 18494 12811 0 1 847 73 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596699696344 140596762817479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23529] ppid=23402 vsize=11130628 CPUtime=9.22 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23529/stat : 23529 (java) R 23402 23405 19920 0 -1 4202560 13437 12811 0 1 833 76 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596698643800 140596759428637 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23530] ppid=23402 vsize=11130628 CPUtime=9.21 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23530/stat : 23530 (java) R 23402 23405 19920 0 -1 4202560 13666 12811 0 1 834 74 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596697590744 140596759428945 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23531] ppid=23402 vsize=11130628 CPUtime=9.25 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23531/stat : 23531 (java) R 23402 23405 19920 0 -1 4202560 15331 12811 0 1 837 75 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596696538200 140596762782880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23535] ppid=23402 vsize=11130628 CPUtime=3.7 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23535/stat : 23535 (java) S 23402 23405 19920 0 -1 1077944384 37566 12811 0 1 298 59 9 4 20 0 22 0 12681155 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595983979184 140596777842389 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23536] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23536/stat : 23536 (java) S 23402 23405 19920 0 -1 1077944384 63 12811 0 1 0 0 9 4 20 0 22 0 12681156 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595982927040 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23537] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23537/stat : 23537 (java) S 23402 23405 19920 0 -1 1077944384 49 12811 0 1 0 0 9 4 20 0 22 0 12681156 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595981873920 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23545] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23545/stat : 23545 (java) S 23402 23405 19920 0 -1 1077944384 160 12811 0 1 0 0 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595980822480 140596777850779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23546] ppid=23402 vsize=11130628 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23546/stat : 23546 (java) S 23402 23405 19920 0 -1 1077944384 76351 12811 0 1 686 8 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595979770608 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23547] ppid=23402 vsize=11130628 CPUtime=6.68 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23547/stat : 23547 (java) S 23402 23405 19920 0 -1 1077944384 67898 12811 0 1 647 8 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595978718064 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23548] ppid=23402 vsize=11130628 CPUtime=7.03 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23548/stat : 23548 (java) S 23402 23405 19920 0 -1 1077944384 69457 12811 0 1 683 7 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595977665008 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23549] ppid=23402 vsize=11130628 CPUtime=3.46 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23549/stat : 23549 (java) S 23402 23405 19920 0 -1 1077944384 96937 12811 0 1 322 11 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595976612464 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23550] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23550/stat : 23550 (java) S 23402 23405 19920 0 -1 1077944384 3 12811 0 1 0 0 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595975559648 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23551] ppid=23402 vsize=11130628 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23551/stat : 23551 (java) S 23402 23405 19920 0 -1 1077944384 2727 12811 0 1 62 76 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595974507184 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23784] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23784/stat : 23784 (java) S 23402 23405 19920 0 -1 1077944384 253 12811 0 1 0 0 9 4 20 0 22 0 12912877 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595957661680 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23785] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23785/stat : 23785 (java) S 23402 23405 19920 0 -1 1077944384 29 12811 0 1 0 0 9 4 20 0 22 0 12912877 11397763072 821034 33554432000 4194304 4196468 140731295036672 140594745697088 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
Current children cumulated CPU time (s) 2404.09
Current children cumulated vsize (KiB) 11130628

[startup+2318.2 s]
/proc/loadavg: 2.02 1.77 1.68 10/283 23785
/proc/meminfo: memFree=27287900/32770624 swapFree=6300/718144
[pid=23405] ppid=23402 vsize=11130628 CPUtime=2405.54 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (java) S 23402 23405 19920 0 -1 1077944320 964043 12811 0 1 239713 828 9 4 20 0 22 0 12681136 11397763072 821034 33554432000 4194304 4196468 140731295036672 140731295019216 140596777832183 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
/proc/23405/statm: 2782657 821034 3521 1 0 2770212 0
[pid=23405/tid=23523] ppid=23402 vsize=11130628 CPUtime=2302.15 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23523/stat : 23523 (java) S 23402 23405 19920 0 -1 1077944384 502938 12811 0 1 230090 112 9 4 20 0 22 0 12681152 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596782069936 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23524] ppid=23402 vsize=11130628 CPUtime=9.44 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23524/stat : 23524 (java) R 23402 23405 19920 0 -1 4202560 11530 12811 0 1 859 72 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596703906520 140596762286940 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23525] ppid=23402 vsize=11130628 CPUtime=9.45 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23525/stat : 23525 (java) R 23402 23405 19920 0 -1 4202560 10078 12811 0 1 860 72 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596702853976 140596762529958 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23526] ppid=23402 vsize=11130628 CPUtime=9.44 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23526/stat : 23526 (java) R 23402 23405 19920 0 -1 4202560 12136 12811 0 1 860 71 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596701800920 140596759385808 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23527] ppid=23402 vsize=11130628 CPUtime=9.56 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23527/stat : 23527 (java) R 23402 23405 19920 0 -1 4202560 12799 12811 0 1 865 78 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596700748376 140596759479252 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23528] ppid=23402 vsize=11130628 CPUtime=9.51 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23528/stat : 23528 (java) R 23402 23405 19920 0 -1 4202560 18494 12811 0 1 865 73 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596699696344 140596762529771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23529] ppid=23402 vsize=11130628 CPUtime=9.39 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23529/stat : 23529 (java) R 23402 23405 19920 0 -1 4202560 13437 12811 0 1 850 76 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596698643800 140596762286154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23530] ppid=23402 vsize=11130628 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23530/stat : 23530 (java) R 23402 23405 19920 0 -1 4202560 13666 12811 0 1 851 74 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596697590432 140596762782886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23531] ppid=23402 vsize=11130628 CPUtime=9.43 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23531/stat : 23531 (java) R 23402 23405 19920 0 -1 4202560 15333 12811 0 1 855 75 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596696538200 140596759428624 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23535] ppid=23402 vsize=11130628 CPUtime=3.72 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23535/stat : 23535 (java) S 23402 23405 19920 0 -1 1077944384 37569 12811 0 1 300 59 9 4 20 0 22 0 12681155 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595983979184 140596777842389 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23536] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23536/stat : 23536 (java) S 23402 23405 19920 0 -1 1077944384 64 12811 0 1 0 0 9 4 20 0 22 0 12681156 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595982927120 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23537] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23537/stat : 23537 (java) S 23402 23405 19920 0 -1 1077944384 49 12811 0 1 0 0 9 4 20 0 22 0 12681156 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595981873920 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23545] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23545/stat : 23545 (java) S 23402 23405 19920 0 -1 1077944384 160 12811 0 1 0 0 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595980822480 140596777850779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23546] ppid=23402 vsize=11130628 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23546/stat : 23546 (java) S 23402 23405 19920 0 -1 1077944384 76351 12811 0 1 686 8 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595979770608 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23547] ppid=23402 vsize=11130628 CPUtime=6.68 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23547/stat : 23547 (java) S 23402 23405 19920 0 -1 1077944384 67898 12811 0 1 647 8 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595978718064 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23548] ppid=23402 vsize=11130628 CPUtime=7.03 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23548/stat : 23548 (java) S 23402 23405 19920 0 -1 1077944384 69457 12811 0 1 683 7 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595977665008 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23549] ppid=23402 vsize=11130628 CPUtime=3.46 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23549/stat : 23549 (java) S 23402 23405 19920 0 -1 1077944384 96937 12811 0 1 322 11 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595976612464 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23550] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23550/stat : 23550 (java) S 23402 23405 19920 0 -1 1077944384 3 12811 0 1 0 0 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595975559648 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23551] ppid=23402 vsize=11130628 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23551/stat : 23551 (java) S 23402 23405 19920 0 -1 1077944384 2727 12811 0 1 62 76 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595974507184 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23784] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23784/stat : 23784 (java) S 23402 23405 19920 0 -1 1077944384 253 12811 0 1 0 0 9 4 20 0 22 0 12912877 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595957661680 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23785] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23785/stat : 23785 (java) S 23402 23405 19920 0 -1 1077944384 29 12811 0 1 0 0 9 4 20 0 22 0 12912877 11397763072 821034 33554432000 4194304 4196468 140731295036672 140594745697088 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
Current children cumulated CPU time (s) 2405.54
Current children cumulated vsize (KiB) 11130628

[startup+2318.3 s]
/proc/loadavg: 2.02 1.77 1.68 10/283 23785
/proc/meminfo: memFree=27287900/32770624 swapFree=6300/718144
[pid=23405] ppid=23402 vsize=11130628 CPUtime=2406.22 cores=1,3,5,7,9,11,13,15
/proc/23405/stat : 23405 (java) S 23402 23405 19920 0 -1 1077944320 964043 12811 0 1 239781 828 9 4 20 0 22 0 12681136 11397763072 821034 33554432000 4194304 4196468 140731295036672 140731295019216 140596777832183 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
/proc/23405/statm: 2782657 821034 3521 1 0 2770212 0
[pid=23405/tid=23523] ppid=23402 vsize=11130628 CPUtime=2302.15 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23523/stat : 23523 (java) S 23402 23405 19920 0 -1 1077944384 502938 12811 0 1 230090 112 9 4 20 0 22 0 12681152 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596782069936 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23524] ppid=23402 vsize=11130628 CPUtime=9.52 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23524/stat : 23524 (java) R 23402 23405 19920 0 -1 4202560 11530 12811 0 1 867 72 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596703906520 140596762530928 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23525] ppid=23402 vsize=11130628 CPUtime=9.54 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23525/stat : 23525 (java) R 23402 23405 19920 0 -1 4202560 10078 12811 0 1 869 72 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596702853976 140596762828801 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23526] ppid=23402 vsize=11130628 CPUtime=9.52 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23526/stat : 23526 (java) R 23402 23405 19920 0 -1 4202560 12136 12811 0 1 868 71 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596701800920 140596762530968 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23527] ppid=23402 vsize=11130628 CPUtime=9.64 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23527/stat : 23527 (java) R 23402 23405 19920 0 -1 4202560 12799 12811 0 1 873 78 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596700748064 140596762531432 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23528] ppid=23402 vsize=11130628 CPUtime=9.6 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23528/stat : 23528 (java) R 23402 23405 19920 0 -1 4202560 18494 12811 0 1 874 73 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596699696344 140596762289786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23529] ppid=23402 vsize=11130628 CPUtime=9.47 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23529/stat : 23529 (java) R 23402 23405 19920 0 -1 4202560 13437 12811 0 1 858 76 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596698643800 140596762530963 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23530] ppid=23402 vsize=11130628 CPUtime=9.47 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23530/stat : 23530 (java) R 23402 23405 19920 0 -1 4202560 13666 12811 0 1 860 74 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596697590744 140596759442015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23531] ppid=23402 vsize=11130628 CPUtime=9.52 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23531/stat : 23531 (java) R 23402 23405 19920 0 -1 4202560 15333 12811 0 1 864 75 9 4 20 0 22 0 12681153 11397763072 821034 33554432000 4194304 4196468 140731295036672 140596696538200 140596762530880 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23535] ppid=23402 vsize=11130628 CPUtime=3.74 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23535/stat : 23535 (java) S 23402 23405 19920 0 -1 1077944384 37569 12811 0 1 302 59 9 4 20 0 22 0 12681155 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595983979408 140596777842389 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23536] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23536/stat : 23536 (java) S 23402 23405 19920 0 -1 1077944384 64 12811 0 1 0 0 9 4 20 0 22 0 12681156 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595982927120 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23537] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23537/stat : 23537 (java) S 23402 23405 19920 0 -1 1077944384 49 12811 0 1 0 0 9 4 20 0 22 0 12681156 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595981873920 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23545] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23545/stat : 23545 (java) S 23402 23405 19920 0 -1 1077944384 160 12811 0 1 0 0 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595980822480 140596777850779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23546] ppid=23402 vsize=11130628 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23546/stat : 23546 (java) S 23402 23405 19920 0 -1 1077944384 76351 12811 0 1 686 8 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595979770608 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23547] ppid=23402 vsize=11130628 CPUtime=6.68 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23547/stat : 23547 (java) S 23402 23405 19920 0 -1 1077944384 67898 12811 0 1 647 8 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595978718064 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23548] ppid=23402 vsize=11130628 CPUtime=7.03 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23548/stat : 23548 (java) S 23402 23405 19920 0 -1 1077944384 69457 12811 0 1 683 7 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595977665008 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23549] ppid=23402 vsize=11130628 CPUtime=3.46 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23549/stat : 23549 (java) S 23402 23405 19920 0 -1 1077944384 96937 12811 0 1 322 11 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595976612464 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23550] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23550/stat : 23550 (java) S 23402 23405 19920 0 -1 1077944384 3 12811 0 1 0 0 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595975559648 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23551] ppid=23402 vsize=11130628 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23551/stat : 23551 (java) S 23402 23405 19920 0 -1 1077944384 2727 12811 0 1 62 76 9 4 20 0 22 0 12681160 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595974507184 140596777843330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23784] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23784/stat : 23784 (java) S 23402 23405 19920 0 -1 1077944384 253 12811 0 1 0 0 9 4 20 0 22 0 12912877 11397763072 821034 33554432000 4194304 4196468 140731295036672 140595957661680 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
[pid=23405/tid=23785] ppid=23402 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23405/task/23785/stat : 23785 (java) S 23402 23405 19920 0 -1 1077944384 29 12811 0 1 0 0 9 4 20 0 22 0 12912877 11397763072 821034 33554432000 4194304 4196468 140731295036672 140594745697088 140596777842389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33816576 140731295042241 140731295045015 140731295045015 140731295047631 0
Current children cumulated CPU time (s) 2406.22
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2318.36
CPU time (s): 2406.43
CPU user time (s): 2398.06
CPU system time (s): 8.36387
CPU usage (%): 103.799
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.06
system time used= 8.36387
maximum resident set size= 3284704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 977052
page faults= 1
swaps= 0
block input operations= 1296
block output operations= 3240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163505
involuntary context switches= 145254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4018 second user time and 19.5053 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-23 03:42:13
IDJOB=4249697
IDBENCH=137885
IDSOLVER=2630
FILE ID=node124/4249697-1500774133
RUNJOBID= node124-1500774133-23375
PBS_JOBID= 20624592
Free space on /tmp= 61860 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-s28/BinPacking-sum-s28-561.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249697-1500774133/watcher-4249697-1500774133 -o /tmp/evaluation-result-4249697-1500774133/solver-4249697-1500774133 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500774133-23375 --watchdog 2560  bin/concrete HOME/instance-4249697-1500774133.xml

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

MD5SUM BENCH= 0151e8a579557b2b9e30bd86d2d74102
RANDOM SEED=1898138412

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.16
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.16
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.16
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.16
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31108620 kB
MemAvailable:   31996024 kB
Buffers:          150116 kB
Cached:          1015588 kB
SwapCached:            0 kB
Active:           496192 kB
Inactive:         724780 kB
Active(anon):      58488 kB
Inactive(anon):     8752 kB
Active(file):     437704 kB
Inactive(file):   716028 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48652 kB
Writeback:             0 kB
AnonPages:        205548 kB
Mapped:            31844 kB
Shmem:              8840 kB
Slab:             132716 kB
SReclaimable:      99016 kB
SUnreclaim:        33700 kB
KernelStack:        4432 kB
PageTables:         4952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61812 MiB
End job on node124 at 2017-07-23 04:20:52