Trace number 4244705

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.05 2345.61

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-10.xml
MD5SUMdd9b438f7b2aa476e711f04952c9024a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints54
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":100}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":96}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":22}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":54}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.12 1.35 1.44 3/261 16445
/proc/meminfo: memFree=30389676/32770624 swapFree=5940/252364
[pid=16445] ppid=16442 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (bash) S 16442 16445 14618 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 4748966 9736192 351 33554432000 4194304 5098028 140722900957440 140722900955080 139726788357120 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 10633216 140722900960526 140722900960611 140722900960611 140722900963310 0
/proc/16445/statm: 2377 351 278 221 0 86 0

[startup+0.100186 s]
/proc/loadavg: 1.12 1.35 1.44 3/261 16445
/proc/meminfo: memFree=30389676/32770624 swapFree=5940/252364
[pid=16445] ppid=16442 vsize=9640 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (bash) S 16442 16445 14618 0 -1 4202496 884 6416 0 0 0 0 0 2 20 0 1 0 4748966 9871360 378 33554432000 4194304 5098028 140722900957440 140722900951448 139726788357120 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 10633216 140722900960526 140722900960611 140722900960611 140722900963310 0
/proc/16445/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200378 s]
/proc/loadavg: 1.12 1.35 1.44 3/261 16445
/proc/meminfo: memFree=30389676/32770624 swapFree=5940/252364
[pid=16445] ppid=16442 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (java) S 16442 16445 14618 0 -1 1077944320 4813 12834 0 0 6 1 8 4 20 0 13 0 4748966 10686320640 5682 33554432000 4194304 4196468 140722521689728 140722521672272 140484276150007 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
/proc/16445/statm: 2608965 5682 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300306 s]
/proc/loadavg: 1.12 1.35 1.44 3/261 16445
/proc/meminfo: memFree=30389676/32770624 swapFree=5940/252364
[pid=16445] ppid=16442 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (java) S 16442 16445 14618 0 -1 1077944320 7114 12834 0 0 22 2 8 4 20 0 20 0 4748966 11164049408 9334 33554432000 4194304 4196468 140722521689728 140722521672272 140484276150007 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
/proc/16445/statm: 2725598 9334 2941 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700206 s]
/proc/loadavg: 1.12 1.35 1.44 3/261 16445
/proc/meminfo: memFree=30389676/32770624 swapFree=5940/252364
[pid=16445] ppid=16442 vsize=10902752 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (java) S 16442 16445 14618 0 -1 1077944320 12313 12834 0 0 76 4 8 4 20 0 20 0 4748966 11164418048 16146 33554432000 4194304 4196468 140722521689728 140722521672272 140484276150007 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
/proc/16445/statm: 2725680 16146 3185 1 0 2713890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10902752

[startup+1.50068 s]
/proc/loadavg: 1.12 1.35 1.44 3/281 16518
/proc/meminfo: memFree=30283856/32770624 swapFree=5940/252412
[pid=16445] ppid=16442 vsize=10913344 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (java) S 16442 16445 14618 0 -1 1077944320 24652 12834 0 0 208 10 8 4 20 0 20 0 4748966 11175264256 44594 33554432000 4194304 4196468 140722521689728 140722521672272 140484276150007 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
/proc/16445/statm: 2728336 44594 3394 1 0 2716450 0
[pid=16445/tid=16500] ppid=16442 vsize=10913344 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16500/stat : 16500 (java) R 16442 16445 14618 0 -1 4202560 18243 12834 0 0 127 4 8 4 20 0 20 0 4748979 11175264256 44594 33554432000 4194304 4196468 140722521689728 140484280369040 140484276161942 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16501] ppid=16442 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16501/stat : 16501 (java) S 16442 16445 14618 0 -1 1077944384 16 12834 0 0 0 0 8 4 20 0 20 0 4748980 11175264256 44594 33554432000 4194304 4196468 140722521689728 140484228770320 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16502] ppid=16442 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16502/stat : 16502 (java) S 16442 16445 14618 0 -1 1077944384 29 12834 0 0 1 0 8 4 20 0 20 0 4748980 11175264256 44594 33554432000 4194304 4196468 140722521689728 140484227717776 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16503] ppid=16442 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16503/stat : 16503 (java) S 16442 16445 14618 0 -1 1077944384 36 12834 0 0 1 0 8 4 20 0 20 0 4748980 11175264256 44594 33554432000 4194304 4196468 140722521689728 140484226664720 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16504] ppid=16442 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16504/stat : 16504 (java) S 16442 16445 14618 0 -1 1077944384 18 12834 0 0 1 0 8 4 20 0 20 0 4748980 11175264256 44594 33554432000 4194304 4196468 140722521689728 140484225612176 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16505] ppid=16442 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16505/stat : 16505 (java) S 16442 16445 14618 0 -1 1077944384 114 12834 0 0 1 0 8 4 20 0 20 0 4748980 11175264256 44594 33554432000 4194304 4196468 140722521689728 140484224560144 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16506] ppid=16442 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16506/stat : 16506 (java) S 16442 16445 14618 0 -1 1077944384 10 12834 0 0 1 0 8 4 20 0 20 0 4748980 11175264256 44594 33554432000 4194304 4196468 140722521689728 140484223507600 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16507] ppid=16442 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16507/stat : 16507 (java) S 16442 16445 14618 0 -1 1077944384 22 12834 0 0 1 0 8 4 20 0 20 0 4748980 11175264256 44594 33554432000 4194304 4196468 140722521689728 140484222454544 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16508] ppid=16442 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16508/stat : 16508 (java) S 16442 16445 14618 0 -1 1077944384 17 12834 0 0 0 0 8 4 20 0 20 0 4748980 11175264256 44594 33554432000 4194304 4196468 140722521689728 140484221402000 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16509] ppid=16442 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16509/stat : 16509 (java) S 16442 16445 14618 0 -1 1077944384 620 12834 0 0 1 0 8 4 20 0 20 0 4748982 11175264256 44594 33554432000 4194304 4196468 140722521689728 140483817945328 140484276161154 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16510] ppid=16442 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16510/stat : 16510 (java) S 16442 16445 14618 0 -1 1077944384 34 12834 0 0 0 0 8 4 20 0 20 0 4748983 11175264256 44594 33554432000 4194304 4196468 140722521689728 140483092276448 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16511] ppid=16442 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16511/stat : 16511 (java) S 16442 16445 14618 0 -1 1077944384 44 12834 0 0 0 0 8 4 20 0 20 0 4748983 11175264256 44594 33554432000 4194304 4196468 140722521689728 140483091223296 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16512] ppid=16442 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16512/stat : 16512 (java) S 16442 16445 14618 0 -1 1077944384 1 12834 0 0 0 0 8 4 20 0 20 0 4748987 11175264256 44594 33554432000 4194304 4196468 140722521689728 140483090171856 140484276168603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16513] ppid=16442 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16513/stat : 16513 (java) S 16442 16445 14618 0 -1 1077944384 851 12834 0 0 11 0 8 4 20 0 20 0 4748987 11175264256 44594 33554432000 4194304 4196468 140722521689728 140483089119984 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16514] ppid=16442 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16514/stat : 16514 (java) S 16442 16445 14618 0 -1 1077944384 686 12834 0 0 16 0 8 4 20 0 20 0 4748987 11175264256 44594 33554432000 4194304 4196468 140722521689728 140483088067440 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16515] ppid=16442 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16515/stat : 16515 (java) R 16442 16445 14618 0 -1 4202560 542 12834 0 0 15 0 8 4 20 0 20 0 4748987 11175264256 44594 33554432000 4194304 4196468 140722521689728 140483087000480 140484259708594 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16516] ppid=16442 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16516/stat : 16516 (java) S 16442 16445 14618 0 -1 1077944384 1232 12834 0 0 26 0 8 4 20 0 20 0 4748987 11175264256 44594 33554432000 4194304 4196468 140722521689728 140483085961840 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16517] ppid=16442 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16517/stat : 16517 (java) S 16442 16445 14618 0 -1 1077944384 3 12834 0 0 0 0 8 4 20 0 20 0 4748988 11175264256 44594 33554432000 4194304 4196468 140722521689728 140483084909024 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16518] ppid=16442 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16518/stat : 16518 (java) S 16442 16445 14618 0 -1 1077944384 3 12834 0 0 0 0 8 4 20 0 20 0 4748988 11175264256 44594 33554432000 4194304 4196468 140722521689728 140483083856560 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10107 s]
/proc/loadavg: 1.12 1.35 1.44 4/281 16518
/proc/meminfo: memFree=30210112/32770624 swapFree=5940/252412
[pid=16445] ppid=16442 vsize=10993404 CPUtime=6.11 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (java) S 16442 16445 14618 0 -1 1077944320 49645 12834 0 0 580 19 8 4 20 0 20 0 4748966 11257245696 63209 33554432000 4194304 4196468 140722521689728 140722521672272 140484276150007 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
/proc/16445/statm: 2748351 63209 3474 1 0 2735906 0
[pid=16445/tid=16500] ppid=16442 vsize=10993404 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16500/stat : 16500 (java) R 16442 16445 14618 0 -1 4202560 36962 12834 0 0 281 9 8 4 20 0 20 0 4748979 11257245696 63209 33554432000 4194304 4196468 140722521689728 140484280365912 140483900828239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16501] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16501/stat : 16501 (java) S 16442 16445 14618 0 -1 1077944384 16 12834 0 0 0 0 8 4 20 0 20 0 4748980 11257245696 63209 33554432000 4194304 4196468 140722521689728 140484228770320 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16502] ppid=16442 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16502/stat : 16502 (java) S 16442 16445 14618 0 -1 1077944384 29 12834 0 0 1 0 8 4 20 0 20 0 4748980 11257245696 63209 33554432000 4194304 4196468 140722521689728 140484227717776 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16503] ppid=16442 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16503/stat : 16503 (java) S 16442 16445 14618 0 -1 1077944384 36 12834 0 0 1 0 8 4 20 0 20 0 4748980 11257245696 63209 33554432000 4194304 4196468 140722521689728 140484226664720 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16504] ppid=16442 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16504/stat : 16504 (java) S 16442 16445 14618 0 -1 1077944384 18 12834 0 0 1 0 8 4 20 0 20 0 4748980 11257245696 63209 33554432000 4194304 4196468 140722521689728 140484225612176 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16505] ppid=16442 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16505/stat : 16505 (java) S 16442 16445 14618 0 -1 1077944384 114 12834 0 0 1 0 8 4 20 0 20 0 4748980 11257245696 63209 33554432000 4194304 4196468 140722521689728 140484224560144 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16506] ppid=16442 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16506/stat : 16506 (java) S 16442 16445 14618 0 -1 1077944384 10 12834 0 0 1 0 8 4 20 0 20 0 4748980 11257245696 63209 33554432000 4194304 4196468 140722521689728 140484223507600 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16507] ppid=16442 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16507/stat : 16507 (java) S 16442 16445 14618 0 -1 1077944384 22 12834 0 0 1 0 8 4 20 0 20 0 4748980 11257245696 63209 33554432000 4194304 4196468 140722521689728 140484222454544 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16508] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16508/stat : 16508 (java) S 16442 16445 14618 0 -1 1077944384 17 12834 0 0 0 0 8 4 20 0 20 0 4748980 11257245696 63209 33554432000 4194304 4196468 140722521689728 140484221402000 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16509] ppid=16442 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16509/stat : 16509 (java) S 16442 16445 14618 0 -1 1077944384 628 12834 0 0 1 0 8 4 20 0 20 0 4748982 11257245696 63209 33554432000 4194304 4196468 140722521689728 140483817945328 140484276161154 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16510] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16510/stat : 16510 (java) S 16442 16445 14618 0 -1 1077944384 34 12834 0 0 0 0 8 4 20 0 20 0 4748983 11257245696 63209 33554432000 4194304 4196468 140722521689728 140483092276448 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16511] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16511/stat : 16511 (java) S 16442 16445 14618 0 -1 1077944384 44 12834 0 0 0 0 8 4 20 0 20 0 4748983 11257245696 63209 33554432000 4194304 4196468 140722521689728 140483091223296 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16512] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16512/stat : 16512 (java) S 16442 16445 14618 0 -1 1077944384 1 12834 0 0 0 0 8 4 20 0 20 0 4748987 11257245696 63209 33554432000 4194304 4196468 140722521689728 140483090171856 140484276168603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16513] ppid=16442 vsize=10993404 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16513/stat : 16513 (java) S 16442 16445 14618 0 -1 1077944384 1724 12834 0 0 51 1 8 4 20 0 20 0 4748987 11257245696 63209 33554432000 4194304 4196468 140722521689728 140483089119984 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16514] ppid=16442 vsize=10993404 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16514/stat : 16514 (java) S 16442 16445 14618 0 -1 1077944384 1275 12834 0 0 49 1 8 4 20 0 20 0 4748987 11257245696 63209 33554432000 4194304 4196468 140722521689728 140483088067440 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16515] ppid=16442 vsize=10993404 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16515/stat : 16515 (java) S 16442 16445 14618 0 -1 1077944384 2891 12834 0 0 84 1 8 4 20 0 20 0 4748987 11257245696 63209 33554432000 4194304 4196468 140722521689728 140483087014384 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16516] ppid=16442 vsize=10993404 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16516/stat : 16516 (java) S 16442 16445 14618 0 -1 1077944384 3687 12834 0 0 100 2 8 4 20 0 20 0 4748987 11257245696 63209 33554432000 4194304 4196468 140722521689728 140483085961840 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16517] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16517/stat : 16517 (java) S 16442 16445 14618 0 -1 1077944384 3 12834 0 0 0 0 8 4 20 0 20 0 4748988 11257245696 63209 33554432000 4194304 4196468 140722521689728 140483084909024 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16518] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16518/stat : 16518 (java) S 16442 16445 14618 0 -1 1077944384 4 12834 0 0 0 0 8 4 20 0 20 0 4748988 11257245696 63209 33554432000 4194304 4196468 140722521689728 140483083856560 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 10993404

[startup+6.30113 s]
/proc/loadavg: 1.03 1.33 1.43 3/281 16518
/proc/meminfo: memFree=30057000/32770624 swapFree=5940/252424
[pid=16445] ppid=16442 vsize=10993404 CPUtime=10.72 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (java) S 16442 16445 14618 0 -1 1077944320 55715 12834 0 0 1033 27 8 4 20 0 20 0 4748966 11257245696 86871 33554432000 4194304 4196468 140722521689728 140722521672272 140484276150007 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
/proc/16445/statm: 2748351 86871 3482 1 0 2735906 0
[pid=16445/tid=16500] ppid=16442 vsize=10993404 CPUtime=5.73 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16500/stat : 16500 (java) R 16442 16445 14618 0 -1 4202560 37474 12834 0 0 551 10 8 4 20 0 20 0 4748979 11257245696 86871 33554432000 4194304 4196468 140722521689728 140484280384032 140483911515207 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16501] ppid=16442 vsize=10993404 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16501/stat : 16501 (java) S 16442 16445 14618 0 -1 1077944384 66 12834 0 0 2 1 8 4 20 0 20 0 4748980 11257245696 86871 33554432000 4194304 4196468 140722521689728 140484228770320 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16502] ppid=16442 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16502/stat : 16502 (java) S 16442 16445 14618 0 -1 1077944384 47 12834 0 0 3 1 8 4 20 0 20 0 4748980 11257245696 86871 33554432000 4194304 4196468 140722521689728 140484227717776 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16503] ppid=16442 vsize=10993404 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16503/stat : 16503 (java) S 16442 16445 14618 0 -1 1077944384 50 12834 0 0 3 0 8 4 20 0 20 0 4748980 11257245696 86871 33554432000 4194304 4196468 140722521689728 140484226664720 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16504] ppid=16442 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16504/stat : 16504 (java) S 16442 16445 14618 0 -1 1077944384 50 12834 0 0 3 1 8 4 20 0 20 0 4748980 11257245696 86871 33554432000 4194304 4196468 140722521689728 140484225612176 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16505] ppid=16442 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16505/stat : 16505 (java) S 16442 16445 14618 0 -1 1077944384 304 12834 0 0 3 1 8 4 20 0 20 0 4748980 11257245696 86871 33554432000 4194304 4196468 140722521689728 140484224560144 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16506] ppid=16442 vsize=10993404 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16506/stat : 16506 (java) S 16442 16445 14618 0 -1 1077944384 55 12834 0 0 3 0 8 4 20 0 20 0 4748980 11257245696 86871 33554432000 4194304 4196468 140722521689728 140484223507600 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16507] ppid=16442 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16507/stat : 16507 (java) S 16442 16445 14618 0 -1 1077944384 47 12834 0 0 3 1 8 4 20 0 20 0 4748980 11257245696 86871 33554432000 4194304 4196468 140722521689728 140484222454544 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16508] ppid=16442 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16508/stat : 16508 (java) S 16442 16445 14618 0 -1 1077944384 36 12834 0 0 3 1 8 4 20 0 20 0 4748980 11257245696 86871 33554432000 4194304 4196468 140722521689728 140484221402000 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16509] ppid=16442 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16509/stat : 16509 (java) S 16442 16445 14618 0 -1 1077944384 1547 12834 0 0 4 0 8 4 20 0 20 0 4748982 11257245696 86871 33554432000 4194304 4196468 140722521689728 140483817945328 140484276161154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16510] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16510/stat : 16510 (java) S 16442 16445 14618 0 -1 1077944384 35 12834 0 0 0 0 8 4 20 0 20 0 4748983 11257245696 86871 33554432000 4194304 4196468 140722521689728 140483092276512 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16511] ppid=16442 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16511/stat : 16511 (java) S 16442 16445 14618 0 -1 1077944384 44 12834 0 0 1 0 8 4 20 0 20 0 4748983 11257245696 86871 33554432000 4194304 4196468 140722521689728 140483091223296 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16512] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16512/stat : 16512 (java) S 16442 16445 14618 0 -1 1077944384 1 12834 0 0 0 0 8 4 20 0 20 0 4748987 11257245696 86871 33554432000 4194304 4196468 140722521689728 140483090171856 140484276168603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16513] ppid=16442 vsize=10993404 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16513/stat : 16513 (java) S 16442 16445 14618 0 -1 1077944384 2643 12834 0 0 113 1 8 4 20 0 20 0 4748987 11257245696 86871 33554432000 4194304 4196468 140722521689728 140483089119984 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16514] ppid=16442 vsize=10993404 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16514/stat : 16514 (java) S 16442 16445 14618 0 -1 1077944384 2212 12834 0 0 94 1 8 4 20 0 20 0 4748987 11257245696 86871 33554432000 4194304 4196468 140722521689728 140483088067440 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 46 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16515] ppid=16442 vsize=10993404 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16515/stat : 16515 (java) S 16442 16445 14618 0 -1 1077944384 3552 12834 0 0 122 1 8 4 20 0 20 0 4748987 11257245696 86871 33554432000 4194304 4196468 140722521689728 140483087014384 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16516] ppid=16442 vsize=10993404 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16516/stat : 16516 (java) S 16442 16445 14618 0 -1 1077944384 4329 12834 0 0 117 2 8 4 20 0 20 0 4748987 11257245696 86871 33554432000 4194304 4196468 140722521689728 140483085961840 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16517] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=16445/tid=16514] ppid=16442 vsize=10993404 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16514/stat : 16514 (java) S 16442 16445 14618 0 -1 1077944384 2893 12834 0 0 96 1 8 4 20 0 20 0 4748987 11257245696 167837 33554432000 4194304 4196468 140722521689728 140483088067440 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16515] ppid=16442 vsize=10993404 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16515/stat : 16515 (java) S 16442 16445 14618 0 -1 1077944384 5022 12834 0 0 126 2 8 4 20 0 20 0 4748987 11257245696 167837 33554432000 4194304 4196468 140722521689728 140483087014384 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16516] ppid=16442 vsize=10993404 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16516/stat : 16516 (java) S 16442 16445 14618 0 -1 1077944384 7122 12834 0 0 120 2 8 4 20 0 20 0 4748987 11257245696 167837 33554432000 4194304 4196468 140722521689728 140483085961840 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16517] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16517/stat : 16517 (java) S 16442 16445 14618 0 -1 1077944384 3 12834 0 0 0 0 8 4 20 0 20 0 4748988 11257245696 167837 33554432000 4194304 4196468 140722521689728 140483084909024 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16518] ppid=16442 vsize=10993404 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16518/stat : 16518 (java) S 16442 16445 14618 0 -1 1077944384 1819 12834 0 0 58 54 8 4 20 0 20 0 4748988 11257245696 167837 33554432000 4194304 4196468 140722521689728 140483083856560 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
Current children cumulated CPU time (s) 2315.13
Current children cumulated vsize (KiB) 10993404

[startup+2322.3 s]
/proc/loadavg: 1.68 1.47 1.45 3/281 16742
/proc/meminfo: memFree=27848164/32770624 swapFree=5940/254896
[pid=16445] ppid=16442 vsize=10993404 CPUtime=2376.55 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (java) S 16442 16445 14618 0 -1 1077944320 134382 12834 0 0 237270 373 8 4 20 0 20 0 4748966 11257245696 167884 33554432000 4194304 4196468 140722521689728 140722521672272 140484276150007 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
/proc/16445/statm: 2748351 167884 3501 1 0 2735906 0
[pid=16445/tid=16500] ppid=16442 vsize=10993404 CPUtime=2304.99 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16500/stat : 16500 (java) R 16442 16445 14618 0 -1 4202560 61968 12834 0 0 230460 27 8 4 20 0 20 0 4748979 11257245696 167884 33554432000 4194304 4196468 140722521689728 140484280384272 140483911147800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16501] ppid=16442 vsize=10993404 CPUtime=7.56 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16501/stat : 16501 (java) S 16442 16445 14618 0 -1 1077944384 5982 12834 0 0 710 34 8 4 20 0 20 0 4748980 11257245696 167884 33554432000 4194304 4196468 140722521689728 140484228770320 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16502] ppid=16442 vsize=10993404 CPUtime=7.56 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16502/stat : 16502 (java) S 16442 16445 14618 0 -1 1077944384 5092 12834 0 0 710 34 8 4 20 0 20 0 4748980 11257245696 167884 33554432000 4194304 4196468 140722521689728 140484227717776 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16503] ppid=16442 vsize=10993404 CPUtime=7.56 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16503/stat : 16503 (java) S 16442 16445 14618 0 -1 1077944384 4447 12834 0 0 707 37 8 4 20 0 20 0 4748980 11257245696 167884 33554432000 4194304 4196468 140722521689728 140484226664720 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16504] ppid=16442 vsize=10993404 CPUtime=7.51 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16504/stat : 16504 (java) S 16442 16445 14618 0 -1 1077944384 3132 12834 0 0 702 37 8 4 20 0 20 0 4748980 11257245696 167884 33554432000 4194304 4196468 140722521689728 140484225612176 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16505] ppid=16442 vsize=10993404 CPUtime=7.55 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16505/stat : 16505 (java) S 16442 16445 14618 0 -1 1077944384 3352 12834 0 0 707 36 8 4 20 0 20 0 4748980 11257245696 167884 33554432000 4194304 4196468 140722521689728 140484224560144 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16506] ppid=16442 vsize=10993404 CPUtime=7.57 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16506/stat : 16506 (java) S 16442 16445 14618 0 -1 1077944384 4820 12834 0 0 713 32 8 4 20 0 20 0 4748980 11257245696 167884 33554432000 4194304 4196468 140722521689728 140484223507600 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16507] ppid=16442 vsize=10993404 CPUtime=7.52 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16507/stat : 16507 (java) S 16442 16445 14618 0 -1 1077944384 5155 12834 0 0 709 31 8 4 20 0 20 0 4748980 11257245696 167884 33554432000 4194304 4196468 140722521689728 140484222454544 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16508] ppid=16442 vsize=10993404 CPUtime=7.52 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16508/stat : 16508 (java) S 16442 16445 14618 0 -1 1077944384 7192 12834 0 0 704 36 8 4 20 0 20 0 4748980 11257245696 167884 33554432000 4194304 4196468 140722521689728 140484221402000 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16509] ppid=16442 vsize=10993404 CPUtime=6.32 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16509/stat : 16509 (java) S 16442 16445 14618 0 -1 1077944384 10380 12834 0 0 585 35 8 4 20 0 20 0 4748982 11257245696 167884 33554432000 4194304 4196468 140722521689728 140483817945328 140484276161154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16510] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16510/stat : 16510 (java) S 16442 16445 14618 0 -1 1077944384 35 12834 0 0 0 0 8 4 20 0 20 0 4748983 11257245696 167884 33554432000 4194304 4196468 140722521689728 140483092276512 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16511] ppid=16442 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16511/stat : 16511 (java) S 16442 16445 14618 0 -1 1077944384 44 12834 0 0 1 0 8 4 20 0 20 0 4748983 11257245696 167884 33554432000 4194304 4196468 140722521689728 140483091223296 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16512] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16512/stat : 16512 (java) S 16442 16445 14618 0 -1 1077944384 1 12834 0 0 0 0 8 4 20 0 20 0 4748987 11257245696 167884 33554432000 4194304 4196468 140722521689728 140483090171856 140484276168603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16513] ppid=16442 vsize=10993404 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16513/stat : 16513 (java) S 16442 16445 14618 0 -1 1077944384 3757 12834 0 0 118 1 8 4 20 0 20 0 4748987 11257245696 167884 33554432000 4194304 4196468 140722521689728 140483089119984 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16514] ppid=16442 vsize=10993404 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16514/stat : 16514 (java) S 16442 16445 14618 0 -1 1077944384 2895 12834 0 0 96 1 8 4 20 0 20 0 4748987 11257245696 167884 33554432000 4194304 4196468 140722521689728 140483088067440 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16515] ppid=16442 vsize=10993404 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16515/stat : 16515 (java) S 16442 16445 14618 0 -1 1077944384 5024 12834 0 0 126 2 8 4 20 0 20 0 4748987 11257245696 167884 33554432000 4194304 4196468 140722521689728 140483087014384 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16516] ppid=16442 vsize=10993404 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16516/stat : 16516 (java) S 16442 16445 14618 0 -1 1077944384 7124 12834 0 0 120 2 8 4 20 0 20 0 4748987 11257245696 167884 33554432000 4194304 4196468 140722521689728 140483085961840 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16517] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16517/stat : 16517 (java) S 16442 16445 14618 0 -1 1077944384 3 12834 0 0 0 0 8 4 20 0 20 0 4748988 11257245696 167884 33554432000 4194304 4196468 140722521689728 140483084909024 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16518] ppid=16442 vsize=10993404 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16518/stat : 16518 (java) S 16442 16445 14618 0 -1 1077944384 1848 12834 0 0 59 56 8 4 20 0 20 0 4748988 11257245696 167884 33554432000 4194304 4196468 140722521689728 140483083856560 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
Current children cumulated CPU time (s) 2376.55
Current children cumulated vsize (KiB) 10993404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2345.4 s]
/proc/loadavg: 1.77 1.51 1.46 3/281 16743
/proc/meminfo: memFree=27847148/32770624 swapFree=5940/254932
[pid=16445] ppid=16442 vsize=10993404 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (java) S 16442 16445 14618 0 -1 1077944320 134489 12834 0 0 239619 376 8 4 20 0 20 0 4748966 11257245696 167892 33554432000 4194304 4196468 140722521689728 140722521672272 140484276150007 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
/proc/16445/statm: 2748351 167892 3501 1 0 2735906 0
[pid=16445/tid=16500] ppid=16442 vsize=10993404 CPUtime=2327.94 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16500/stat : 16500 (java) R 16442 16445 14618 0 -1 4202560 62041 12834 0 0 232755 27 8 4 20 0 20 0 4748979 11257245696 167892 33554432000 4194304 4196468 140722521689728 140484280384176 140483911396452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16501] ppid=16442 vsize=10993404 CPUtime=7.61 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16501/stat : 16501 (java) S 16442 16445 14618 0 -1 1077944384 5994 12834 0 0 715 34 8 4 20 0 20 0 4748980 11257245696 167892 33554432000 4194304 4196468 140722521689728 140484228770320 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16502] ppid=16442 vsize=10993404 CPUtime=7.62 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16502/stat : 16502 (java) S 16442 16445 14618 0 -1 1077944384 5094 12834 0 0 716 34 8 4 20 0 20 0 4748980 11257245696 167892 33554432000 4194304 4196468 140722521689728 140484227717776 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16503] ppid=16442 vsize=10993404 CPUtime=7.61 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16503/stat : 16503 (java) S 16442 16445 14618 0 -1 1077944384 4450 12834 0 0 712 37 8 4 20 0 20 0 4748980 11257245696 167892 33554432000 4194304 4196468 140722521689728 140484226664720 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16504] ppid=16442 vsize=10993404 CPUtime=7.57 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16504/stat : 16504 (java) S 16442 16445 14618 0 -1 1077944384 3134 12834 0 0 708 37 8 4 20 0 20 0 4748980 11257245696 167892 33554432000 4194304 4196468 140722521689728 140484225612176 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16505] ppid=16442 vsize=10993404 CPUtime=7.62 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16505/stat : 16505 (java) S 16442 16445 14618 0 -1 1077944384 3354 12834 0 0 713 37 8 4 20 0 20 0 4748980 11257245696 167892 33554432000 4194304 4196468 140722521689728 140484224560144 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16506] ppid=16442 vsize=10993404 CPUtime=7.63 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16506/stat : 16506 (java) S 16442 16445 14618 0 -1 1077944384 4821 12834 0 0 719 32 8 4 20 0 20 0 4748980 11257245696 167892 33554432000 4194304 4196468 140722521689728 140484223507600 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16507] ppid=16442 vsize=10993404 CPUtime=7.59 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16507/stat : 16507 (java) S 16442 16445 14618 0 -1 1077944384 5158 12834 0 0 715 32 8 4 20 0 20 0 4748980 11257245696 167892 33554432000 4194304 4196468 140722521689728 140484222454544 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16508] ppid=16442 vsize=10993404 CPUtime=7.59 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16508/stat : 16508 (java) S 16442 16445 14618 0 -1 1077944384 7195 12834 0 0 710 37 8 4 20 0 20 0 4748980 11257245696 167892 33554432000 4194304 4196468 140722521689728 140484221402000 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16509] ppid=16442 vsize=10993404 CPUtime=6.38 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16509/stat : 16509 (java) S 16442 16445 14618 0 -1 1077944384 10384 12834 0 0 591 35 8 4 20 0 20 0 4748982 11257245696 167892 33554432000 4194304 4196468 140722521689728 140483817945328 140484276161154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16510] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16510/stat : 16510 (java) S 16442 16445 14618 0 -1 1077944384 35 12834 0 0 0 0 8 4 20 0 20 0 4748983 11257245696 167892 33554432000 4194304 4196468 140722521689728 140483092276512 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16511] ppid=16442 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16511/stat : 16511 (java) S 16442 16445 14618 0 -1 1077944384 44 12834 0 0 1 0 8 4 20 0 20 0 4748983 11257245696 167892 33554432000 4194304 4196468 140722521689728 140483091223296 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16512] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16512/stat : 16512 (java) S 16442 16445 14618 0 -1 1077944384 1 12834 0 0 0 0 8 4 20 0 20 0 4748987 11257245696 167892 33554432000 4194304 4196468 140722521689728 140483090171856 140484276168603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16513] ppid=16442 vsize=10993404 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16513/stat : 16513 (java) S 16442 16445 14618 0 -1 1077944384 3757 12834 0 0 118 1 8 4 20 0 20 0 4748987 11257245696 167892 33554432000 4194304 4196468 140722521689728 140483089119984 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16514] ppid=16442 vsize=10993404 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16514/stat : 16514 (java) S 16442 16445 14618 0 -1 1077944384 2895 12834 0 0 96 1 8 4 20 0 20 0 4748987 11257245696 167892 33554432000 4194304 4196468 140722521689728 140483088067440 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16515] ppid=16442 vsize=10993404 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16515/stat : 16515 (java) S 16442 16445 14618 0 -1 1077944384 5024 12834 0 0 126 2 8 4 20 0 20 0 4748987 11257245696 167892 33554432000 4194304 4196468 140722521689728 140483087014384 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16516] ppid=16442 vsize=10993404 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16516/stat : 16516 (java) S 16442 16445 14618 0 -1 1077944384 7124 12834 0 0 120 2 8 4 20 0 20 0 4748987 11257245696 167892 33554432000 4194304 4196468 140722521689728 140483085961840 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16517] ppid=16442 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16517/stat : 16517 (java) S 16442 16445 14618 0 -1 1077944384 3 12834 0 0 0 0 8 4 20 0 20 0 4748988 11257245696 167892 33554432000 4194304 4196468 140722521689728 140483084909024 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16518] ppid=16442 vsize=10993404 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16518/stat : 16518 (java) S 16442 16445 14618 0 -1 1077944384 1850 12834 0 0 60 57 8 4 20 0 20 0 4748988 11257245696 167892 33554432000 4194304 4196468 140722521689728 140483083856560 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10993404

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 16445 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2345.6 s]
/proc/loadavg: 1.77 1.51 1.46 3/281 16743
/proc/meminfo: memFree=27847148/32770624 swapFree=5940/254932
[pid=16445] ppid=16442 vsize=11126532 CPUtime=2401.02 cores=1,3,5,7,9,11,13,15
/proc/16445/stat : 16445 (java) S 16442 16445 14618 0 -1 1077944320 137765 12834 0 0 239712 378 8 4 20 0 22 0 4748966 11393568768 169556 33554432000 4194304 4196468 140722521689728 140722521672272 140484276150007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
/proc/16445/statm: 2781633 169561 3501 1 0 2769188 0
[pid=16445/tid=16500] ppid=16442 vsize=11126532 CPUtime=2327.95 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16500/stat : 16500 (java) R 16442 16445 14618 0 -1 4202560 62180 12834 0 0 232756 27 8 4 20 0 22 0 4748979 11393568768 169561 33554432000 4194304 4196468 140722521689728 140484280387680 140722522802379 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16501] ppid=16442 vsize=11126532 CPUtime=7.72 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16501/stat : 16501 (java) S 16442 16445 14618 0 -1 1077944384 5999 12834 0 0 726 34 8 4 20 0 22 0 4748980 11393568768 169561 33554432000 4194304 4196468 140722521689728 140484228770320 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16502] ppid=16442 vsize=11126532 CPUtime=7.72 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16502/stat : 16502 (java) S 16442 16445 14618 0 -1 1077944384 5097 12834 0 0 726 34 8 4 20 0 22 0 4748980 11393568768 169561 33554432000 4194304 4196468 140722521689728 140484227717776 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16503] ppid=16442 vsize=11126532 CPUtime=7.73 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16503/stat : 16503 (java) S 16442 16445 14618 0 -1 1077944384 4459 12834 0 0 723 38 8 4 20 0 22 0 4748980 11393568768 169561 33554432000 4194304 4196468 140722521689728 140484226664720 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16504] ppid=16442 vsize=11126532 CPUtime=7.68 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16504/stat : 16504 (java) S 16442 16445 14618 0 -1 1077944384 3162 12834 0 0 719 37 8 4 20 0 22 0 4748980 11393568768 169561 33554432000 4194304 4196468 140722521689728 140484225612176 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16505] ppid=16442 vsize=11126532 CPUtime=7.72 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16505/stat : 16505 (java) S 16442 16445 14618 0 -1 1077944384 3365 12834 0 0 723 37 8 4 20 0 22 0 4748980 11393568768 169562 33554432000 4194304 4196468 140722521689728 140484224560144 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16506] ppid=16442 vsize=11126532 CPUtime=7.73 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16506/stat : 16506 (java) S 16442 16445 14618 0 -1 1077944384 4829 12834 0 0 729 32 8 4 20 0 22 0 4748980 11393568768 169562 33554432000 4194304 4196468 140722521689728 140484223507600 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16507] ppid=16442 vsize=11126532 CPUtime=7.7 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16507/stat : 16507 (java) S 16442 16445 14618 0 -1 1077944384 5159 12834 0 0 726 32 8 4 20 0 22 0 4748980 11393568768 169562 33554432000 4194304 4196468 140722521689728 140484222454544 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16508] ppid=16442 vsize=11126532 CPUtime=7.69 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16508/stat : 16508 (java) S 16442 16445 14618 0 -1 1077944384 7201 12834 0 0 720 37 8 4 20 0 22 0 4748980 11393568768 169562 33554432000 4194304 4196468 140722521689728 140484221402000 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16509] ppid=16442 vsize=11126532 CPUtime=6.45 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16509/stat : 16509 (java) S 16442 16445 14618 0 -1 1077944384 13181 12834 0 0 598 35 8 4 20 0 22 0 4748982 11393568768 169562 33554432000 4194304 4196468 140722521689728 140483817945328 140484276161154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16510] ppid=16442 vsize=11126532 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16510/stat : 16510 (java) S 16442 16445 14618 0 -1 1077944384 39 12834 0 0 0 0 8 4 20 0 22 0 4748983 11393568768 169562 33554432000 4194304 4196468 140722521689728 140483092276512 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16511] ppid=16442 vsize=11126532 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16511/stat : 16511 (java) S 16442 16445 14618 0 -1 1077944384 48 12834 0 0 1 0 8 4 20 0 22 0 4748983 11393568768 169562 33554432000 4194304 4196468 140722521689728 140483091223296 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16512] ppid=16442 vsize=11126532 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16512/stat : 16512 (java) S 16442 16445 14618 0 -1 1077944384 90 12834 0 0 0 0 8 4 20 0 22 0 4748987 11393568768 169562 33554432000 4194304 4196468 140722521689728 140483090171856 140484276168603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16513] ppid=16442 vsize=11126532 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16513/stat : 16513 (java) S 16442 16445 14618 0 -1 1077944384 3757 12834 0 0 118 1 8 4 20 0 22 0 4748987 11393568768 169562 33554432000 4194304 4196468 140722521689728 140483089119984 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16514] ppid=16442 vsize=11126532 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16514/stat : 16514 (java) S 16442 16445 14618 0 -1 1077944384 2895 12834 0 0 96 1 8 4 20 0 22 0 4748987 11393568768 169562 33554432000 4194304 4196468 140722521689728 140483088067440 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16515] ppid=16442 vsize=11126532 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16515/stat : 16515 (java) S 16442 16445 14618 0 -1 1077944384 5070 12834 0 0 126 2 8 4 20 0 22 0 4748987 11393568768 169562 33554432000 4194304 4196468 140722521689728 140483087014384 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16516] ppid=16442 vsize=11126532 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16516/stat : 16516 (java) S 16442 16445 14618 0 -1 1077944384 7150 12834 0 0 120 2 8 4 20 0 22 0 4748987 11393568768 169562 33554432000 4194304 4196468 140722521689728 140483085961840 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16517] ppid=16442 vsize=11126532 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16517/stat : 16517 (java) S 16442 16445 14618 0 -1 1077944384 3 12834 0 0 0 0 8 4 20 0 22 0 4748988 11393568768 169562 33554432000 4194304 4196468 140722521689728 140483084909024 140484276160213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
[pid=16445/tid=16518] ppid=16442 vsize=11126532 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/16445/task/16518/stat : 16518 (java) S 16442 16445 14618 0 -1 1077944384 1850 12834 0 0 60 57 8 4 20 0 22 0 4748988 11393568768 169562 33554432000 4194304 4196468 140722521689728 140483083856560 140484276161154 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13066240 140722521696961 140722521699735 140722521699735 140722521702351 0
Current children cumulated CPU time (s) 2401.02
Current children cumulated vsize (KiB) 11126532

Child status: 143
Real time (s): 2345.61
CPU time (s): 2401.05
CPU user time (s): 2397.22
CPU system time (s): 3.83468
CPU usage (%): 102.363
Max. virtual memory (cumulated for all children) (KiB): 11126532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.22
system time used= 3.83468
maximum resident set size= 678844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 288737
involuntary context switches= 179997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3919 second user time and 19.4814 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 05:40:21
IDJOB=4244705
IDBENCH=115861
IDSOLVER=2630
FILE ID=node138/4244705-1500694821
RUNJOBID= node138-1500684099-14650
PBS_JOBID= 20623345
Free space on /tmp= 61968 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-10.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244705-1500694821/watcher-4244705-1500694821 -o /tmp/evaluation-result-4244705-1500694821/solver-4244705-1500694821 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560  bin/concrete HOME/instance-4244705-1500694821.xml

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

MD5SUM BENCH= dd9b438f7b2aa476e711f04952c9024a
RANDOM SEED=324116682

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		: 2668.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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		: 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		: 2533.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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.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		: 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		: 1733.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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		: 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		: 1600.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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:        30390216 kB
MemAvailable:   30592276 kB
Buffers:          111680 kB
Cached:           371436 kB
SwapCached:            0 kB
Active:          1681412 kB
Inactive:         260972 kB
Active(anon):    1462052 kB
Inactive(anon):     8608 kB
Active(file):     219360 kB
Inactive(file):   252364 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24432 kB
Writeback:             0 kB
AnonPages:       1470520 kB
Mapped:            44072 kB
Shmem:              8852 kB
Slab:             125712 kB
SReclaimable:      92340 kB
SUnreclaim:        33372 kB
KernelStack:        4848 kB
PageTables:         8212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2243220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1220608 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 06:19:27