Trace number 4262703

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) 2521.3201 2470.73

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-5.xml
MD5SUMb6968c9a609c0a57d63f6c5a20858fdb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.55126101
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains49
Minimum domain size95
Maximum domain size123
Distribution of domain sizes[{"size":95,"count":10},{"size":108,"count":10},{"size":109,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":113,"count":10},{"size":115,"count":20},{"size":117,"count":10},{"size":123,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

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

pid=2891
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: 2.06 1.88 1.68 6/194 2894
/proc/meminfo: memFree=20283440/32770624 swapFree=0/548012
[pid=2894] ppid=2891 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/2894/stat : 2894 (runsolver) D 2891 2894 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49949628 24240128 106 18446744073709551615 4194304 4338465 140730939808064 140730939805704 140588768346839 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 9854976 140730939810000 140730939810377 140730939810377 140730939813834 0
/proc/2894/statm: 5918 106 53 36 0 2156 0

[startup+0.100105 s]
/proc/loadavg: 2.06 1.88 1.68 6/194 2894
/proc/meminfo: memFree=20283440/32770624 swapFree=0/548012
[pid=2894] ppid=2891 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/2894/stat : 2894 (runsolver) D 2891 2894 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49949628 24240128 106 18446744073709551615 4194304 4338465 140730939808064 140730939805704 140588768346839 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 9854976 140730939810000 140730939810377 140730939810377 140730939813834 0
/proc/2894/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200275 s]
/proc/loadavg: 2.06 1.88 1.68 6/194 2894
/proc/meminfo: memFree=20283440/32770624 swapFree=0/548012
[pid=2894] ppid=2891 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/2894/stat : 2894 (bash) S 2891 2894 19618 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 49949628 9867264 377 18446744073709551615 4194304 5098028 140728223393488 140728223387496 139757668613120 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 10 0 0 7196144 7232144 14245888 140728223400468 140728223400553 140728223400553 140728223404010 0
/proc/2894/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300295 s]
/proc/loadavg: 2.06 1.88 1.68 6/194 2894
/proc/meminfo: memFree=20283440/32770624 swapFree=0/548012
[pid=2894] ppid=2891 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/2894/stat : 2894 (java) S 2891 2894 19618 0 -1 1077944320 5828 12364 0 0 5 1 4 3 20 0 14 0 49949628 14241083392 5499 18446744073709551615 4194304 4196468 140731411530160 140731411512704 139721440780023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
/proc/2894/statm: 3476827 5499 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.708311 s]
/proc/loadavg: 2.06 1.88 1.68 6/194 2894
/proc/meminfo: memFree=20283440/32770624 swapFree=0/548012
[pid=2894] ppid=2891 vsize=13974784 CPUtime=0.63 cores=1,3,5,7
/proc/2894/stat : 2894 (java) S 2891 2894 19618 0 -1 1077944320 13798 12364 0 0 52 4 4 3 20 0 15 0 49949628 14310178816 14192 18446744073709551615 4194304 4196468 140731411530160 140731411512704 139721440780023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
/proc/2894/statm: 3493696 14192 3080 1 0 3482965 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 2.06 1.88 1.68 3/209 2957
/proc/meminfo: memFree=20159472/32770624 swapFree=0/548012
[pid=2894] ppid=2891 vsize=13985408 CPUtime=1.81 cores=1,3,5,7
/proc/2894/stat : 2894 (java) S 2891 2894 19618 0 -1 1077944320 25640 12364 0 0 166 8 4 3 20 0 15 0 49949628 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 140731411512704 139721440780023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
/proc/2894/statm: 3496352 33890 3340 1 0 3485525 0
[pid=2894/tid=2944] ppid=2891 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/2894/task/2944/stat : 2944 (java) R 2891 2894 19618 0 -1 4202560 20452 12364 0 0 114 6 4 3 20 0 15 0 49949652 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139721445002080 139721424823653 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2945] ppid=2891 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2945/stat : 2945 (java) S 2891 2894 19618 0 -1 1077944384 1 12364 0 0 0 0 4 3 20 0 15 0 49949653 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139721397746064 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2946] ppid=2891 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2946/stat : 2946 (java) S 2891 2894 19618 0 -1 1077944384 1 12364 0 0 0 0 4 3 20 0 15 0 49949653 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139721396693264 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2947] ppid=2891 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2947/stat : 2947 (java) S 2891 2894 19618 0 -1 1077944384 1 12364 0 0 0 0 4 3 20 0 15 0 49949653 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139721395640976 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2948] ppid=2891 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2948/stat : 2948 (java) S 2891 2894 19618 0 -1 1077944384 2 12364 0 0 0 0 4 3 20 0 15 0 49949653 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139721394588176 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2949] ppid=2891 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2949/stat : 2949 (java) S 2891 2894 19618 0 -1 1077944384 5 12364 0 0 0 0 4 3 20 0 15 0 49949654 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139720424401520 139721440791170 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2950] ppid=2891 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2950/stat : 2950 (java) S 2891 2894 19618 0 -1 1077944384 33 12364 0 0 0 0 4 3 20 0 15 0 49949655 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139720423347488 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2951] ppid=2891 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2951/stat : 2951 (java) S 2891 2894 19618 0 -1 1077944384 21 12364 0 0 0 0 4 3 20 0 15 0 49949655 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139720422295152 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2952] ppid=2891 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2952/stat : 2952 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139720421243472 139721440798619 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2953] ppid=2891 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/2894/task/2953/stat : 2953 (java) S 2891 2894 19618 0 -1 1077944384 813 12364 0 0 12 0 4 3 20 0 15 0 49949658 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139720420190320 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2954] ppid=2891 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/2894/task/2954/stat : 2954 (java) R 2891 2894 19618 0 -1 4202560 937 12364 0 0 15 0 4 3 20 0 15 0 49949658 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139720419137520 139721422128926 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2955] ppid=2891 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/2894/task/2955/stat : 2955 (java) S 2891 2894 19618 0 -1 1077944384 1211 12364 0 0 22 0 4 3 20 0 15 0 49949658 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139720418085232 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2956] ppid=2891 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2956/stat : 2956 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139720417032672 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2957] ppid=2891 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2957/stat : 2957 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949662 14321057792 33890 18446744073709551615 4194304 4196468 140731411530160 139720415980464 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.10085 s]
/proc/loadavg: 2.06 1.88 1.68 3/209 2957
/proc/meminfo: memFree=19967228/32770624 swapFree=0/548036
[pid=2894] ppid=2891 vsize=13997884 CPUtime=5.41 cores=1,3,5,7
/proc/2894/stat : 2894 (java) S 2891 2894 19618 0 -1 1077944320 38267 12364 0 0 518 16 4 3 20 0 15 0 49949628 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 140731411512704 139721440780023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
/proc/2894/statm: 3499471 62895 3444 1 0 3488085 0
[pid=2894/tid=2944] ppid=2891 vsize=13997884 CPUtime=2.83 cores=1,3,5,7
/proc/2894/task/2944/stat : 2944 (java) R 2891 2894 19618 0 -1 4202560 28439 12364 0 0 267 9 4 3 20 0 15 0 49949652 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139721445008544 139721082974828 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2945] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2945/stat : 2945 (java) S 2891 2894 19618 0 -1 1077944384 192 12364 0 0 0 0 4 3 20 0 15 0 49949653 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139721397746064 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2946] ppid=2891 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/2894/task/2946/stat : 2946 (java) S 2891 2894 19618 0 -1 1077944384 28 12364 0 0 1 0 4 3 20 0 15 0 49949653 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139721396693264 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2947] ppid=2891 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/2894/task/2947/stat : 2947 (java) S 2891 2894 19618 0 -1 1077944384 43 12364 0 0 1 0 4 3 20 0 15 0 49949653 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139721395640976 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2948] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2948/stat : 2948 (java) S 2891 2894 19618 0 -1 1077944384 41 12364 0 0 0 0 4 3 20 0 15 0 49949653 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139721394588176 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2949] ppid=2891 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/2894/task/2949/stat : 2949 (java) S 2891 2894 19618 0 -1 1077944384 660 12364 0 0 1 0 4 3 20 0 15 0 49949654 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139720424401520 139721440791170 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2950] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2950/stat : 2950 (java) S 2891 2894 19618 0 -1 1077944384 55 12364 0 0 0 0 4 3 20 0 15 0 49949655 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139720423347488 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2951] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2951/stat : 2951 (java) S 2891 2894 19618 0 -1 1077944384 44 12364 0 0 0 0 4 3 20 0 15 0 49949655 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139720422295152 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2952] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2952/stat : 2952 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139720421243472 139721440798619 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2953] ppid=2891 vsize=13997884 CPUtime=0.83 cores=1,3,5,7
/proc/2894/task/2953/stat : 2953 (java) R 2891 2894 19618 0 -1 4202560 1794 12364 0 0 75 1 4 3 20 0 15 0 49949658 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139720420181648 139721418637008 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2954] ppid=2891 vsize=13997884 CPUtime=0.82 cores=1,3,5,7
/proc/2894/task/2954/stat : 2954 (java) R 2891 2894 19618 0 -1 4202560 1838 12364 0 0 75 0 4 3 20 0 15 0 49949658 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139720419124336 139721418666608 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2955] ppid=2891 vsize=13997884 CPUtime=1.01 cores=1,3,5,7
/proc/2894/task/2955/stat : 2955 (java) S 2891 2894 19618 0 -1 1077944384 2969 12364 0 0 93 1 4 3 20 0 15 0 49949658 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139720418085232 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2956] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2956/stat : 2956 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139720417032672 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2957] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2957/stat : 2957 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949662 14333833216 62895 18446744073709551615 4194304 4196468 140731411530160 139720415980464 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 13997884

[startup+6.30065 s]
/proc/loadavg: 2.30 1.93 1.70 3/209 2957
/proc/meminfo: memFree=19045868/32770624 swapFree=0/548032
[pid=2894] ppid=2891 vsize=13997884 CPUtime=10.58 cores=1,3,5,7
/proc/2894/stat : 2894 (java) S 2891 2894 19618 0 -1 1077944320 48201 12364 0 0 1002 49 4 3 20 0 15 0 49949628 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 140731411512704 139721440780023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
/proc/2894/statm: 3499471 230957 3465 1 0 3488085 0
[pid=2894/tid=2944] ppid=2891 vsize=13997884 CPUtime=5.81 cores=1,3,5,7
/proc/2894/task/2944/stat : 2944 (java) R 2891 2894 19618 0 -1 4202560 29943 12364 0 0 558 16 4 3 20 0 15 0 49949652 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139721445012384 139721074616119 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2945] ppid=2891 vsize=13997884 CPUtime=0.26 cores=1,3,5,7
/proc/2894/task/2945/stat : 2945 (java) S 2891 2894 19618 0 -1 1077944384 439 12364 0 0 12 7 4 3 20 0 15 0 49949653 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139721397746064 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2946] ppid=2891 vsize=13997884 CPUtime=0.27 cores=1,3,5,7
/proc/2894/task/2946/stat : 2946 (java) S 2891 2894 19618 0 -1 1077944384 235 12364 0 0 14 6 4 3 20 0 15 0 49949653 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139721396693264 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2947] ppid=2891 vsize=13997884 CPUtime=0.25 cores=1,3,5,7
/proc/2894/task/2947/stat : 2947 (java) S 2891 2894 19618 0 -1 1077944384 490 12364 0 0 12 6 4 3 20 0 15 0 49949653 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139721395640976 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2948] ppid=2891 vsize=13997884 CPUtime=0.27 cores=1,3,5,7
/proc/2894/task/2948/stat : 2948 (java) S 2891 2894 19618 0 -1 1077944384 514 12364 0 0 14 6 4 3 20 0 15 0 49949653 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139721394588176 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2949] ppid=2891 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/2894/task/2949/stat : 2949 (java) S 2891 2894 19618 0 -1 1077944384 1264 12364 0 0 2 0 4 3 20 0 15 0 49949654 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139720424401520 139721440791170 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2950] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2950/stat : 2950 (java) S 2891 2894 19618 0 -1 1077944384 56 12364 0 0 0 0 4 3 20 0 15 0 49949655 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139720423347552 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2951] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2951/stat : 2951 (java) S 2891 2894 19618 0 -1 1077944384 45 12364 0 0 0 0 4 3 20 0 15 0 49949655 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139720422295168 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2952] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2952/stat : 2952 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139720421243472 139721440798619 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2953] ppid=2891 vsize=13997884 CPUtime=1.4 cores=1,3,5,7
/proc/2894/task/2953/stat : 2953 (java) S 2891 2894 19618 0 -1 1077944384 3350 12364 0 0 132 1 4 3 20 0 15 0 49949658 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139720420190320 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2954] ppid=2891 vsize=13997884 CPUtime=1.5 cores=1,3,5,7
/proc/2894/task/2954/stat : 2954 (java) S 2891 2894 19618 0 -1 1077944384 3870 12364 0 0 142 1 4 3 20 0 15 0 49949658 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139720419137520 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2955] ppid=2891 vsize=13997884 CPUtime=1.19 cores=1,3,5,7
/proc/2894/task/2955/stat : 2955 (java) S 2891 2894 19618 0 -1 1077944384 4867 12364 0 0 110 2 4 3 20 0 15 0 49949658 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139720418085232 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2956] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2956/stat : 2956 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139720417032672 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2957] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2957/stat : 2957 (java) S 2891 2894 19618 0 -1 1077944384 967 12364 0 0 0 0 4 3 20 0 15 0 49949662 14333833216 230957 18446744073709551615 4194304 4196468 140731411530160 139720415980464 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 2.28 1.93 1.70 6/209 2957
/proc/meminfo: memFree=17830920/32770624 swapFree=0/548032
[pid=2894] ppid=2891 vsize=13997884 CPUtime=19.85 cores=1,3,5,7
/proc/2894/stat : 2894 (java) S 2891 2894 19618 0 -1 1077944320 53800 12364 0 0 1900 78 4 3 20 0 15 0 49949628 14333833216 460811 18446744073709551615 4194304 4196468 140731411530160 140731411512704 139721440780023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
/proc/2894/statm: 3499471 460811 3467 1 0 3488085 0
[pid=2894/tid=2944] ppid=2891 vsize=13997884 CPUtime=11.3 cores=1,3,5,7
/proc/2894/task/2944/stat : 2944 (java) R 2891 2894 19618 0 -1 4202560 31213 12364 0 0 1099 24 4 3 20 0 15 0 49949652 14333833216 460811 18446744073709551615 4194304 4196468 140731411530160 139721445010280 139721082176851 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2945] ppid=2891 vsize=13997884 CPUtime=1.06 cores=1,3,5,7
/proc/2894/task/2945/stat : 2945 (java) S 2891 2894 19618 0 -1 1077944384 928 12364 0 0 87 12 4 3 20 0 15 0 49949653 14333833216 460811 18446744073709551615 4194304 4196468 140731411530160 139721397746064 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2946] ppid=2891 vsize=13997884 CPUtime=1.08 cores=1,3,5,7
/proc/2894/task/2946/stat : 2946 (java) S 2891 2894 19618 0 -1 1077944384 705 12364 0 0 90 11 4 3 20 0 15 0 49949653 14333833216 460811 18446744073709551615 4194304 4196468 140731411530160 139721396693264 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2947] ppid=2891 vsize=13997884 CPUtime=1.06 cores=1,3,5,7
/proc/2894/task/2947/stat : 2947 (java) S 2891 2894 19618 0 -1 1077944384 664 12364 0 0 88 11 4 3 20 0 15 0 49949653 14333833216 460811 18446744073709551615 4194304 4196468 140731411530160 139721395640976 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2948] ppid=2891 vsize=13997884 CPUtime=1.09 cores=1,3,5,7
/proc/2894/task/2948/stat : 2948 (java) S 2891 2894 19618 0 -1 1077944384 687 12364 0 0 91 11 4 3 20 0 15 0 49949653 14333833216 460811 18446744073709551615 4194304 4196468 140731411530160 139721394588176 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2949] ppid=2891 vsize=13997884 CPUtime=0.19 cores=1,3,5,7
/proc/2894/task/2949/stat : 2949 (java) S 2891 2894 19618 0 -1 1077944384 3794 12364 0 0 12 0 4 3 20 0 15 0 49949654 14333833216 460811 18446744073709551615 4194304 4196468 140731411530160 139720424401520 139721440791170 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2950] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2950/stat : 2950 (java) S 2891 2894 19618 0 -1 1077944384 56 12364 0 0 0 0 4 3 20 0 15 0 49949655 14333833216 460811 18446744073709551615 4194304 4196468 140731411530160 139720423347552 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2951] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2951/stat : 2951 (java) S 2891 2894 19618 0 -1 1077944384 45 12364 0 0 0 0 4 3 20 0 15 0 49949655 14333833216 460811 18446744073709551615 4194304 4196468 140731411530160 139720422295168 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2952] ppid=2891 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2952/stat : 2952 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14333833216 460811 18446744073709551615 4194304 4196468 140731411530160 139720421243472 139721440798619 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0

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

/proc/2894/task/2956/stat : 2956 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14407233536 1001741 18446744073709551615 4194304 4196468 140731411530160 139720417032672 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2957] ppid=2891 vsize=14069564 CPUtime=1.41 cores=1,3,5,7
/proc/2894/task/2957/stat : 2957 (java) S 2891 2894 19618 0 -1 1077944384 3344 12364 0 0 66 68 4 3 20 0 15 0 49949662 14407233536 1001741 18446744073709551615 4194304 4196468 140731411530160 139720415980464 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
Current children cumulated CPU time (s) 2369.31
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.29 1.45 1.70 3/209 3368
/proc/meminfo: memFree=23557428/32770624 swapFree=0/548540
[pid=2894] ppid=2891 vsize=14069564 CPUtime=2430.41 cores=1,3,5,7
/proc/2894/stat : 2894 (java) S 2891 2894 19618 0 -1 1077944320 491865 12364 0 0 242637 397 4 3 20 0 15 0 49949628 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 140731411512704 139721440780023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
/proc/2894/statm: 3517391 1002253 3483 1 0 3506005 0
[pid=2894/tid=2944] ppid=2891 vsize=14069564 CPUtime=2362.09 cores=1,3,5,7
/proc/2894/task/2944/stat : 2944 (java) R 2891 2894 19618 0 -1 4202560 153527 12364 0 0 236122 80 4 3 20 0 15 0 49949652 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139721445014240 139721093764998 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2945] ppid=2891 vsize=14069564 CPUtime=12.06 cores=1,3,5,7
/proc/2894/task/2945/stat : 2945 (java) S 2891 2894 19618 0 -1 1077944384 70919 12364 0 0 1138 61 4 3 20 0 15 0 49949653 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139721397746064 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2946] ppid=2891 vsize=14069564 CPUtime=12.08 cores=1,3,5,7
/proc/2894/task/2946/stat : 2946 (java) S 2891 2894 19618 0 -1 1077944384 60038 12364 0 0 1146 55 4 3 20 0 15 0 49949653 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139721396693264 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2947] ppid=2891 vsize=14069564 CPUtime=12.07 cores=1,3,5,7
/proc/2894/task/2947/stat : 2947 (java) S 2891 2894 19618 0 -1 1077944384 57886 12364 0 0 1143 57 4 3 20 0 15 0 49949653 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139721395640976 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2948] ppid=2891 vsize=14069564 CPUtime=12.1 cores=1,3,5,7
/proc/2894/task/2948/stat : 2948 (java) S 2891 2894 19618 0 -1 1077944384 64889 12364 0 0 1143 60 4 3 20 0 15 0 49949653 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139721394588176 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2949] ppid=2891 vsize=14069564 CPUtime=6.47 cores=1,3,5,7
/proc/2894/task/2949/stat : 2949 (java) S 2891 2894 19618 0 -1 1077944384 37760 12364 0 0 604 36 4 3 20 0 15 0 49949654 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139720424401520 139721440791170 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2950] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2950/stat : 2950 (java) S 2891 2894 19618 0 -1 1077944384 59 12364 0 0 0 0 4 3 20 0 15 0 49949655 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139720423347616 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2951] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2951/stat : 2951 (java) S 2891 2894 19618 0 -1 1077944384 57 12364 0 0 0 0 4 3 20 0 15 0 49949655 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139720422295168 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2952] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2952/stat : 2952 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139720421243472 139721440798619 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2953] ppid=2891 vsize=14069564 CPUtime=5.08 cores=1,3,5,7
/proc/2894/task/2953/stat : 2953 (java) S 2891 2894 19618 0 -1 1077944384 14724 12364 0 0 497 4 4 3 20 0 15 0 49949658 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139720420190320 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2954] ppid=2891 vsize=14069564 CPUtime=5.15 cores=1,3,5,7
/proc/2894/task/2954/stat : 2954 (java) S 2891 2894 19618 0 -1 1077944384 11236 12364 0 0 505 3 4 3 20 0 15 0 49949658 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139720419137520 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2955] ppid=2891 vsize=14069564 CPUtime=2.39 cores=1,3,5,7
/proc/2894/task/2955/stat : 2955 (java) S 2891 2894 19618 0 -1 1077944384 15204 12364 0 0 227 5 4 3 20 0 15 0 49949658 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139720418085232 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2956] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2956/stat : 2956 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139720417032672 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2957] ppid=2891 vsize=14069564 CPUtime=1.44 cores=1,3,5,7
/proc/2894/task/2957/stat : 2957 (java) S 2891 2894 19618 0 -1 1077944384 3405 12364 0 0 67 70 4 3 20 0 15 0 49949662 14407233536 1002253 18446744073709551615 4194304 4196468 140731411530160 139720415980464 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
Current children cumulated CPU time (s) 2430.41
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.35 1.44 1.68 3/209 3370
/proc/meminfo: memFree=23582996/32770624 swapFree=0/548552
[pid=2894] ppid=2891 vsize=14069564 CPUtime=2491.54 cores=1,3,5,7
/proc/2894/stat : 2894 (java) S 2891 2894 19618 0 -1 1077944320 500754 12364 0 0 248743 404 4 3 20 0 15 0 49949628 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 140731411512704 139721440780023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
/proc/2894/statm: 3517391 1002765 3483 1 0 3506005 0
[pid=2894/tid=2944] ppid=2891 vsize=14069564 CPUtime=2421.48 cores=1,3,5,7
/proc/2894/task/2944/stat : 2944 (java) R 2891 2894 19618 0 -1 4202560 155696 12364 0 0 242061 80 4 3 20 0 15 0 49949652 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139721445014240 139721077801454 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2945] ppid=2891 vsize=14069564 CPUtime=12.43 cores=1,3,5,7
/proc/2894/task/2945/stat : 2945 (java) S 2891 2894 19618 0 -1 1077944384 72299 12364 0 0 1174 62 4 3 20 0 15 0 49949653 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139721397746064 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2946] ppid=2891 vsize=14069564 CPUtime=12.46 cores=1,3,5,7
/proc/2894/task/2946/stat : 2946 (java) S 2891 2894 19618 0 -1 1077944384 62897 12364 0 0 1183 56 4 3 20 0 15 0 49949653 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139721396693264 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2947] ppid=2891 vsize=14069564 CPUtime=12.44 cores=1,3,5,7
/proc/2894/task/2947/stat : 2947 (java) S 2891 2894 19618 0 -1 1077944384 58543 12364 0 0 1179 58 4 3 20 0 15 0 49949653 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139721395640976 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2948] ppid=2891 vsize=14069564 CPUtime=12.46 cores=1,3,5,7
/proc/2894/task/2948/stat : 2948 (java) S 2891 2894 19618 0 -1 1077944384 65881 12364 0 0 1179 60 4 3 20 0 15 0 49949653 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139721394588176 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2949] ppid=2891 vsize=14069564 CPUtime=6.68 cores=1,3,5,7
/proc/2894/task/2949/stat : 2949 (java) S 2891 2894 19618 0 -1 1077944384 38523 12364 0 0 624 37 4 3 20 0 15 0 49949654 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720424401520 139721440791170 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2950] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2950/stat : 2950 (java) S 2891 2894 19618 0 -1 1077944384 59 12364 0 0 0 0 4 3 20 0 15 0 49949655 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720423347616 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2951] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2951/stat : 2951 (java) S 2891 2894 19618 0 -1 1077944384 57 12364 0 0 0 0 4 3 20 0 15 0 49949655 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720422295168 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2952] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2952/stat : 2952 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720421243472 139721440798619 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2953] ppid=2891 vsize=14069564 CPUtime=5.08 cores=1,3,5,7
/proc/2894/task/2953/stat : 2953 (java) S 2891 2894 19618 0 -1 1077944384 14728 12364 0 0 497 4 4 3 20 0 15 0 49949658 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720420190320 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2954] ppid=2891 vsize=14069564 CPUtime=5.15 cores=1,3,5,7
/proc/2894/task/2954/stat : 2954 (java) S 2891 2894 19618 0 -1 1077944384 11242 12364 0 0 505 3 4 3 20 0 15 0 49949658 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720419137520 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2955] ppid=2891 vsize=14069564 CPUtime=2.39 cores=1,3,5,7
/proc/2894/task/2955/stat : 2955 (java) S 2891 2894 19618 0 -1 1077944384 15208 12364 0 0 227 5 4 3 20 0 15 0 49949658 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720418085232 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2956] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2956/stat : 2956 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720417032672 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2957] ppid=2891 vsize=14069564 CPUtime=1.48 cores=1,3,5,7
/proc/2894/task/2957/stat : 2957 (java) S 2891 2894 19618 0 -1 1077944384 3460 12364 0 0 69 72 4 3 20 0 15 0 49949662 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720415980464 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
Current children cumulated CPU time (s) 2491.54
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.3 s]
/proc/loadavg: 1.26 1.41 1.66 3/209 3371
/proc/meminfo: memFree=23608468/32770624 swapFree=0/548544
[pid=2894] ppid=2891 vsize=14069564 CPUtime=2520.04 cores=1,3,5,7
/proc/2894/stat : 2894 (java) S 2891 2894 19618 0 -1 1077944320 505931 12364 0 0 251591 406 4 3 20 0 15 0 49949628 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 140731411512704 139721440780023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
/proc/2894/statm: 3517391 1002765 3483 1 0 3506005 0
[pid=2894/tid=2944] ppid=2891 vsize=14069564 CPUtime=2449.2 cores=1,3,5,7
/proc/2894/task/2944/stat : 2944 (java) R 2891 2894 19618 0 -1 4202560 156614 12364 0 0 244832 81 4 3 20 0 15 0 49949652 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139721445014160 139721083578390 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2945] ppid=2891 vsize=14069564 CPUtime=12.6 cores=1,3,5,7
/proc/2894/task/2945/stat : 2945 (java) S 2891 2894 19618 0 -1 1077944384 72536 12364 0 0 1191 62 4 3 20 0 15 0 49949653 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139721397746064 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2946] ppid=2891 vsize=14069564 CPUtime=12.63 cores=1,3,5,7
/proc/2894/task/2946/stat : 2946 (java) S 2891 2894 19618 0 -1 1077944384 63708 12364 0 0 1199 57 4 3 20 0 15 0 49949653 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139721396693264 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2947] ppid=2891 vsize=14069564 CPUtime=12.6 cores=1,3,5,7
/proc/2894/task/2947/stat : 2947 (java) S 2891 2894 19618 0 -1 1077944384 59927 12364 0 0 1195 58 4 3 20 0 15 0 49949653 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139721395640976 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2948] ppid=2891 vsize=14069564 CPUtime=12.64 cores=1,3,5,7
/proc/2894/task/2948/stat : 2948 (java) S 2891 2894 19618 0 -1 1077944384 67293 12364 0 0 1196 61 4 3 20 0 15 0 49949653 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139721394588176 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2949] ppid=2891 vsize=14069564 CPUtime=6.77 cores=1,3,5,7
/proc/2894/task/2949/stat : 2949 (java) S 2891 2894 19618 0 -1 1077944384 38908 12364 0 0 633 37 4 3 20 0 15 0 49949654 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720424401520 139721440791170 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2950] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2950/stat : 2950 (java) S 2891 2894 19618 0 -1 1077944384 59 12364 0 0 0 0 4 3 20 0 15 0 49949655 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720423347616 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2951] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2951/stat : 2951 (java) S 2891 2894 19618 0 -1 1077944384 57 12364 0 0 0 0 4 3 20 0 15 0 49949655 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720422295168 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2952] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2952/stat : 2952 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720421243472 139721440798619 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2953] ppid=2891 vsize=14069564 CPUtime=5.08 cores=1,3,5,7
/proc/2894/task/2953/stat : 2953 (java) S 2891 2894 19618 0 -1 1077944384 14730 12364 0 0 497 4 4 3 20 0 15 0 49949658 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720420190320 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2954] ppid=2891 vsize=14069564 CPUtime=5.15 cores=1,3,5,7
/proc/2894/task/2954/stat : 2954 (java) S 2891 2894 19618 0 -1 1077944384 11247 12364 0 0 505 3 4 3 20 0 15 0 49949658 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720419137520 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2955] ppid=2891 vsize=14069564 CPUtime=2.39 cores=1,3,5,7
/proc/2894/task/2955/stat : 2955 (java) S 2891 2894 19618 0 -1 1077944384 15210 12364 0 0 227 5 4 3 20 0 15 0 49949658 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720418085232 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2956] ppid=2891 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2956/stat : 2956 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 49949658 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720417032672 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2957] ppid=2891 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/2894/task/2957/stat : 2957 (java) S 2891 2894 19618 0 -1 1077944384 3481 12364 0 0 69 74 4 3 20 0 15 0 49949662 14407233536 1002765 18446744073709551615 4194304 4196468 140731411530160 139720415980464 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 14069564

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 2894 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2470.7 s]
/proc/loadavg: 1.26 1.41 1.66 3/209 3371
/proc/meminfo: memFree=23608468/32770624 swapFree=0/548544
[pid=2894] ppid=2891 vsize=14202692 CPUtime=2521.26 cores=1,3,5,7
/proc/2894/stat : 2894 (java) S 2891 2894 19618 0 -1 1077944320 519781 12364 0 0 251711 408 4 3 20 0 17 0 49949628 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 140731411512704 139721440780023 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
/proc/2894/statm: 3550673 1005546 3483 1 0 3539287 0
[pid=2894/tid=2944] ppid=2891 vsize=14202692 CPUtime=2449.21 cores=1,3,5,7
/proc/2894/task/2944/stat : 2944 (java) R 2891 2894 19618 0 -1 4202560 157825 12364 0 0 244833 81 4 3 20 0 17 0 49949652 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 139721445017568 139721077665857 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2945] ppid=2891 vsize=14202692 CPUtime=12.87 cores=1,3,5,7
/proc/2894/task/2945/stat : 2945 (java) S 2891 2894 19618 0 -1 1077944384 72556 12364 0 0 1218 62 4 3 20 0 17 0 49949653 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 139721397746064 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2946] ppid=2891 vsize=14202692 CPUtime=12.9 cores=1,3,5,7
/proc/2894/task/2946/stat : 2946 (java) S 2891 2894 19618 0 -1 1077944384 63740 12364 0 0 1226 57 4 3 20 0 17 0 49949653 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 139721396693264 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2947] ppid=2891 vsize=14202692 CPUtime=12.88 cores=1,3,5,7
/proc/2894/task/2947/stat : 2947 (java) S 2891 2894 19618 0 -1 1077944384 59954 12364 0 0 1222 59 4 3 20 0 17 0 49949653 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 139721395640976 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2948] ppid=2891 vsize=14202692 CPUtime=12.91 cores=1,3,5,7
/proc/2894/task/2948/stat : 2948 (java) S 2891 2894 19618 0 -1 1077944384 67319 12364 0 0 1223 61 4 3 20 0 17 0 49949653 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 139721394588176 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2949] ppid=2891 vsize=14202692 CPUtime=6.88 cores=1,3,5,7
/proc/2894/task/2949/stat : 2949 (java) S 2891 2894 19618 0 -1 1077944384 50612 12364 0 0 643 38 4 3 20 0 17 0 49949654 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 139720424401520 139721440791170 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2950] ppid=2891 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2950/stat : 2950 (java) S 2891 2894 19618 0 -1 1077944384 62 12364 0 0 0 0 4 3 20 0 17 0 49949655 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 139720423347616 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2951] ppid=2891 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2951/stat : 2951 (java) S 2891 2894 19618 0 -1 1077944384 59 12364 0 0 0 0 4 3 20 0 17 0 49949655 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 139720422295168 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2952] ppid=2891 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2952/stat : 2952 (java) S 2891 2894 19618 0 -1 1077944384 252 12364 0 0 0 0 4 3 20 0 17 0 49949658 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 139720421243472 139721440798619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2953] ppid=2891 vsize=14202692 CPUtime=5.08 cores=1,3,5,7
/proc/2894/task/2953/stat : 2953 (java) S 2891 2894 19618 0 -1 1077944384 14825 12364 0 0 497 4 4 3 20 0 17 0 49949658 14543556608 1005546 18446744073709551615 4194304 4196468 140731411530160 139720420190320 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2954] ppid=2891 vsize=14202692 CPUtime=5.15 cores=1,3,5,7
/proc/2894/task/2954/stat : 2954 (java) S 2891 2894 19618 0 -1 1077944384 11249 12364 0 0 505 3 4 3 20 0 17 0 49949658 14543556608 1005554 18446744073709551615 4194304 4196468 140731411530160 139720419137520 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2955] ppid=2891 vsize=14202692 CPUtime=2.39 cores=1,3,5,7
/proc/2894/task/2955/stat : 2955 (java) S 2891 2894 19618 0 -1 1077944384 15321 12364 0 0 227 5 4 3 20 0 17 0 49949658 14543556608 1005554 18446744073709551615 4194304 4196468 140731411530160 139720418085232 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2956] ppid=2891 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/2894/task/2956/stat : 2956 (java) S 2891 2894 19618 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 17 0 49949658 14543556608 1005554 18446744073709551615 4194304 4196468 140731411530160 139720417032672 139721440790229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
[pid=2894/tid=2957] ppid=2891 vsize=14202692 CPUtime=1.5 cores=1,3,5,7
/proc/2894/task/2957/stat : 2957 (java) S 2891 2894 19618 0 -1 1077944384 3481 12364 0 0 69 74 4 3 20 0 17 0 49949662 14543556608 1005554 18446744073709551615 4194304 4196468 140731411530160 139720415980464 139721440791170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140731411531728 140731411534513 140731411534513 140731411537871 0
Current children cumulated CPU time (s) 2521.26
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2470.73
CPU time (s): 2521.32
CPU user time (s): 2517.17
CPU system time (s): 4.14517
CPU usage (%): 102.047
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.17
system time used= 4.14517
maximum resident set size= 4223184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 532195
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= 187359
involuntary context switches= 5163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.86646 second user time and 17.8756 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 20:38:34
IDJOB=4262703
IDBENCH=138501
IDSOLVER=2650
FILE ID=node127/4262703-1502477562
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-5.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262703-1502477562/watcher-4262703-1502477562 -o /tmp/evaluation-result-4262703-1502477562/solver-4262703-1502477562 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4262703-1502477562.xml

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

MD5SUM BENCH= b6968c9a609c0a57d63f6c5a20858fdb
RANDOM SEED=2115317584

node127.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.92
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.92
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.92
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.92
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:        20288128 kB
MemAvailable:   21105104 kB
Buffers:          260492 kB
Cached:           846652 kB
SwapCached:            0 kB
Active:         11469784 kB
Inactive:         572920 kB
Active(anon):   10936160 kB
Inactive(anon):    24908 kB
Active(file):     533624 kB
Inactive(file):   548012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24480 kB
Writeback:             0 kB
AnonPages:      10862092 kB
Mapped:            55412 kB
Shmem:             25252 kB
Slab:             127760 kB
SReclaimable:     102352 kB
SUnreclaim:        25408 kB
KernelStack:        3392 kB
PageTables:        26460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12070880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10631168 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= 61980 MiB
End job on node127 at 2017-08-11 21:19:45