Trace number 4262537

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
Concrete 3.4? (TO) 2520.6299 2504.03

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-09_X2.xml
MD5SUMb61d3737b957190caa39e86626214229
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 variables82
Number of constraints3262
Number of domains2
Minimum domain size15
Maximum domain size81
Distribution of domain sizes[{"size":15,"count":1},{"size":81,"count":81}]
Minimum variable degree22
Maximum variable degree81
Distribution of variable degrees[{"degree":22,"count":1},{"degree":80,"count":59},{"degree":81,"count":22}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3262}]
Number of extensional constraints0
Number of intensional constraints3262
Distribution of constraint types[{"type":"intension","count":3262}]
Optimization problemNO
Type of objective

Solver Data

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

pid=23521
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.36 1.40 1.38 3/199 23524
/proc/meminfo: memFree=30451004/32770624 swapFree=0/464176
[pid=23524] ppid=23521 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/23524/stat : 23524 (runsolver) D 23521 23524 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 87188822 24240128 106 18446744073709551615 4194304 4338465 140725068662176 140725068659816 140471400645335 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 23937024 140725068669136 140725068669513 140725068669513 140725068672970 0
/proc/23524/statm: 5918 106 53 36 0 2156 0

[startup+0.10009 s]
/proc/loadavg: 1.36 1.40 1.38 3/199 23524
/proc/meminfo: memFree=30451004/32770624 swapFree=0/464176
[pid=23524] ppid=23521 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/23524/stat : 23524 (bash) R 23521 23524 13007 0 -1 4202496 838 6179 0 0 0 0 0 1 20 0 1 0 87188822 9867264 366 18446744073709551615 4194304 5098028 140730769875120 140730769872776 140134649889920 0 0 5 65536 0 0 0 17 0 0 0 8 0 0 7196144 7232144 35782656 140730769879572 140730769879657 140730769879657 140730769883114 0
/proc/23524/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200239 s]
/proc/loadavg: 1.36 1.40 1.38 3/199 23524
/proc/meminfo: memFree=30451004/32770624 swapFree=0/464176
[pid=23524] ppid=23521 vsize=105200 CPUtime=0.08 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 2521 12745 0 0 0 0 5 3 20 0 2 0 87188822 107724800 1360 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 26839 1360 1026 1 0 16809 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 105200

[startup+0.300501 s]
/proc/loadavg: 1.36 1.40 1.38 3/199 23524
/proc/meminfo: memFree=30451004/32770624 swapFree=0/464176
[pid=23524] ppid=23521 vsize=13974356 CPUtime=0.16 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 5930 12745 0 0 7 1 5 3 20 0 15 0 87188822 14309740544 7106 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 3493589 7106 2815 1 0 3482965 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 13974356

[startup+0.700535 s]
/proc/loadavg: 1.36 1.40 1.38 3/199 23524
/proc/meminfo: memFree=30451004/32770624 swapFree=0/464176
[pid=23524] ppid=23521 vsize=13974784 CPUtime=0.73 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 13701 12745 0 0 60 5 5 3 20 0 15 0 87188822 14310178816 15181 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 3493696 15181 3118 1 0 3482965 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13974784

[startup+1.50061 s]
/proc/loadavg: 1.36 1.40 1.38 4/214 23587
/proc/meminfo: memFree=30356800/32770624 swapFree=0/464196
[pid=23524] ppid=23521 vsize=13985408 CPUtime=1.92 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 29087 12745 0 0 174 10 5 3 20 0 15 0 87188822 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 3496352 43270 3365 1 0 3485525 0
[pid=23524/tid=23574] ppid=23521 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/23524/task/23574/stat : 23574 (java) S 23521 23524 13007 0 -1 1077944384 22468 12745 0 0 114 7 5 3 20 0 15 0 87188842 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590951611680 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23575] ppid=23521 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23575/stat : 23575 (java) S 23521 23524 13007 0 -1 1077944384 197 12745 0 0 0 0 5 3 20 0 15 0 87188842 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590866803344 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23576] ppid=23521 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/23524/task/23576/stat : 23576 (java) S 23521 23524 13007 0 -1 1077944384 50 12745 0 0 1 0 5 3 20 0 15 0 87188842 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590865750544 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23577] ppid=23521 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/23524/task/23577/stat : 23577 (java) S 23521 23524 13007 0 -1 1077944384 39 12745 0 0 1 0 5 3 20 0 15 0 87188842 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590864697744 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23578] ppid=23521 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/23524/task/23578/stat : 23578 (java) S 23521 23524 13007 0 -1 1077944384 59 12745 0 0 1 0 5 3 20 0 15 0 87188842 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590863644944 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23579] ppid=23521 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/23524/task/23579/stat : 23579 (java) D 23521 23524 13007 0 -1 4202560 1147 12745 0 0 1 0 5 3 20 0 15 0 87188844 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590425036408 140590940106138 0 0 1 16800974 18446744071582151463 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23580] ppid=23521 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23580/stat : 23580 (java) S 23521 23524 13007 0 -1 1077944384 33 12745 0 0 0 0 5 3 20 0 15 0 87188844 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590423983648 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23581] ppid=23521 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23581/stat : 23581 (java) S 23521 23524 13007 0 -1 1077944384 21 12745 0 0 0 0 5 3 20 0 15 0 87188844 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590422930800 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23582] ppid=23521 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23582/stat : 23582 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590421879120 140590947407771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23583] ppid=23521 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/23524/task/23583/stat : 23583 (java) S 23521 23524 13007 0 -1 1077944384 1042 12745 0 0 15 0 5 3 20 0 15 0 87188847 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590420826480 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23584] ppid=23521 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/23524/task/23584/stat : 23584 (java) S 23521 23524 13007 0 -1 1077944384 561 12745 0 0 14 0 5 3 20 0 15 0 87188847 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590419773680 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23585] ppid=23521 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/23524/task/23585/stat : 23585 (java) S 23521 23524 13007 0 -1 1077944384 1306 12745 0 0 23 0 5 3 20 0 15 0 87188847 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590418716256 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23586] ppid=23521 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23586/stat : 23586 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590417668320 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23587] ppid=23521 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23587/stat : 23587 (java) D 23521 23524 13007 0 -1 4202560 6 12745 0 0 0 0 5 3 20 0 15 0 87188850 14321057792 43270 18446744073709551615 4194304 4196468 140731616249472 140590416616544 140590932245262 0 4 1 16800974 18446744072100281477 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10155 s]
/proc/loadavg: 1.33 1.39 1.38 4/214 23587
/proc/meminfo: memFree=30279516/32770624 swapFree=0/464196
[pid=23524] ppid=23521 vsize=13995836 CPUtime=5.62 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 41615 12745 0 0 539 15 5 3 20 0 15 0 87188822 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 3498959 53388 3442 1 0 3487573 0
[pid=23524/tid=23574] ppid=23521 vsize=13995836 CPUtime=2.66 cores=0,2,4,6
/proc/23524/task/23574/stat : 23574 (java) R 23521 23524 13007 0 -1 4202560 28214 12745 0 0 249 9 5 3 20 0 15 0 87188842 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590951620928 140590545596416 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23575] ppid=23521 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23575/stat : 23575 (java) S 23521 23524 13007 0 -1 1077944384 197 12745 0 0 0 0 5 3 20 0 15 0 87188842 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590866803344 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23576] ppid=23521 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/23524/task/23576/stat : 23576 (java) S 23521 23524 13007 0 -1 1077944384 50 12745 0 0 1 0 5 3 20 0 15 0 87188842 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590865750544 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23577] ppid=23521 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/23524/task/23577/stat : 23577 (java) S 23521 23524 13007 0 -1 1077944384 39 12745 0 0 1 0 5 3 20 0 15 0 87188842 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590864697744 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23578] ppid=23521 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/23524/task/23578/stat : 23578 (java) S 23521 23524 13007 0 -1 1077944384 59 12745 0 0 1 0 5 3 20 0 15 0 87188842 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590863644944 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23579] ppid=23521 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/23524/task/23579/stat : 23579 (java) S 23521 23524 13007 0 -1 1077944384 1190 12745 0 0 1 0 5 3 20 0 15 0 87188844 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590425037680 140590947400322 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23580] ppid=23521 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23580/stat : 23580 (java) S 23521 23524 13007 0 -1 1077944384 55 12745 0 0 0 0 5 3 20 0 15 0 87188844 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590423983648 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23581] ppid=23521 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23581/stat : 23581 (java) S 23521 23524 13007 0 -1 1077944384 44 12745 0 0 0 0 5 3 20 0 15 0 87188844 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590422930816 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23582] ppid=23521 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23582/stat : 23582 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590421879120 140590947407771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23583] ppid=23521 vsize=13995836 CPUtime=0.99 cores=0,2,4,6
/proc/23524/task/23583/stat : 23583 (java) R 23521 23524 13007 0 -1 4202560 2532 12745 0 0 90 1 5 3 20 0 15 0 87188847 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590420806480 140590926578737 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23584] ppid=23521 vsize=13995836 CPUtime=1.04 cores=0,2,4,6
/proc/23524/task/23584/stat : 23584 (java) R 23521 23524 13007 0 -1 4202560 3399 12745 0 0 96 0 5 3 20 0 15 0 87188847 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590419760960 140590940488875 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23585] ppid=23521 vsize=13995836 CPUtime=1.04 cores=0,2,4,6
/proc/23524/task/23585/stat : 23585 (java) S 23521 23524 13007 0 -1 1077944384 3669 12745 0 0 95 1 5 3 20 0 15 0 87188847 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590418720880 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23586] ppid=23521 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23586/stat : 23586 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590417668320 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23587] ppid=23521 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23587/stat : 23587 (java) S 23521 23524 13007 0 -1 1077944384 11 12745 0 0 0 0 5 3 20 0 15 0 87188850 14331736064 53388 18446744073709551615 4194304 4196468 140731616249472 140590416616624 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 13995836

[startup+6.30107 s]
/proc/loadavg: 1.33 1.39 1.38 6/214 23587
/proc/meminfo: memFree=30142340/32770624 swapFree=0/464196
[pid=23524] ppid=23521 vsize=14067516 CPUtime=15.03 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 89367 12745 0 0 1469 26 5 3 20 0 15 0 87188822 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 3516879 91538 3472 1 0 3505493 0
[pid=23524/tid=23574] ppid=23521 vsize=14067516 CPUtime=5.76 cores=0,2,4,6
/proc/23524/task/23574/stat : 23574 (java) R 23521 23524 13007 0 -1 4202560 54941 12745 0 0 554 14 5 3 20 0 15 0 87188842 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590951621824 140590947401110 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23575] ppid=23521 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/23524/task/23575/stat : 23575 (java) S 23521 23524 13007 0 -1 1077944384 655 12745 0 0 4 1 5 3 20 0 15 0 87188842 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590866803344 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23576] ppid=23521 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/23524/task/23576/stat : 23576 (java) S 23521 23524 13007 0 -1 1077944384 233 12745 0 0 4 1 5 3 20 0 15 0 87188842 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590865750544 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23577] ppid=23521 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/23524/task/23577/stat : 23577 (java) S 23521 23524 13007 0 -1 1077944384 115 12745 0 0 4 1 5 3 20 0 15 0 87188842 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590864697744 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23578] ppid=23521 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/23524/task/23578/stat : 23578 (java) S 23521 23524 13007 0 -1 1077944384 789 12745 0 0 4 0 5 3 20 0 15 0 87188842 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590863644944 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23579] ppid=23521 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/23524/task/23579/stat : 23579 (java) S 23521 23524 13007 0 -1 1077944384 9311 12745 0 0 5 0 5 3 20 0 15 0 87188844 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590425037680 140590947400322 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23580] ppid=23521 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23580/stat : 23580 (java) S 23521 23524 13007 0 -1 1077944384 57 12745 0 0 0 0 5 3 20 0 15 0 87188844 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590423983712 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23581] ppid=23521 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23581/stat : 23581 (java) S 23521 23524 13007 0 -1 1077944384 46 12745 0 0 0 0 5 3 20 0 15 0 87188844 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590422930816 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23582] ppid=23521 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23582/stat : 23582 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590421879120 140590947407771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23583] ppid=23521 vsize=14067516 CPUtime=3.57 cores=0,2,4,6
/proc/23524/task/23583/stat : 23583 (java) S 23521 23524 13007 0 -1 1077944384 5750 12745 0 0 347 2 5 3 20 0 15 0 87188847 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590420826480 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23584] ppid=23521 vsize=14067516 CPUtime=3.77 cores=0,2,4,6
/proc/23524/task/23584/stat : 23584 (java) R 23521 23524 13007 0 -1 4202560 7478 12745 0 0 368 1 5 3 20 0 15 0 87188847 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590419754696 140590930886009 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23585] ppid=23521 vsize=14067516 CPUtime=1.83 cores=0,2,4,6
/proc/23524/task/23585/stat : 23585 (java) S 23521 23524 13007 0 -1 1077944384 7796 12745 0 0 173 2 5 3 20 0 15 0 87188847 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590418720880 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23586] ppid=23521 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23586/stat : 23586 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590417668320 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23587] ppid=23521 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23587/stat : 23587 (java) S 23521 23524 13007 0 -1 1077944384 38 12745 0 0 0 0 5 3 20 0 15 0 87188850 14405136384 91538 18446744073709551615 4194304 4196468 140731616249472 140590416616624 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
Current children cumulated CPU time (s) 15.03
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.35 1.40 1.38 3/214 23587
/proc/meminfo: memFree=30046200/32770624 swapFree=0/464192
[pid=23524] ppid=23521 vsize=14069564 CPUtime=24.49 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 101401 12745 0 0 2412 29 5 3 20 0 15 0 87188822 14407233536 108112 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 3517391 108112 3478 1 0 3506005 0
[pid=23524/tid=23574] ppid=23521 vsize=14069564 CPUtime=12.15 cores=0,2,4,6
/proc/23524/task/23574/stat : 23574 (java) R 23521 23524 13007 0 -1 4202560 55489 12745 0 0 1192 15 5 3 20 0 15 0 87188842 14407233536 108112 18446744073709551615 4194304 4196468 140731616249472 140590951621336 140590553561000 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23575] ppid=23521 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/23524/task/23575/stat : 23575 (java) S 23521 23524 13007 0 -1 1077944384 677 12745 0 0 4 1 5 3 20 0 15 0 87188842 14407233536 108112 18446744073709551615 4194304 4196468 140731616249472 140590866803344 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23576] ppid=23521 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/23524/task/23576/stat : 23576 (java) S 23521 23524 13007 0 -1 1077944384 256 12745 0 0 5 1 5 3 20 0 15 0 87188842 14407233536 108112 18446744073709551615 4194304 4196468 140731616249472 140590865750544 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23577] ppid=23521 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/23524/task/23577/stat : 23577 (java) S 23521 23524 13007 0 -1 1077944384 121 12745 0 0 4 1 5 3 20 0 15 0 87188842 14407233536 108112 18446744073709551615 4194304 4196468 140731616249472 140590864697744 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23578] ppid=23521 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/23524/task/23578/stat : 23578 (java) S 23521 23524 13007 0 -1 1077944384 803 12745 0 0 4 0 5 3 20 0 15 0 87188842 14407233536 108112 18446744073709551615 4194304 4196468 140731616249472 140590863644944 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23579] ppid=23521 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/23524/task/23579/stat : 23579 (java) S 23521 23524 13007 0 -1 1077944384 9354 12745 0 0 5 0 5 3 20 0 15 0 87188844 14407233536 108112 18446744073709551615 4194304 4196468 140731616249472 140590425037680 140590947400322 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23580] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23580/stat : 23580 (java) S 23521 23524 13007 0 -1 1077944384 58 12745 0 0 0 0 5 3 20 0 15 0 87188844 14407233536 108112 18446744073709551615 4194304 4196468 140731616249472 140590423983712 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23581] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23581/stat : 23581 (java) S 23521 23524 13007 0 -1 1077944384 47 12745 0 0 0 0 5 3 20 0 15 0 87188844 14407233536 108112 18446744073709551615 4194304 4196468 140731616249472 140590422930816 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23582] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23582/stat : 23582 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14407233536 108112 18446744073709551615 4194304 4196468 140731616249472 140590421879120 140590947407771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0

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

/proc/23524/task/23586/stat : 23586 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590417668320 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23587] ppid=23521 vsize=14069564 CPUtime=0.74 cores=0,2,4,6
/proc/23524/task/23587/stat : 23587 (java) S 23521 23524 13007 0 -1 1077944384 1714 12745 0 0 28 38 5 3 20 0 15 0 87188850 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590416616624 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
Current children cumulated CPU time (s) 2398.34
Current children cumulated vsize (KiB) 14069564

[startup+2442.31 s]
/proc/loadavg: 1.35 1.39 1.46 3/213 23888
/proc/meminfo: memFree=29427236/32770624 swapFree=0/464696
[pid=23524] ppid=23521 vsize=14069564 CPUtime=2458.44 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 189661 12745 0 0 245745 91 5 3 20 0 15 0 87188822 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 3517391 122896 3479 1 0 3506005 0
[pid=23524/tid=23574] ppid=23521 vsize=14069564 CPUtime=2439.24 cores=0,2,4,6
/proc/23524/task/23574/stat : 23574 (java) R 23521 23524 13007 0 -1 4202560 77766 12745 0 0 243894 22 5 3 20 0 15 0 87188842 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590951623440 140590549043077 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23575] ppid=23521 vsize=14069564 CPUtime=1.22 cores=0,2,4,6
/proc/23524/task/23575/stat : 23575 (java) S 23521 23524 13007 0 -1 1077944384 7075 12745 0 0 105 9 5 3 20 0 15 0 87188842 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590866803344 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23576] ppid=23521 vsize=14069564 CPUtime=1.22 cores=0,2,4,6
/proc/23524/task/23576/stat : 23576 (java) S 23521 23524 13007 0 -1 1077944384 6916 12745 0 0 106 8 5 3 20 0 15 0 87188842 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590865750544 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23577] ppid=23521 vsize=14069564 CPUtime=1.21 cores=0,2,4,6
/proc/23524/task/23577/stat : 23577 (java) S 23521 23524 13007 0 -1 1077944384 11621 12745 0 0 106 7 5 3 20 0 15 0 87188842 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590864697744 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23578] ppid=23521 vsize=14069564 CPUtime=1.21 cores=0,2,4,6
/proc/23524/task/23578/stat : 23578 (java) S 23521 23524 13007 0 -1 1077944384 7198 12745 0 0 106 7 5 3 20 0 15 0 87188842 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590863644944 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23579] ppid=23521 vsize=14069564 CPUtime=1.17 cores=0,2,4,6
/proc/23524/task/23579/stat : 23579 (java) S 23521 23524 13007 0 -1 1077944384 16891 12745 0 0 100 9 5 3 20 0 15 0 87188844 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590425037680 140590947400322 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23580] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23580/stat : 23580 (java) S 23521 23524 13007 0 -1 1077944384 58 12745 0 0 0 0 5 3 20 0 15 0 87188844 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590423983712 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23581] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23581/stat : 23581 (java) S 23521 23524 13007 0 -1 1077944384 47 12745 0 0 0 0 5 3 20 0 15 0 87188844 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590422930816 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23582] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23582/stat : 23582 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590421879120 140590947407771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23583] ppid=23521 vsize=14069564 CPUtime=5.7 cores=0,2,4,6
/proc/23524/task/23583/stat : 23583 (java) S 23521 23524 13007 0 -1 1077944384 20783 12745 0 0 558 4 5 3 20 0 15 0 87188847 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590420826480 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23584] ppid=23521 vsize=14069564 CPUtime=5.17 cores=0,2,4,6
/proc/23524/task/23584/stat : 23584 (java) S 23521 23524 13007 0 -1 1077944384 18217 12745 0 0 507 2 5 3 20 0 15 0 87188847 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590419773680 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23585] ppid=23521 vsize=14069564 CPUtime=2.15 cores=0,2,4,6
/proc/23524/task/23585/stat : 23585 (java) S 23521 23524 13007 0 -1 1077944384 19213 12745 0 0 203 4 5 3 20 0 15 0 87188847 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590418720880 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23586] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23586/stat : 23586 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590417668320 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23587] ppid=23521 vsize=14069564 CPUtime=0.76 cores=0,2,4,6
/proc/23524/task/23587/stat : 23587 (java) S 23521 23524 13007 0 -1 1077944384 1718 12745 0 0 29 39 5 3 20 0 15 0 87188850 14407233536 122896 18446744073709551615 4194304 4196468 140731616249472 140590416616624 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
Current children cumulated CPU time (s) 2458.44
Current children cumulated vsize (KiB) 14069564

[startup+2502.3 s]
/proc/loadavg: 1.20 1.35 1.44 3/213 23890
/proc/meminfo: memFree=29430512/32770624 swapFree=0/464712
[pid=23524] ppid=23521 vsize=14069564 CPUtime=2518.54 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 190505 12745 0 0 251753 93 5 3 20 0 15 0 87188822 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 3517391 122899 3479 1 0 3506005 0
[pid=23524/tid=23574] ppid=23521 vsize=14069564 CPUtime=2499.18 cores=0,2,4,6
/proc/23524/task/23574/stat : 23574 (java) R 23521 23524 13007 0 -1 4202560 77999 12745 0 0 249887 23 5 3 20 0 15 0 87188842 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590951623344 140590554613358 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23575] ppid=23521 vsize=14069564 CPUtime=1.25 cores=0,2,4,6
/proc/23524/task/23575/stat : 23575 (java) S 23521 23524 13007 0 -1 1077944384 7094 12745 0 0 108 9 5 3 20 0 15 0 87188842 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590866803344 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23576] ppid=23521 vsize=14069564 CPUtime=1.25 cores=0,2,4,6
/proc/23524/task/23576/stat : 23576 (java) S 23521 23524 13007 0 -1 1077944384 7180 12745 0 0 109 8 5 3 20 0 15 0 87188842 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590865750544 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23577] ppid=23521 vsize=14069564 CPUtime=1.24 cores=0,2,4,6
/proc/23524/task/23577/stat : 23577 (java) S 23521 23524 13007 0 -1 1077944384 11703 12745 0 0 109 7 5 3 20 0 15 0 87188842 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590864697744 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23578] ppid=23521 vsize=14069564 CPUtime=1.25 cores=0,2,4,6
/proc/23524/task/23578/stat : 23578 (java) S 23521 23524 13007 0 -1 1077944384 7224 12745 0 0 109 8 5 3 20 0 15 0 87188842 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590863644944 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23579] ppid=23521 vsize=14069564 CPUtime=1.2 cores=0,2,4,6
/proc/23524/task/23579/stat : 23579 (java) S 23521 23524 13007 0 -1 1077944384 17087 12745 0 0 103 9 5 3 20 0 15 0 87188844 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590425037680 140590947400322 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23580] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23580/stat : 23580 (java) S 23521 23524 13007 0 -1 1077944384 58 12745 0 0 0 0 5 3 20 0 15 0 87188844 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590423983712 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23581] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23581/stat : 23581 (java) S 23521 23524 13007 0 -1 1077944384 47 12745 0 0 0 0 5 3 20 0 15 0 87188844 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590422930816 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23582] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23582/stat : 23582 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590421879120 140590947407771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23583] ppid=23521 vsize=14069564 CPUtime=5.7 cores=0,2,4,6
/proc/23524/task/23583/stat : 23583 (java) S 23521 23524 13007 0 -1 1077944384 20785 12745 0 0 558 4 5 3 20 0 15 0 87188847 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590420826480 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23584] ppid=23521 vsize=14069564 CPUtime=5.17 cores=0,2,4,6
/proc/23524/task/23584/stat : 23584 (java) S 23521 23524 13007 0 -1 1077944384 18219 12745 0 0 507 2 5 3 20 0 15 0 87188847 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590419773680 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23585] ppid=23521 vsize=14069564 CPUtime=2.15 cores=0,2,4,6
/proc/23524/task/23585/stat : 23585 (java) S 23521 23524 13007 0 -1 1077944384 19215 12745 0 0 203 4 5 3 20 0 15 0 87188847 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590418720880 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23586] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23586/stat : 23586 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590417668320 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23587] ppid=23521 vsize=14069564 CPUtime=0.78 cores=0,2,4,6
/proc/23524/task/23587/stat : 23587 (java) S 23521 23524 13007 0 -1 1077944384 1736 12745 0 0 30 40 5 3 20 0 15 0 87188850 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590416616624 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
Current children cumulated CPU time (s) 2518.54
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2503.8 s]
/proc/loadavg: 1.18 1.34 1.44 3/213 23890
/proc/meminfo: memFree=29430512/32770624 swapFree=0/464708
[pid=23524] ppid=23521 vsize=14069564 CPUtime=2520.05 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 190506 12745 0 0 251904 93 5 3 20 0 15 0 87188822 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 3517391 122899 3479 1 0 3506005 0
[pid=23524/tid=23574] ppid=23521 vsize=14069564 CPUtime=2500.68 cores=0,2,4,6
/proc/23524/task/23574/stat : 23574 (java) R 23521 23524 13007 0 -1 4202560 78000 12745 0 0 250037 23 5 3 20 0 15 0 87188842 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590951623440 140590553478199 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23575] ppid=23521 vsize=14069564 CPUtime=1.25 cores=0,2,4,6
/proc/23524/task/23575/stat : 23575 (java) S 23521 23524 13007 0 -1 1077944384 7094 12745 0 0 108 9 5 3 20 0 15 0 87188842 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590866803344 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23576] ppid=23521 vsize=14069564 CPUtime=1.25 cores=0,2,4,6
/proc/23524/task/23576/stat : 23576 (java) S 23521 23524 13007 0 -1 1077944384 7180 12745 0 0 109 8 5 3 20 0 15 0 87188842 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590865750544 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23577] ppid=23521 vsize=14069564 CPUtime=1.24 cores=0,2,4,6
/proc/23524/task/23577/stat : 23577 (java) S 23521 23524 13007 0 -1 1077944384 11703 12745 0 0 109 7 5 3 20 0 15 0 87188842 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590864697744 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23578] ppid=23521 vsize=14069564 CPUtime=1.25 cores=0,2,4,6
/proc/23524/task/23578/stat : 23578 (java) S 23521 23524 13007 0 -1 1077944384 7224 12745 0 0 109 8 5 3 20 0 15 0 87188842 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590863644944 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23579] ppid=23521 vsize=14069564 CPUtime=1.2 cores=0,2,4,6
/proc/23524/task/23579/stat : 23579 (java) S 23521 23524 13007 0 -1 1077944384 17087 12745 0 0 103 9 5 3 20 0 15 0 87188844 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590425037680 140590947400322 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23580] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23580/stat : 23580 (java) S 23521 23524 13007 0 -1 1077944384 58 12745 0 0 0 0 5 3 20 0 15 0 87188844 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590423983712 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23581] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23581/stat : 23581 (java) S 23521 23524 13007 0 -1 1077944384 47 12745 0 0 0 0 5 3 20 0 15 0 87188844 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590422930816 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23582] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23582/stat : 23582 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590421879120 140590947407771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23583] ppid=23521 vsize=14069564 CPUtime=5.7 cores=0,2,4,6
/proc/23524/task/23583/stat : 23583 (java) S 23521 23524 13007 0 -1 1077944384 20785 12745 0 0 558 4 5 3 20 0 15 0 87188847 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590420826480 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23584] ppid=23521 vsize=14069564 CPUtime=5.17 cores=0,2,4,6
/proc/23524/task/23584/stat : 23584 (java) S 23521 23524 13007 0 -1 1077944384 18219 12745 0 0 507 2 5 3 20 0 15 0 87188847 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590419773680 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23585] ppid=23521 vsize=14069564 CPUtime=2.15 cores=0,2,4,6
/proc/23524/task/23585/stat : 23585 (java) S 23521 23524 13007 0 -1 1077944384 19215 12745 0 0 203 4 5 3 20 0 15 0 87188847 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590418720880 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23586] ppid=23521 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23586/stat : 23586 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 15 0 87188847 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590417668320 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23587] ppid=23521 vsize=14069564 CPUtime=0.78 cores=0,2,4,6
/proc/23524/task/23587/stat : 23587 (java) S 23521 23524 13007 0 -1 1077944384 1736 12745 0 0 30 40 5 3 20 0 15 0 87188850 14407233536 122899 18446744073709551615 4194304 4196468 140731616249472 140590416616624 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 14069564

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

[startup+2504 s]
/proc/loadavg: 1.18 1.34 1.44 3/213 23890
/proc/meminfo: memFree=29430512/32770624 swapFree=0/464708
[pid=23524] ppid=23521 vsize=14202692 CPUtime=2520.57 cores=0,2,4,6
/proc/23524/stat : 23524 (java) S 23521 23524 13007 0 -1 1077944320 196903 12745 0 0 251955 94 5 3 20 0 17 0 87188822 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140731616232016 140590947389175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
/proc/23524/statm: 3550673 124092 3480 1 0 3539287 0
[pid=23524/tid=23574] ppid=23521 vsize=14202692 CPUtime=2500.69 cores=0,2,4,6
/proc/23524/task/23574/stat : 23574 (java) S 23521 23524 13007 0 -1 1077944384 78320 12745 0 0 250038 23 5 3 20 0 17 0 87188842 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590951626848 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23575] ppid=23521 vsize=14202692 CPUtime=1.36 cores=0,2,4,6
/proc/23524/task/23575/stat : 23575 (java) S 23521 23524 13007 0 -1 1077944384 7128 12745 0 0 119 9 5 3 20 0 17 0 87188842 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590866803344 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23576] ppid=23521 vsize=14202692 CPUtime=1.35 cores=0,2,4,6
/proc/23524/task/23576/stat : 23576 (java) S 23521 23524 13007 0 -1 1077944384 7191 12745 0 0 119 8 5 3 20 0 17 0 87188842 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590865750544 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23577] ppid=23521 vsize=14202692 CPUtime=1.35 cores=0,2,4,6
/proc/23524/task/23577/stat : 23577 (java) S 23521 23524 13007 0 -1 1077944384 11725 12745 0 0 120 7 5 3 20 0 17 0 87188842 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590864697744 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23578] ppid=23521 vsize=14202692 CPUtime=1.35 cores=0,2,4,6
/proc/23524/task/23578/stat : 23578 (java) S 23521 23524 13007 0 -1 1077944384 7240 12745 0 0 119 8 5 3 20 0 17 0 87188842 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590863644944 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23579] ppid=23521 vsize=14202692 CPUtime=1.27 cores=0,2,4,6
/proc/23524/task/23579/stat : 23579 (java) R 23521 23524 13007 0 -1 4202560 22890 12745 0 0 110 9 5 3 20 0 17 0 87188844 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590425036080 140590931578986 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23580] ppid=23521 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23580/stat : 23580 (java) S 23521 23524 13007 0 -1 1077944384 60 12745 0 0 0 0 5 3 20 0 17 0 87188844 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590423983616 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23581] ppid=23521 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23581/stat : 23581 (java) S 23521 23524 13007 0 -1 1077944384 47 12745 0 0 0 0 5 3 20 0 17 0 87188844 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590422930816 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23582] ppid=23521 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23582/stat : 23582 (java) S 23521 23524 13007 0 -1 1077944384 82 12745 0 0 0 0 5 3 20 0 17 0 87188847 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590421879120 140590947407771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23583] ppid=23521 vsize=14202692 CPUtime=5.7 cores=0,2,4,6
/proc/23524/task/23583/stat : 23583 (java) S 23521 23524 13007 0 -1 1077944384 20785 12745 0 0 558 4 5 3 20 0 17 0 87188847 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590420826480 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23584] ppid=23521 vsize=14202692 CPUtime=5.17 cores=0,2,4,6
/proc/23524/task/23584/stat : 23584 (java) S 23521 23524 13007 0 -1 1077944384 18219 12745 0 0 507 2 5 3 20 0 17 0 87188847 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590419773680 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23585] ppid=23521 vsize=14202692 CPUtime=2.15 cores=0,2,4,6
/proc/23524/task/23585/stat : 23585 (java) S 23521 23524 13007 0 -1 1077944384 19215 12745 0 0 203 4 5 3 20 0 17 0 87188847 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590418720880 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23586] ppid=23521 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/23524/task/23586/stat : 23586 (java) S 23521 23524 13007 0 -1 1077944384 3 12745 0 0 0 0 5 3 20 0 17 0 87188847 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590417668320 140590947399381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
[pid=23524/tid=23587] ppid=23521 vsize=14202692 CPUtime=0.78 cores=0,2,4,6
/proc/23524/task/23587/stat : 23587 (java) S 23521 23524 13007 0 -1 1077944384 1736 12745 0 0 30 40 5 3 20 0 17 0 87188850 14543556608 124092 18446744073709551615 4194304 4196468 140731616249472 140590416616624 140590947400322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 35573760 140731616253904 140731616256689 140731616256689 140731616260047 0
Current children cumulated CPU time (s) 2520.57
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2504.03
CPU time (s): 2520.63
CPU user time (s): 2519.65
CPU system time (s): 0.977534
CPU usage (%): 100.663
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.65
system time used= 0.977534
maximum resident set size= 621604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209739
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83348
involuntary context switches= 3712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3513 second user time and 14.5396 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 13:45:41
IDJOB=4262537
IDBENCH=130604
IDSOLVER=2650
FILE ID=node135/4262537-1502452776
RUNJOBID= node135-1502411443-13071
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-09_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262537-1502452776/watcher-4262537-1502452776 -o /tmp/evaluation-result-4262537-1502452776/solver-4262537-1502452776 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580  bin/concrete HOME/instance-4262537-1502452776.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b61d3737b957190caa39e86626214229
RANDOM SEED=498718449

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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	: 4
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.21
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.21
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30451816 kB
MemAvailable:   31280580 kB
Buffers:          291032 kB
Cached:           829256 kB
SwapCached:            0 kB
Active:          1381368 kB
Inactive:         497316 kB
Active(anon):     758580 kB
Inactive(anon):    33140 kB
Active(file):     622788 kB
Inactive(file):   464176 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24344 kB
Writeback:             0 kB
AnonPages:        758008 kB
Mapped:            62980 kB
Shmem:             33464 kB
Slab:             142752 kB
SReclaimable:     115268 kB
SUnreclaim:        27484 kB
KernelStack:        3504 kB
PageTables:         6624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1684360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    530432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 14:27:26