Trace number 4262250

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.6699 2474.4299

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07-6_X2.xml
MD5SUMfad96b2eb778b7f693e68e3d100e5397
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2382.8
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

pid=14424
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.75 1.60 1.53 3/197 14427
/proc/meminfo: memFree=26847284/32770624 swapFree=0/509088
[pid=14427] ppid=14424 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14427/stat : 14427 (runsolver) D 14424 14427 1330 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 48546577 24240128 107 18446744073709551615 4194304 4338465 140736039965904 140736039963544 140286368907991 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 34103296 140736039973073 140736039973449 140736039973449 140736039976906 0
/proc/14427/statm: 5918 107 54 36 0 2156 0

[startup+0.100166 s]
/proc/loadavg: 1.75 1.60 1.53 3/197 14427
/proc/meminfo: memFree=26847284/32770624 swapFree=0/509088
[pid=14427] ppid=14424 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/14427/stat : 14427 (bash) S 14424 14427 1330 0 -1 4202496 898 6474 0 0 0 0 0 1 20 0 1 0 48546577 9867264 377 18446744073709551615 4194304 5098028 140730910500800 140730910494808 140322108455936 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 39997440 140730910503444 140730910503529 140730910503529 140730910506986 0
/proc/14427/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200285 s]
/proc/loadavg: 1.75 1.60 1.53 3/197 14427
/proc/meminfo: memFree=26847284/32770624 swapFree=0/509088
[pid=14427] ppid=14424 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/14427/stat : 14427 (bash) S 14424 14427 1330 0 -1 4202496 898 6474 0 0 0 0 0 1 20 0 1 0 48546577 9867264 377 18446744073709551615 4194304 5098028 140730910500800 140730910494808 140322108455936 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 39997440 140730910503444 140730910503529 140730910503529 140730910506986 0
/proc/14427/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300284 s]
/proc/loadavg: 1.75 1.60 1.53 3/197 14427
/proc/meminfo: memFree=26847284/32770624 swapFree=0/509088
[pid=14427] ppid=14424 vsize=13840744 CPUtime=0.13 cores=0,2,4,6
/proc/14427/stat : 14427 (java) S 14424 14427 1330 0 -1 1077944320 5454 12400 0 0 5 1 5 2 20 0 13 0 48546577 14172921856 5108 18446744073709551615 4194304 4196468 140735422828000 140735422810544 139835196980983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
/proc/14427/statm: 3460186 5108 2248 1 0 3449683 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13840744

[startup+0.700172 s]
/proc/loadavg: 1.75 1.60 1.53 3/197 14427
/proc/meminfo: memFree=26847284/32770624 swapFree=0/509088
[pid=14427] ppid=14424 vsize=13974784 CPUtime=0.61 cores=0,2,4,6
/proc/14427/stat : 14427 (java) S 14424 14427 1330 0 -1 1077944320 13779 12400 0 0 50 4 5 2 20 0 15 0 48546577 14310178816 14211 18446744073709551615 4194304 4196468 140735422828000 140735422810544 139835196980983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
/proc/14427/statm: 3493696 14211 3074 1 0 3482965 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.50052 s]
/proc/loadavg: 1.75 1.60 1.53 3/212 14490
/proc/meminfo: memFree=26755084/32770624 swapFree=0/509028
[pid=14427] ppid=14424 vsize=13985408 CPUtime=1.82 cores=0,2,4,6
/proc/14427/stat : 14427 (java) S 14424 14427 1330 0 -1 1077944320 28331 12400 0 0 167 8 5 2 20 0 15 0 48546577 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 140735422810544 139835196980983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
/proc/14427/statm: 3496352 33896 3339 1 0 3485525 0
[pid=14427/tid=14477] ppid=14424 vsize=13985408 CPUtime=1.27 cores=0,2,4,6
/proc/14427/task/14477/stat : 14477 (java) R 14424 14427 1330 0 -1 4202560 23098 12400 0 0 114 6 5 2 20 0 15 0 48546601 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139835201212576 139835181024613 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14478] ppid=14424 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14478/stat : 14478 (java) S 14424 14427 1330 0 -1 1077944384 1 12400 0 0 0 0 5 2 20 0 15 0 48546602 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139835153947408 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14479] ppid=14424 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14479/stat : 14479 (java) S 14424 14427 1330 0 -1 1077944384 1 12400 0 0 0 0 5 2 20 0 15 0 48546602 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139835152894864 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14480] ppid=14424 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14480/stat : 14480 (java) S 14424 14427 1330 0 -1 1077944384 1 12400 0 0 0 0 5 2 20 0 15 0 48546602 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139835151842320 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14481] ppid=14424 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14481/stat : 14481 (java) S 14424 14427 1330 0 -1 1077944384 2 12400 0 0 0 0 5 2 20 0 15 0 48546602 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139835150789776 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14482] ppid=14424 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14482/stat : 14482 (java) S 14424 14427 1330 0 -1 1077944384 6 12400 0 0 0 0 5 2 20 0 15 0 48546603 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139834742695920 139835196992130 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14483] ppid=14424 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14483/stat : 14483 (java) S 14424 14427 1330 0 -1 1077944384 33 12400 0 0 0 0 5 2 20 0 15 0 48546604 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139834741642144 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14484] ppid=14424 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14484/stat : 14484 (java) S 14424 14427 1330 0 -1 1077944384 21 12400 0 0 0 0 5 2 20 0 15 0 48546604 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139834672800752 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14485] ppid=14424 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14485/stat : 14485 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139834671749328 139835196999579 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14486] ppid=14424 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/14427/task/14486/stat : 14486 (java) S 14424 14427 1330 0 -1 1077944384 1135 12400 0 0 18 0 5 2 20 0 15 0 48546607 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139834670696944 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14487] ppid=14424 vsize=13985408 CPUtime=0.18 cores=0,2,4,6
/proc/14427/task/14487/stat : 14487 (java) S 14424 14427 1330 0 -1 1077944384 562 12400 0 0 11 0 5 2 20 0 15 0 48546607 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139834669644400 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14488] ppid=14424 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/14427/task/14488/stat : 14488 (java) S 14424 14427 1330 0 -1 1077944384 1300 12400 0 0 22 0 5 2 20 0 15 0 48546607 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139834668591856 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14489] ppid=14424 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14489/stat : 14489 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139834667539552 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14490] ppid=14424 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14490/stat : 14490 (java) S 14424 14427 1330 0 -1 1077944384 10 12400 0 0 0 0 5 2 20 0 15 0 48546611 14321057792 33896 18446744073709551615 4194304 4196468 140735422828000 139834666486064 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 13985408

[startup+3.10059 s]
/proc/loadavg: 1.61 1.58 1.52 6/212 14490
/proc/meminfo: memFree=26676692/32770624 swapFree=0/509028
[pid=14427] ppid=14424 vsize=13997884 CPUtime=5.51 cores=0,2,4,6
/proc/14427/stat : 14427 (java) S 14424 14427 1330 0 -1 1077944320 49315 12400 0 0 528 16 5 2 20 0 15 0 48546577 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 140735422810544 139835196980983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
/proc/14427/statm: 3499471 55267 3451 1 0 3488085 0
[pid=14427/tid=14477] ppid=14424 vsize=13997884 CPUtime=2.84 cores=0,2,4,6
/proc/14427/task/14477/stat : 14477 (java) R 14424 14427 1330 0 -1 4202560 35800 12400 0 0 268 9 5 2 20 0 15 0 48546601 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139835201212640 139835180176522 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14478] ppid=14424 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14478/stat : 14478 (java) S 14424 14427 1330 0 -1 1077944384 53 12400 0 0 0 0 5 2 20 0 15 0 48546602 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139835153947408 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14479] ppid=14424 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14427/task/14479/stat : 14479 (java) S 14424 14427 1330 0 -1 1077944384 44 12400 0 0 1 0 5 2 20 0 15 0 48546602 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139835152894864 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14480] ppid=14424 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14427/task/14480/stat : 14480 (java) S 14424 14427 1330 0 -1 1077944384 192 12400 0 0 1 0 5 2 20 0 15 0 48546602 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139835151842320 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14481] ppid=14424 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14427/task/14481/stat : 14481 (java) S 14424 14427 1330 0 -1 1077944384 70 12400 0 0 1 0 5 2 20 0 15 0 48546602 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139835150789776 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14482] ppid=14424 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14427/task/14482/stat : 14482 (java) S 14424 14427 1330 0 -1 1077944384 1737 12400 0 0 1 0 5 2 20 0 15 0 48546603 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139834742695920 139835196992130 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14483] ppid=14424 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14483/stat : 14483 (java) S 14424 14427 1330 0 -1 1077944384 55 12400 0 0 0 0 5 2 20 0 15 0 48546604 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139834741642144 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14484] ppid=14424 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14484/stat : 14484 (java) S 14424 14427 1330 0 -1 1077944384 44 12400 0 0 0 0 5 2 20 0 15 0 48546604 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139834672800752 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14485] ppid=14424 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14485/stat : 14485 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139834671749328 139835196999579 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14486] ppid=14424 vsize=13997884 CPUtime=1.04 cores=0,2,4,6
/proc/14427/task/14486/stat : 14486 (java) R 14424 14427 1330 0 -1 4202560 3832 12400 0 0 96 1 5 2 20 0 15 0 48546607 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139834670696944 139835196992918 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14487] ppid=14424 vsize=13997884 CPUtime=0.69 cores=0,2,4,6
/proc/14427/task/14487/stat : 14487 (java) S 14424 14427 1330 0 -1 1077944384 1843 12400 0 0 61 1 5 2 20 0 15 0 48546607 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139834669644400 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14488] ppid=14424 vsize=13997884 CPUtime=1.01 cores=0,2,4,6
/proc/14427/task/14488/stat : 14488 (java) S 14424 14427 1330 0 -1 1077944384 3473 12400 0 0 93 1 5 2 20 0 15 0 48546607 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139834668591856 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14489] ppid=14424 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14489/stat : 14489 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139834667539552 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14490] ppid=14424 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14490/stat : 14490 (java) S 14424 14427 1330 0 -1 1077944384 11 12400 0 0 0 0 5 2 20 0 15 0 48546611 14333833216 55267 18446744073709551615 4194304 4196468 140735422828000 139834666486064 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 13997884

[startup+6.30075 s]
/proc/loadavg: 1.61 1.58 1.52 5/212 14490
/proc/meminfo: memFree=26517648/32770624 swapFree=0/509020
[pid=14427] ppid=14424 vsize=14067516 CPUtime=14.52 cores=0,2,4,6
/proc/14427/stat : 14427 (java) S 14424 14427 1330 0 -1 1077944320 76358 12400 0 0 1419 26 5 2 20 0 15 0 48546577 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 140735422810544 139835196980983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
/proc/14427/statm: 3516879 98395 3474 1 0 3505493 0
[pid=14427/tid=14477] ppid=14424 vsize=14067516 CPUtime=5.89 cores=0,2,4,6
/proc/14427/task/14477/stat : 14477 (java) R 14424 14427 1330 0 -1 4202560 44963 12400 0 0 569 13 5 2 20 0 15 0 48546601 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139835201213048 139834840467601 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14478] ppid=14424 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/14427/task/14478/stat : 14478 (java) S 14424 14427 1330 0 -1 1077944384 242 12400 0 0 4 1 5 2 20 0 15 0 48546602 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139835153947408 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14479] ppid=14424 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/14427/task/14479/stat : 14479 (java) S 14424 14427 1330 0 -1 1077944384 104 12400 0 0 3 0 5 2 20 0 15 0 48546602 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139835152894864 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14480] ppid=14424 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/14427/task/14480/stat : 14480 (java) S 14424 14427 1330 0 -1 1077944384 232 12400 0 0 3 0 5 2 20 0 15 0 48546602 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139835151842320 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14481] ppid=14424 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14427/task/14481/stat : 14481 (java) S 14424 14427 1330 0 -1 1077944384 390 12400 0 0 4 0 5 2 20 0 15 0 48546602 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139835150789776 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14482] ppid=14424 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14427/task/14482/stat : 14482 (java) S 14424 14427 1330 0 -1 1077944384 3382 12400 0 0 4 0 5 2 20 0 15 0 48546603 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139834742695920 139835196992130 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14483] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14483/stat : 14483 (java) S 14424 14427 1330 0 -1 1077944384 55 12400 0 0 0 0 5 2 20 0 15 0 48546604 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139834741642208 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14484] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14484/stat : 14484 (java) S 14424 14427 1330 0 -1 1077944384 44 12400 0 0 0 0 5 2 20 0 15 0 48546604 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139834672800768 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14485] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14485/stat : 14485 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139834671749328 139835196999579 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14486] ppid=14424 vsize=14067516 CPUtime=3.5 cores=0,2,4,6
/proc/14427/task/14486/stat : 14486 (java) S 14424 14427 1330 0 -1 1077944384 11338 12400 0 0 342 1 5 2 20 0 15 0 48546607 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139834670696944 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14487] ppid=14424 vsize=14067516 CPUtime=3.25 cores=0,2,4,6
/proc/14427/task/14487/stat : 14487 (java) S 14424 14427 1330 0 -1 1077944384 6845 12400 0 0 316 2 5 2 20 0 15 0 48546607 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139834669644400 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14488] ppid=14424 vsize=14067516 CPUtime=1.79 cores=0,2,4,6
/proc/14427/task/14488/stat : 14488 (java) S 14424 14427 1330 0 -1 1077944384 6579 12400 0 0 170 2 5 2 20 0 15 0 48546607 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139834668591856 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14489] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14489/stat : 14489 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139834667539552 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14490] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14490/stat : 14490 (java) S 14424 14427 1330 0 -1 1077944384 23 12400 0 0 0 0 5 2 20 0 15 0 48546611 14405136384 98395 18446744073709551615 4194304 4196468 140735422828000 139834666486064 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
Current children cumulated CPU time (s) 14.52
Current children cumulated vsize (KiB) 14067516

[startup+12.7008 s]
/proc/loadavg: 1.67 1.59 1.52 3/212 14490
/proc/meminfo: memFree=25764028/32770624 swapFree=0/509012
[pid=14427] ppid=14424 vsize=14067516 CPUtime=21.82 cores=0,2,4,6
/proc/14427/stat : 14427 (java) S 14424 14427 1330 0 -1 1077944320 79626 12400 0 0 2134 41 5 2 20 0 15 0 48546577 14405136384 297607 18446744073709551615 4194304 4196468 140735422828000 140735422810544 139835196980983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
/proc/14427/statm: 3516879 297607 3474 1 0 3505493 0
[pid=14427/tid=14477] ppid=14424 vsize=14067516 CPUtime=12.24 cores=0,2,4,6
/proc/14427/task/14477/stat : 14477 (java) R 14424 14427 1330 0 -1 4202560 45998 12400 0 0 1193 24 5 2 20 0 15 0 48546601 14405136384 297607 18446744073709551615 4194304 4196468 140735422828000 139835201215440 139834839910226 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14478] ppid=14424 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/14427/task/14478/stat : 14478 (java) S 14424 14427 1330 0 -1 1077944384 261 12400 0 0 6 2 5 2 20 0 15 0 48546602 14405136384 297607 18446744073709551615 4194304 4196468 140735422828000 139835153947408 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14479] ppid=14424 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/14427/task/14479/stat : 14479 (java) S 14424 14427 1330 0 -1 1077944384 127 12400 0 0 5 1 5 2 20 0 15 0 48546602 14405136384 297607 18446744073709551615 4194304 4196468 140735422828000 139835152894864 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14480] ppid=14424 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/14427/task/14480/stat : 14480 (java) S 14424 14427 1330 0 -1 1077944384 257 12400 0 0 5 1 5 2 20 0 15 0 48546602 14405136384 297607 18446744073709551615 4194304 4196468 140735422828000 139835151842320 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14481] ppid=14424 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/14427/task/14481/stat : 14481 (java) S 14424 14427 1330 0 -1 1077944384 415 12400 0 0 6 1 5 2 20 0 15 0 48546602 14405136384 297607 18446744073709551615 4194304 4196468 140735422828000 139835150789776 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14482] ppid=14424 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/14427/task/14482/stat : 14482 (java) S 14424 14427 1330 0 -1 1077944384 3803 12400 0 0 5 1 5 2 20 0 15 0 48546603 14405136384 297607 18446744073709551615 4194304 4196468 140735422828000 139834742695920 139835196992130 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14483] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14483/stat : 14483 (java) S 14424 14427 1330 0 -1 1077944384 55 12400 0 0 0 0 5 2 20 0 15 0 48546604 14405136384 297607 18446744073709551615 4194304 4196468 140735422828000 139834741642208 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14484] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14484/stat : 14484 (java) S 14424 14427 1330 0 -1 1077944384 44 12400 0 0 0 0 5 2 20 0 15 0 48546604 14405136384 297607 18446744073709551615 4194304 4196468 140735422828000 139834672800768 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14485] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14485/stat : 14485 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14405136384 297607 18446744073709551615 4194304 4196468 140735422828000 139834671749328 139835196999579 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0

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

/proc/14427/task/14489/stat : 14489 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834667539552 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14490] ppid=14424 vsize=14067516 CPUtime=1.64 cores=0,2,4,6
/proc/14427/task/14490/stat : 14490 (java) S 14424 14427 1330 0 -1 1077944384 1650 12400 0 0 70 87 5 2 20 0 15 0 48546611 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834666486064 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
Current children cumulated CPU time (s) 2365.76
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.38 1.34 1.45 3/209 14762
/proc/meminfo: memFree=28597812/32770624 swapFree=0/509492
[pid=14427] ppid=14424 vsize=14067516 CPUtime=2426.7 cores=0,2,4,6
/proc/14427/stat : 14427 (java) S 14424 14427 1330 0 -1 1077944320 315884 12400 0 0 242262 401 5 2 20 0 15 0 48546577 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 140735422810544 139835196980983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
/proc/14427/statm: 3516879 458938 3475 1 0 3505493 0
[pid=14427/tid=14477] ppid=14424 vsize=14067516 CPUtime=2354.17 cores=0,2,4,6
/proc/14427/task/14477/stat : 14477 (java) R 14424 14427 1330 0 -1 4202560 123245 12400 0 0 235336 74 5 2 20 0 15 0 48546601 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835201215440 139834832448894 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14478] ppid=14424 vsize=14067516 CPUtime=12.58 cores=0,2,4,6
/proc/14427/task/14478/stat : 14478 (java) S 14424 14427 1330 0 -1 1077944384 28591 12400 0 0 1187 64 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835153947408 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14479] ppid=14424 vsize=14067516 CPUtime=12.57 cores=0,2,4,6
/proc/14427/task/14479/stat : 14479 (java) S 14424 14427 1330 0 -1 1077944384 40120 12400 0 0 1184 66 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835152894864 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14480] ppid=14424 vsize=14067516 CPUtime=12.58 cores=0,2,4,6
/proc/14427/task/14480/stat : 14480 (java) S 14424 14427 1330 0 -1 1077944384 29038 12400 0 0 1189 62 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835151842320 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14481] ppid=14424 vsize=14067516 CPUtime=12.56 cores=0,2,4,6
/proc/14427/task/14481/stat : 14481 (java) S 14424 14427 1330 0 -1 1077944384 26820 12400 0 0 1188 61 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835150789776 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14482] ppid=14424 vsize=14067516 CPUtime=11.66 cores=0,2,4,6
/proc/14427/task/14482/stat : 14482 (java) S 14424 14427 1330 0 -1 1077944384 29110 12400 0 0 1099 60 5 2 20 0 15 0 48546603 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834742695920 139835196992130 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14483] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14483/stat : 14483 (java) S 14424 14427 1330 0 -1 1077944384 55 12400 0 0 0 0 5 2 20 0 15 0 48546604 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834741642208 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14484] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14484/stat : 14484 (java) S 14424 14427 1330 0 -1 1077944384 44 12400 0 0 0 0 5 2 20 0 15 0 48546604 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834672800768 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14485] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14485/stat : 14485 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834671749328 139835196999579 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14486] ppid=14424 vsize=14067516 CPUtime=3.8 cores=0,2,4,6
/proc/14427/task/14486/stat : 14486 (java) S 14424 14427 1330 0 -1 1077944384 12822 12400 0 0 371 2 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834670696944 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14487] ppid=14424 vsize=14067516 CPUtime=3.79 cores=0,2,4,6
/proc/14427/task/14487/stat : 14487 (java) S 14424 14427 1330 0 -1 1077944384 8099 12400 0 0 369 3 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834669644400 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14488] ppid=14424 vsize=14067516 CPUtime=1.84 cores=0,2,4,6
/proc/14427/task/14488/stat : 14488 (java) S 14424 14427 1330 0 -1 1077944384 14117 12400 0 0 173 4 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834668591856 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14489] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14489/stat : 14489 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834667539552 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14490] ppid=14424 vsize=14067516 CPUtime=1.68 cores=0,2,4,6
/proc/14427/task/14490/stat : 14490 (java) S 14424 14427 1330 0 -1 1077944384 1662 12400 0 0 72 89 5 2 20 0 15 0 48546611 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834666486064 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
Current children cumulated CPU time (s) 2426.7
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.50 1.39 1.46 3/213 14779
/proc/meminfo: memFree=28598440/32770624 swapFree=0/509516
[pid=14427] ppid=14424 vsize=14067516 CPUtime=2487.65 cores=0,2,4,6
/proc/14427/stat : 14427 (java) S 14424 14427 1330 0 -1 1077944320 319263 12400 0 0 248349 409 5 2 20 0 15 0 48546577 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 140735422810544 139835196980983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
/proc/14427/statm: 3516879 458938 3475 1 0 3505493 0
[pid=14427/tid=14477] ppid=14424 vsize=14067516 CPUtime=2413.43 cores=0,2,4,6
/proc/14427/task/14477/stat : 14477 (java) R 14424 14427 1330 0 -1 4202560 125009 12400 0 0 241261 75 5 2 20 0 15 0 48546601 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835201215440 139834840207982 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14478] ppid=14424 vsize=14067516 CPUtime=12.93 cores=0,2,4,6
/proc/14427/task/14478/stat : 14478 (java) S 14424 14427 1330 0 -1 1077944384 28870 12400 0 0 1220 66 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835153947408 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14479] ppid=14424 vsize=14067516 CPUtime=12.9 cores=0,2,4,6
/proc/14427/task/14479/stat : 14479 (java) S 14424 14427 1330 0 -1 1077944384 40213 12400 0 0 1215 68 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835152894864 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14480] ppid=14424 vsize=14067516 CPUtime=12.91 cores=0,2,4,6
/proc/14427/task/14480/stat : 14480 (java) S 14424 14427 1330 0 -1 1077944384 29486 12400 0 0 1221 63 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835151842320 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14481] ppid=14424 vsize=14067516 CPUtime=12.9 cores=0,2,4,6
/proc/14427/task/14481/stat : 14481 (java) S 14424 14427 1330 0 -1 1077944384 27002 12400 0 0 1220 63 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835150789776 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14482] ppid=14424 vsize=14067516 CPUtime=11.97 cores=0,2,4,6
/proc/14427/task/14482/stat : 14482 (java) S 14424 14427 1330 0 -1 1077944384 29659 12400 0 0 1129 61 5 2 20 0 15 0 48546603 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834742695920 139835196992130 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14483] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14483/stat : 14483 (java) S 14424 14427 1330 0 -1 1077944384 55 12400 0 0 0 0 5 2 20 0 15 0 48546604 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834741642208 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14484] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14484/stat : 14484 (java) S 14424 14427 1330 0 -1 1077944384 44 12400 0 0 0 0 5 2 20 0 15 0 48546604 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834672800768 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14485] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14485/stat : 14485 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834671749328 139835196999579 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14486] ppid=14424 vsize=14067516 CPUtime=3.8 cores=0,2,4,6
/proc/14427/task/14486/stat : 14486 (java) S 14424 14427 1330 0 -1 1077944384 12828 12400 0 0 371 2 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834670696944 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14487] ppid=14424 vsize=14067516 CPUtime=3.79 cores=0,2,4,6
/proc/14427/task/14487/stat : 14487 (java) S 14424 14427 1330 0 -1 1077944384 8105 12400 0 0 369 3 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834669644400 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14488] ppid=14424 vsize=14067516 CPUtime=1.84 cores=0,2,4,6
/proc/14427/task/14488/stat : 14488 (java) S 14424 14427 1330 0 -1 1077944384 14123 12400 0 0 173 4 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834668591856 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14489] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14489/stat : 14489 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834667539552 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14490] ppid=14424 vsize=14067516 CPUtime=1.72 cores=0,2,4,6
/proc/14427/task/14490/stat : 14490 (java) S 14424 14427 1330 0 -1 1077944384 1708 12400 0 0 74 91 5 2 20 0 15 0 48546611 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834666486064 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
Current children cumulated CPU time (s) 2487.65
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.2 s]
/proc/loadavg: 1.38 1.37 1.45 3/213 14780
/proc/meminfo: memFree=28598664/32770624 swapFree=0/509516
[pid=14427] ppid=14424 vsize=14067516 CPUtime=2520.07 cores=0,2,4,6
/proc/14427/stat : 14427 (java) S 14424 14427 1330 0 -1 1077944320 320726 12400 0 0 251587 413 5 2 20 0 15 0 48546577 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 140735422810544 139835196980983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
/proc/14427/statm: 3516879 458938 3475 1 0 3505493 0
[pid=14427/tid=14477] ppid=14424 vsize=14067516 CPUtime=2444.92 cores=0,2,4,6
/proc/14427/task/14477/stat : 14477 (java) R 14424 14427 1330 0 -1 4202560 125910 12400 0 0 244410 75 5 2 20 0 15 0 48546601 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835201215232 139834840467414 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14478] ppid=14424 vsize=14067516 CPUtime=13.11 cores=0,2,4,6
/proc/14427/task/14478/stat : 14478 (java) S 14424 14427 1330 0 -1 1077944384 29083 12400 0 0 1237 67 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835153947408 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14479] ppid=14424 vsize=14067516 CPUtime=13.09 cores=0,2,4,6
/proc/14427/task/14479/stat : 14479 (java) S 14424 14427 1330 0 -1 1077944384 40237 12400 0 0 1233 69 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835152894864 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14480] ppid=14424 vsize=14067516 CPUtime=13.1 cores=0,2,4,6
/proc/14427/task/14480/stat : 14480 (java) S 14424 14427 1330 0 -1 1077944384 29492 12400 0 0 1239 64 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835151842320 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14481] ppid=14424 vsize=14067516 CPUtime=13.08 cores=0,2,4,6
/proc/14427/task/14481/stat : 14481 (java) S 14424 14427 1330 0 -1 1077944384 27113 12400 0 0 1238 63 5 2 20 0 15 0 48546602 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139835150789776 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14482] ppid=14424 vsize=14067516 CPUtime=12.13 cores=0,2,4,6
/proc/14427/task/14482/stat : 14482 (java) S 14424 14427 1330 0 -1 1077944384 29854 12400 0 0 1145 61 5 2 20 0 15 0 48546603 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834742695920 139835196992130 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14483] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14483/stat : 14483 (java) S 14424 14427 1330 0 -1 1077944384 55 12400 0 0 0 0 5 2 20 0 15 0 48546604 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834741642208 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14484] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14484/stat : 14484 (java) S 14424 14427 1330 0 -1 1077944384 44 12400 0 0 0 0 5 2 20 0 15 0 48546604 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834672800768 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14485] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14485/stat : 14485 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834671749328 139835196999579 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14486] ppid=14424 vsize=14067516 CPUtime=3.8 cores=0,2,4,6
/proc/14427/task/14486/stat : 14486 (java) S 14424 14427 1330 0 -1 1077944384 12831 12400 0 0 371 2 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834670696944 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14487] ppid=14424 vsize=14067516 CPUtime=3.79 cores=0,2,4,6
/proc/14427/task/14487/stat : 14487 (java) S 14424 14427 1330 0 -1 1077944384 8107 12400 0 0 369 3 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834669644400 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14488] ppid=14424 vsize=14067516 CPUtime=1.84 cores=0,2,4,6
/proc/14427/task/14488/stat : 14488 (java) S 14424 14427 1330 0 -1 1077944384 14125 12400 0 0 173 4 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834668591856 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14489] ppid=14424 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14489/stat : 14489 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 15 0 48546607 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834667539552 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14490] ppid=14424 vsize=14067516 CPUtime=1.74 cores=0,2,4,6
/proc/14427/task/14490/stat : 14490 (java) S 14424 14427 1330 0 -1 1077944384 1714 12400 0 0 75 92 5 2 20 0 15 0 48546611 14405136384 458938 18446744073709551615 4194304 4196468 140735422828000 139834666486064 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 14067516

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

[startup+2474.4 s]
/proc/loadavg: 1.38 1.37 1.45 3/213 14780
/proc/meminfo: memFree=28598664/32770624 swapFree=0/509516
[pid=14427] ppid=14424 vsize=14200644 CPUtime=2520.6 cores=0,2,4,6
/proc/14427/stat : 14427 (java) S 14424 14427 1330 0 -1 1077944320 327178 12400 0 0 251638 415 5 2 20 0 17 0 48546577 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 140735422810544 139835196980983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
/proc/14427/statm: 3550161 460782 3475 1 0 3538775 0
[pid=14427/tid=14477] ppid=14424 vsize=14200644 CPUtime=2444.93 cores=0,2,4,6
/proc/14427/task/14477/stat : 14477 (java) S 14424 14427 1330 0 -1 1077944384 126084 12400 0 0 244411 75 5 2 20 0 17 0 48546601 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139835201218688 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14478] ppid=14424 vsize=14200644 CPUtime=13.22 cores=0,2,4,6
/proc/14427/task/14478/stat : 14478 (java) S 14424 14427 1330 0 -1 1077944384 29114 12400 0 0 1248 67 5 2 20 0 17 0 48546602 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139835153947408 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14479] ppid=14424 vsize=14200644 CPUtime=13.19 cores=0,2,4,6
/proc/14427/task/14479/stat : 14479 (java) S 14424 14427 1330 0 -1 1077944384 40263 12400 0 0 1243 69 5 2 20 0 17 0 48546602 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139835152894864 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14480] ppid=14424 vsize=14200644 CPUtime=13.2 cores=0,2,4,6
/proc/14427/task/14480/stat : 14480 (java) S 14424 14427 1330 0 -1 1077944384 29510 12400 0 0 1249 64 5 2 20 0 17 0 48546602 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139835151842320 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14481] ppid=14424 vsize=14200644 CPUtime=13.19 cores=0,2,4,6
/proc/14427/task/14481/stat : 14481 (java) S 14424 14427 1330 0 -1 1077944384 27132 12400 0 0 1249 63 5 2 20 0 17 0 48546602 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139835150789776 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14482] ppid=14424 vsize=14200644 CPUtime=12.21 cores=0,2,4,6
/proc/14427/task/14482/stat : 14482 (java) R 14424 14427 1330 0 -1 4202560 35777 12400 0 0 1152 62 5 2 20 0 17 0 48546603 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139834742694320 139835181337123 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14483] ppid=14424 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14483/stat : 14483 (java) S 14424 14427 1330 0 -1 1077944384 57 12400 0 0 0 0 5 2 20 0 17 0 48546604 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139834741641840 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14484] ppid=14424 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14484/stat : 14484 (java) S 14424 14427 1330 0 -1 1077944384 44 12400 0 0 0 0 5 2 20 0 17 0 48546604 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139834672800768 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14485] ppid=14424 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14485/stat : 14485 (java) S 14424 14427 1330 0 -1 1077944384 77 12400 0 0 0 0 5 2 20 0 17 0 48546607 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139834671749328 139835196999579 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14486] ppid=14424 vsize=14200644 CPUtime=3.8 cores=0,2,4,6
/proc/14427/task/14486/stat : 14486 (java) S 14424 14427 1330 0 -1 1077944384 12831 12400 0 0 371 2 5 2 20 0 17 0 48546607 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139834670696944 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14487] ppid=14424 vsize=14200644 CPUtime=3.79 cores=0,2,4,6
/proc/14427/task/14487/stat : 14487 (java) S 14424 14427 1330 0 -1 1077944384 8107 12400 0 0 369 3 5 2 20 0 17 0 48546607 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139834669644400 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14488] ppid=14424 vsize=14200644 CPUtime=1.84 cores=0,2,4,6
/proc/14427/task/14488/stat : 14488 (java) S 14424 14427 1330 0 -1 1077944384 14201 12400 0 0 173 4 5 2 20 0 17 0 48546607 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139834668587728 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14489] ppid=14424 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/14427/task/14489/stat : 14489 (java) S 14424 14427 1330 0 -1 1077944384 3 12400 0 0 0 0 5 2 20 0 17 0 48546607 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139834667539552 139835196991189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
[pid=14427/tid=14490] ppid=14424 vsize=14200644 CPUtime=1.74 cores=0,2,4,6
/proc/14427/task/14490/stat : 14490 (java) S 14424 14427 1330 0 -1 1077944384 1714 12400 0 0 75 92 5 2 20 0 17 0 48546611 14541459456 460782 18446744073709551615 4194304 4196468 140735422828000 139834666486064 139835196992130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 7008256 140735422830544 140735422833329 140735422833329 140735422836687 0
Current children cumulated CPU time (s) 2520.6
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2474.43
CPU time (s): 2520.67
CPU user time (s): 2516.48
CPU system time (s): 4.18929
CPU usage (%): 101.869
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.48
system time used= 4.18929
maximum resident set size= 1843568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339705
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 320641
involuntary context switches= 9095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5903 second user time and 14.6509 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 16:40:13
IDJOB=4262250
IDBENCH=134578
IDSOLVER=2650
FILE ID=node125/4262250-1502463258
RUNJOBID= node125-1502411403-1394
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07-6_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262250-1502463258/watcher-4262250-1502463258 -o /tmp/evaluation-result-4262250-1502463258/solver-4262250-1502463258 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580  bin/concrete HOME/instance-4262250-1502463258.xml

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

MD5SUM BENCH= fad96b2eb778b7f693e68e3d100e5397
RANDOM SEED=552207018

node125.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.07
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.07
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.07
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.07
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:        26847616 kB
MemAvailable:   27620368 kB
Buffers:          255416 kB
Cached:           808380 kB
SwapCached:            0 kB
Active:          4961476 kB
Inactive:         533996 kB
Active(anon):    4432104 kB
Inactive(anon):    24908 kB
Active(file):     529372 kB
Inactive(file):   509088 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24760 kB
Writeback:             0 kB
AnonPages:       4431604 kB
Mapped:            56280 kB
Shmem:             25252 kB
Slab:             126264 kB
SReclaimable:     100252 kB
SUnreclaim:        26012 kB
KernelStack:        3456 kB
PageTables:        14076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5297608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4204544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 17:21:28