Trace number 4249746

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) 2401.15 2327.26

General information on the benchmark

NameBinPacking/BinPacking-sum-sw100/
BinPacking-sum-sw100-11.xml
MD5SUMc58f2fe5ede8c4d6ff77ee35850bdc3a
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 variables109
Number of constraints39
Number of domains2
Minimum domain size19
Maximum domain size46
Distribution of domain sizes[{"size":19,"count":1},{"size":46,"count":108}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":90},{"degree":5,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":36},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":18},{"type":"lex","count":1},{"type":"sum","count":18},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=1049
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.83 1.98 2.03 3/238 1053
/proc/meminfo: memFree=31679108/32770624 swapFree=5920/185424
[pid=1053] ppid=1049 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (bash) S 1049 1053 29408 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 12745521 9736192 350 33554432000 4194304 5098028 140729034804640 140729034802280 140076246785024 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 32280576 140729034810638 140729034810723 140729034810723 140729034813422 0
/proc/1053/statm: 2377 350 277 221 0 86 0

[startup+0.100187 s]
/proc/loadavg: 1.83 1.98 2.03 3/238 1053
/proc/meminfo: memFree=31679108/32770624 swapFree=5920/185424
[pid=1053] ppid=1049 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (bash) S 1049 1053 29408 0 -1 4202496 880 6421 0 0 0 0 0 1 20 0 1 0 12745521 9871360 378 33554432000 4194304 5098028 140729034804640 140729034798648 140076246785024 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 32280576 140729034810638 140729034810723 140729034810723 140729034813422 0
/proc/1053/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200408 s]
/proc/loadavg: 1.83 1.98 2.03 3/238 1053
/proc/meminfo: memFree=31679108/32770624 swapFree=5920/185424
[pid=1053] ppid=1049 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (java) S 1049 1053 29408 0 -1 1077944320 4834 12412 0 0 5 1 8 4 20 0 13 0 12745521 10686320640 5174 33554432000 4194304 4196468 140725833359456 140725833342000 140291538853623 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
/proc/1053/statm: 2608965 5174 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300291 s]
/proc/loadavg: 1.83 1.98 2.03 3/238 1053
/proc/meminfo: memFree=31679108/32770624 swapFree=5920/185424
[pid=1053] ppid=1049 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (java) S 1049 1053 29408 0 -1 1077944320 8093 12412 0 0 22 2 8 4 20 0 20 0 12745521 11163947008 9203 33554432000 4194304 4196468 140725833359456 140725833342000 140291538853623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
/proc/1053/statm: 2725573 9203 2971 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.70018 s]
/proc/loadavg: 1.83 1.98 2.03 3/238 1053
/proc/meminfo: memFree=31679108/32770624 swapFree=5920/185424
[pid=1053] ppid=1049 vsize=10902720 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (java) S 1049 1053 29408 0 -1 1077944320 12596 12412 0 0 77 4 8 4 20 0 20 0 12745521 11164385280 15803 33554432000 4194304 4196468 140725833359456 140725833342000 140291538853623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
/proc/1053/statm: 2725680 15803 3208 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50112 s]
/proc/loadavg: 2.08 2.03 2.05 3/281 1214
/proc/meminfo: memFree=31467008/32770624 swapFree=5920/185424
[pid=1053] ppid=1049 vsize=10913344 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (java) S 1049 1053 29408 0 -1 1077944320 28740 12412 0 0 202 12 8 4 20 0 20 0 12745521 11175264256 44856 33554432000 4194304 4196468 140725833359456 140725833342000 140291538853623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
/proc/1053/statm: 2728336 44856 3408 1 0 2716450 0
[pid=1053/tid=1186] ppid=1049 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1186/stat : 1186 (java) R 1049 1053 29408 0 -1 4202560 20340 12412 0 0 125 5 8 4 20 0 20 0 12745534 11175264256 44856 33554432000 4194304 4196468 140725833359456 140291543074256 140291517117251 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1187] ppid=1049 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1187/stat : 1187 (java) S 1049 1053 29408 0 -1 1077944384 143 12412 0 0 0 0 8 4 20 0 20 0 12745535 11175264256 44856 33554432000 4194304 4196468 140725833359456 140291491473936 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1188] ppid=1049 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1188/stat : 1188 (java) S 1049 1053 29408 0 -1 1077944384 14 12412 0 0 0 0 8 4 20 0 20 0 12745535 11175264256 44856 33554432000 4194304 4196468 140725833359456 140291490421392 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1189] ppid=1049 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1189/stat : 1189 (java) S 1049 1053 29408 0 -1 1077944384 16 12412 0 0 0 0 8 4 20 0 20 0 12745535 11175264256 44856 33554432000 4194304 4196468 140725833359456 140291489368336 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1190] ppid=1049 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1190/stat : 1190 (java) S 1049 1053 29408 0 -1 1077944384 34 12412 0 0 0 0 8 4 20 0 20 0 12745535 11175264256 44856 33554432000 4194304 4196468 140725833359456 140291488315792 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1191] ppid=1049 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1191/stat : 1191 (java) S 1049 1053 29408 0 -1 1077944384 11 12412 0 0 1 0 8 4 20 0 20 0 12745535 11175264256 44856 33554432000 4194304 4196468 140725833359456 140291487263760 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1192] ppid=1049 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1192/stat : 1192 (java) S 1049 1053 29408 0 -1 1077944384 14 12412 0 0 1 0 8 4 20 0 20 0 12745535 11175264256 44856 33554432000 4194304 4196468 140725833359456 140291486211216 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1193] ppid=1049 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1193/stat : 1193 (java) S 1049 1053 29408 0 -1 1077944384 43 12412 0 0 0 0 8 4 20 0 20 0 12745535 11175264256 44856 33554432000 4194304 4196468 140725833359456 140291485158160 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1194] ppid=1049 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1194/stat : 1194 (java) S 1049 1053 29408 0 -1 1077944384 62 12412 0 0 1 0 8 4 20 0 20 0 12745535 11175264256 44856 33554432000 4194304 4196468 140725833359456 140291484105616 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1198] ppid=1049 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1198/stat : 1198 (java) S 1049 1053 29408 0 -1 1077944384 1824 12412 0 0 1 0 8 4 20 0 20 0 12745537 11175264256 44856 33554432000 4194304 4196468 140725833359456 140290744641776 140291538864770 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1199] ppid=1049 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1199/stat : 1199 (java) S 1049 1053 29408 0 -1 1077944384 56 12412 0 0 0 0 8 4 20 0 20 0 12745538 11175264256 44856 33554432000 4194304 4196468 140725833359456 140290743588064 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1200] ppid=1049 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1200/stat : 1200 (java) S 1049 1053 29408 0 -1 1077944384 45 12412 0 0 0 0 8 4 20 0 20 0 12745538 11175264256 44856 33554432000 4194304 4196468 140725833359456 140290742534912 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1208] ppid=1049 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1208/stat : 1208 (java) S 1049 1053 29408 0 -1 1077944384 1 12412 0 0 0 0 8 4 20 0 20 0 12745542 11175264256 44856 33554432000 4194304 4196468 140725833359456 140290741483472 140291538872219 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1209] ppid=1049 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1209/stat : 1209 (java) S 1049 1053 29408 0 -1 1077944384 936 12412 0 0 9 0 8 4 20 0 20 0 12745542 11175264256 44856 33554432000 4194304 4196468 140725833359456 140290740431600 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1210] ppid=1049 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1210/stat : 1210 (java) S 1049 1053 29408 0 -1 1077944384 1390 12412 0 0 14 0 8 4 20 0 20 0 12745542 11175264256 44856 33554432000 4194304 4196468 140725833359456 140290739379056 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1211] ppid=1049 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1211/stat : 1211 (java) S 1049 1053 29408 0 -1 1077944384 544 12412 0 0 15 0 8 4 20 0 20 0 12745542 11175264256 44856 33554432000 4194304 4196468 140725833359456 140290738326000 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1212] ppid=1049 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1212/stat : 1212 (java) S 1049 1053 29408 0 -1 1077944384 1129 12412 0 0 27 0 8 4 20 0 20 0 12745542 11175264256 44856 33554432000 4194304 4196468 140725833359456 140290737273456 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1213] ppid=1049 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1213/stat : 1213 (java) S 1049 1053 29408 0 -1 1077944384 3 12412 0 0 0 0 8 4 20 0 20 0 12745542 11175264256 44856 33554432000 4194304 4196468 140725833359456 140290736220640 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1214] ppid=1049 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1214/stat : 1214 (java) S 1049 1053 29408 0 -1 1077944384 6 12412 0 0 0 0 8 4 20 0 20 0 12745543 11175264256 44856 33554432000 4194304 4196468 140725833359456 140290735168176 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10913344

[startup+3.10071 s]
/proc/loadavg: 2.08 2.03 2.05 4/281 1214
/proc/meminfo: memFree=31325388/32770624 swapFree=5920/185468
[pid=1053] ppid=1049 vsize=10925820 CPUtime=7.18 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (java) S 1049 1053 29408 0 -1 1077944320 44642 12412 0 0 688 18 8 4 20 0 20 0 12745521 11188039680 55632 33554432000 4194304 4196468 140725833359456 140725833342000 140291538853623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
/proc/1053/statm: 2731455 55632 3478 1 0 2719010 0
[pid=1053/tid=1186] ppid=1049 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1186/stat : 1186 (java) R 1049 1053 29408 0 -1 4202560 27265 12412 0 0 282 7 8 4 20 0 20 0 12745534 11188039680 55632 33554432000 4194304 4196468 140725833359456 140291543087464 140291538865558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1187] ppid=1049 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1187/stat : 1187 (java) S 1049 1053 29408 0 -1 1077944384 143 12412 0 0 0 0 8 4 20 0 20 0 12745535 11188039680 55632 33554432000 4194304 4196468 140725833359456 140291491473936 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1188] ppid=1049 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1188/stat : 1188 (java) S 1049 1053 29408 0 -1 1077944384 14 12412 0 0 0 0 8 4 20 0 20 0 12745535 11188039680 55632 33554432000 4194304 4196468 140725833359456 140291490421392 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1189] ppid=1049 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1189/stat : 1189 (java) S 1049 1053 29408 0 -1 1077944384 16 12412 0 0 0 0 8 4 20 0 20 0 12745535 11188039680 55632 33554432000 4194304 4196468 140725833359456 140291489368336 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1190] ppid=1049 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1190/stat : 1190 (java) S 1049 1053 29408 0 -1 1077944384 34 12412 0 0 0 0 8 4 20 0 20 0 12745535 11188039680 55632 33554432000 4194304 4196468 140725833359456 140291488315792 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1191] ppid=1049 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1191/stat : 1191 (java) S 1049 1053 29408 0 -1 1077944384 11 12412 0 0 1 0 8 4 20 0 20 0 12745535 11188039680 55632 33554432000 4194304 4196468 140725833359456 140291487263760 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1192] ppid=1049 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1192/stat : 1192 (java) S 1049 1053 29408 0 -1 1077944384 14 12412 0 0 1 0 8 4 20 0 20 0 12745535 11188039680 55632 33554432000 4194304 4196468 140725833359456 140291486211216 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1193] ppid=1049 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1193/stat : 1193 (java) S 1049 1053 29408 0 -1 1077944384 43 12412 0 0 0 0 8 4 20 0 20 0 12745535 11188039680 55632 33554432000 4194304 4196468 140725833359456 140291485158160 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1194] ppid=1049 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1194/stat : 1194 (java) S 1049 1053 29408 0 -1 1077944384 62 12412 0 0 1 0 8 4 20 0 20 0 12745535 11188039680 55632 33554432000 4194304 4196468 140725833359456 140291484105616 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1198] ppid=1049 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1198/stat : 1198 (java) S 1049 1053 29408 0 -1 1077944384 1838 12412 0 0 2 0 8 4 20 0 20 0 12745537 11188039680 55632 33554432000 4194304 4196468 140725833359456 140290744641776 140291538864770 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1199] ppid=1049 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1199/stat : 1199 (java) S 1049 1053 29408 0 -1 1077944384 56 12412 0 0 0 0 8 4 20 0 20 0 12745538 11188039680 55632 33554432000 4194304 4196468 140725833359456 140290743588064 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1200] ppid=1049 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1200/stat : 1200 (java) S 1049 1053 29408 0 -1 1077944384 45 12412 0 0 0 0 8 4 20 0 20 0 12745538 11188039680 55632 33554432000 4194304 4196468 140725833359456 140290742534912 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1208] ppid=1049 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1208/stat : 1208 (java) S 1049 1053 29408 0 -1 1077944384 1 12412 0 0 0 0 8 4 20 0 20 0 12745542 11188039680 55632 33554432000 4194304 4196468 140725833359456 140290741483472 140291538872219 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1209] ppid=1049 vsize=10925820 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1209/stat : 1209 (java) R 1049 1053 29408 0 -1 4202560 4717 12412 0 0 106 1 8 4 20 0 20 0 12745542 11188039680 55632 33554432000 4194304 4196468 140725833359456 140290740417696 140291517019948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1210] ppid=1049 vsize=10925820 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1210/stat : 1210 (java) R 1049 1053 29408 0 -1 4202560 2566 12412 0 0 79 1 8 4 20 0 20 0 12745542 11188039680 55632 33554432000 4194304 4196468 140725833359456 140290739364928 140291517270031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1211] ppid=1049 vsize=10925820 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1211/stat : 1211 (java) R 1049 1053 29408 0 -1 4202560 2348 12412 0 0 91 1 8 4 20 0 20 0 12745542 11188039680 55632 33554432000 4194304 4196468 140725833359456 140290738312544 140291516970775 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1212] ppid=1049 vsize=10925820 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1212/stat : 1212 (java) S 1049 1053 29408 0 -1 1077944384 3331 12412 0 0 117 1 8 4 20 0 20 0 12745542 11188039680 55632 33554432000 4194304 4196468 140725833359456 140290737273456 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1213] ppid=1049 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1213/stat : 1213 (java) S 1049 1053 29408 0 -1 1077944384 3 12412 0 0 0 0 8 4 20 0 20 0 12745542 11188039680 55632 33554432000 4194304 4196468 140725833359456 140290736220640 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1214] ppid=1049 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1214/stat : 1214 (java) S 1049 1053 29408 0 -1 1077944384 7 12412 0 0 0 0 8 4 20 0 20 0 12745543 11188039680 55632 33554432000 4194304 4196468 140725833359456 140290735168176 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 10925820

[startup+6.30078 s]
/proc/loadavg: 2.32 2.08 2.06 8/281 1214
/proc/meminfo: memFree=30943780/32770624 swapFree=5920/185468
[pid=1053] ppid=1049 vsize=10995452 CPUtime=17.49 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (java) S 1049 1053 29408 0 -1 1077944320 67682 12412 0 0 1705 32 8 4 20 0 20 0 12745521 11259342848 124293 33554432000 4194304 4196468 140725833359456 140725833342000 140291538853623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
/proc/1053/statm: 2748863 124293 3500 1 0 2736418 0
[pid=1053/tid=1186] ppid=1049 vsize=10995452 CPUtime=6.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1186/stat : 1186 (java) R 1049 1053 29408 0 -1 4202560 41299 12412 0 0 588 12 8 4 20 0 20 0 12745534 11259342848 124293 33554432000 4194304 4196468 140725833359456 140291543084568 140291179802944 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1187] ppid=1049 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1187/stat : 1187 (java) S 1049 1053 29408 0 -1 1077944384 171 12412 0 0 3 0 8 4 20 0 20 0 12745535 11259342848 124293 33554432000 4194304 4196468 140725833359456 140291491473936 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1188] ppid=1049 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1188/stat : 1188 (java) S 1049 1053 29408 0 -1 1077944384 36 12412 0 0 4 1 8 4 20 0 20 0 12745535 11259342848 124293 33554432000 4194304 4196468 140725833359456 140291490421392 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1189] ppid=1049 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1189/stat : 1189 (java) S 1049 1053 29408 0 -1 1077944384 24 12412 0 0 3 0 8 4 20 0 20 0 12745535 11259342848 124293 33554432000 4194304 4196468 140725833359456 140291489368336 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1190] ppid=1049 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1190/stat : 1190 (java) S 1049 1053 29408 0 -1 1077944384 101 12412 0 0 3 1 8 4 20 0 20 0 12745535 11259342848 124293 33554432000 4194304 4196468 140725833359456 140291488315792 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1191] ppid=1049 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1191/stat : 1191 (java) S 1049 1053 29408 0 -1 1077944384 30 12412 0 0 4 1 8 4 20 0 20 0 12745535 11259342848 124293 33554432000 4194304 4196468 140725833359456 140291487263760 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1192] ppid=1049 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1192/stat : 1192 (java) S 1049 1053 29408 0 -1 1077944384 51 12412 0 0 4 1 8 4 20 0 20 0 12745535 11259342848 124293 33554432000 4194304 4196468 140725833359456 140291486211216 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1193] ppid=1049 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1193/stat : 1193 (java) S 1049 1053 29408 0 -1 1077944384 59 12412 0 0 3 1 8 4 20 0 20 0 12745535 11259342848 124293 33554432000 4194304 4196468 140725833359456 140291485158160 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1194] ppid=1049 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1194/stat : 1194 (java) S 1049 1053 29408 0 -1 1077944384 74 12412 0 0 3 1 8 4 20 0 20 0 12745535 11259342848 124293 33554432000 4194304 4196468 140725833359456 140291484105616 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1198] ppid=1049 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1198/stat : 1198 (java) S 1049 1053 29408 0 -1 1077944384 2505 12412 0 0 5 0 8 4 20 0 20 0 12745537 11259342848 124293 33554432000 4194304 4196468 140725833359456 140290744641776 140291538864770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1199] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1199/stat : 1199 (java) S 1049 1053 29408 0 -1 1077944384 56 12412 0 0 0 0 8 4 20 0 20 0 12745538 11259342848 124293 33554432000 4194304 4196468 140725833359456 140290743588128 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1200] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1200/stat : 1200 (java) S 1049 1053 29408 0 -1 1077944384 45 12412 0 0 0 0 8 4 20 0 20 0 12745538 11259342848 124293 33554432000 4194304 4196468 140725833359456 140290742534912 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1208] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1208/stat : 1208 (java) S 1049 1053 29408 0 -1 1077944384 1 12412 0 0 0 0 8 4 20 0 20 0 12745542 11259342848 124293 33554432000 4194304 4196468 140725833359456 140290741483472 140291538872219 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1209] ppid=1049 vsize=10995452 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1209/stat : 1209 (java) R 1049 1053 29408 0 -1 4202560 5776 12412 0 0 298 1 8 4 20 0 20 0 12745542 11259342848 124293 33554432000 4194304 4196468 140725833359456 140290740431896 140291518086653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1210] ppid=1049 vsize=10995452 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1210/stat : 1210 (java) S 1049 1053 29408 0 -1 1077944384 6726 12412 0 0 292 2 8 4 20 0 20 0 12745542 11259342848 124293 33554432000 4194304 4196468 140725833359456 140290739379056 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1211] ppid=1049 vsize=10995452 CPUtime=3.23 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1211/stat : 1211 (java) S 1049 1053 29408 0 -1 1077944384 4318 12412 0 0 310 1 8 4 20 0 20 0 12745542 11259342848 124293 33554432000 4194304 4196468 140725833359456 140290738326000 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1212] ppid=1049 vsize=10995452 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1212/stat : 1212 (java) S 1049 1053 29408 0 -1 1077944384 4266 12412 0 0 175 2 8 4 20 0 20 0 12745542 11259342848 124293 33554432000 4194304 4196468 140725833359456 140290737273456 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1213] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=1053/tid=1210] ppid=1049 vsize=10995452 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1210/stat : 1210 (java) S 1049 1053 29408 0 -1 1077944384 13794 12412 0 0 355 2 8 4 20 0 20 0 12745542 11259342848 380884 33554432000 4194304 4196468 140725833359456 140290739379056 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1211] ppid=1049 vsize=10995452 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1211/stat : 1211 (java) S 1049 1053 29408 0 -1 1077944384 10818 12412 0 0 355 2 8 4 20 0 20 0 12745542 11259342848 380884 33554432000 4194304 4196468 140725833359456 140290738326000 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1212] ppid=1049 vsize=10995452 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1212/stat : 1212 (java) S 1049 1053 29408 0 -1 1077944384 13672 12412 0 0 183 3 8 4 20 0 20 0 12745542 11259342848 380884 33554432000 4194304 4196468 140725833359456 140290737273456 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1213] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1213/stat : 1213 (java) S 1049 1053 29408 0 -1 1077944384 3 12412 0 0 0 0 8 4 20 0 20 0 12745542 11259342848 380884 33554432000 4194304 4196468 140725833359456 140290736220640 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1214] ppid=1049 vsize=10995452 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1214/stat : 1214 (java) S 1049 1053 29408 0 -1 1077944384 1352 12412 0 0 65 58 8 4 20 0 20 0 12745543 11259342848 380884 33554432000 4194304 4196468 140725833359456 140290735168176 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
Current children cumulated CPU time (s) 2333.58
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.46 1.41 1.46 3/281 1897
/proc/meminfo: memFree=27037932/32770624 swapFree=5920/186780
[pid=1053] ppid=1049 vsize=10995452 CPUtime=2395.18 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (java) S 1049 1053 29408 0 -1 1077944320 221649 12412 0 0 239018 488 8 4 20 0 20 0 12745521 11259342848 381431 33554432000 4194304 4196468 140725833359456 140725833342000 140291538853623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
/proc/1053/statm: 2748863 381431 3511 1 0 2736418 0
[pid=1053/tid=1186] ppid=1049 vsize=10995452 CPUtime=2301.32 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1186/stat : 1186 (java) R 1049 1053 29408 0 -1 4202560 92412 12412 0 0 230063 57 8 4 20 0 20 0 12745534 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291543087632 140291181007033 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1187] ppid=1049 vsize=10995452 CPUtime=9.07 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1187/stat : 1187 (java) S 1049 1053 29408 0 -1 1077944384 5974 12412 0 0 849 46 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291491473936 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1188] ppid=1049 vsize=10995452 CPUtime=9.22 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1188/stat : 1188 (java) S 1049 1053 29408 0 -1 1077944384 6605 12412 0 0 868 42 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291490421392 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1189] ppid=1049 vsize=10995452 CPUtime=9.16 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1189/stat : 1189 (java) S 1049 1053 29408 0 -1 1077944384 6570 12412 0 0 860 44 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291489368336 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1190] ppid=1049 vsize=10995452 CPUtime=9.13 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1190/stat : 1190 (java) S 1049 1053 29408 0 -1 1077944384 10847 12412 0 0 855 46 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291488315792 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1191] ppid=1049 vsize=10995452 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1191/stat : 1191 (java) S 1049 1053 29408 0 -1 1077944384 5945 12412 0 0 850 46 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291487263760 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1192] ppid=1049 vsize=10995452 CPUtime=9.17 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1192/stat : 1192 (java) S 1049 1053 29408 0 -1 1077944384 8908 12412 0 0 860 45 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291486211216 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1193] ppid=1049 vsize=10995452 CPUtime=9.07 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1193/stat : 1193 (java) S 1049 1053 29408 0 -1 1077944384 6670 12412 0 0 850 45 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291485158160 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1194] ppid=1049 vsize=10995452 CPUtime=9.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1194/stat : 1194 (java) S 1049 1053 29408 0 -1 1077944384 6074 12412 0 0 856 44 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291484105616 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1198] ppid=1049 vsize=10995452 CPUtime=7.75 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1198/stat : 1198 (java) S 1049 1053 29408 0 -1 1077944384 16359 12412 0 0 722 41 8 4 20 0 20 0 12745537 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290744641776 140291538864770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1199] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1199/stat : 1199 (java) S 1049 1053 29408 0 -1 1077944384 56 12412 0 0 0 0 8 4 20 0 20 0 12745538 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290743588128 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1200] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1200/stat : 1200 (java) S 1049 1053 29408 0 -1 1077944384 45 12412 0 0 0 0 8 4 20 0 20 0 12745538 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290742534912 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1208] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1208/stat : 1208 (java) S 1049 1053 29408 0 -1 1077944384 1 12412 0 0 0 0 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290741483472 140291538872219 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1209] ppid=1049 vsize=10995452 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1209/stat : 1209 (java) S 1049 1053 29408 0 -1 1077944384 13390 12412 0 0 373 2 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290740431600 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1210] ppid=1049 vsize=10995452 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1210/stat : 1210 (java) S 1049 1053 29408 0 -1 1077944384 13796 12412 0 0 355 2 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290739379056 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1211] ppid=1049 vsize=10995452 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1211/stat : 1211 (java) S 1049 1053 29408 0 -1 1077944384 10820 12412 0 0 355 2 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290738326000 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1212] ppid=1049 vsize=10995452 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1212/stat : 1212 (java) S 1049 1053 29408 0 -1 1077944384 13674 12412 0 0 183 3 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290737273456 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1213] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1213/stat : 1213 (java) S 1049 1053 29408 0 -1 1077944384 3 12412 0 0 0 0 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290736220640 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1214] ppid=1049 vsize=10995452 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1214/stat : 1214 (java) S 1049 1053 29408 0 -1 1077944384 1370 12412 0 0 67 60 8 4 20 0 20 0 12745543 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290735168176 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
Current children cumulated CPU time (s) 2395.18
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2327 s]
/proc/loadavg: 1.42 1.40 1.46 3/281 1898
/proc/meminfo: memFree=27037304/32770624 swapFree=5920/186804
[pid=1053] ppid=1049 vsize=10995452 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (java) S 1049 1053 29408 0 -1 1077944320 221680 12412 0 0 239501 488 8 4 20 0 20 0 12745521 11259342848 381431 33554432000 4194304 4196468 140725833359456 140725833342000 140291538853623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
/proc/1053/statm: 2748863 381431 3511 1 0 2736418 0
[pid=1053/tid=1186] ppid=1049 vsize=10995452 CPUtime=2305.98 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1186/stat : 1186 (java) R 1049 1053 29408 0 -1 4202560 92433 12412 0 0 230529 57 8 4 20 0 20 0 12745534 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291543087632 140291177805255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1187] ppid=1049 vsize=10995452 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1187/stat : 1187 (java) S 1049 1053 29408 0 -1 1077944384 5974 12412 0 0 850 46 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291491473936 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1188] ppid=1049 vsize=10995452 CPUtime=9.24 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1188/stat : 1188 (java) S 1049 1053 29408 0 -1 1077944384 6605 12412 0 0 870 42 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291490421392 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1189] ppid=1049 vsize=10995452 CPUtime=9.18 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1189/stat : 1189 (java) S 1049 1053 29408 0 -1 1077944384 6571 12412 0 0 862 44 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291489368336 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1190] ppid=1049 vsize=10995452 CPUtime=9.15 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1190/stat : 1190 (java) S 1049 1053 29408 0 -1 1077944384 10847 12412 0 0 857 46 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291488315792 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1191] ppid=1049 vsize=10995452 CPUtime=9.1 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1191/stat : 1191 (java) S 1049 1053 29408 0 -1 1077944384 5946 12412 0 0 852 46 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291487263760 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1192] ppid=1049 vsize=10995452 CPUtime=9.19 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1192/stat : 1192 (java) S 1049 1053 29408 0 -1 1077944384 8908 12412 0 0 862 45 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291486211216 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1193] ppid=1049 vsize=10995452 CPUtime=9.09 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1193/stat : 1193 (java) S 1049 1053 29408 0 -1 1077944384 6670 12412 0 0 852 45 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291485158160 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1194] ppid=1049 vsize=10995452 CPUtime=9.13 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1194/stat : 1194 (java) S 1049 1053 29408 0 -1 1077944384 6074 12412 0 0 857 44 8 4 20 0 20 0 12745535 11259342848 381431 33554432000 4194304 4196468 140725833359456 140291484105616 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1198] ppid=1049 vsize=10995452 CPUtime=7.76 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1198/stat : 1198 (java) S 1049 1053 29408 0 -1 1077944384 16365 12412 0 0 723 41 8 4 20 0 20 0 12745537 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290744641776 140291538864770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1199] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1199/stat : 1199 (java) S 1049 1053 29408 0 -1 1077944384 56 12412 0 0 0 0 8 4 20 0 20 0 12745538 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290743588128 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1200] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1200/stat : 1200 (java) S 1049 1053 29408 0 -1 1077944384 45 12412 0 0 0 0 8 4 20 0 20 0 12745538 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290742534912 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1208] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1208/stat : 1208 (java) S 1049 1053 29408 0 -1 1077944384 1 12412 0 0 0 0 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290741483472 140291538872219 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1209] ppid=1049 vsize=10995452 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1209/stat : 1209 (java) S 1049 1053 29408 0 -1 1077944384 13390 12412 0 0 373 2 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290740431600 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1210] ppid=1049 vsize=10995452 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1210/stat : 1210 (java) S 1049 1053 29408 0 -1 1077944384 13796 12412 0 0 355 2 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290739379056 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1211] ppid=1049 vsize=10995452 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1211/stat : 1211 (java) S 1049 1053 29408 0 -1 1077944384 10820 12412 0 0 355 2 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290738326000 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1212] ppid=1049 vsize=10995452 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1212/stat : 1212 (java) S 1049 1053 29408 0 -1 1077944384 13674 12412 0 0 183 3 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290737273456 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1213] ppid=1049 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1213/stat : 1213 (java) S 1049 1053 29408 0 -1 1077944384 3 12412 0 0 0 0 8 4 20 0 20 0 12745542 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290736220640 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1214] ppid=1049 vsize=10995452 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1214/stat : 1214 (java) S 1049 1053 29408 0 -1 1077944384 1372 12412 0 0 67 60 8 4 20 0 20 0 12745543 11259342848 381431 33554432000 4194304 4196468 140725833359456 140290735168176 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10995452

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1053 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2327.2 s]
/proc/loadavg: 1.42 1.40 1.46 3/281 1898
/proc/meminfo: memFree=27037304/32770624 swapFree=5920/186804
[pid=1053] ppid=1049 vsize=11128580 CPUtime=2400.97 cores=0,2,4,6,8,10,12,14
/proc/1053/stat : 1053 (java) S 1049 1053 29408 0 -1 1077944320 228707 12412 0 0 239595 490 8 4 20 0 22 0 12745521 11395665920 383274 33554432000 4194304 4196468 140725833359456 140725833342000 140291538853623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
/proc/1053/statm: 2782145 383274 3511 1 0 2769700 0
[pid=1053/tid=1186] ppid=1049 vsize=11128580 CPUtime=2305.99 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1186/stat : 1186 (java) S 1049 1053 29408 0 -1 1077944384 92824 12412 0 0 230530 57 8 4 20 0 22 0 12745534 11395665920 383274 33554432000 4194304 4196468 140725833359456 140291543091168 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1187] ppid=1049 vsize=11128580 CPUtime=9.18 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1187/stat : 1187 (java) R 1049 1053 29408 0 -1 4202560 5982 12412 0 0 860 46 8 4 20 0 22 0 12745535 11395665920 383274 33554432000 4194304 4196468 140725833359456 140291491474136 140291531481831 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1188] ppid=1049 vsize=11128580 CPUtime=9.36 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1188/stat : 1188 (java) R 1049 1053 29408 0 -1 4202560 6631 12412 0 0 881 43 8 4 20 0 22 0 12745535 11395665920 383274 33554432000 4194304 4196468 140725833359456 140291490421592 140291531481831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1189] ppid=1049 vsize=11128580 CPUtime=9.3 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1189/stat : 1189 (java) R 1049 1053 29408 0 -1 4202560 6578 12412 0 0 873 45 8 4 20 0 22 0 12745535 11395665920 383274 33554432000 4194304 4196468 140725833359456 140291489368536 140291523554276 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1190] ppid=1049 vsize=11128580 CPUtime=9.25 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1190/stat : 1190 (java) R 1049 1053 29408 0 -1 4202560 10854 12412 0 0 867 46 8 4 20 0 22 0 12745535 11395665920 383274 33554432000 4194304 4196468 140725833359456 140291488315992 140291520463346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1191] ppid=1049 vsize=11128580 CPUtime=9.21 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1191/stat : 1191 (java) R 1049 1053 29408 0 -1 4202560 5953 12412 0 0 863 46 8 4 20 0 22 0 12745535 11395665920 383274 33554432000 4194304 4196468 140725833359456 140291487263960 140291520463232 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1192] ppid=1049 vsize=11128580 CPUtime=9.31 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1192/stat : 1192 (java) R 1049 1053 29408 0 -1 4202560 8920 12412 0 0 874 45 8 4 20 0 22 0 12745535 11395665920 383274 33554432000 4194304 4196468 140725833359456 140291486211416 140291531481831 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1193] ppid=1049 vsize=11128580 CPUtime=9.21 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1193/stat : 1193 (java) R 1049 1053 29408 0 -1 4202560 6738 12412 0 0 863 46 8 4 20 0 22 0 12745535 11395665920 383274 33554432000 4194304 4196468 140725833359456 140291485158360 140291531481831 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1194] ppid=1049 vsize=11128580 CPUtime=9.24 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1194/stat : 1194 (java) R 1049 1053 29408 0 -1 4202560 6078 12412 0 0 868 44 8 4 20 0 22 0 12745535 11395665920 383274 33554432000 4194304 4196468 140725833359456 140291484105616 140291531481831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1198] ppid=1049 vsize=11128580 CPUtime=7.84 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1198/stat : 1198 (java) S 1049 1053 29408 0 -1 1077944384 22602 12412 0 0 730 42 8 4 20 0 22 0 12745537 11395665920 383274 33554432000 4194304 4196468 140725833359456 140290744640400 140291538863829 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1199] ppid=1049 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1199/stat : 1199 (java) S 1049 1053 29408 0 -1 1077944384 57 12412 0 0 0 0 8 4 20 0 22 0 12745538 11395665920 383274 33554432000 4194304 4196468 140725833359456 140290743588032 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1200] ppid=1049 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1200/stat : 1200 (java) S 1049 1053 29408 0 -1 1077944384 45 12412 0 0 0 0 8 4 20 0 22 0 12745538 11395665920 383274 33554432000 4194304 4196468 140725833359456 140290742534912 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1208] ppid=1049 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1208/stat : 1208 (java) S 1049 1053 29408 0 -1 1077944384 102 12412 0 0 0 0 8 4 20 0 22 0 12745542 11395665920 383274 33554432000 4194304 4196468 140725833359456 140290741483472 140291538872219 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1209] ppid=1049 vsize=11128580 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1209/stat : 1209 (java) S 1049 1053 29408 0 -1 1077944384 13390 12412 0 0 373 2 8 4 20 0 22 0 12745542 11395665920 383274 33554432000 4194304 4196468 140725833359456 140290740431600 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1210] ppid=1049 vsize=11128580 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1210/stat : 1210 (java) S 1049 1053 29408 0 -1 1077944384 13796 12412 0 0 355 2 8 4 20 0 22 0 12745542 11395665920 383274 33554432000 4194304 4196468 140725833359456 140290739379056 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1211] ppid=1049 vsize=11128580 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1211/stat : 1211 (java) S 1049 1053 29408 0 -1 1077944384 10820 12412 0 0 355 2 8 4 20 0 22 0 12745542 11395665920 383274 33554432000 4194304 4196468 140725833359456 140290738326000 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1212] ppid=1049 vsize=11128580 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1212/stat : 1212 (java) S 1049 1053 29408 0 -1 1077944384 13717 12412 0 0 183 3 8 4 20 0 22 0 12745542 11395665920 383274 33554432000 4194304 4196468 140725833359456 140290737273024 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1213] ppid=1049 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1213/stat : 1213 (java) S 1049 1053 29408 0 -1 1077944384 3 12412 0 0 0 0 8 4 20 0 22 0 12745542 11395665920 383274 33554432000 4194304 4196468 140725833359456 140290736220640 140291538863829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
[pid=1053/tid=1214] ppid=1049 vsize=11128580 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/1053/task/1214/stat : 1214 (java) S 1049 1053 29408 0 -1 1077944384 1372 12412 0 0 67 60 8 4 20 0 22 0 12745543 11395665920 383274 33554432000 4194304 4196468 140725833359456 140290735168176 140291538864770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6512640 140725833362113 140725833364887 140725833364887 140725833367503 0
Current children cumulated CPU time (s) 2400.97
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2327.26
CPU time (s): 2401.15
CPU user time (s): 2396.18
CPU system time (s): 4.96458
CPU usage (%): 103.175
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.18
system time used= 4.96458
maximum resident set size= 1607804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241196
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 324947
involuntary context switches= 187687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2808 second user time and 20.4991 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-23 03:52:38
IDJOB=4249746
IDBENCH=138136
IDSOLVER=2630
FILE ID=node106/4249746-1500774758
RUNJOBID= node106-1500774758-1025
PBS_JOBID= 20624576
Free space on /tmp= 61908 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-sw100/BinPacking-sum-sw100-11.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249746-1500774758/watcher-4249746-1500774758 -o /tmp/evaluation-result-4249746-1500774758/solver-4249746-1500774758 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500774758-1025 --watchdog 2560  bin/concrete HOME/instance-4249746-1500774758.xml

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

MD5SUM BENCH= c58f2fe5ede8c4d6ff77ee35850bdc3a
RANDOM SEED=798307973

node106.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		: 2133.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.15
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		: 2000.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.15
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		: 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.15
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		: 1600.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.15
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		: 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.15
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		: 2533.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.15
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		: 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.15
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		: 1867.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.15
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		: 2000.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:        31680056 kB
MemAvailable:   31990228 kB
Buffers:          185952 kB
Cached:           396564 kB
SwapCached:            0 kB
Active:           394880 kB
Inactive:         240168 kB
Active(anon):      10540 kB
Inactive(anon):    54096 kB
Active(file):     384340 kB
Inactive(file):   186072 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48884 kB
Writeback:             0 kB
AnonPages:         59112 kB
Mapped:            31600 kB
Shmem:              8852 kB
Slab:             145128 kB
SReclaimable:     111188 kB
SUnreclaim:        33940 kB
KernelStack:        4096 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61864 MiB
End job on node106 at 2017-07-23 04:31:26