Trace number 4248007

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.36 2333.08

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-09.xml
MD5SUM5a1f15825b762c0b5b9d8df1deed9cb9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark19973.1
Satisfiable
(Un)Satisfiability was proved
Number of variables104
Number of constraints103
Number of domains2
Minimum domain size2
Maximum domain size81
Distribution of domain sizes[{"size":2,"count":22},{"size":81,"count":82}]
Minimum variable degree2
Maximum variable degree22
Distribution of variable degrees[{"degree":2,"count":24},{"degree":3,"count":57},{"degree":4,"count":22},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":80},{"arity":3,"count":22},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints102
Distribution of constraint types[{"type":"intension","count":102},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=19930
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.27 1.40 1.46 3/262 19933
/proc/meminfo: memFree=30334156/32770624 swapFree=5780/174232
[pid=19933] ppid=19930 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (bash) S 19930 19933 14883 0 -1 4202496 687 1536 0 0 0 0 0 0 20 0 1 0 9448846 9736192 351 33554432000 4194304 5098028 140726938036832 140726938034472 140430853307392 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 19931136 140726938043662 140726938043747 140726938043747 140726938046446 0
/proc/19933/statm: 2377 351 278 221 0 86 0

[startup+0.100172 s]
/proc/loadavg: 1.27 1.40 1.46 3/262 19933
/proc/meminfo: memFree=30334156/32770624 swapFree=5780/174232
[pid=19933] ppid=19930 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (bash) S 19930 19933 14883 0 -1 4202496 881 6427 0 0 0 0 0 1 20 0 1 0 9448846 9871360 378 33554432000 4194304 5098028 140726938036832 140726938030840 140430853307392 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 19931136 140726938043662 140726938043747 140726938043747 140726938046446 0
/proc/19933/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200418 s]
/proc/loadavg: 1.27 1.40 1.46 3/262 19933
/proc/meminfo: memFree=30334156/32770624 swapFree=5780/174232
[pid=19933] ppid=19930 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (java) S 19930 19933 14883 0 -1 1077944320 5014 12408 0 0 5 1 8 4 20 0 13 0 9448846 10686320640 5347 33554432000 4194304 4196468 140736943685968 140736943668512 139799038840567 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
/proc/19933/statm: 2608965 5347 2137 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300335 s]
/proc/loadavg: 1.27 1.40 1.46 3/262 19933
/proc/meminfo: memFree=30334156/32770624 swapFree=5780/174232
[pid=19933] ppid=19930 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (java) S 19930 19933 14883 0 -1 1077944320 7352 12408 0 0 22 2 8 4 20 0 20 0 9448846 11164049408 9116 33554432000 4194304 4196468 140736943685968 140736943668512 139799038840567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
/proc/19933/statm: 2725598 9116 2987 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700169 s]
/proc/loadavg: 1.27 1.40 1.46 3/262 19933
/proc/meminfo: memFree=30334156/32770624 swapFree=5780/174232
[pid=19933] ppid=19930 vsize=10902720 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (java) S 19930 19933 14883 0 -1 1077944320 12725 12408 0 0 78 4 8 4 20 0 20 0 9448846 11164385280 16044 33554432000 4194304 4196468 140736943685968 140736943668512 139799038840567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
/proc/19933/statm: 2725680 16044 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50105 s]
/proc/loadavg: 1.24 1.40 1.45 3/282 20006
/proc/meminfo: memFree=30228648/32770624 swapFree=5780/174276
[pid=19933] ppid=19930 vsize=10913344 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (java) S 19930 19933 14883 0 -1 1077944320 27329 12408 0 0 200 14 8 4 20 0 20 0 9448846 11175264256 43944 33554432000 4194304 4196468 140736943685968 140736943668512 139799038840567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
/proc/19933/statm: 2728336 43944 3405 1 0 2716450 0
[pid=19933/tid=19988] ppid=19930 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19988/stat : 19988 (java) R 19930 19933 14883 0 -1 4202560 19555 12408 0 0 125 6 8 4 20 0 20 0 9448859 11175264256 43944 33554432000 4194304 4196468 140736943685968 139799043060016 139799022921054 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19989] ppid=19930 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19989/stat : 19989 (java) S 19930 19933 14883 0 -1 1077944384 132 12408 0 0 0 0 8 4 20 0 20 0 9448860 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798975531536 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19990] ppid=19930 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19990/stat : 19990 (java) S 19930 19933 14883 0 -1 1077944384 17 12408 0 0 0 0 8 4 20 0 20 0 9448860 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798974478992 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19991] ppid=19930 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19991/stat : 19991 (java) S 19930 19933 14883 0 -1 1077944384 28 12408 0 0 1 0 8 4 20 0 20 0 9448860 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798973425936 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19992] ppid=19930 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19992/stat : 19992 (java) S 19930 19933 14883 0 -1 1077944384 48 12408 0 0 1 0 8 4 20 0 20 0 9448860 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798972373392 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19993] ppid=19930 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19993/stat : 19993 (java) S 19930 19933 14883 0 -1 1077944384 32 12408 0 0 1 0 8 4 20 0 20 0 9448860 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798641503248 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19994] ppid=19930 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19994/stat : 19994 (java) S 19930 19933 14883 0 -1 1077944384 14 12408 0 0 1 0 8 4 20 0 20 0 9448860 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798640450704 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19995] ppid=19930 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19995/stat : 19995 (java) S 19930 19933 14883 0 -1 1077944384 55 12408 0 0 1 0 8 4 20 0 20 0 9448860 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798639397648 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19996] ppid=19930 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19996/stat : 19996 (java) S 19930 19933 14883 0 -1 1077944384 15 12408 0 0 0 0 8 4 20 0 20 0 9448860 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798638345104 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19997] ppid=19930 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19997/stat : 19997 (java) S 19930 19933 14883 0 -1 1077944384 1406 12408 0 0 1 0 8 4 20 0 20 0 9448862 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798244960496 139799038851714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19998] ppid=19930 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19998/stat : 19998 (java) S 19930 19933 14883 0 -1 1077944384 56 12408 0 0 0 0 8 4 20 0 20 0 9448863 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798243906784 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19999] ppid=19930 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19999/stat : 19999 (java) S 19930 19933 14883 0 -1 1077944384 42 12408 0 0 0 0 8 4 20 0 20 0 9448863 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798242853632 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20000] ppid=19930 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20000/stat : 20000 (java) S 19930 19933 14883 0 -1 1077944384 1 12408 0 0 0 0 8 4 20 0 20 0 9448867 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798241802192 139799038859163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20001] ppid=19930 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20001/stat : 20001 (java) R 19930 19933 14883 0 -1 4202560 893 12408 0 0 13 0 8 4 20 0 20 0 9448867 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798240739472 139799019540864 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20002] ppid=19930 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20002/stat : 20002 (java) R 19930 19933 14883 0 -1 4202560 520 12408 0 0 10 0 8 4 20 0 20 0 9448867 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798239679072 139799020362563 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20003] ppid=19930 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20003/stat : 20003 (java) S 19930 19933 14883 0 -1 1077944384 1131 12408 0 0 14 0 8 4 20 0 20 0 9448867 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798238644720 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20004] ppid=19930 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20004/stat : 20004 (java) S 19930 19933 14883 0 -1 1077944384 1273 12408 0 0 26 0 8 4 20 0 20 0 9448867 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798237592176 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20005] ppid=19930 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20005/stat : 20005 (java) S 19930 19933 14883 0 -1 1077944384 3 12408 0 0 0 0 8 4 20 0 20 0 9448867 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798236539360 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20006] ppid=19930 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20006/stat : 20006 (java) S 19930 19933 14883 0 -1 1077944384 6 12408 0 0 0 0 8 4 20 0 20 0 9448868 11175264256 43944 33554432000 4194304 4196468 140736943685968 139798235486896 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10913344

[startup+3.10108 s]
/proc/loadavg: 1.24 1.40 1.45 4/282 20006
/proc/meminfo: memFree=30159916/32770624 swapFree=5780/174276
[pid=19933] ppid=19930 vsize=10925820 CPUtime=6.03 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (java) S 19930 19933 14883 0 -1 1077944320 46380 12408 0 0 571 20 8 4 20 0 20 0 9448846 11188039680 60046 33554432000 4194304 4196468 140736943685968 140736943668512 139799038840567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
/proc/19933/statm: 2731455 60046 3475 1 0 2719010 0
[pid=19933/tid=19988] ppid=19930 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19988/stat : 19988 (java) R 19930 19933 14883 0 -1 4202560 33840 12408 0 0 281 9 8 4 20 0 20 0 9448859 11188039680 60046 33554432000 4194304 4196468 140736943685968 139799043074360 139798653244632 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19989] ppid=19930 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19989/stat : 19989 (java) S 19930 19933 14883 0 -1 1077944384 132 12408 0 0 0 0 8 4 20 0 20 0 9448860 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798975531536 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19990] ppid=19930 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19990/stat : 19990 (java) S 19930 19933 14883 0 -1 1077944384 17 12408 0 0 0 0 8 4 20 0 20 0 9448860 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798974478992 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19991] ppid=19930 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19991/stat : 19991 (java) S 19930 19933 14883 0 -1 1077944384 28 12408 0 0 1 0 8 4 20 0 20 0 9448860 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798973425936 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19992] ppid=19930 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19992/stat : 19992 (java) S 19930 19933 14883 0 -1 1077944384 48 12408 0 0 1 0 8 4 20 0 20 0 9448860 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798972373392 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19993] ppid=19930 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19993/stat : 19993 (java) S 19930 19933 14883 0 -1 1077944384 32 12408 0 0 1 0 8 4 20 0 20 0 9448860 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798641503248 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19994] ppid=19930 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19994/stat : 19994 (java) S 19930 19933 14883 0 -1 1077944384 14 12408 0 0 1 0 8 4 20 0 20 0 9448860 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798640450704 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19995] ppid=19930 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19995/stat : 19995 (java) S 19930 19933 14883 0 -1 1077944384 55 12408 0 0 1 0 8 4 20 0 20 0 9448860 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798639397648 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19996] ppid=19930 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19996/stat : 19996 (java) S 19930 19933 14883 0 -1 1077944384 15 12408 0 0 0 0 8 4 20 0 20 0 9448860 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798638345104 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19997] ppid=19930 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19997/stat : 19997 (java) S 19930 19933 14883 0 -1 1077944384 1422 12408 0 0 1 0 8 4 20 0 20 0 9448862 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798244960496 139799038851714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19998] ppid=19930 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19998/stat : 19998 (java) S 19930 19933 14883 0 -1 1077944384 56 12408 0 0 0 0 8 4 20 0 20 0 9448863 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798243906784 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19999] ppid=19930 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19999/stat : 19999 (java) S 19930 19933 14883 0 -1 1077944384 42 12408 0 0 0 0 8 4 20 0 20 0 9448863 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798242853632 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20000] ppid=19930 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20000/stat : 20000 (java) S 19930 19933 14883 0 -1 1077944384 1 12408 0 0 0 0 8 4 20 0 20 0 9448867 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798241802192 139799038859163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20001] ppid=19930 vsize=10925820 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20001/stat : 20001 (java) R 19930 19933 14883 0 -1 4202560 1831 12408 0 0 61 1 8 4 20 0 20 0 9448867 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798240727520 139799038861914 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20002] ppid=19930 vsize=10925820 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20002/stat : 20002 (java) R 19930 19933 14883 0 -1 4202560 1110 12408 0 0 59 1 8 4 20 0 20 0 9448867 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798239684320 139799018086366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20003] ppid=19930 vsize=10925820 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20003/stat : 20003 (java) R 19930 19933 14883 0 -1 4202560 1885 12408 0 0 59 1 8 4 20 0 20 0 9448867 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798238631184 139799016866469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20004] ppid=19930 vsize=10925820 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20004/stat : 20004 (java) S 19930 19933 14883 0 -1 1077944384 3716 12408 0 0 98 1 8 4 20 0 20 0 9448867 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798237592176 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20005] ppid=19930 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20005/stat : 20005 (java) S 19930 19933 14883 0 -1 1077944384 3 12408 0 0 0 0 8 4 20 0 20 0 9448867 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798236539360 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20006] ppid=19930 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20006/stat : 20006 (java) S 19930 19933 14883 0 -1 1077944384 7 12408 0 0 0 0 8 4 20 0 20 0 9448868 11188039680 60046 33554432000 4194304 4196468 140736943685968 139798235486896 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 10925820

[startup+6.30107 s]
/proc/loadavg: 1.30 1.41 1.46 7/282 20006
/proc/meminfo: memFree=29967248/32770624 swapFree=5780/174280
[pid=19933] ppid=19930 vsize=10999548 CPUtime=19.02 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (java) S 19930 19933 14883 0 -1 1077944320 77856 12408 0 0 1857 33 8 4 20 0 20 0 9448846 11263537152 97786 33554432000 4194304 4196468 140736943685968 140736943668512 139799038840567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
/proc/19933/statm: 2749887 97786 3499 1 0 2737442 0
[pid=19933/tid=19988] ppid=19930 vsize=10999548 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19988/stat : 19988 (java) R 19930 19933 14883 0 -1 4202560 46038 12408 0 0 589 12 8 4 20 0 20 0 9448859 11263537152 97786 33554432000 4194304 4196468 140736943685968 139799043071768 139798652218017 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19989] ppid=19930 vsize=10999548 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19989/stat : 19989 (java) S 19930 19933 14883 0 -1 1077944384 146 12408 0 0 3 1 8 4 20 0 20 0 9448860 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798975531536 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19990] ppid=19930 vsize=10999548 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19990/stat : 19990 (java) S 19930 19933 14883 0 -1 1077944384 95 12408 0 0 2 1 8 4 20 0 20 0 9448860 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798974478992 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19991] ppid=19930 vsize=10999548 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19991/stat : 19991 (java) S 19930 19933 14883 0 -1 1077944384 786 12408 0 0 3 1 8 4 20 0 20 0 9448860 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798973425936 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19992] ppid=19930 vsize=10999548 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19992/stat : 19992 (java) S 19930 19933 14883 0 -1 1077944384 162 12408 0 0 3 1 8 4 20 0 20 0 9448860 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798972373392 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19993] ppid=19930 vsize=10999548 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19993/stat : 19993 (java) S 19930 19933 14883 0 -1 1077944384 39 12408 0 0 2 0 8 4 20 0 20 0 9448860 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798641503248 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19994] ppid=19930 vsize=10999548 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19994/stat : 19994 (java) S 19930 19933 14883 0 -1 1077944384 123 12408 0 0 3 1 8 4 20 0 20 0 9448860 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798640450704 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19995] ppid=19930 vsize=10999548 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19995/stat : 19995 (java) S 19930 19933 14883 0 -1 1077944384 112 12408 0 0 3 1 8 4 20 0 20 0 9448860 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798639397648 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19996] ppid=19930 vsize=10999548 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19996/stat : 19996 (java) S 19930 19933 14883 0 -1 1077944384 53 12408 0 0 3 0 8 4 20 0 20 0 9448860 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798638345104 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19997] ppid=19930 vsize=10999548 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19997/stat : 19997 (java) S 19930 19933 14883 0 -1 1077944384 2189 12408 0 0 4 0 8 4 20 0 20 0 9448862 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798244960496 139799038851714 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19998] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19998/stat : 19998 (java) S 19930 19933 14883 0 -1 1077944384 56 12408 0 0 0 0 8 4 20 0 20 0 9448863 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798243906784 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19999] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19999/stat : 19999 (java) S 19930 19933 14883 0 -1 1077944384 42 12408 0 0 0 0 8 4 20 0 20 0 9448863 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798242853632 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20000] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20000/stat : 20000 (java) S 19930 19933 14883 0 -1 1077944384 1 12408 0 0 0 0 8 4 20 0 20 0 9448867 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798241802192 139799038859163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20001] ppid=19930 vsize=10999548 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20001/stat : 20001 (java) R 19930 19933 14883 0 -1 4202560 4931 12408 0 0 319 2 8 4 20 0 20 0 9448867 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798240735280 139799023230427 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20002] ppid=19930 vsize=10999548 CPUtime=3.53 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20002/stat : 20002 (java) R 19930 19933 14883 0 -1 4202560 5887 12408 0 0 339 2 8 4 20 0 20 0 9448867 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798239683888 139799020365504 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20003] ppid=19930 vsize=10999548 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20003/stat : 20003 (java) R 19930 19933 14883 0 -1 4202560 9169 12408 0 0 346 2 8 4 20 0 20 0 9448867 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798238631264 139799020384801 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20004] ppid=19930 vsize=10999548 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20004/stat : 20004 (java) S 19930 19933 14883 0 -1 1077944384 5886 12408 0 0 228 2 8 4 20 0 20 0 9448867 11263537152 97786 33554432000 4194304 4196468 140736943685968 139798237592176 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20005] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=19933/tid=20002] ppid=19930 vsize=10999548 CPUtime=6.04 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20002/stat : 20002 (java) S 19930 19933 14883 0 -1 1077944384 39399 12408 0 0 586 6 8 4 20 0 20 0 9448867 11263537152 172452 33554432000 4194304 4196468 140736943685968 139798239697776 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20003] ppid=19930 vsize=10999548 CPUtime=6.59 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20003/stat : 20003 (java) S 19930 19933 14883 0 -1 1077944384 43595 12408 0 0 642 5 8 4 20 0 20 0 9448867 11263537152 172452 33554432000 4194304 4196468 140736943685968 139798238644720 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20004] ppid=19930 vsize=10999548 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20004/stat : 20004 (java) S 19930 19933 14883 0 -1 1077944384 47798 12408 0 0 287 6 8 4 20 0 20 0 9448867 11263537152 172452 33554432000 4194304 4196468 140736943685968 139798237592176 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20005] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20005/stat : 20005 (java) S 19930 19933 14883 0 -1 1077944384 3 12408 0 0 0 0 8 4 20 0 20 0 9448867 11263537152 172452 33554432000 4194304 4196468 140736943685968 139798236539360 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20006] ppid=19930 vsize=10999548 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20006/stat : 20006 (java) S 19930 19933 14883 0 -1 1077944384 1689 12408 0 0 56 54 8 4 20 0 20 0 9448868 11263537152 172452 33554432000 4194304 4196468 140736943685968 139798235486896 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
Current children cumulated CPU time (s) 2327.87
Current children cumulated vsize (KiB) 10999548

[startup+2322.3 s]
/proc/loadavg: 1.48 1.57 1.58 3/281 20240
/proc/meminfo: memFree=28138012/32770624 swapFree=5780/175312
[pid=19933] ppid=19930 vsize=10999548 CPUtime=2389.26 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (java) S 19930 19933 14883 0 -1 1077944320 311057 12408 0 0 238562 352 8 4 20 0 20 0 9448846 11263537152 171938 33554432000 4194304 4196468 140736943685968 140736943668512 139799038840567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
/proc/19933/statm: 2749887 171938 3515 1 0 2737442 0
[pid=19933/tid=19988] ppid=19930 vsize=10999548 CPUtime=2306.84 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19988/stat : 19988 (java) R 19930 19933 14883 0 -1 4202560 79919 12408 0 0 230640 32 8 4 20 0 20 0 9448859 11263537152 171938 33554432000 4194304 4196468 140736943685968 139799043074816 139798670644708 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19989] ppid=19930 vsize=10999548 CPUtime=6.92 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19989/stat : 19989 (java) S 19930 19933 14883 0 -1 1077944384 7452 12408 0 0 651 29 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798975531536 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19990] ppid=19930 vsize=10999548 CPUtime=6.9 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19990/stat : 19990 (java) S 19930 19933 14883 0 -1 1077944384 6562 12408 0 0 648 30 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798974478992 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19991] ppid=19930 vsize=10999548 CPUtime=6.92 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19991/stat : 19991 (java) S 19930 19933 14883 0 -1 1077944384 7888 12408 0 0 650 30 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798973425936 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19992] ppid=19930 vsize=10999548 CPUtime=6.86 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19992/stat : 19992 (java) S 19930 19933 14883 0 -1 1077944384 4030 12408 0 0 646 28 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798972373392 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19993] ppid=19930 vsize=10999548 CPUtime=6.96 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19993/stat : 19993 (java) S 19930 19933 14883 0 -1 1077944384 2881 12408 0 0 656 28 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798641503248 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19994] ppid=19930 vsize=10999548 CPUtime=6.95 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19994/stat : 19994 (java) S 19930 19933 14883 0 -1 1077944384 6625 12408 0 0 652 31 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798640450704 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19995] ppid=19930 vsize=10999548 CPUtime=6.98 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19995/stat : 19995 (java) S 19930 19933 14883 0 -1 1077944384 5301 12408 0 0 654 32 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798639397648 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19996] ppid=19930 vsize=10999548 CPUtime=6.83 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19996/stat : 19996 (java) S 19930 19933 14883 0 -1 1077944384 5686 12408 0 0 641 30 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798638345104 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19997] ppid=19930 vsize=10999548 CPUtime=5.49 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19997/stat : 19997 (java) S 19930 19933 14883 0 -1 1077944384 11181 12408 0 0 507 30 8 4 20 0 20 0 9448862 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798244960496 139799038851714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19998] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19998/stat : 19998 (java) S 19930 19933 14883 0 -1 1077944384 63 12408 0 0 0 0 8 4 20 0 20 0 9448863 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798243906784 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19999] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19999/stat : 19999 (java) S 19930 19933 14883 0 -1 1077944384 42 12408 0 0 0 0 8 4 20 0 20 0 9448863 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798242853632 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20000] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20000/stat : 20000 (java) S 19930 19933 14883 0 -1 1077944384 1 12408 0 0 0 0 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798241802192 139799038859163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20001] ppid=19930 vsize=10999548 CPUtime=6.07 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20001/stat : 20001 (java) S 19930 19933 14883 0 -1 1077944384 37772 12408 0 0 589 6 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798240750320 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20002] ppid=19930 vsize=10999548 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20002/stat : 20002 (java) S 19930 19933 14883 0 -1 1077944384 39678 12408 0 0 590 6 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798239697776 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20003] ppid=19930 vsize=10999548 CPUtime=6.64 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20003/stat : 20003 (java) S 19930 19933 14883 0 -1 1077944384 43923 12408 0 0 647 5 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798238644720 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20004] ppid=19930 vsize=10999548 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20004/stat : 20004 (java) S 19930 19933 14883 0 -1 1077944384 48214 12408 0 0 289 7 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798237592176 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20005] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20005/stat : 20005 (java) S 19930 19933 14883 0 -1 1077944384 3 12408 0 0 0 0 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798236539360 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20006] ppid=19930 vsize=10999548 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20006/stat : 20006 (java) S 19930 19933 14883 0 -1 1077944384 1706 12408 0 0 58 55 8 4 20 0 20 0 9448868 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798235486896 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
Current children cumulated CPU time (s) 2389.26
Current children cumulated vsize (KiB) 10999548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2332.8 s]
/proc/loadavg: 1.48 1.57 1.58 3/281 20240
/proc/meminfo: memFree=28181648/32770624 swapFree=5780/175312
[pid=19933] ppid=19930 vsize=10999548 CPUtime=2400.03 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (java) S 19930 19933 14883 0 -1 1077944320 311189 12408 0 0 239638 353 8 4 20 0 20 0 9448846 11263537152 171938 33554432000 4194304 4196468 140736943685968 140736943668512 139799038840567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
/proc/19933/statm: 2749887 171938 3515 1 0 2737442 0
[pid=19933/tid=19988] ppid=19930 vsize=10999548 CPUtime=2317.26 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19988/stat : 19988 (java) R 19930 19933 14883 0 -1 4202560 79962 12408 0 0 231682 32 8 4 20 0 20 0 9448859 11263537152 171938 33554432000 4194304 4196468 140736943685968 139799043074608 139798655514343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19989] ppid=19930 vsize=10999548 CPUtime=6.96 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19989/stat : 19989 (java) S 19930 19933 14883 0 -1 1077944384 7452 12408 0 0 654 30 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798975531536 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19990] ppid=19930 vsize=10999548 CPUtime=6.93 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19990/stat : 19990 (java) S 19930 19933 14883 0 -1 1077944384 6562 12408 0 0 651 30 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798974478992 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19991] ppid=19930 vsize=10999548 CPUtime=6.96 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19991/stat : 19991 (java) S 19930 19933 14883 0 -1 1077944384 7912 12408 0 0 654 30 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798973425936 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19992] ppid=19930 vsize=10999548 CPUtime=6.89 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19992/stat : 19992 (java) S 19930 19933 14883 0 -1 1077944384 4030 12408 0 0 649 28 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798972373392 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19993] ppid=19930 vsize=10999548 CPUtime=6.99 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19993/stat : 19993 (java) S 19930 19933 14883 0 -1 1077944384 2882 12408 0 0 659 28 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798641503248 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19994] ppid=19930 vsize=10999548 CPUtime=6.98 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19994/stat : 19994 (java) S 19930 19933 14883 0 -1 1077944384 6626 12408 0 0 655 31 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798640450704 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19995] ppid=19930 vsize=10999548 CPUtime=7.02 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19995/stat : 19995 (java) S 19930 19933 14883 0 -1 1077944384 5302 12408 0 0 658 32 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798639397648 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19996] ppid=19930 vsize=10999548 CPUtime=6.86 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19996/stat : 19996 (java) S 19930 19933 14883 0 -1 1077944384 5687 12408 0 0 644 30 8 4 20 0 20 0 9448860 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798638345104 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19997] ppid=19930 vsize=10999548 CPUtime=5.51 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19997/stat : 19997 (java) S 19930 19933 14883 0 -1 1077944384 11181 12408 0 0 509 30 8 4 20 0 20 0 9448862 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798244960496 139799038851714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19998] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19998/stat : 19998 (java) S 19930 19933 14883 0 -1 1077944384 63 12408 0 0 0 0 8 4 20 0 20 0 9448863 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798243906784 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19999] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19999/stat : 19999 (java) S 19930 19933 14883 0 -1 1077944384 42 12408 0 0 0 0 8 4 20 0 20 0 9448863 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798242853632 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20000] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20000/stat : 20000 (java) S 19930 19933 14883 0 -1 1077944384 1 12408 0 0 0 0 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798241802192 139799038859163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20001] ppid=19930 vsize=10999548 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20001/stat : 20001 (java) S 19930 19933 14883 0 -1 1077944384 37772 12408 0 0 590 6 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798240750320 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20002] ppid=19930 vsize=10999548 CPUtime=6.09 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20002/stat : 20002 (java) S 19930 19933 14883 0 -1 1077944384 39679 12408 0 0 591 6 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798239697776 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20003] ppid=19930 vsize=10999548 CPUtime=6.65 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20003/stat : 20003 (java) S 19930 19933 14883 0 -1 1077944384 43924 12408 0 0 648 5 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798238644720 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20004] ppid=19930 vsize=10999548 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20004/stat : 20004 (java) S 19930 19933 14883 0 -1 1077944384 48273 12408 0 0 290 7 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798237592176 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20005] ppid=19930 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20005/stat : 20005 (java) S 19930 19933 14883 0 -1 1077944384 3 12408 0 0 0 0 8 4 20 0 20 0 9448867 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798236539360 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20006] ppid=19930 vsize=10999548 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20006/stat : 20006 (java) S 19930 19933 14883 0 -1 1077944384 1706 12408 0 0 58 56 8 4 20 0 20 0 9448868 11263537152 171938 33554432000 4194304 4196468 140736943685968 139798235486896 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 10999548

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

[startup+2333 s]
/proc/loadavg: 1.48 1.57 1.58 3/281 20240
/proc/meminfo: memFree=28181648/32770624 swapFree=5780/175312
[pid=19933] ppid=19930 vsize=11132676 CPUtime=2401.1 cores=0,2,4,6,8,10,12,14
/proc/19933/stat : 19933 (java) S 19930 19933 14883 0 -1 1077944320 313918 12408 0 0 239743 355 8 4 20 0 22 0 9448846 11399860224 173817 33554432000 4194304 4196468 140736943685968 140736943668512 139799038840567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
/proc/19933/statm: 2783169 173817 3515 1 0 2770724 0
[pid=19933/tid=19988] ppid=19930 vsize=11132676 CPUtime=2317.27 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19988/stat : 19988 (java) S 19930 19933 14883 0 -1 1077944384 80073 12408 0 0 231683 32 8 4 20 0 22 0 9448859 11399860224 173817 33554432000 4194304 4196468 140736943685968 139799043078288 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19989] ppid=19930 vsize=11132676 CPUtime=7.08 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19989/stat : 19989 (java) R 19930 19933 14883 0 -1 4202560 7476 12408 0 0 666 30 8 4 20 0 22 0 9448860 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798975531536 139799031468775 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19990] ppid=19930 vsize=11132676 CPUtime=7.06 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19990/stat : 19990 (java) R 19930 19933 14883 0 -1 4202560 6583 12408 0 0 664 30 8 4 20 0 22 0 9448860 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798974478992 139799031468775 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19991] ppid=19930 vsize=11132676 CPUtime=7.09 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19991/stat : 19991 (java) R 19930 19933 14883 0 -1 4202560 7926 12408 0 0 667 30 8 4 20 0 22 0 9448860 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798973425936 139799038852502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19992] ppid=19930 vsize=11132676 CPUtime=7.02 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19992/stat : 19992 (java) R 19930 19933 14883 0 -1 4202560 4232 12408 0 0 662 28 8 4 20 0 22 0 9448860 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798972373592 139799021244432 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19993] ppid=19930 vsize=11132676 CPUtime=7.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19993/stat : 19993 (java) R 19930 19933 14883 0 -1 4202560 2893 12408 0 0 672 28 8 4 20 0 22 0 9448860 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798641503248 139799038861914 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19994] ppid=19930 vsize=11132676 CPUtime=7.11 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19994/stat : 19994 (java) R 19930 19933 14883 0 -1 4202560 6636 12408 0 0 668 31 8 4 20 0 22 0 9448860 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798640450704 139799031468775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19995] ppid=19930 vsize=11132676 CPUtime=7.14 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19995/stat : 19995 (java) R 19930 19933 14883 0 -1 4202560 5314 12408 0 0 670 32 8 4 20 0 22 0 9448860 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798639397768 139799031468775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19996] ppid=19930 vsize=11132676 CPUtime=6.98 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19996/stat : 19996 (java) R 19930 19933 14883 0 -1 4202560 5699 12408 0 0 656 30 8 4 20 0 22 0 9448860 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798638345224 139799031468775 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19997] ppid=19930 vsize=11132676 CPUtime=5.57 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19997/stat : 19997 (java) S 19930 19933 14883 0 -1 1077944384 13331 12408 0 0 515 30 8 4 20 0 22 0 9448862 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798244959088 139799038850773 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19998] ppid=19930 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19998/stat : 19998 (java) S 19930 19933 14883 0 -1 1077944384 64 12408 0 0 0 0 8 4 20 0 22 0 9448863 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798243906688 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=19999] ppid=19930 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/19999/stat : 19999 (java) S 19930 19933 14883 0 -1 1077944384 42 12408 0 0 0 0 8 4 20 0 22 0 9448863 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798242853632 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20000] ppid=19930 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20000/stat : 20000 (java) S 19930 19933 14883 0 -1 1077944384 72 12408 0 0 0 0 8 4 20 0 22 0 9448867 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798241802192 139799038859163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20001] ppid=19930 vsize=11132676 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20001/stat : 20001 (java) S 19930 19933 14883 0 -1 1077944384 37772 12408 0 0 590 6 8 4 20 0 22 0 9448867 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798240750320 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20002] ppid=19930 vsize=11132676 CPUtime=6.09 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20002/stat : 20002 (java) S 19930 19933 14883 0 -1 1077944384 39679 12408 0 0 591 6 8 4 20 0 22 0 9448867 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798239697776 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20003] ppid=19930 vsize=11132676 CPUtime=6.65 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20003/stat : 20003 (java) S 19930 19933 14883 0 -1 1077944384 43924 12408 0 0 648 5 8 4 20 0 22 0 9448867 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798238644720 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20004] ppid=19930 vsize=11132676 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20004/stat : 20004 (java) S 19930 19933 14883 0 -1 1077944384 48273 12408 0 0 290 7 8 4 20 0 22 0 9448867 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798237592176 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20005] ppid=19930 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20005/stat : 20005 (java) S 19930 19933 14883 0 -1 1077944384 3 12408 0 0 0 0 8 4 20 0 22 0 9448867 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798236539360 139799038850773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
[pid=19933/tid=20006] ppid=19930 vsize=11132676 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/19933/task/20006/stat : 20006 (java) S 19930 19933 14883 0 -1 1077944384 1706 12408 0 0 58 56 8 4 20 0 22 0 9448868 11399860224 173817 33554432000 4194304 4196468 140736943685968 139798235486896 139799038851714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140736943692481 140736943695255 140736943695255 140736943697871 0
Current children cumulated CPU time (s) 2401.1
Current children cumulated vsize (KiB) 11132676

Child status: 143
Real time (s): 2333.08
CPU time (s): 2401.36
CPU user time (s): 2397.75
CPU system time (s): 3.60965
CPU usage (%): 102.927
Max. virtual memory (cumulated for all children) (KiB): 11132676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.75
system time used= 3.60965
maximum resident set size= 770064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326397
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250415
involuntary context switches= 172423

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8446 second user time and 19.6931 second system time

The end

Launcher Data

Begin job on node129 at 2017-07-22 18:43:35
IDJOB=4248007
IDBENCH=130625
IDSOLVER=2630
FILE ID=node129/4248007-1500741815
RUNJOBID= node129-1500716625-14914
PBS_JOBID= 20623360
Free space on /tmp= 61944 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-09.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248007-1500741815/watcher-4248007-1500741815 -o /tmp/evaluation-result-4248007-1500741815/solver-4248007-1500741815 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500716625-14914 --watchdog 2560  bin/concrete HOME/instance-4248007-1500741815.xml

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

MD5SUM BENCH= 5a1f15825b762c0b5b9d8df1deed9cb9
RANDOM SEED=1452273213

node129.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		: 2267.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.96
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		: 2133.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.96
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.96
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.96
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.96
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		: 2133.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.96
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:        30334156 kB
MemAvailable:   30565856 kB
Buffers:          174776 kB
Cached:           327440 kB
SwapCached:            0 kB
Active:          1739544 kB
Inactive:         239104 kB
Active(anon):    1422868 kB
Inactive(anon):    64872 kB
Active(file):     316676 kB
Inactive(file):   174232 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23908 kB
Writeback:             0 kB
AnonPages:       1413752 kB
Mapped:            44084 kB
Shmem:              8844 kB
Slab:             147300 kB
SReclaimable:     113252 kB
SUnreclaim:        34048 kB
KernelStack:        4880 kB
PageTables:         8788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2152140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1173504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61920 MiB
End job on node129 at 2017-07-22 19:22:28