Trace number 4262305

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.4199 2479.6799

General information on the benchmark

NameDubois/Dubois-m1-s1/
Dubois-050.xml
MD5SUM630ab63eaf7c5bcaa7f0eb192a58705a
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 benchmark0.0074439999
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":150}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

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

pid=23776
running on 4 cores: 1,3,5,7

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.41 1.41 1.46 2/196 23779
/proc/meminfo: memFree=30486356/32770624 swapFree=0/305468
[pid=23779] ppid=23776 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23779/stat : 23779 (runsolver) D 23776 23779 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 46859658 24240128 107 18446744073709551615 4194304 4338465 140727955424320 140727955421960 140201833136855 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 20844544 140727955427536 140727955427913 140727955427913 140727955431370 0
/proc/23779/statm: 5918 107 54 36 0 2156 0

[startup+0.100159 s]
/proc/loadavg: 1.41 1.41 1.46 2/196 23779
/proc/meminfo: memFree=30486356/32770624 swapFree=0/305468
[pid=23779] ppid=23776 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23779/stat : 23779 (runsolver) D 23776 23779 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 46859658 24240128 107 18446744073709551615 4194304 4338465 140727955424320 140727955421960 140201833136855 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 20844544 140727955427536 140727955427913 140727955427913 140727955431370 0
/proc/23779/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200334 s]
/proc/loadavg: 1.41 1.41 1.46 2/196 23779
/proc/meminfo: memFree=30486356/32770624 swapFree=0/305468
[pid=23779] ppid=23776 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/23779/stat : 23779 (bash) S 23776 23779 16548 0 -1 4202496 897 6474 0 0 0 0 0 1 20 0 1 0 46859658 9867264 377 18446744073709551615 4194304 5098028 140735218173456 140735218167464 140558893018112 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 10 0 0 7196144 7232144 21102592 140735218180628 140735218180713 140735218180713 140735218184170 0
/proc/23779/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300328 s]
/proc/loadavg: 1.41 1.41 1.46 2/196 23779
/proc/meminfo: memFree=30486356/32770624 swapFree=0/305468
[pid=23779] ppid=23776 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/23779/stat : 23779 (java) S 23776 23779 16548 0 -1 1077944320 5824 12463 0 0 4 1 5 3 20 0 14 0 46859658 14241083392 5501 18446744073709551615 4194304 4196468 140727130063424 140727130045968 140017324625655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
/proc/23779/statm: 3476827 5501 2556 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700517 s]
/proc/loadavg: 1.41 1.41 1.46 2/196 23779
/proc/meminfo: memFree=30486356/32770624 swapFree=0/305468
[pid=23779] ppid=23776 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/23779/stat : 23779 (java) S 23776 23779 16548 0 -1 1077944320 13928 12463 0 0 55 5 5 3 20 0 15 0 46859658 14310178816 14374 18446744073709551615 4194304 4196468 140727130063424 140727130045968 140017324625655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
/proc/23779/statm: 3493696 14374 3127 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50656 s]
/proc/loadavg: 1.41 1.41 1.46 3/211 23842
/proc/meminfo: memFree=30392996/32770624 swapFree=0/305492
[pid=23779] ppid=23776 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/23779/stat : 23779 (java) S 23776 23779 16548 0 -1 1077944320 26425 12463 0 0 171 9 5 3 20 0 15 0 46859658 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140727130045968 140017324625655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
/proc/23779/statm: 3496352 40680 3362 1 0 3485525 0
[pid=23779/tid=23829] ppid=23776 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/23779/task/23829/stat : 23829 (java) S 23776 23779 16548 0 -1 1077944384 20434 12463 0 0 114 6 5 3 20 0 15 0 46859679 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140017328844064 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23830] ppid=23776 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23830/stat : 23830 (java) R 23776 23779 16548 0 -1 4202560 180 12463 0 0 0 0 5 3 20 0 15 0 46859680 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140017281592080 140017324637590 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23831] ppid=23776 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23831/stat : 23831 (java) R 23776 23779 16548 0 -1 1077944384 25 12463 0 0 0 0 5 3 20 0 15 0 46859680 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140017280539536 140017324635861 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23832] ppid=23776 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23832/stat : 23832 (java) R 23776 23779 16548 0 -1 4202560 40 12463 0 0 0 0 5 3 20 0 15 0 46859680 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140017279486992 140017306278045 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23833] ppid=23776 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23833/stat : 23833 (java) R 23776 23779 16548 0 -1 4202560 49 12463 0 0 0 0 5 3 20 0 15 0 46859680 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140017278434448 140017309326674 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23834] ppid=23776 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/23779/task/23834/stat : 23834 (java) S 23776 23779 16548 0 -1 1077944384 637 12463 0 0 1 0 5 3 20 0 15 0 46859681 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140016241324576 140017324635861 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23835] ppid=23776 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23835/stat : 23835 (java) S 23776 23779 16548 0 -1 1077944384 33 12463 0 0 0 0 5 3 20 0 15 0 46859682 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140016240272288 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23836] ppid=23776 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23836/stat : 23836 (java) S 23776 23779 16548 0 -1 1077944384 21 12463 0 0 0 0 5 3 20 0 15 0 46859682 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140016239219696 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23837] ppid=23776 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23837/stat : 23837 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140016238168272 140017324644251 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23838] ppid=23776 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/23779/task/23838/stat : 23838 (java) S 23776 23779 16548 0 -1 1077944384 922 12463 0 0 16 0 5 3 20 0 15 0 46859685 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140016237115888 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23839] ppid=23776 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/23779/task/23839/stat : 23839 (java) S 23776 23779 16548 0 -1 1077944384 685 12463 0 0 13 0 5 3 20 0 15 0 46859685 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140016236063344 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23840] ppid=23776 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/23779/task/23840/stat : 23840 (java) S 23776 23779 16548 0 -1 1077944384 1238 12463 0 0 23 0 5 3 20 0 15 0 46859685 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140016235010800 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23841] ppid=23776 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23841/stat : 23841 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140016233958496 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23842] ppid=23776 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23842/stat : 23842 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859689 14321057792 40680 18446744073709551615 4194304 4196468 140727130063424 140016232905008 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10069 s]
/proc/loadavg: 1.77 1.49 1.48 4/211 23842
/proc/meminfo: memFree=30300780/32770624 swapFree=0/305516
[pid=23779] ppid=23776 vsize=13995836 CPUtime=4.27 cores=1,3,5,7
/proc/23779/stat : 23779 (java) S 23776 23779 16548 0 -1 1077944320 33166 12463 0 0 406 13 5 3 20 0 15 0 46859658 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140727130045968 140017324625655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
/proc/23779/statm: 3498959 48008 3439 1 0 3487573 0
[pid=23779/tid=23829] ppid=23776 vsize=13995836 CPUtime=2.3 cores=1,3,5,7
/proc/23779/task/23829/stat : 23829 (java) R 23776 23779 16548 0 -1 4202560 23955 12463 0 0 214 8 5 3 20 0 15 0 46859679 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140017328841072 140017304900872 0 4 1 16800974 0 0 0 -1 1 0 0 61 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23830] ppid=23776 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/23779/task/23830/stat : 23830 (java) S 23776 23779 16548 0 -1 1077944384 185 12463 0 0 1 0 5 3 20 0 15 0 46859680 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140017281592080 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23831] ppid=23776 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/23779/task/23831/stat : 23831 (java) S 23776 23779 16548 0 -1 1077944384 25 12463 0 0 1 0 5 3 20 0 15 0 46859680 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140017280539536 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23832] ppid=23776 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/23779/task/23832/stat : 23832 (java) S 23776 23779 16548 0 -1 1077944384 40 12463 0 0 1 0 5 3 20 0 15 0 46859680 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140017279486992 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23833] ppid=23776 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/23779/task/23833/stat : 23833 (java) S 23776 23779 16548 0 -1 1077944384 50 12463 0 0 1 0 5 3 20 0 15 0 46859680 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140017278434448 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23834] ppid=23776 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/23779/task/23834/stat : 23834 (java) S 23776 23779 16548 0 -1 1077944384 645 12463 0 0 1 0 5 3 20 0 15 0 46859681 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140016241326064 140017324636802 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23835] ppid=23776 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23835/stat : 23835 (java) S 23776 23779 16548 0 -1 1077944384 55 12463 0 0 0 0 5 3 20 0 15 0 46859682 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140016240272352 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23836] ppid=23776 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23836/stat : 23836 (java) S 23776 23779 16548 0 -1 1077944384 44 12463 0 0 0 0 5 3 20 0 15 0 46859682 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140016239219712 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23837] ppid=23776 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23837/stat : 23837 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140016238168272 140017324644251 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23838] ppid=23776 vsize=13995836 CPUtime=0.85 cores=1,3,5,7
/proc/23779/task/23838/stat : 23838 (java) S 23776 23779 16548 0 -1 1077944384 2526 12463 0 0 76 1 5 3 20 0 15 0 46859685 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140016237115888 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23839] ppid=23776 vsize=13995836 CPUtime=0.46 cores=1,3,5,7
/proc/23779/task/23839/stat : 23839 (java) S 23776 23779 16548 0 -1 1077944384 974 12463 0 0 38 0 5 3 20 0 15 0 46859685 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140016236063344 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23840] ppid=23776 vsize=13995836 CPUtime=0.79 cores=1,3,5,7
/proc/23779/task/23840/stat : 23840 (java) S 23776 23779 16548 0 -1 1077944384 2503 12463 0 0 70 1 5 3 20 0 15 0 46859685 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140016235010800 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23841] ppid=23776 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23841/stat : 23841 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140016233958496 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23842] ppid=23776 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23842/stat : 23842 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859689 14331736064 48008 18446744073709551615 4194304 4196468 140727130063424 140016232905008 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 13995836

[startup+6.30071 s]
/proc/loadavg: 1.77 1.49 1.48 3/211 23842
/proc/meminfo: memFree=30140336/32770624 swapFree=0/305512
[pid=23779] ppid=23776 vsize=14067516 CPUtime=11.48 cores=1,3,5,7
/proc/23779/stat : 23779 (java) S 23776 23779 16548 0 -1 1077944320 61359 12463 0 0 1119 21 5 3 20 0 15 0 46859658 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140727130045968 140017324625655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
/proc/23779/statm: 3516879 99717 3468 1 0 3505493 0
[pid=23779/tid=23829] ppid=23776 vsize=14067516 CPUtime=5.44 cores=1,3,5,7
/proc/23779/task/23829/stat : 23829 (java) R 23776 23779 16548 0 -1 4202560 42066 12463 0 0 524 12 5 3 20 0 15 0 46859679 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140017328858912 140016967295296 0 4 1 16800974 0 0 0 -1 5 0 0 61 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23830] ppid=23776 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/23779/task/23830/stat : 23830 (java) S 23776 23779 16548 0 -1 1077944384 235 12463 0 0 3 0 5 3 20 0 15 0 46859680 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140017281592080 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23831] ppid=23776 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/23779/task/23831/stat : 23831 (java) S 23776 23779 16548 0 -1 1077944384 201 12463 0 0 3 0 5 3 20 0 15 0 46859680 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140017280539536 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23832] ppid=23776 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/23779/task/23832/stat : 23832 (java) S 23776 23779 16548 0 -1 1077944384 55 12463 0 0 3 0 5 3 20 0 15 0 46859680 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140017279486992 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23833] ppid=23776 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/23779/task/23833/stat : 23833 (java) S 23776 23779 16548 0 -1 1077944384 67 12463 0 0 3 0 5 3 20 0 15 0 46859680 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140017278434448 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23834] ppid=23776 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/23779/task/23834/stat : 23834 (java) S 23776 23779 16548 0 -1 1077944384 966 12463 0 0 3 0 5 3 20 0 15 0 46859681 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140016241326064 140017324636802 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23835] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23835/stat : 23835 (java) S 23776 23779 16548 0 -1 1077944384 57 12463 0 0 0 0 5 3 20 0 15 0 46859682 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140016240272352 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23836] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23836/stat : 23836 (java) S 23776 23779 16548 0 -1 1077944384 47 12463 0 0 0 0 5 3 20 0 15 0 46859682 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140016239219712 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23837] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23837/stat : 23837 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140016238168272 140017324644251 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23838] ppid=23776 vsize=14067516 CPUtime=2.49 cores=1,3,5,7
/proc/23779/task/23838/stat : 23838 (java) S 23776 23779 16548 0 -1 1077944384 4027 12463 0 0 240 1 5 3 20 0 15 0 46859685 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140016237115888 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23839] ppid=23776 vsize=14067516 CPUtime=2.24 cores=1,3,5,7
/proc/23779/task/23839/stat : 23839 (java) S 23776 23779 16548 0 -1 1077944384 7402 12463 0 0 215 1 5 3 20 0 15 0 46859685 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140016236063344 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23840] ppid=23776 vsize=14067516 CPUtime=1.31 cores=1,3,5,7
/proc/23779/task/23840/stat : 23840 (java) S 23776 23779 16548 0 -1 1077944384 4014 12463 0 0 121 2 5 3 20 0 15 0 46859685 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140016235010800 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23841] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23841/stat : 23841 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140016233958496 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23842] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23842/stat : 23842 (java) S 23776 23779 16548 0 -1 1077944384 61 12463 0 0 0 0 5 3 20 0 15 0 46859689 14405136384 99717 18446744073709551615 4194304 4196468 140727130063424 140016232905008 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.95 1.53 1.50 3/211 23842
/proc/meminfo: memFree=29837668/32770624 swapFree=0/305512
[pid=23779] ppid=23776 vsize=14067516 CPUtime=17.96 cores=1,3,5,7
/proc/23779/stat : 23779 (java) S 23776 23779 16548 0 -1 1077944320 64171 12463 0 0 1761 27 5 3 20 0 15 0 46859658 14405136384 164900 18446744073709551615 4194304 4196468 140727130063424 140727130045968 140017324625655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
/proc/23779/statm: 3516879 164900 3470 1 0 3505493 0
[pid=23779/tid=23829] ppid=23776 vsize=14067516 CPUtime=11.81 cores=1,3,5,7
/proc/23779/task/23829/stat : 23829 (java) R 23776 23779 16548 0 -1 4202560 43097 12463 0 0 1157 16 5 3 20 0 15 0 46859679 14405136384 164900 18446744073709551615 4194304 4196468 140727130063424 140017328859536 140016969089022 0 4 1 16800974 0 0 0 -1 5 0 0 61 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23830] ppid=23776 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/23779/task/23830/stat : 23830 (java) S 23776 23779 16548 0 -1 1077944384 1106 12463 0 0 4 0 5 3 20 0 15 0 46859680 14405136384 164900 18446744073709551615 4194304 4196468 140727130063424 140017281592080 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23831] ppid=23776 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/23779/task/23831/stat : 23831 (java) S 23776 23779 16548 0 -1 1077944384 232 12463 0 0 4 1 5 3 20 0 15 0 46859680 14405136384 164900 18446744073709551615 4194304 4196468 140727130063424 140017280539536 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23832] ppid=23776 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/23779/task/23832/stat : 23832 (java) S 23776 23779 16548 0 -1 1077944384 111 12463 0 0 4 1 5 3 20 0 15 0 46859680 14405136384 164900 18446744073709551615 4194304 4196468 140727130063424 140017279486992 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23833] ppid=23776 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/23779/task/23833/stat : 23833 (java) S 23776 23779 16548 0 -1 1077944384 124 12463 0 0 4 1 5 3 20 0 15 0 46859680 14405136384 164900 18446744073709551615 4194304 4196468 140727130063424 140017278434448 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23834] ppid=23776 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/23779/task/23834/stat : 23834 (java) S 23776 23779 16548 0 -1 1077944384 1123 12463 0 0 4 0 5 3 20 0 15 0 46859681 14405136384 164900 18446744073709551615 4194304 4196468 140727130063424 140016241326064 140017324636802 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23835] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23835/stat : 23835 (java) S 23776 23779 16548 0 -1 1077944384 57 12463 0 0 0 0 5 3 20 0 15 0 46859682 14405136384 164900 18446744073709551615 4194304 4196468 140727130063424 140016240272352 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23836] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23836/stat : 23836 (java) S 23776 23779 16548 0 -1 1077944384 47 12463 0 0 0 0 5 3 20 0 15 0 46859682 14405136384 164900 18446744073709551615 4194304 4196468 140727130063424 140016239219712 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23837] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23837/stat : 23837 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14405136384 164900 18446744073709551615 4194304 4196468 140727130063424 140016238168272 140017324644251 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0

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

/proc/23779/task/23841/stat : 23841 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016233958496 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23842] ppid=23776 vsize=14067516 CPUtime=1.48 cores=1,3,5,7
/proc/23779/task/23842/stat : 23842 (java) S 23776 23779 16548 0 -1 1077944384 1295 12463 0 0 65 75 5 3 20 0 15 0 46859689 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016232905008 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
Current children cumulated CPU time (s) 2360.33
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.46 1.44 1.42 3/209 24103
/proc/meminfo: memFree=29570596/32770624 swapFree=0/306500
[pid=23779] ppid=23776 vsize=14067516 CPUtime=2421.26 cores=1,3,5,7
/proc/23779/stat : 23779 (java) S 23776 23779 16548 0 -1 1077944320 150236 12463 0 0 241736 382 5 3 20 0 15 0 46859658 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140727130045968 140017324625655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
/proc/23779/statm: 3516879 239081 3470 1 0 3505493 0
[pid=23779/tid=23829] ppid=23776 vsize=14067516 CPUtime=2353.73 cores=1,3,5,7
/proc/23779/task/23829/stat : 23829 (java) R 23776 23779 16548 0 -1 4202560 80837 12463 0 0 235312 53 5 3 20 0 15 0 46859679 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140017328859552 140016969562500 0 4 1 16800974 0 0 0 -1 7 0 0 61 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23830] ppid=23776 vsize=14067516 CPUtime=12.21 cores=1,3,5,7
/proc/23779/task/23830/stat : 23830 (java) S 23776 23779 16548 0 -1 1077944384 10019 12463 0 0 1146 67 5 3 20 0 15 0 46859680 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140017281592080 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23831] ppid=23776 vsize=14067516 CPUtime=12.19 cores=1,3,5,7
/proc/23779/task/23831/stat : 23831 (java) S 23776 23779 16548 0 -1 1077944384 8231 12463 0 0 1148 63 5 3 20 0 15 0 46859680 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140017280539536 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23832] ppid=23776 vsize=14067516 CPUtime=12.21 cores=1,3,5,7
/proc/23779/task/23832/stat : 23832 (java) S 23776 23779 16548 0 -1 1077944384 7791 12463 0 0 1149 64 5 3 20 0 15 0 46859680 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140017279486992 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23833] ppid=23776 vsize=14067516 CPUtime=12.2 cores=1,3,5,7
/proc/23779/task/23833/stat : 23833 (java) S 23776 23779 16548 0 -1 1077944384 7561 12463 0 0 1147 65 5 3 20 0 15 0 46859680 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140017278434448 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23834] ppid=23776 vsize=14067516 CPUtime=11.68 cores=1,3,5,7
/proc/23779/task/23834/stat : 23834 (java) S 23776 23779 16548 0 -1 1077944384 9711 12463 0 0 1094 66 5 3 20 0 15 0 46859681 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016241326064 140017324636802 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23835] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23835/stat : 23835 (java) S 23776 23779 16548 0 -1 1077944384 57 12463 0 0 0 0 5 3 20 0 15 0 46859682 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016240272352 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23836] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23836/stat : 23836 (java) S 23776 23779 16548 0 -1 1077944384 47 12463 0 0 0 0 5 3 20 0 15 0 46859682 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016239219712 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23837] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23837/stat : 23837 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016238168272 140017324644251 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23838] ppid=23776 vsize=14067516 CPUtime=2.52 cores=1,3,5,7
/proc/23779/task/23838/stat : 23838 (java) S 23776 23779 16548 0 -1 1077944384 4952 12463 0 0 243 1 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016237115888 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23839] ppid=23776 vsize=14067516 CPUtime=2.27 cores=1,3,5,7
/proc/23779/task/23839/stat : 23839 (java) S 23776 23779 16548 0 -1 1077944384 7483 12463 0 0 218 1 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016236063344 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23840] ppid=23776 vsize=14067516 CPUtime=1.33 cores=1,3,5,7
/proc/23779/task/23840/stat : 23840 (java) S 23776 23779 16548 0 -1 1077944384 10076 12463 0 0 123 2 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016235010800 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23841] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23841/stat : 23841 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016233958496 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23842] ppid=23776 vsize=14067516 CPUtime=1.52 cores=1,3,5,7
/proc/23779/task/23842/stat : 23842 (java) S 23776 23779 16548 0 -1 1077944384 1310 12463 0 0 67 77 5 3 20 0 15 0 46859689 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016232905008 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
Current children cumulated CPU time (s) 2421.26
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.72 1.52 1.45 3/209 24105
/proc/meminfo: memFree=29571248/32770624 swapFree=0/306500
[pid=23779] ppid=23776 vsize=14067516 CPUtime=2482.2 cores=1,3,5,7
/proc/23779/stat : 23779 (java) S 23776 23779 16548 0 -1 1077944320 151261 12463 0 0 247823 389 5 3 20 0 15 0 46859658 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140727130045968 140017324625655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
/proc/23779/statm: 3516879 239081 3470 1 0 3505493 0
[pid=23779/tid=23829] ppid=23776 vsize=14067516 CPUtime=2413.02 cores=1,3,5,7
/proc/23779/task/23829/stat : 23829 (java) R 23776 23779 16548 0 -1 4202560 81520 12463 0 0 241240 54 5 3 20 0 15 0 46859679 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140017328859904 140016968426764 0 4 1 16800974 0 0 0 -1 5 0 0 61 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23830] ppid=23776 vsize=14067516 CPUtime=12.53 cores=1,3,5,7
/proc/23779/task/23830/stat : 23830 (java) S 23776 23779 16548 0 -1 1077944384 10214 12463 0 0 1177 68 5 3 20 0 15 0 46859680 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140017281592080 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23831] ppid=23776 vsize=14067516 CPUtime=12.52 cores=1,3,5,7
/proc/23779/task/23831/stat : 23831 (java) S 23776 23779 16548 0 -1 1077944384 8293 12463 0 0 1180 64 5 3 20 0 15 0 46859680 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140017280539536 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23832] ppid=23776 vsize=14067516 CPUtime=12.55 cores=1,3,5,7
/proc/23779/task/23832/stat : 23832 (java) S 23776 23779 16548 0 -1 1077944384 7811 12463 0 0 1182 65 5 3 20 0 15 0 46859680 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140017279486992 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23833] ppid=23776 vsize=14067516 CPUtime=12.53 cores=1,3,5,7
/proc/23779/task/23833/stat : 23833 (java) S 23776 23779 16548 0 -1 1077944384 7589 12463 0 0 1179 66 5 3 20 0 15 0 46859680 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140017278434448 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23834] ppid=23776 vsize=14067516 CPUtime=11.98 cores=1,3,5,7
/proc/23779/task/23834/stat : 23834 (java) S 23776 23779 16548 0 -1 1077944384 9738 12463 0 0 1123 67 5 3 20 0 15 0 46859681 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016241326064 140017324636802 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23835] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23835/stat : 23835 (java) S 23776 23779 16548 0 -1 1077944384 57 12463 0 0 0 0 5 3 20 0 15 0 46859682 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016240272352 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23836] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23836/stat : 23836 (java) S 23776 23779 16548 0 -1 1077944384 47 12463 0 0 0 0 5 3 20 0 15 0 46859682 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016239219712 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23837] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23837/stat : 23837 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016238168272 140017324644251 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23838] ppid=23776 vsize=14067516 CPUtime=2.52 cores=1,3,5,7
/proc/23779/task/23838/stat : 23838 (java) S 23776 23779 16548 0 -1 1077944384 4954 12463 0 0 243 1 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016237115888 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23839] ppid=23776 vsize=14067516 CPUtime=2.27 cores=1,3,5,7
/proc/23779/task/23839/stat : 23839 (java) S 23776 23779 16548 0 -1 1077944384 7485 12463 0 0 218 1 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016236063344 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23840] ppid=23776 vsize=14067516 CPUtime=1.33 cores=1,3,5,7
/proc/23779/task/23840/stat : 23840 (java) S 23776 23779 16548 0 -1 1077944384 10078 12463 0 0 123 2 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016235010800 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23841] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23841/stat : 23841 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016233958496 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23842] ppid=23776 vsize=14067516 CPUtime=1.54 cores=1,3,5,7
/proc/23779/task/23842/stat : 23842 (java) S 23776 23779 16548 0 -1 1077944384 1314 12463 0 0 68 78 5 3 20 0 15 0 46859689 14405136384 239081 18446744073709551615 4194304 4196468 140727130063424 140016232905008 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
Current children cumulated CPU time (s) 2482.2
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.51 s]
/proc/loadavg: 1.60 1.51 1.45 3/209 24106
/proc/meminfo: memFree=29569268/32770624 swapFree=0/306500
[pid=23779] ppid=23776 vsize=14067516 CPUtime=2520 cores=1,3,5,7
/proc/23779/stat : 23779 (java) S 23776 23779 16548 0 -1 1077944320 152000 12463 0 0 251598 394 5 3 20 0 15 0 46859658 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140727130045968 140017324625655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
/proc/23779/statm: 3516879 239593 3470 1 0 3505493 0
[pid=23779/tid=23829] ppid=23776 vsize=14067516 CPUtime=2449.77 cores=1,3,5,7
/proc/23779/task/23829/stat : 23829 (java) R 23776 23779 16548 0 -1 4202560 81935 12463 0 0 244915 54 5 3 20 0 15 0 46859679 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140017328859648 140016969129353 0 4 1 16800974 0 0 0 -1 5 0 0 61 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23830] ppid=23776 vsize=14067516 CPUtime=12.74 cores=1,3,5,7
/proc/23779/task/23830/stat : 23830 (java) S 23776 23779 16548 0 -1 1077944384 10229 12463 0 0 1197 69 5 3 20 0 15 0 46859680 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140017281592080 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23831] ppid=23776 vsize=14067516 CPUtime=12.72 cores=1,3,5,7
/proc/23779/task/23831/stat : 23831 (java) S 23776 23779 16548 0 -1 1077944384 8370 12463 0 0 1199 65 5 3 20 0 15 0 46859680 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140017280539536 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23832] ppid=23776 vsize=14067516 CPUtime=12.75 cores=1,3,5,7
/proc/23779/task/23832/stat : 23832 (java) S 23776 23779 16548 0 -1 1077944384 7840 12463 0 0 1202 65 5 3 20 0 15 0 46859680 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140017279486992 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23833] ppid=23776 vsize=14067516 CPUtime=12.74 cores=1,3,5,7
/proc/23779/task/23833/stat : 23833 (java) S 23776 23779 16548 0 -1 1077944384 7615 12463 0 0 1199 67 5 3 20 0 15 0 46859680 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140017278434448 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23834] ppid=23776 vsize=14067516 CPUtime=12.18 cores=1,3,5,7
/proc/23779/task/23834/stat : 23834 (java) S 23776 23779 16548 0 -1 1077944384 9901 12463 0 0 1142 68 5 3 20 0 15 0 46859681 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140016241326064 140017324636802 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23835] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23835/stat : 23835 (java) S 23776 23779 16548 0 -1 1077944384 57 12463 0 0 0 0 5 3 20 0 15 0 46859682 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140016240272352 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23836] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23836/stat : 23836 (java) S 23776 23779 16548 0 -1 1077944384 47 12463 0 0 0 0 5 3 20 0 15 0 46859682 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140016239219712 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23837] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23837/stat : 23837 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140016238168272 140017324644251 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23838] ppid=23776 vsize=14067516 CPUtime=2.53 cores=1,3,5,7
/proc/23779/task/23838/stat : 23838 (java) S 23776 23779 16548 0 -1 1077944384 4954 12463 0 0 243 2 5 3 20 0 15 0 46859685 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140016237115888 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23839] ppid=23776 vsize=14067516 CPUtime=2.27 cores=1,3,5,7
/proc/23779/task/23839/stat : 23839 (java) S 23776 23779 16548 0 -1 1077944384 7485 12463 0 0 218 1 5 3 20 0 15 0 46859685 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140016236063344 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23840] ppid=23776 vsize=14067516 CPUtime=1.33 cores=1,3,5,7
/proc/23779/task/23840/stat : 23840 (java) S 23776 23779 16548 0 -1 1077944384 10078 12463 0 0 123 2 5 3 20 0 15 0 46859685 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140016235010800 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23841] ppid=23776 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23841/stat : 23841 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 15 0 46859685 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140016233958496 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23842] ppid=23776 vsize=14067516 CPUtime=1.56 cores=1,3,5,7
/proc/23779/task/23842/stat : 23842 (java) S 23776 23779 16548 0 -1 1077944384 1328 12463 0 0 69 79 5 3 20 0 15 0 46859689 14405136384 239593 18446744073709551615 4194304 4196468 140727130063424 140016232905008 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
Current children cumulated CPU time (s) 2520
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 23779 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2479.61 s]
/proc/loadavg: 1.60 1.51 1.45 3/209 24106
/proc/meminfo: memFree=29569268/32770624 swapFree=0/306500
[pid=23779] ppid=23776 vsize=14200644 CPUtime=2520.27 cores=1,3,5,7
/proc/23779/stat : 23779 (java) S 23776 23779 16548 0 -1 1077944320 158532 12463 0 0 251624 395 5 3 20 0 17 0 46859658 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140727130045968 140017324625655 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
/proc/23779/statm: 3550161 241259 3470 1 0 3538775 0
[pid=23779/tid=23829] ppid=23776 vsize=14200644 CPUtime=2449.78 cores=1,3,5,7
/proc/23779/task/23829/stat : 23829 (java) S 23776 23779 16548 0 -1 1077944384 82387 12463 0 0 244916 54 5 3 20 0 17 0 46859679 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140017328863200 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 61 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23830] ppid=23776 vsize=14200644 CPUtime=12.8 cores=1,3,5,7
/proc/23779/task/23830/stat : 23830 (java) S 23776 23779 16548 0 -1 1077944384 10241 12463 0 0 1203 69 5 3 20 0 17 0 46859680 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140017281592080 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23831] ppid=23776 vsize=14200644 CPUtime=12.78 cores=1,3,5,7
/proc/23779/task/23831/stat : 23831 (java) S 23776 23779 16548 0 -1 1077944384 8378 12463 0 0 1204 66 5 3 20 0 17 0 46859680 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140017280539536 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23832] ppid=23776 vsize=14200644 CPUtime=12.8 cores=1,3,5,7
/proc/23779/task/23832/stat : 23832 (java) S 23776 23779 16548 0 -1 1077944384 7846 12463 0 0 1207 65 5 3 20 0 17 0 46859680 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140017279486992 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23833] ppid=23776 vsize=14200644 CPUtime=12.8 cores=1,3,5,7
/proc/23779/task/23833/stat : 23833 (java) S 23776 23779 16548 0 -1 1077944384 7618 12463 0 0 1205 67 5 3 20 0 17 0 46859680 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140017278434448 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23834] ppid=23776 vsize=14200644 CPUtime=12.21 cores=1,3,5,7
/proc/23779/task/23834/stat : 23834 (java) R 23776 23779 16548 0 -1 4202560 15689 12463 0 0 1145 68 5 3 20 0 17 0 46859681 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140016241324464 140017324647002 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23835] ppid=23776 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23835/stat : 23835 (java) S 23776 23779 16548 0 -1 1077944384 60 12463 0 0 0 0 5 3 20 0 17 0 46859682 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140016240271888 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23836] ppid=23776 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23836/stat : 23836 (java) S 23776 23779 16548 0 -1 1077944384 47 12463 0 0 0 0 5 3 20 0 17 0 46859682 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140016239219712 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23837] ppid=23776 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23837/stat : 23837 (java) S 23776 23779 16548 0 -1 1077944384 113 12463 0 0 0 0 5 3 20 0 17 0 46859685 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140016238168272 140017324644251 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23838] ppid=23776 vsize=14200644 CPUtime=2.53 cores=1,3,5,7
/proc/23779/task/23838/stat : 23838 (java) S 23776 23779 16548 0 -1 1077944384 4954 12463 0 0 243 2 5 3 20 0 17 0 46859685 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140016237115888 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23839] ppid=23776 vsize=14200644 CPUtime=2.28 cores=1,3,5,7
/proc/23779/task/23839/stat : 23839 (java) S 23776 23779 16548 0 -1 1077944384 7485 12463 0 0 218 2 5 3 20 0 17 0 46859685 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140016236063344 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23840] ppid=23776 vsize=14200644 CPUtime=1.33 cores=1,3,5,7
/proc/23779/task/23840/stat : 23840 (java) S 23776 23779 16548 0 -1 1077944384 10102 12463 0 0 123 2 5 3 20 0 17 0 46859685 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140016235004192 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23841] ppid=23776 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/23779/task/23841/stat : 23841 (java) S 23776 23779 16548 0 -1 1077944384 3 12463 0 0 0 0 5 3 20 0 17 0 46859685 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140016233958496 140017324635861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
[pid=23779/tid=23842] ppid=23776 vsize=14200644 CPUtime=1.56 cores=1,3,5,7
/proc/23779/task/23842/stat : 23842 (java) S 23776 23779 16548 0 -1 1077944384 1330 12463 0 0 69 79 5 3 20 0 17 0 46859689 14541459456 241259 18446744073709551615 4194304 4196468 140727130063424 140016232905008 140017324636802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140727130068944 140727130071729 140727130071729 140727130075087 0
Current children cumulated CPU time (s) 2520.27
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2479.68
CPU time (s): 2520.42
CPU user time (s): 2516.42
CPU system time (s): 3.99563
CPU usage (%): 101.643
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.42
system time used= 3.99563
maximum resident set size= 965512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171166
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 326818
involuntary context switches= 10392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.22176 second user time and 18.1628 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 12:03:21
IDJOB=4262305
IDBENCH=126861
IDSOLVER=2650
FILE ID=node126/4262305-1502446641
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Dubois/Dubois-m1-s1/Dubois-050.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262305-1502446641/watcher-4262305-1502446641 -o /tmp/evaluation-result-4262305-1502446641/solver-4262305-1502446641 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262305-1502446641.xml

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

MD5SUM BENCH= 630ab63eaf7c5bcaa7f0eb192a58705a
RANDOM SEED=1735609167

node126.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.81
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.81
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.81
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.81
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:        30486164 kB
MemAvailable:   31093204 kB
Buffers:          278512 kB
Cached:           601848 kB
SwapCached:          524 kB
Active:          1449232 kB
Inactive:         376792 kB
Active(anon):     899856 kB
Inactive(anon):    71324 kB
Active(file):     549376 kB
Inactive(file):   305468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24136 kB
Writeback:             4 kB
AnonPages:        944992 kB
Mapped:            54004 kB
Shmem:             25248 kB
Slab:             162292 kB
SReclaimable:     136060 kB
SUnreclaim:        26232 kB
KernelStack:        3472 kB
PageTables:         6840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1877016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 12:44:41