Trace number 4244428

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) 2409.6 2303.69

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-10-9.xml
MD5SUMb9411981d46c6b6e2ab3102ec0acde87
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 variables550
Number of constraints560
Number of domains1
Minimum domain size3191
Maximum domain size3191
Distribution of domain sizes[{"size":3191,"count":550}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":500},{"arity":50,"count":10}]
Number of extensional constraints0
Number of intensional constraints550
Distribution of constraint types[{"type":"intension","count":550},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

3.72/2.15	c Concrete v3.4 running
2409.19/2303.64	java.util.concurrent.TimeoutException
2409.19/2303.64		at concrete.MAC.mac(MAC.scala:74)
2409.19/2303.64		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2409.19/2303.64		at scala.util.Try$.apply(Try.scala:209)
2409.19/2303.64		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2409.19/2303.64		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2409.19/2303.64		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2409.19/2303.64		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2409.19/2303.64		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2409.19/2303.64		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2409.19/2303.64		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2409.19/2303.64		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2409.19/2303.64		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2409.19/2303.64		at concrete.MAC.oneRun(MAC.scala:146)
2409.19/2303.64		at concrete.MAC.nextSolution(MAC.scala:166)
2409.19/2303.64		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2409.19/2303.64		at concrete.ProblemState.map(ProblemState.scala:203)
2409.19/2303.64		at concrete.ProblemState.map(ProblemState.scala:188)
2409.19/2303.64		at concrete.MAC.nextSolution(MAC.scala:195)
2409.19/2303.64		at concrete.Solver.hasNext(Solver.scala:202)
2409.19/2303.64		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2409.19/2303.64		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2409.19/2303.64		at concrete.Solver.toStream(Solver.scala:73)
2409.19/2303.64		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2409.19/2303.64		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2409.19/2303.64		at concrete.Solver.toIterable(Solver.scala:73)
2409.19/2303.64		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2409.19/2303.64		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2409.19/2303.64		at scala.util.Success.map(Try.scala:209)
2409.19/2303.64		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2409.19/2303.64		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2409.19/2303.64		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2409.19/2303.64		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2409.19/2303.64		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2409.19/2303.64		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2409.19/2303.64		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2409.19/2303.64		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2409.19/2303.64		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2409.19/2303.64		at scala.collection.immutable.List.foreach(List.scala:389)
2409.19/2303.64		at scala.App.main(App.scala:76)
2409.19/2303.64		at scala.App.main$(App.scala:74)
2409.19/2303.64		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2409.19/2303.64		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2409.19/2303.65	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-4244428-1500686398/watcher-4244428-1500686398 -o /tmp/evaluation-result-4244428-1500686398/solver-4244428-1500686398 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14649 --watchdog 2560 bin/concrete HOME/instance-4244428-1500686398.xml 

pid=15157
running on 8 cores: 0,2,4,6,8,10,12,14

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.78 1.68 1.77 11/261 15160
/proc/meminfo: memFree=28742072/32770624 swapFree=5940/243332
[pid=15160] ppid=15157 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (bash) S 15157 15160 14618 0 -1 4202496 686 1534 0 0 0 0 0 0 20 0 1 0 3906659 9736192 350 33554432000 4194304 5098028 140727671570496 140727671568136 140183186930688 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 25477120 140727671575822 140727671575907 140727671575907 140727671578606 0
/proc/15160/statm: 2377 350 277 221 0 86 0

[startup+0.100074 s]
/proc/loadavg: 1.78 1.68 1.77 11/261 15160
/proc/meminfo: memFree=28742072/32770624 swapFree=5940/243332
[pid=15160] ppid=15157 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (bash) S 15157 15160 14618 0 -1 4202496 880 6427 0 0 0 0 0 1 20 0 1 0 3906659 9871360 378 33554432000 4194304 5098028 140727671570496 140727671564504 140183186930688 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 25477120 140727671575822 140727671575907 140727671575907 140727671578606 0
/proc/15160/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200412 s]
/proc/loadavg: 1.78 1.68 1.77 11/261 15160
/proc/meminfo: memFree=28742072/32770624 swapFree=5940/243332
[pid=15160] ppid=15157 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (java) S 15157 15160 14618 0 -1 1077944320 5232 12661 0 0 5 1 9 3 20 0 13 0 3906659 10686320640 4579 33554432000 4194304 4196468 140720711348944 140720711331488 140103408443127 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
/proc/15160/statm: 2608965 4579 2173 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300285 s]
/proc/loadavg: 1.78 1.68 1.77 11/261 15160
/proc/meminfo: memFree=28742072/32770624 swapFree=5940/243332
[pid=15160] ppid=15157 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (java) S 15157 15160 14618 0 -1 1077944320 8479 12661 0 0 22 2 9 3 20 0 20 0 3906659 11164049408 9689 33554432000 4194304 4196468 140720711348944 140720711331488 140103408443127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
/proc/15160/statm: 2725598 9689 2988 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700204 s]
/proc/loadavg: 1.78 1.68 1.77 11/261 15160
/proc/meminfo: memFree=28742072/32770624 swapFree=5940/243332
[pid=15160] ppid=15157 vsize=10902720 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (java) S 15157 15160 14618 0 -1 1077944320 13252 12661 0 0 80 4 9 3 20 0 20 0 3906659 11164385280 16005 33554432000 4194304 4196468 140720711348944 140720711331488 140103408443127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
/proc/15160/statm: 2725680 16005 3219 1 0 2713890 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10902720

[startup+1.50111 s]
/proc/loadavg: 1.78 1.68 1.77 10/281 15233
/proc/meminfo: memFree=28444000/32770624 swapFree=5940/243352
[pid=15160] ppid=15157 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (java) S 15157 15160 14618 0 -1 1077944320 27380 12661 0 0 203 13 9 3 20 0 20 0 3906659 11175264256 44343 33554432000 4194304 4196468 140720711348944 140720711331488 140103408443127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
/proc/15160/statm: 2728336 44343 3409 1 0 2716450 0
[pid=15160/tid=15215] ppid=15157 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15215/stat : 15215 (java) R 15157 15160 14618 0 -1 4202560 19250 12661 0 0 126 5 9 3 20 0 20 0 3906672 11175264256 44343 33554432000 4194304 4196468 140720711348944 140103412664128 140103044913857 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15216] ppid=15157 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15216/stat : 15216 (java) S 15157 15160 14618 0 -1 1077944384 13 12661 0 0 0 0 9 3 20 0 20 0 3906673 11175264256 44343 33554432000 4194304 4196468 140720711348944 140103378156688 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15217] ppid=15157 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15217/stat : 15217 (java) S 15157 15160 14618 0 -1 1077944384 35 12661 0 0 0 0 9 3 20 0 20 0 3906673 11175264256 44343 33554432000 4194304 4196468 140720711348944 140103014288400 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15218] ppid=15157 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15218/stat : 15218 (java) S 15157 15160 14618 0 -1 1077944384 12 12661 0 0 0 0 9 3 20 0 20 0 3906673 11175264256 44343 33554432000 4194304 4196468 140720711348944 140103013235600 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15219] ppid=15157 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15219/stat : 15219 (java) S 15157 15160 14618 0 -1 1077944384 28 12661 0 0 0 0 9 3 20 0 20 0 3906673 11175264256 44343 33554432000 4194304 4196468 140720711348944 140103012182800 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15220] ppid=15157 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15220/stat : 15220 (java) S 15157 15160 14618 0 -1 1077944384 48 12661 0 0 1 0 9 3 20 0 20 0 3906673 11175264256 44343 33554432000 4194304 4196468 140720711348944 140103011130000 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15221] ppid=15157 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15221/stat : 15221 (java) S 15157 15160 14618 0 -1 1077944384 19 12661 0 0 1 0 9 3 20 0 20 0 3906673 11175264256 44343 33554432000 4194304 4196468 140720711348944 140103010077200 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15222] ppid=15157 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15222/stat : 15222 (java) S 15157 15160 14618 0 -1 1077944384 136 12661 0 0 0 0 9 3 20 0 20 0 3906673 11175264256 44343 33554432000 4194304 4196468 140720711348944 140103009024400 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15223] ppid=15157 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15223/stat : 15223 (java) S 15157 15160 14618 0 -1 1077944384 21 12661 0 0 1 0 9 3 20 0 20 0 3906673 11175264256 44343 33554432000 4194304 4196468 140720711348944 140103007971600 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15224] ppid=15157 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15224/stat : 15224 (java) S 15157 15160 14618 0 -1 1077944384 1354 12661 0 0 1 0 9 3 20 0 20 0 3906675 11175264256 44343 33554432000 4194304 4196468 140720711348944 140102883097456 140103408454274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15225] ppid=15157 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15225/stat : 15225 (java) S 15157 15160 14618 0 -1 1077944384 54 12661 0 0 0 0 9 3 20 0 20 0 3906676 11175264256 44343 33554432000 4194304 4196468 140720711348944 140102882043488 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15226] ppid=15157 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15226/stat : 15226 (java) S 15157 15160 14618 0 -1 1077944384 44 12661 0 0 0 0 9 3 20 0 20 0 3906676 11175264256 44343 33554432000 4194304 4196468 140720711348944 140102880990592 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15227] ppid=15157 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15227/stat : 15227 (java) S 15157 15160 14618 0 -1 1077944384 1 12661 0 0 0 0 9 3 20 0 20 0 3906680 11175264256 44343 33554432000 4194304 4196468 140720711348944 140102879938896 140103408461723 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15228] ppid=15157 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15228/stat : 15228 (java) S 15157 15160 14618 0 -1 1077944384 823 12661 0 0 12 0 9 3 20 0 20 0 3906680 11175264256 44343 33554432000 4194304 4196468 140720711348944 140102878886256 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15229] ppid=15157 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15229/stat : 15229 (java) S 15157 15160 14618 0 -1 1077944384 633 12661 0 0 11 0 9 3 20 0 20 0 3906680 11175264256 44343 33554432000 4194304 4196468 140720711348944 140102877833456 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15230] ppid=15157 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15230/stat : 15230 (java) S 15157 15160 14618 0 -1 1077944384 1266 12661 0 0 15 0 9 3 20 0 20 0 3906680 11175264256 44343 33554432000 4194304 4196468 140720711348944 140102876780656 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15231] ppid=15157 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15231/stat : 15231 (java) R 15157 15160 14618 0 -1 4202560 1507 12661 0 0 26 0 9 3 20 0 20 0 3906680 11175264256 44343 33554432000 4194304 4196468 140720711348944 140102875727856 140103408457009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15232] ppid=15157 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15232/stat : 15232 (java) S 15157 15160 14618 0 -1 1077944384 3 12661 0 0 0 0 9 3 20 0 20 0 3906680 11175264256 44343 33554432000 4194304 4196468 140720711348944 140102874676320 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15233] ppid=15157 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15233/stat : 15233 (java) S 15157 15160 14618 0 -1 1077944384 3 12661 0 0 0 0 9 3 20 0 20 0 3906681 11175264256 44343 33554432000 4194304 4196468 140720711348944 140102873623600 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10115 s]
/proc/loadavg: 2.36 1.81 1.81 3/281 15233
/proc/meminfo: memFree=28370064/32770624 swapFree=5940/243352
[pid=15160] ppid=15157 vsize=10925820 CPUtime=7.21 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (java) S 15157 15160 14618 0 -1 1077944320 45775 12661 0 0 690 19 9 3 20 0 20 0 3906659 11188039680 56439 33554432000 4194304 4196468 140720711348944 140720711331488 140103408443127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
/proc/15160/statm: 2731455 56439 3480 1 0 2719010 0
[pid=15160/tid=15215] ppid=15157 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15215/stat : 15215 (java) R 15157 15160 14618 0 -1 4202560 25023 12661 0 0 282 7 9 3 20 0 20 0 3906672 11188039680 56439 33554432000 4194304 4196468 140720711348944 140103412670904 140103390007713 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15216] ppid=15157 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15216/stat : 15216 (java) S 15157 15160 14618 0 -1 1077944384 13 12661 0 0 0 0 9 3 20 0 20 0 3906673 11188039680 56439 33554432000 4194304 4196468 140720711348944 140103378156688 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15217] ppid=15157 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15217/stat : 15217 (java) S 15157 15160 14618 0 -1 1077944384 35 12661 0 0 0 0 9 3 20 0 20 0 3906673 11188039680 56439 33554432000 4194304 4196468 140720711348944 140103014288400 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15218] ppid=15157 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15218/stat : 15218 (java) S 15157 15160 14618 0 -1 1077944384 12 12661 0 0 0 0 9 3 20 0 20 0 3906673 11188039680 56439 33554432000 4194304 4196468 140720711348944 140103013235600 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15219] ppid=15157 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15219/stat : 15219 (java) S 15157 15160 14618 0 -1 1077944384 28 12661 0 0 0 0 9 3 20 0 20 0 3906673 11188039680 56439 33554432000 4194304 4196468 140720711348944 140103012182800 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15220] ppid=15157 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15220/stat : 15220 (java) S 15157 15160 14618 0 -1 1077944384 48 12661 0 0 1 0 9 3 20 0 20 0 3906673 11188039680 56439 33554432000 4194304 4196468 140720711348944 140103011130000 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15221] ppid=15157 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15221/stat : 15221 (java) S 15157 15160 14618 0 -1 1077944384 19 12661 0 0 1 0 9 3 20 0 20 0 3906673 11188039680 56439 33554432000 4194304 4196468 140720711348944 140103010077200 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15222] ppid=15157 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15222/stat : 15222 (java) S 15157 15160 14618 0 -1 1077944384 136 12661 0 0 0 0 9 3 20 0 20 0 3906673 11188039680 56439 33554432000 4194304 4196468 140720711348944 140103009024400 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15223] ppid=15157 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15223/stat : 15223 (java) S 15157 15160 14618 0 -1 1077944384 21 12661 0 0 1 0 9 3 20 0 20 0 3906673 11188039680 56439 33554432000 4194304 4196468 140720711348944 140103007971600 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15224] ppid=15157 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15224/stat : 15224 (java) S 15157 15160 14618 0 -1 1077944384 1707 12661 0 0 1 0 9 3 20 0 20 0 3906675 11188039680 56439 33554432000 4194304 4196468 140720711348944 140102883097456 140103408454274 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15225] ppid=15157 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15225/stat : 15225 (java) S 15157 15160 14618 0 -1 1077944384 54 12661 0 0 0 0 9 3 20 0 20 0 3906676 11188039680 56439 33554432000 4194304 4196468 140720711348944 140102882043488 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15226] ppid=15157 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15226/stat : 15226 (java) S 15157 15160 14618 0 -1 1077944384 44 12661 0 0 0 0 9 3 20 0 20 0 3906676 11188039680 56439 33554432000 4194304 4196468 140720711348944 140102880990592 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15227] ppid=15157 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15227/stat : 15227 (java) S 15157 15160 14618 0 -1 1077944384 1 12661 0 0 0 0 9 3 20 0 20 0 3906680 11188039680 56439 33554432000 4194304 4196468 140720711348944 140102879938896 140103408461723 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15228] ppid=15157 vsize=10925820 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15228/stat : 15228 (java) R 15157 15160 14618 0 -1 4202560 5145 12661 0 0 107 1 9 3 20 0 20 0 3906680 11188039680 56439 33554432000 4194304 4196468 140720711348944 140102878867856 140103389138944 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15229] ppid=15157 vsize=10925820 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15229/stat : 15229 (java) S 15157 15160 14618 0 -1 1077944384 2646 12661 0 0 79 1 9 3 20 0 20 0 3906680 11188039680 56439 33554432000 4194304 4196468 140720711348944 140102877833456 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15230] ppid=15157 vsize=10925820 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15230/stat : 15230 (java) R 15157 15160 14618 0 -1 4202560 2928 12661 0 0 82 1 9 3 20 0 20 0 3906680 11188039680 56439 33554432000 4194304 4196468 140720711348944 140102876772112 140103387954417 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15231] ppid=15157 vsize=10925820 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15231/stat : 15231 (java) R 15157 15160 14618 0 -1 4202560 5775 12661 0 0 126 1 9 3 20 0 20 0 3906680 11188039680 56439 33554432000 4194304 4196468 140720711348944 140102875725648 140103408456976 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15232] ppid=15157 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15232/stat : 15232 (java) S 15157 15160 14618 0 -1 1077944384 3 12661 0 0 0 0 9 3 20 0 20 0 3906680 11188039680 56439 33554432000 4194304 4196468 140720711348944 140102874676320 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15233] ppid=15157 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15233/stat : 15233 (java) S 15157 15160 14618 0 -1 1077944384 7 12661 0 0 0 0 9 3 20 0 20 0 3906681 11188039680 56439 33554432000 4194304 4196468 140720711348944 140102873623600 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 10925820

[startup+6.30106 s]
/proc/loadavg: 2.36 1.81 1.81 4/282 15241
/proc/meminfo: memFree=27809708/32770624 swapFree=5940/243360
[pid=15160] ppid=15157 vsize=10927868 CPUtime=18.05 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (java) S 15157 15160 14618 0 -1 1077944320 58996 12661 0 0 1699 94 9 3 20 0 20 0 3906659 11190136832 128752 33554432000 4194304 4196468 140720711348944 140720711331488 140103408443127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
/proc/15160/statm: 2731967 128752 3498 1 0 2719522 0
[pid=15160/tid=15215] ppid=15157 vsize=10927868 CPUtime=5.98 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15215/stat : 15215 (java) R 15157 15160 14618 0 -1 4202560 26569 12661 0 0 577 9 9 3 20 0 20 0 3906672 11190136832 128752 33554432000 4194304 4196468 140720711348944 140103412674696 140103055388847 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15216] ppid=15157 vsize=10927868 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15216/stat : 15216 (java) S 15157 15160 14618 0 -1 1077944384 196 12661 0 0 11 9 9 3 20 0 20 0 3906673 11190136832 128752 33554432000 4194304 4196468 140720711348944 140103378156688 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15217] ppid=15157 vsize=10927868 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15217/stat : 15217 (java) S 15157 15160 14618 0 -1 1077944384 228 12661 0 0 12 8 9 3 20 0 20 0 3906673 11190136832 128752 33554432000 4194304 4196468 140720711348944 140103014288400 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15218] ppid=15157 vsize=10927868 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15218/stat : 15218 (java) S 15157 15160 14618 0 -1 1077944384 178 12661 0 0 12 10 9 3 20 0 20 0 3906673 11190136832 128752 33554432000 4194304 4196468 140720711348944 140103013235600 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15219] ppid=15157 vsize=10927868 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15219/stat : 15219 (java) S 15157 15160 14618 0 -1 1077944384 266 12661 0 0 12 9 9 3 20 0 20 0 3906673 11190136832 128752 33554432000 4194304 4196468 140720711348944 140103012182800 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15220] ppid=15157 vsize=10927868 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15220/stat : 15220 (java) S 15157 15160 14618 0 -1 1077944384 121 12661 0 0 11 8 9 3 20 0 20 0 3906673 11190136832 128752 33554432000 4194304 4196468 140720711348944 140103011130000 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15221] ppid=15157 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15221/stat : 15221 (java) S 15157 15160 14618 0 -1 1077944384 148 12661 0 0 10 7 9 3 20 0 20 0 3906673 11190136832 128752 33554432000 4194304 4196468 140720711348944 140103010077200 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15222] ppid=15157 vsize=10927868 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15222/stat : 15222 (java) S 15157 15160 14618 0 -1 1077944384 302 12661 0 0 12 9 9 3 20 0 20 0 3906673 11190136832 128752 33554432000 4194304 4196468 140720711348944 140103009024400 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15223] ppid=15157 vsize=10927868 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15223/stat : 15223 (java) S 15157 15160 14618 0 -1 1077944384 186 12661 0 0 11 10 9 3 20 0 20 0 3906673 11190136832 128752 33554432000 4194304 4196468 140720711348944 140103007971600 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15224] ppid=15157 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15224/stat : 15224 (java) S 15157 15160 14618 0 -1 1077944384 2138 12661 0 0 3 0 9 3 20 0 20 0 3906675 11190136832 128752 33554432000 4194304 4196468 140720711348944 140102883097456 140103408454274 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15225] ppid=15157 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15225/stat : 15225 (java) S 15157 15160 14618 0 -1 1077944384 55 12661 0 0 0 0 9 3 20 0 20 0 3906676 11190136832 128752 33554432000 4194304 4196468 140720711348944 140102882043488 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15226] ppid=15157 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15226/stat : 15226 (java) S 15157 15160 14618 0 -1 1077944384 44 12661 0 0 0 0 9 3 20 0 20 0 3906676 11190136832 128752 33554432000 4194304 4196468 140720711348944 140102880990592 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15227] ppid=15157 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15227/stat : 15227 (java) S 15157 15160 14618 0 -1 1077944384 1 12661 0 0 0 0 9 3 20 0 20 0 3906680 11190136832 128752 33554432000 4194304 4196468 140720711348944 140102879938896 140103408461723 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15228] ppid=15157 vsize=10927868 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15228/stat : 15228 (java) S 15157 15160 14618 0 -1 1077944384 7587 12661 0 0 279 2 9 3 20 0 20 0 3906680 11190136832 128752 33554432000 4194304 4196468 140720711348944 140102878886256 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15229] ppid=15157 vsize=10927868 CPUtime=2.83 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15229/stat : 15229 (java) S 15157 15160 14618 0 -1 1077944384 5513 12661 0 0 270 1 9 3 20 0 20 0 3906680 11190136832 128752 33554432000 4194304 4196468 140720711348944 140102877833456 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15230] ppid=15157 vsize=10927868 CPUtime=2.94 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15230/stat : 15230 (java) S 15157 15160 14618 0 -1 1077944384 5778 12661 0 0 281 1 9 3 20 0 20 0 3906680 11190136832 128752 33554432000 4194304 4196468 140720711348944 140102876780656 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15231] ppid=15157 vsize=10927868 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15231/stat : 15231 (java) S 15157 15160 14618 0 -1 1077944384 7543 12661 0 0 190 2 9 3 20 0 20 0 3906680 11190136832 128752 33554432000 4194304 4196468 140720711348944 140102875727856 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15232] ppid=15157 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=15160/tid=15230] ppid=15157 vsize=11065092 CPUtime=6.28 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15230/stat : 15230 (java) S 15157 15160 14618 0 -1 1077944384 15294 12661 0 0 614 2 9 3 20 0 22 0 3906680 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102876780656 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15231] ppid=15157 vsize=11065092 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15231/stat : 15231 (java) S 15157 15160 14618 0 -1 1077944384 19696 12661 0 0 280 3 9 3 20 0 22 0 3906680 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102875727856 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15232] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15232/stat : 15232 (java) S 15157 15160 14618 0 -1 1077944384 3 12661 0 0 0 0 9 3 20 0 22 0 3906680 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102874676320 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15233] ppid=15157 vsize=11065092 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15233/stat : 15233 (java) S 15157 15160 14618 0 -1 1077944384 3413 12661 0 0 66 62 9 3 20 0 22 0 3906681 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102873623600 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15444] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15444/stat : 15444 (java) S 15157 15160 14618 0 -1 1077944384 333 12661 0 0 0 0 9 3 20 0 22 0 4136889 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102841934448 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15445] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15445/stat : 15445 (java) S 15157 15160 14618 0 -1 1077944384 28 12661 0 0 0 0 9 3 20 0 22 0 4136890 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102840882368 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
Current children cumulated CPU time (s) 2402.82
Current children cumulated vsize (KiB) 11065092

[startup+2303.1 s]
/proc/loadavg: 1.88 1.80 1.79 10/283 15445
/proc/meminfo: memFree=26975372/32770624 swapFree=5940/245964
[pid=15160] ppid=15157 vsize=11065092 CPUtime=2405.86 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (java) S 15157 15160 14618 0 -1 1077944320 442019 12661 0 0 240014 560 9 3 20 0 22 0 3906659 11330654208 486520 33554432000 4194304 4196468 140720711348944 140720711331488 140103408443127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
/proc/15160/statm: 2766273 486520 3519 1 0 2753828 0
[pid=15160/tid=15215] ppid=15157 vsize=11065092 CPUtime=2283 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15215/stat : 15215 (java) S 15157 15160 14618 0 -1 1077944384 155189 12661 0 0 228224 64 9 3 20 0 22 0 3906672 11330654208 486520 33554432000 4194304 4196468 140720711348944 140103412680800 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15216] ppid=15157 vsize=11065092 CPUtime=11.93 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15216/stat : 15216 (java) R 15157 15160 14618 0 -1 4202560 26309 12661 0 0 1127 54 9 3 20 0 22 0 3906673 11330654208 486520 33554432000 4194304 4196468 140720711348944 140103378156808 140103401071335 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15217] ppid=15157 vsize=11065092 CPUtime=11.92 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15217/stat : 15217 (java) R 15157 15160 14618 0 -1 4202560 23023 12661 0 0 1128 52 9 3 20 0 22 0 3906673 11330654208 486520 33554432000 4194304 4196468 140720711348944 140103014288520 140103401071335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15218] ppid=15157 vsize=11065092 CPUtime=11.93 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15218/stat : 15218 (java) R 15157 15160 14618 0 -1 4202560 24305 12661 0 0 1128 53 9 3 20 0 22 0 3906673 11330654208 486520 33554432000 4194304 4196468 140720711348944 140103013235720 140103393142981 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15219] ppid=15157 vsize=11065092 CPUtime=11.83 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15219/stat : 15219 (java) R 15157 15160 14618 0 -1 4202560 17884 12661 0 0 1119 52 9 3 20 0 22 0 3906673 11330654208 486520 33554432000 4194304 4196468 140720711348944 140103012182920 140103391826162 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15220] ppid=15157 vsize=11065092 CPUtime=11.95 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15220/stat : 15220 (java) R 15157 15160 14618 0 -1 4202560 15005 12661 0 0 1135 48 9 3 20 0 22 0 3906673 11330654208 486520 33554432000 4194304 4196468 140720711348944 140103011130120 140103401071335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15221] ppid=15157 vsize=11065092 CPUtime=11.88 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15221/stat : 15221 (java) R 15157 15160 14618 0 -1 4202560 13838 12661 0 0 1130 46 9 3 20 0 22 0 3906673 11330654208 486520 33554432000 4194304 4196468 140720711348944 140103010077320 140103390052972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15222] ppid=15157 vsize=11065092 CPUtime=11.98 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15222/stat : 15222 (java) R 15157 15160 14618 0 -1 4202560 21379 12661 0 0 1132 54 9 3 20 0 22 0 3906673 11330654208 486520 33554432000 4194304 4196468 140720711348944 140103009024520 140103401071335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15223] ppid=15157 vsize=11065092 CPUtime=11.91 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15223/stat : 15223 (java) R 15157 15160 14618 0 -1 4202560 21280 12661 0 0 1126 53 9 3 20 0 22 0 3906673 11330654208 486520 33554432000 4194304 4196468 140720711348944 140103007971720 140103401071335 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15224] ppid=15157 vsize=11065092 CPUtime=4.86 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15224/stat : 15224 (java) S 15157 15160 14618 0 -1 1077944384 40059 12661 0 0 432 42 9 3 20 0 22 0 3906675 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102883096080 140103408453333 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15225] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15225/stat : 15225 (java) S 15157 15160 14618 0 -1 1077944384 62 12661 0 0 0 0 9 3 20 0 22 0 3906676 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102882043488 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15226] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15226/stat : 15226 (java) S 15157 15160 14618 0 -1 1077944384 48 12661 0 0 0 0 9 3 20 0 22 0 3906676 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102880990592 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15227] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15227/stat : 15227 (java) S 15157 15160 14618 0 -1 1077944384 287 12661 0 0 0 0 9 3 20 0 22 0 3906680 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102879938896 140103408461723 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15228] ppid=15157 vsize=11065092 CPUtime=7.01 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15228/stat : 15228 (java) S 15157 15160 14618 0 -1 1077944384 23735 12661 0 0 685 4 9 3 20 0 22 0 3906680 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102878874672 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15229] ppid=15157 vsize=11065092 CPUtime=6.58 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15229/stat : 15229 (java) S 15157 15160 14618 0 -1 1077944384 18718 12661 0 0 642 4 9 3 20 0 22 0 3906680 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102877833456 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15230] ppid=15157 vsize=11065092 CPUtime=6.28 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15230/stat : 15230 (java) S 15157 15160 14618 0 -1 1077944384 15294 12661 0 0 614 2 9 3 20 0 22 0 3906680 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102876780656 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15231] ppid=15157 vsize=11065092 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15231/stat : 15231 (java) S 15157 15160 14618 0 -1 1077944384 19696 12661 0 0 280 3 9 3 20 0 22 0 3906680 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102875727856 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15232] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15232/stat : 15232 (java) S 15157 15160 14618 0 -1 1077944384 3 12661 0 0 0 0 9 3 20 0 22 0 3906680 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102874676320 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15233] ppid=15157 vsize=11065092 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15233/stat : 15233 (java) S 15157 15160 14618 0 -1 1077944384 3413 12661 0 0 66 62 9 3 20 0 22 0 3906681 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102873623600 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15444] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15444/stat : 15444 (java) S 15157 15160 14618 0 -1 1077944384 333 12661 0 0 0 0 9 3 20 0 22 0 4136889 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102841934448 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15445] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15445/stat : 15445 (java) S 15157 15160 14618 0 -1 1077944384 28 12661 0 0 0 0 9 3 20 0 22 0 4136890 11330654208 486520 33554432000 4194304 4196468 140720711348944 140102840882368 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
Current children cumulated CPU time (s) 2405.86
Current children cumulated vsize (KiB) 11065092

[startup+2303.5 s]
/proc/loadavg: 1.88 1.80 1.79 10/283 15445
/proc/meminfo: memFree=26975372/32770624 swapFree=5940/245964
[pid=15160] ppid=15157 vsize=11065092 CPUtime=2408.52 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (java) S 15157 15160 14618 0 -1 1077944320 442159 12661 0 0 240279 561 9 3 20 0 22 0 3906659 11330654208 486541 33554432000 4194304 4196468 140720711348944 140720711331488 140103408443127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
/proc/15160/statm: 2766273 486541 3519 1 0 2753828 0
[pid=15160/tid=15215] ppid=15157 vsize=11065092 CPUtime=2283 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15215/stat : 15215 (java) S 15157 15160 14618 0 -1 1077944384 155189 12661 0 0 228224 64 9 3 20 0 22 0 3906672 11330654208 486541 33554432000 4194304 4196468 140720711348944 140103412680800 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15216] ppid=15157 vsize=11065092 CPUtime=12.26 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15216/stat : 15216 (java) R 15157 15160 14618 0 -1 4202560 26319 12661 0 0 1160 54 9 3 20 0 22 0 3906673 11330654208 486541 33554432000 4194304 4196468 140720711348944 140103378156888 140103393439537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15217] ppid=15157 vsize=11065092 CPUtime=12.25 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15217/stat : 15217 (java) R 15157 15160 14618 0 -1 4202560 23026 12661 0 0 1161 52 9 3 20 0 22 0 3906673 11330654208 486541 33554432000 4194304 4196468 140720711348944 140103014288600 140103393141941 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15218] ppid=15157 vsize=11065092 CPUtime=12.26 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15218/stat : 15218 (java) R 15157 15160 14618 0 -1 4202560 24305 12661 0 0 1161 53 9 3 20 0 22 0 3906673 11330654208 486541 33554432000 4194304 4196468 140720711348944 140103013235800 140103393439794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15219] ppid=15157 vsize=11065092 CPUtime=12.16 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15219/stat : 15219 (java) R 15157 15160 14618 0 -1 4202560 17886 12661 0 0 1152 52 9 3 20 0 22 0 3906673 11330654208 486541 33554432000 4194304 4196468 140720711348944 140103012183000 140103390052932 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15220] ppid=15157 vsize=11065092 CPUtime=12.27 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15220/stat : 15220 (java) R 15157 15160 14618 0 -1 4202560 15011 12661 0 0 1167 48 9 3 20 0 22 0 3906673 11330654208 486541 33554432000 4194304 4196468 140720711348944 140103011129888 140103390052868 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15221] ppid=15157 vsize=11065092 CPUtime=12.21 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15221/stat : 15221 (java) R 15157 15160 14618 0 -1 4202560 13841 12661 0 0 1163 46 9 3 20 0 22 0 3906673 11330654208 486541 33554432000 4194304 4196468 140720711348944 140103010077400 140103390052868 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15222] ppid=15157 vsize=11065092 CPUtime=12.29 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15222/stat : 15222 (java) R 15157 15160 14618 0 -1 4202560 21383 12661 0 0 1163 54 9 3 20 0 22 0 3906673 11330654208 486541 33554432000 4194304 4196468 140720711348944 140103009024600 140103393141943 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15223] ppid=15157 vsize=11065092 CPUtime=12.23 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15223/stat : 15223 (java) R 15157 15160 14618 0 -1 4202560 21294 12661 0 0 1158 53 9 3 20 0 22 0 3906673 11330654208 486541 33554432000 4194304 4196468 140720711348944 140103007971800 140103392900747 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15224] ppid=15157 vsize=11065092 CPUtime=4.92 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15224/stat : 15224 (java) S 15157 15160 14618 0 -1 1077944384 40151 12661 0 0 438 42 9 3 20 0 22 0 3906675 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102883096080 140103408453333 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15225] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15225/stat : 15225 (java) S 15157 15160 14618 0 -1 1077944384 65 12661 0 0 0 0 9 3 20 0 22 0 3906676 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102882042992 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15226] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15226/stat : 15226 (java) S 15157 15160 14618 0 -1 1077944384 48 12661 0 0 0 0 9 3 20 0 22 0 3906676 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102880990592 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15227] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15227/stat : 15227 (java) S 15157 15160 14618 0 -1 1077944384 287 12661 0 0 0 0 9 3 20 0 22 0 3906680 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102879938896 140103408461723 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15228] ppid=15157 vsize=11065092 CPUtime=7.01 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15228/stat : 15228 (java) S 15157 15160 14618 0 -1 1077944384 23737 12661 0 0 685 4 9 3 20 0 22 0 3906680 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102878873792 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15229] ppid=15157 vsize=11065092 CPUtime=6.58 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15229/stat : 15229 (java) S 15157 15160 14618 0 -1 1077944384 18718 12661 0 0 642 4 9 3 20 0 22 0 3906680 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102877833456 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15230] ppid=15157 vsize=11065092 CPUtime=6.28 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15230/stat : 15230 (java) S 15157 15160 14618 0 -1 1077944384 15294 12661 0 0 614 2 9 3 20 0 22 0 3906680 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102876780656 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15231] ppid=15157 vsize=11065092 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15231/stat : 15231 (java) S 15157 15160 14618 0 -1 1077944384 19696 12661 0 0 280 3 9 3 20 0 22 0 3906680 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102875727856 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15232] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15232/stat : 15232 (java) S 15157 15160 14618 0 -1 1077944384 3 12661 0 0 0 0 9 3 20 0 22 0 3906680 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102874676320 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15233] ppid=15157 vsize=11065092 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15233/stat : 15233 (java) S 15157 15160 14618 0 -1 1077944384 3413 12661 0 0 66 62 9 3 20 0 22 0 3906681 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102873623600 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15444] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15444/stat : 15444 (java) S 15157 15160 14618 0 -1 1077944384 333 12661 0 0 0 0 9 3 20 0 22 0 4136889 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102841934448 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15445] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15445/stat : 15445 (java) S 15157 15160 14618 0 -1 1077944384 29 12661 0 0 0 0 9 3 20 0 22 0 4136890 11330654208 486541 33554432000 4194304 4196468 140720711348944 140102840882368 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
Current children cumulated CPU time (s) 2408.52
Current children cumulated vsize (KiB) 11065092

[startup+2303.6 s]
/proc/loadavg: 1.88 1.80 1.79 10/283 15445
/proc/meminfo: memFree=26975372/32770624 swapFree=5940/245964
[pid=15160] ppid=15157 vsize=11065092 CPUtime=2409.19 cores=0,2,4,6,8,10,12,14
/proc/15160/stat : 15160 (java) S 15157 15160 14618 0 -1 1077944320 442171 12661 0 0 240346 561 9 3 20 0 22 0 3906659 11330654208 486414 33554432000 4194304 4196468 140720711348944 140720711331488 140103408443127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
/proc/15160/statm: 2766273 486414 3519 1 0 2753828 0
[pid=15160/tid=15215] ppid=15157 vsize=11065092 CPUtime=2283 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15215/stat : 15215 (java) S 15157 15160 14618 0 -1 1077944384 155190 12661 0 0 228224 64 9 3 20 0 22 0 3906672 11330654208 486414 33554432000 4194304 4196468 140720711348944 140103412680800 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15216] ppid=15157 vsize=11065092 CPUtime=12.34 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15216/stat : 15216 (java) R 15157 15160 14618 0 -1 4202560 26319 12661 0 0 1168 54 9 3 20 0 22 0 3906673 11330654208 486414 33554432000 4194304 4196468 140720711348944 140103378156888 140103393439479 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15217] ppid=15157 vsize=11065092 CPUtime=12.33 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15217/stat : 15217 (java) R 15157 15160 14618 0 -1 4202560 23026 12661 0 0 1169 52 9 3 20 0 22 0 3906673 11330654208 486414 33554432000 4194304 4196468 140720711348944 140103014288600 140103390052793 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15218] ppid=15157 vsize=11065092 CPUtime=12.34 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15218/stat : 15218 (java) R 15157 15160 14618 0 -1 4202560 24311 12661 0 0 1169 53 9 3 20 0 22 0 3906673 11330654208 486414 33554432000 4194304 4196468 140720711348944 140103013235800 140103390052956 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15219] ppid=15157 vsize=11065092 CPUtime=12.24 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15219/stat : 15219 (java) R 15157 15160 14618 0 -1 4202560 17886 12661 0 0 1160 52 9 3 20 0 22 0 3906673 11330654208 486414 33554432000 4194304 4196468 140720711348944 140103012183000 140103393141912 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15220] ppid=15157 vsize=11065092 CPUtime=12.35 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15220/stat : 15220 (java) R 15157 15160 14618 0 -1 4202560 15016 12661 0 0 1175 48 9 3 20 0 22 0 3906673 11330654208 486414 33554432000 4194304 4196468 140720711348944 140103011130200 140103390052959 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15221] ppid=15157 vsize=11065092 CPUtime=12.29 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15221/stat : 15221 (java) R 15157 15160 14618 0 -1 4202560 13841 12661 0 0 1171 46 9 3 20 0 22 0 3906673 11330654208 486414 33554432000 4194304 4196468 140720711348944 140103010077400 140103393141867 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15222] ppid=15157 vsize=11065092 CPUtime=12.37 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15222/stat : 15222 (java) R 15157 15160 14618 0 -1 4202560 21383 12661 0 0 1171 54 9 3 20 0 22 0 3906673 11330654208 486414 33554432000 4194304 4196468 140720711348944 140103009024400 140103393439761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15223] ppid=15157 vsize=11065092 CPUtime=12.31 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15223/stat : 15223 (java) R 15157 15160 14618 0 -1 4202560 21294 12661 0 0 1166 53 9 3 20 0 22 0 3906673 11330654208 486414 33554432000 4194304 4196468 140720711348944 140103007971800 140103393141841 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15224] ppid=15157 vsize=11065092 CPUtime=4.94 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15224/stat : 15224 (java) S 15157 15160 14618 0 -1 1077944384 40151 12661 0 0 440 42 9 3 20 0 22 0 3906675 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102883096080 140103408453333 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15225] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15225/stat : 15225 (java) S 15157 15160 14618 0 -1 1077944384 65 12661 0 0 0 0 9 3 20 0 22 0 3906676 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102882042992 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15226] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15226/stat : 15226 (java) S 15157 15160 14618 0 -1 1077944384 48 12661 0 0 0 0 9 3 20 0 22 0 3906676 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102880990592 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15227] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15227/stat : 15227 (java) S 15157 15160 14618 0 -1 1077944384 287 12661 0 0 0 0 9 3 20 0 22 0 3906680 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102879938896 140103408461723 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15228] ppid=15157 vsize=11065092 CPUtime=7.01 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15228/stat : 15228 (java) S 15157 15160 14618 0 -1 1077944384 23737 12661 0 0 685 4 9 3 20 0 22 0 3906680 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102878873792 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15229] ppid=15157 vsize=11065092 CPUtime=6.58 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15229/stat : 15229 (java) S 15157 15160 14618 0 -1 1077944384 18718 12661 0 0 642 4 9 3 20 0 22 0 3906680 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102877833456 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15230] ppid=15157 vsize=11065092 CPUtime=6.28 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15230/stat : 15230 (java) S 15157 15160 14618 0 -1 1077944384 15294 12661 0 0 614 2 9 3 20 0 22 0 3906680 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102876780656 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15231] ppid=15157 vsize=11065092 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15231/stat : 15231 (java) S 15157 15160 14618 0 -1 1077944384 19696 12661 0 0 280 3 9 3 20 0 22 0 3906680 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102875727856 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15232] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15232/stat : 15232 (java) S 15157 15160 14618 0 -1 1077944384 3 12661 0 0 0 0 9 3 20 0 22 0 3906680 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102874676320 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15233] ppid=15157 vsize=11065092 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15233/stat : 15233 (java) S 15157 15160 14618 0 -1 1077944384 3413 12661 0 0 66 62 9 3 20 0 22 0 3906681 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102873623600 140103408454274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15444] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15444/stat : 15444 (java) S 15157 15160 14618 0 -1 1077944384 333 12661 0 0 0 0 9 3 20 0 22 0 4136889 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102841934448 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
[pid=15160/tid=15445] ppid=15157 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15160/task/15445/stat : 15445 (java) S 15157 15160 14618 0 -1 1077944384 29 12661 0 0 0 0 9 3 20 0 22 0 4136890 11330654208 486414 33554432000 4194304 4196468 140720711348944 140102840882368 140103408453333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140720711355073 140720711357847 140720711357847 140720711360463 0
Current children cumulated CPU time (s) 2409.19
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2303.69
CPU time (s): 2409.6
CPU user time (s): 2403.92
CPU system time (s): 5.68063
CPU usage (%): 104.597
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2403.92
system time used= 5.68063
maximum resident set size= 2966220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455727
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 203870
involuntary context switches= 157632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6949 second user time and 21.2107 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 03:19:58
IDJOB=4244428
IDBENCH=115661
IDSOLVER=2630
FILE ID=node138/4244428-1500686398
RUNJOBID= node138-1500684099-14649
PBS_JOBID= 20623345
Free space on /tmp= 61968 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-10-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244428-1500686398/watcher-4244428-1500686398 -o /tmp/evaluation-result-4244428-1500686398/solver-4244428-1500686398 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14649 --watchdog 2560  bin/concrete HOME/instance-4244428-1500686398.xml

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

MD5SUM BENCH= b9411981d46c6b6e2ab3102ec0acde87
RANDOM SEED=1144451584

node138.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.44
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	: 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		: 2000.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.44
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	: 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		: 1600.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.44
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		: 2000.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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 1600.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.44
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		: 2668.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.44
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		: 1867.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		: 1867.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.44
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		: 2000.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		: 1733.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.44
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:        28773424 kB
MemAvailable:   28963084 kB
Buffers:          104984 kB
Cached:           366884 kB
SwapCached:            0 kB
Active:          3310260 kB
Inactive:         251696 kB
Active(anon):    3093304 kB
Inactive(anon):     8608 kB
Active(file):     216956 kB
Inactive(file):   243088 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24612 kB
Writeback:             0 kB
AnonPages:       2994908 kB
Mapped:            43792 kB
Shmem:              8852 kB
Slab:             123740 kB
SReclaimable:      90904 kB
SUnreclaim:        32836 kB
KernelStack:        4480 kB
PageTables:        10932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4120296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2777088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61944 MiB
End job on node138 at 2017-07-22 03:58:22